Skip to content

Commit af4c0ff

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 9877d56 commit af4c0ff

File tree

2 files changed

+109
-49
lines changed

2 files changed

+109
-49
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@typescript-eslint/experimental-utils": "^5.0.0"
7474
},
7575
"dependencies": {
76-
"@typescript-eslint/utils": "^5.10.0"
76+
"@typescript-eslint/utils": "^8.0.0"
7777
},
7878
"devDependencies": {
7979
"@babel/cli": "^7.4.4",
@@ -89,8 +89,8 @@
8989
"@types/dedent": "^0.7.0",
9090
"@types/jest": "^29.0.0",
9191
"@types/node": "^14.17.0",
92-
"@typescript-eslint/eslint-plugin": "^5.0.0",
93-
"@typescript-eslint/parser": "^5.0.0",
92+
"@typescript-eslint/eslint-plugin": "^8.0.0",
93+
"@typescript-eslint/parser": "^8.0.0",
9494
"babel-jest": "^29.0.0",
9595
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
9696
"dedent": "^1.0.0",

yarn.lock

+106-46
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ __metadata:
16361636
languageName: node
16371637
linkType: hard
16381638

1639-
"@eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.4.0":
1639+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0":
16401640
version: 4.11.0
16411641
resolution: "@eslint-community/regexpp@npm:4.11.0"
16421642
checksum: 97d2fe46690b69417a551bd19a3dc53b6d9590d2295c43cc4c4e44e64131af541e2f4a44d5c12e87de990403654d3dae9d33600081f3a2f0386b368abc9111ec
@@ -2925,44 +2925,44 @@ __metadata:
29252925
languageName: node
29262926
linkType: hard
29272927

2928-
"@typescript-eslint/eslint-plugin@npm:^5.0.0":
2929-
version: 5.62.0
2930-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
2928+
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
2929+
version: 8.1.0
2930+
resolution: "@typescript-eslint/eslint-plugin@npm:8.1.0"
29312931
dependencies:
2932-
"@eslint-community/regexpp": ^4.4.0
2933-
"@typescript-eslint/scope-manager": 5.62.0
2934-
"@typescript-eslint/type-utils": 5.62.0
2935-
"@typescript-eslint/utils": 5.62.0
2936-
debug: ^4.3.4
2932+
"@eslint-community/regexpp": ^4.10.0
2933+
"@typescript-eslint/scope-manager": 8.1.0
2934+
"@typescript-eslint/type-utils": 8.1.0
2935+
"@typescript-eslint/utils": 8.1.0
2936+
"@typescript-eslint/visitor-keys": 8.1.0
29372937
graphemer: ^1.4.0
2938-
ignore: ^5.2.0
2939-
natural-compare-lite: ^1.4.0
2940-
semver: ^7.3.7
2941-
tsutils: ^3.21.0
2938+
ignore: ^5.3.1
2939+
natural-compare: ^1.4.0
2940+
ts-api-utils: ^1.3.0
29422941
peerDependencies:
2943-
"@typescript-eslint/parser": ^5.0.0
2944-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2942+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2943+
eslint: ^8.57.0 || ^9.0.0
29452944
peerDependenciesMeta:
29462945
typescript:
29472946
optional: true
2948-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
2947+
checksum: e50e552ca531a4587e7976199320614758fe80c6c83c7f6780d8fe121856e99462cbee319136475be4b9ccec2ea13af347cf5a8e97c234f7c0afd28cb9867aca
29492948
languageName: node
29502949
linkType: hard
29512950

2952-
"@typescript-eslint/parser@npm:^5.0.0":
2953-
version: 5.62.0
2954-
resolution: "@typescript-eslint/parser@npm:5.62.0"
2951+
"@typescript-eslint/parser@npm:^8.0.0":
2952+
version: 8.1.0
2953+
resolution: "@typescript-eslint/parser@npm:8.1.0"
29552954
dependencies:
2956-
"@typescript-eslint/scope-manager": 5.62.0
2957-
"@typescript-eslint/types": 5.62.0
2958-
"@typescript-eslint/typescript-estree": 5.62.0
2955+
"@typescript-eslint/scope-manager": 8.1.0
2956+
"@typescript-eslint/types": 8.1.0
2957+
"@typescript-eslint/typescript-estree": 8.1.0
2958+
"@typescript-eslint/visitor-keys": 8.1.0
29592959
debug: ^4.3.4
29602960
peerDependencies:
2961-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2961+
eslint: ^8.57.0 || ^9.0.0
29622962
peerDependenciesMeta:
29632963
typescript:
29642964
optional: true
2965-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
2965+
checksum: 17337b6b70f9b1f95bd161bf4e7a358714b2eca1e377857e0de0ba23be576fcb939cac74c497e447935cb771705f41e2dc7771b5e74308d73d9f29f05e6f1b3f
29662966
languageName: node
29672967
linkType: hard
29682968

@@ -2976,20 +2976,28 @@ __metadata:
29762976
languageName: node
29772977
linkType: hard
29782978

2979-
"@typescript-eslint/type-utils@npm:5.62.0":
2980-
version: 5.62.0
2981-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
2979+
"@typescript-eslint/scope-manager@npm:8.1.0":
2980+
version: 8.1.0
2981+
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
29822982
dependencies:
2983-
"@typescript-eslint/typescript-estree": 5.62.0
2984-
"@typescript-eslint/utils": 5.62.0
2983+
"@typescript-eslint/types": 8.1.0
2984+
"@typescript-eslint/visitor-keys": 8.1.0
2985+
checksum: 7febb23f480802ecce3c99988392ce77187f14b06e384de0d246880493e58de878d3c4eac465899fe2dcd55617e71c6b978547844402f05d2f152c25dcbc8b19
2986+
languageName: node
2987+
linkType: hard
2988+
2989+
"@typescript-eslint/type-utils@npm:8.1.0":
2990+
version: 8.1.0
2991+
resolution: "@typescript-eslint/type-utils@npm:8.1.0"
2992+
dependencies:
2993+
"@typescript-eslint/typescript-estree": 8.1.0
2994+
"@typescript-eslint/utils": 8.1.0
29852995
debug: ^4.3.4
2986-
tsutils: ^3.21.0
2987-
peerDependencies:
2988-
eslint: "*"
2996+
ts-api-utils: ^1.3.0
29892997
peerDependenciesMeta:
29902998
typescript:
29912999
optional: true
2992-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
3000+
checksum: 226938167fb43c39df98d7fd875404fab862783113e9fac381725b4b45bdbbc6e8bc618057ecfd9a0a5ce724c9bf673ccdf10c9832eae22852d5576bcf119a47
29933001
languageName: node
29943002
linkType: hard
29953003

@@ -3000,6 +3008,13 @@ __metadata:
30003008
languageName: node
30013009
linkType: hard
30023010

3011+
"@typescript-eslint/types@npm:8.1.0":
3012+
version: 8.1.0
3013+
resolution: "@typescript-eslint/types@npm:8.1.0"
3014+
checksum: 90c5177e2afe8be97fbeda49702cc37a17dd0c3537f9b43d72ae22fcdf76f505676579ced13e2cd2708e4cc4f7347872c76a0c8751f354de6874417f0fadbb76
3015+
languageName: node
3016+
linkType: hard
3017+
30033018
"@typescript-eslint/typescript-estree@npm:5.62.0":
30043019
version: 5.62.0
30053020
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -3018,7 +3033,40 @@ __metadata:
30183033
languageName: node
30193034
linkType: hard
30203035

3021-
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.38.1":
3036+
"@typescript-eslint/typescript-estree@npm:8.1.0":
3037+
version: 8.1.0
3038+
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
3039+
dependencies:
3040+
"@typescript-eslint/types": 8.1.0
3041+
"@typescript-eslint/visitor-keys": 8.1.0
3042+
debug: ^4.3.4
3043+
globby: ^11.1.0
3044+
is-glob: ^4.0.3
3045+
minimatch: ^9.0.4
3046+
semver: ^7.6.0
3047+
ts-api-utils: ^1.3.0
3048+
peerDependenciesMeta:
3049+
typescript:
3050+
optional: true
3051+
checksum: 5174ac942436d251037a2b3f8935337234ca538674ccfbe755b429ea4f7589c2eb6cd2dbcae5a5a9aee4f7a58fc47ec38b644d3838fbf0510634a4e60bc8f38b
3052+
languageName: node
3053+
linkType: hard
3054+
3055+
"@typescript-eslint/utils@npm:8.1.0, @typescript-eslint/utils@npm:^8.0.0":
3056+
version: 8.1.0
3057+
resolution: "@typescript-eslint/utils@npm:8.1.0"
3058+
dependencies:
3059+
"@eslint-community/eslint-utils": ^4.4.0
3060+
"@typescript-eslint/scope-manager": 8.1.0
3061+
"@typescript-eslint/types": 8.1.0
3062+
"@typescript-eslint/typescript-estree": 8.1.0
3063+
peerDependencies:
3064+
eslint: ^8.57.0 || ^9.0.0
3065+
checksum: b4532aaf76a1314a08f95be7682066c20cd6ff9baa078975f5c4e379c113befd69ace697aead692717a6c5396385bcb7886fec8454c7dd811f875fe08d67b8dd
3066+
languageName: node
3067+
linkType: hard
3068+
3069+
"@typescript-eslint/utils@npm:^5.38.1":
30223070
version: 5.62.0
30233071
resolution: "@typescript-eslint/utils@npm:5.62.0"
30243072
dependencies:
@@ -3046,6 +3094,16 @@ __metadata:
30463094
languageName: node
30473095
linkType: hard
30483096

3097+
"@typescript-eslint/visitor-keys@npm:8.1.0":
3098+
version: 8.1.0
3099+
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
3100+
dependencies:
3101+
"@typescript-eslint/types": 8.1.0
3102+
eslint-visitor-keys: ^3.4.3
3103+
checksum: 4dedea4009ee6e782ca14d0a1bfd2d6e763c0834fde976a99a8c32befba7dffbaa694c27a3d5dae8aea628278f96e06199eb6a7fb0bf19511815825f76eb04b4
3104+
languageName: node
3105+
linkType: hard
3106+
30493107
"JSONStream@npm:^1.3.5":
30503108
version: 1.3.5
30513109
resolution: "JSONStream@npm:1.3.5"
@@ -5026,9 +5084,9 @@ __metadata:
50265084
"@types/dedent": ^0.7.0
50275085
"@types/jest": ^29.0.0
50285086
"@types/node": ^14.17.0
5029-
"@typescript-eslint/eslint-plugin": ^5.0.0
5030-
"@typescript-eslint/parser": ^5.0.0
5031-
"@typescript-eslint/utils": ^5.10.0
5087+
"@typescript-eslint/eslint-plugin": ^8.0.0
5088+
"@typescript-eslint/parser": ^8.0.0
5089+
"@typescript-eslint/utils": ^8.0.0
50325090
babel-jest: ^29.0.0
50335091
babel-plugin-replace-ts-export-assignment: ^0.0.2
50345092
dedent: ^1.0.0
@@ -5182,7 +5240,7 @@ __metadata:
51825240
languageName: node
51835241
linkType: hard
51845242

5185-
"eslint-visitor-keys@npm:^3.3.0":
5243+
"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.3":
51865244
version: 3.4.3
51875245
resolution: "eslint-visitor-keys@npm:3.4.3"
51885246
checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60
@@ -6184,7 +6242,7 @@ __metadata:
61846242
languageName: node
61856243
linkType: hard
61866244

6187-
"ignore@npm:^5.0.5, ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
6245+
"ignore@npm:^5.0.5, ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
61886246
version: 5.3.2
61896247
resolution: "ignore@npm:5.3.2"
61906248
checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be
@@ -8252,13 +8310,6 @@ __metadata:
82528310
languageName: node
82538311
linkType: hard
82548312

8255-
"natural-compare-lite@npm:^1.4.0":
8256-
version: 1.4.0
8257-
resolution: "natural-compare-lite@npm:1.4.0"
8258-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
8259-
languageName: node
8260-
linkType: hard
8261-
82628313
"natural-compare@npm:^1.4.0":
82638314
version: 1.4.0
82648315
resolution: "natural-compare@npm:1.4.0"
@@ -10566,6 +10617,15 @@ __metadata:
1056610617
languageName: node
1056710618
linkType: hard
1056810619

10620+
"ts-api-utils@npm:^1.3.0":
10621+
version: 1.3.0
10622+
resolution: "ts-api-utils@npm:1.3.0"
10623+
peerDependencies:
10624+
typescript: ">=4.2.0"
10625+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
10626+
languageName: node
10627+
linkType: hard
10628+
1056910629
"ts-node@npm:^10.9.1":
1057010630
version: 10.9.2
1057110631
resolution: "ts-node@npm:10.9.2"

0 commit comments

Comments
 (0)