Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 64f6825

Browse files
Bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 in /nyanga
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.1 to 7.14.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecb627d commit 64f6825

File tree

2 files changed

+71
-25
lines changed

2 files changed

+71
-25
lines changed

nyanga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/cookie": "^0.6.0",
2525
"@types/lodash": "^4.17.4",
2626
"@types/showdown": "^2.0.6",
27-
"@typescript-eslint/eslint-plugin": "^7.11.0",
27+
"@typescript-eslint/eslint-plugin": "^7.14.1",
2828
"@typescript-eslint/parser": "^7.11.0",
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^9.4.0",

nyanga/yarn.lock

+70-24
Original file line numberDiff line numberDiff line change
@@ -813,15 +813,15 @@ __metadata:
813813
languageName: node
814814
linkType: hard
815815

816-
"@typescript-eslint/eslint-plugin@npm:^7.11.0":
817-
version: 7.13.1
818-
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.1"
816+
"@typescript-eslint/eslint-plugin@npm:^7.14.1":
817+
version: 7.14.1
818+
resolution: "@typescript-eslint/eslint-plugin@npm:7.14.1"
819819
dependencies:
820820
"@eslint-community/regexpp": "npm:^4.10.0"
821-
"@typescript-eslint/scope-manager": "npm:7.13.1"
822-
"@typescript-eslint/type-utils": "npm:7.13.1"
823-
"@typescript-eslint/utils": "npm:7.13.1"
824-
"@typescript-eslint/visitor-keys": "npm:7.13.1"
821+
"@typescript-eslint/scope-manager": "npm:7.14.1"
822+
"@typescript-eslint/type-utils": "npm:7.14.1"
823+
"@typescript-eslint/utils": "npm:7.14.1"
824+
"@typescript-eslint/visitor-keys": "npm:7.14.1"
825825
graphemer: "npm:^1.4.0"
826826
ignore: "npm:^5.3.1"
827827
natural-compare: "npm:^1.4.0"
@@ -832,7 +832,7 @@ __metadata:
832832
peerDependenciesMeta:
833833
typescript:
834834
optional: true
835-
checksum: 10c0/6677f9c090a25978e4e20c24d67365ad89ca1208ebd2bb103d3f1e15a7deea22dea538e9f61f3a3d4f03a741179acf58c02ad7d03f805aceabb78929a8dc1908
835+
checksum: 10c0/7c2b9b98a38d78326b0ff7348fe001203eda10817ca7834a7a01f492ae7c2508469bbafaa933208d6459f8ff6685277685983cf6f6843e556a6ab2aa5c05080c
836836
languageName: node
837837
linkType: hard
838838

@@ -864,20 +864,30 @@ __metadata:
864864
languageName: node
865865
linkType: hard
866866

867-
"@typescript-eslint/type-utils@npm:7.13.1":
868-
version: 7.13.1
869-
resolution: "@typescript-eslint/type-utils@npm:7.13.1"
867+
"@typescript-eslint/scope-manager@npm:7.14.1":
868+
version: 7.14.1
869+
resolution: "@typescript-eslint/scope-manager@npm:7.14.1"
870870
dependencies:
871-
"@typescript-eslint/typescript-estree": "npm:7.13.1"
872-
"@typescript-eslint/utils": "npm:7.13.1"
871+
"@typescript-eslint/types": "npm:7.14.1"
872+
"@typescript-eslint/visitor-keys": "npm:7.14.1"
873+
checksum: 10c0/f8c05a0d6f8de4cc19b90a4da308817c66e53f36f7ec48f6cc23e93c7399bc418643d8135933aaf5fc013199cbef0e1ea4223f5147db5ca401b239eaf087011e
874+
languageName: node
875+
linkType: hard
876+
877+
"@typescript-eslint/type-utils@npm:7.14.1":
878+
version: 7.14.1
879+
resolution: "@typescript-eslint/type-utils@npm:7.14.1"
880+
dependencies:
881+
"@typescript-eslint/typescript-estree": "npm:7.14.1"
882+
"@typescript-eslint/utils": "npm:7.14.1"
873883
debug: "npm:^4.3.4"
874884
ts-api-utils: "npm:^1.3.0"
875885
peerDependencies:
876886
eslint: ^8.56.0
877887
peerDependenciesMeta:
878888
typescript:
879889
optional: true
880-
checksum: 10c0/c02305dccb0b2c7dcc9249230078c83e851ee589f93e08eb6cdc0b4c38d78d85ef4996631ac427836ee9d0a868ac031417feb74a6e4d0600096f41ca3c0e99a0
890+
checksum: 10c0/bd1c4a8db6273e24156fb10da2cbeb52b4eb03f819da193d4b6bd5a95db3b5524c6fe00d088308d8855b9ae60a3b82afa3a06e89982a09a8573561da960758fd
881891
languageName: node
882892
linkType: hard
883893

@@ -888,6 +898,13 @@ __metadata:
888898
languageName: node
889899
linkType: hard
890900

901+
"@typescript-eslint/types@npm:7.14.1":
902+
version: 7.14.1
903+
resolution: "@typescript-eslint/types@npm:7.14.1"
904+
checksum: 10c0/5b7bda83c47a9b386482e63447c6b0ed7bd4e82eb43f11a180c6e2f3d2e7a2828f57bcbed82196ad761c49e363cccf4c81a89f1fc976e9f5f0a79dcc928fa2d2
905+
languageName: node
906+
linkType: hard
907+
891908
"@typescript-eslint/typescript-estree@npm:7.13.1":
892909
version: 7.13.1
893910
resolution: "@typescript-eslint/typescript-estree@npm:7.13.1"
@@ -907,17 +924,36 @@ __metadata:
907924
languageName: node
908925
linkType: hard
909926

910-
"@typescript-eslint/utils@npm:7.13.1":
911-
version: 7.13.1
912-
resolution: "@typescript-eslint/utils@npm:7.13.1"
927+
"@typescript-eslint/typescript-estree@npm:7.14.1":
928+
version: 7.14.1
929+
resolution: "@typescript-eslint/typescript-estree@npm:7.14.1"
930+
dependencies:
931+
"@typescript-eslint/types": "npm:7.14.1"
932+
"@typescript-eslint/visitor-keys": "npm:7.14.1"
933+
debug: "npm:^4.3.4"
934+
globby: "npm:^11.1.0"
935+
is-glob: "npm:^4.0.3"
936+
minimatch: "npm:^9.0.4"
937+
semver: "npm:^7.6.0"
938+
ts-api-utils: "npm:^1.3.0"
939+
peerDependenciesMeta:
940+
typescript:
941+
optional: true
942+
checksum: 10c0/a8da9bcc4de3334a225424946abd99374de05c42098455419224bc0f46bb1b66115f8bd6ae268461294b90943ed4a407bcd255c0fa60eb76ba4cdc5fc7c20855
943+
languageName: node
944+
linkType: hard
945+
946+
"@typescript-eslint/utils@npm:7.14.1":
947+
version: 7.14.1
948+
resolution: "@typescript-eslint/utils@npm:7.14.1"
913949
dependencies:
914950
"@eslint-community/eslint-utils": "npm:^4.4.0"
915-
"@typescript-eslint/scope-manager": "npm:7.13.1"
916-
"@typescript-eslint/types": "npm:7.13.1"
917-
"@typescript-eslint/typescript-estree": "npm:7.13.1"
951+
"@typescript-eslint/scope-manager": "npm:7.14.1"
952+
"@typescript-eslint/types": "npm:7.14.1"
953+
"@typescript-eslint/typescript-estree": "npm:7.14.1"
918954
peerDependencies:
919955
eslint: ^8.56.0
920-
checksum: 10c0/d2f6be42a80608ed265b34a5f6a0c97dc0b627d53b91e83d87c7d67541cb5b3c038e7320026b4ad8dfafe1ac07a0554efa8fe7673f54d74b68c253d6f9519bb6
956+
checksum: 10c0/c7f635a3c2c6c085e1d51a52088e55cad9d7e1257b1f60378e5eeb6eb0871db027d42747e9ef60a2f557cf9dd68b2ce014d488d795db8f771506290b164b0e5a
921957
languageName: node
922958
linkType: hard
923959

@@ -931,6 +967,16 @@ __metadata:
931967
languageName: node
932968
linkType: hard
933969

970+
"@typescript-eslint/visitor-keys@npm:7.14.1":
971+
version: 7.14.1
972+
resolution: "@typescript-eslint/visitor-keys@npm:7.14.1"
973+
dependencies:
974+
"@typescript-eslint/types": "npm:7.14.1"
975+
eslint-visitor-keys: "npm:^3.4.3"
976+
checksum: 10c0/39ac489990fcfdcee442f27658431a0eb44ccf694f701a45df2a108c47cea9582e0955bff0d449047549149385f72895a5d7e6c1622ece1fe32594b7cecb85f3
977+
languageName: node
978+
linkType: hard
979+
934980
"abbrev@npm:^2.0.0":
935981
version: 2.0.0
936982
resolution: "abbrev@npm:2.0.0"
@@ -2860,7 +2906,7 @@ __metadata:
28602906
"@types/cookie": "npm:^0.6.0"
28612907
"@types/lodash": "npm:^4.17.4"
28622908
"@types/showdown": "npm:^2.0.6"
2863-
"@typescript-eslint/eslint-plugin": "npm:^7.11.0"
2909+
"@typescript-eslint/eslint-plugin": "npm:^7.14.1"
28642910
"@typescript-eslint/parser": "npm:^7.11.0"
28652911
autoprefixer: "npm:^10.4.19"
28662912
eslint: "npm:^9.4.0"
@@ -3895,11 +3941,11 @@ __metadata:
38953941

38963942
"typescript@patch:typescript@npm%3A^5.0.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>":
38973943
version: 5.5.2
3898-
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=379a07"
3944+
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=5adc0c"
38993945
bin:
39003946
tsc: bin/tsc
39013947
tsserver: bin/tsserver
3902-
checksum: 10c0/a7b7ede75dc7fc32a76d0d0af6b91f5fbd8620890d84c906f663d8783bf3de6d7bd50f0430b8bb55eac88a38934af847ff709e7156e5138b95ae94cbd5f73e5b
3948+
checksum: 10c0/6721ac8933a70c252d7b640b345792e103d881811ff660355617c1836526dbb71c2044e2e77a8823fb3570b469f33276875a4cab6d3c4de4ae7d7ee1c3074ae4
39033949
languageName: node
39043950
linkType: hard
39053951

0 commit comments

Comments
 (0)