Skip to content

Commit 22ff940

Browse files
Bump @typescript-eslint/parser from 8.50.0 to 8.53.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.50.0 to 8.53.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94c708d commit 22ff940

2 files changed

Lines changed: 97 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@eslint/js": "9.39.2",
3030
"@types/node": "25.0.2",
3131
"@typescript-eslint/eslint-plugin": "8.50.0",
32-
"@typescript-eslint/parser": "8.50.0",
32+
"@typescript-eslint/parser": "8.53.0",
3333
"eslint": "9.39.2",
3434
"eslint-config-prettier": "10.1.8",
3535
"eslint-plugin-simple-import-sort": "12.1.1",

yarn.lock

Lines changed: 96 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,22 @@ __metadata:
768768
languageName: node
769769
linkType: hard
770770

771+
"@typescript-eslint/parser@npm:8.53.0":
772+
version: 8.53.0
773+
resolution: "@typescript-eslint/parser@npm:8.53.0"
774+
dependencies:
775+
"@typescript-eslint/scope-manager": "npm:8.53.0"
776+
"@typescript-eslint/types": "npm:8.53.0"
777+
"@typescript-eslint/typescript-estree": "npm:8.53.0"
778+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
779+
debug: "npm:^4.4.3"
780+
peerDependencies:
781+
eslint: ^8.57.0 || ^9.0.0
782+
typescript: ">=4.8.4 <6.0.0"
783+
checksum: 10c0/5c6aae71f4015fc3ebbfe6fa6e040dcc99fc15b6bd36631b67ae61523b2da57651cbb1cd2de430380df5fd13cd03c43f233073af6a8a85714e651a3db74a5cf6
784+
languageName: node
785+
linkType: hard
786+
771787
"@typescript-eslint/project-service@npm:8.50.0":
772788
version: 8.50.0
773789
resolution: "@typescript-eslint/project-service@npm:8.50.0"
@@ -781,6 +797,19 @@ __metadata:
781797
languageName: node
782798
linkType: hard
783799

800+
"@typescript-eslint/project-service@npm:8.53.0":
801+
version: 8.53.0
802+
resolution: "@typescript-eslint/project-service@npm:8.53.0"
803+
dependencies:
804+
"@typescript-eslint/tsconfig-utils": "npm:^8.53.0"
805+
"@typescript-eslint/types": "npm:^8.53.0"
806+
debug: "npm:^4.4.3"
807+
peerDependencies:
808+
typescript: ">=4.8.4 <6.0.0"
809+
checksum: 10c0/b01302890cf853e9bb1d2b19e402ec0ede1388fec833528847d32d65d0e3e03867a14632f816f4f3058e40707b001fab208bf2950ff1e8d7cbbc6c1d57b969d4
810+
languageName: node
811+
linkType: hard
812+
784813
"@typescript-eslint/scope-manager@npm:8.50.0":
785814
version: 8.50.0
786815
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
@@ -791,6 +820,16 @@ __metadata:
791820
languageName: node
792821
linkType: hard
793822

823+
"@typescript-eslint/scope-manager@npm:8.53.0":
824+
version: 8.53.0
825+
resolution: "@typescript-eslint/scope-manager@npm:8.53.0"
826+
dependencies:
827+
"@typescript-eslint/types": "npm:8.53.0"
828+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
829+
checksum: 10c0/338a7471aaa793858a23498b6ad37da8f419a8ee05cc4105d569b2c676e0f2d7a45806b88a8c8d3454f438f329b61df8e73ae582863a20eb0996529f9275e3c2
830+
languageName: node
831+
linkType: hard
832+
794833
"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
795834
version: 8.50.0
796835
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
@@ -800,6 +839,15 @@ __metadata:
800839
languageName: node
801840
linkType: hard
802841

842+
"@typescript-eslint/tsconfig-utils@npm:8.53.0, @typescript-eslint/tsconfig-utils@npm:^8.53.0":
843+
version: 8.53.0
844+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.0"
845+
peerDependencies:
846+
typescript: ">=4.8.4 <6.0.0"
847+
checksum: 10c0/1a136519d4e0c4ae9471f55468ad0a52175b8b41da28188bd7e4efcf72c2c8528aeb3a1b1c9d27f2d94ab0c8d9a91e08ebc1fed5fc8628c9808112427f306428
848+
languageName: node
849+
linkType: hard
850+
803851
"@typescript-eslint/type-utils@npm:8.50.0":
804852
version: 8.50.0
805853
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
@@ -823,6 +871,13 @@ __metadata:
823871
languageName: node
824872
linkType: hard
825873

874+
"@typescript-eslint/types@npm:8.53.0, @typescript-eslint/types@npm:^8.53.0":
875+
version: 8.53.0
876+
resolution: "@typescript-eslint/types@npm:8.53.0"
877+
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
878+
languageName: node
879+
linkType: hard
880+
826881
"@typescript-eslint/typescript-estree@npm:8.50.0":
827882
version: 8.50.0
828883
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
@@ -842,6 +897,25 @@ __metadata:
842897
languageName: node
843898
linkType: hard
844899

900+
"@typescript-eslint/typescript-estree@npm:8.53.0":
901+
version: 8.53.0
902+
resolution: "@typescript-eslint/typescript-estree@npm:8.53.0"
903+
dependencies:
904+
"@typescript-eslint/project-service": "npm:8.53.0"
905+
"@typescript-eslint/tsconfig-utils": "npm:8.53.0"
906+
"@typescript-eslint/types": "npm:8.53.0"
907+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
908+
debug: "npm:^4.4.3"
909+
minimatch: "npm:^9.0.5"
910+
semver: "npm:^7.7.3"
911+
tinyglobby: "npm:^0.2.15"
912+
ts-api-utils: "npm:^2.4.0"
913+
peerDependencies:
914+
typescript: ">=4.8.4 <6.0.0"
915+
checksum: 10c0/31819fba9fbef3e3ab494409b18ff40042cc3e7a4ba72fe06475062b7e196aaf9752e526a1c51abf3002627833b387279f00fdfa66886b05c028e129a57b550a
916+
languageName: node
917+
linkType: hard
918+
845919
"@typescript-eslint/utils@npm:8.50.0":
846920
version: 8.50.0
847921
resolution: "@typescript-eslint/utils@npm:8.50.0"
@@ -867,6 +941,16 @@ __metadata:
867941
languageName: node
868942
linkType: hard
869943

944+
"@typescript-eslint/visitor-keys@npm:8.53.0":
945+
version: 8.53.0
946+
resolution: "@typescript-eslint/visitor-keys@npm:8.53.0"
947+
dependencies:
948+
"@typescript-eslint/types": "npm:8.53.0"
949+
eslint-visitor-keys: "npm:^4.2.1"
950+
checksum: 10c0/be2062073c9fd28762f73d442e8536f16e1eab0935df463ed45bd95575b4b79b4a4ca1f45c04b1964dc424b8d25c6489253e3ea2236bb74cff9b7e02e1e7f5be
951+
languageName: node
952+
linkType: hard
953+
870954
"@vitest/expect@npm:4.0.15":
871955
version: 4.0.15
872956
resolution: "@vitest/expect@npm:4.0.15"
@@ -1306,7 +1390,7 @@ __metadata:
13061390
languageName: node
13071391
linkType: hard
13081392

1309-
"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
1393+
"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.3":
13101394
version: 4.4.3
13111395
resolution: "debug@npm:4.4.3"
13121396
dependencies:
@@ -2418,7 +2502,7 @@ __metadata:
24182502
languageName: node
24192503
linkType: hard
24202504

2421-
"minimatch@npm:^9.0.4":
2505+
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
24222506
version: 9.0.5
24232507
resolution: "minimatch@npm:9.0.5"
24242508
dependencies:
@@ -2863,7 +2947,7 @@ __metadata:
28632947
"@eslint/js": "npm:9.39.2"
28642948
"@types/node": "npm:25.0.2"
28652949
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
2866-
"@typescript-eslint/parser": "npm:8.50.0"
2950+
"@typescript-eslint/parser": "npm:8.53.0"
28672951
eslint: "npm:9.39.2"
28682952
eslint-config-prettier: "npm:10.1.8"
28692953
eslint-plugin-simple-import-sort: "npm:12.1.1"
@@ -3415,6 +3499,15 @@ __metadata:
34153499
languageName: node
34163500
linkType: hard
34173501

3502+
"ts-api-utils@npm:^2.4.0":
3503+
version: 2.4.0
3504+
resolution: "ts-api-utils@npm:2.4.0"
3505+
peerDependencies:
3506+
typescript: ">=4.8.4"
3507+
checksum: 10c0/ed185861aef4e7124366a3f6561113557a57504267d4d452a51e0ba516a9b6e713b56b4aeaab9fa13de9db9ab755c65c8c13a777dba9133c214632cb7b65c083
3508+
languageName: node
3509+
linkType: hard
3510+
34183511
"tunnel@npm:^0.0.6":
34193512
version: 0.0.6
34203513
resolution: "tunnel@npm:0.0.6"

0 commit comments

Comments
 (0)