Skip to content

Commit ab9d167

Browse files
feat(deps): update typescript-eslint to v8
1 parent b709b94 commit ab9d167

File tree

2 files changed

+87
-84
lines changed

2 files changed

+87
-84
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"tslib": "^2.3.1"
2828
},
2929
"peerDependencies": {
30-
"@typescript-eslint/eslint-plugin": "^7.0.0",
31-
"@typescript-eslint/parser": "^7.0.0",
30+
"@typescript-eslint/eslint-plugin": "^7.0.0 || ^8.0.0",
31+
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
3232
"eslint": "^8.0.0",
3333
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
3434
"eslint-plugin-import": "^2.25.2",
@@ -47,8 +47,8 @@
4747
"@softwareventures/tsconfig": "8.1.0",
4848
"@types/eslint": "8.56.12",
4949
"@types/node": "18.19.68",
50-
"@typescript-eslint/eslint-plugin": "7.18.0",
51-
"@typescript-eslint/parser": "7.18.0",
50+
"@typescript-eslint/eslint-plugin": "8.25.0",
51+
"@typescript-eslint/parser": "8.25.0",
5252
"ava": "6.2.0",
5353
"commitizen": "4.3.1",
5454
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 83 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,8 +2493,8 @@ __metadata:
24932493
"@softwareventures/tsconfig": "npm:8.1.0"
24942494
"@types/eslint": "npm:8.56.12"
24952495
"@types/node": "npm:18.19.68"
2496-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2497-
"@typescript-eslint/parser": "npm:7.18.0"
2496+
"@typescript-eslint/eslint-plugin": "npm:8.25.0"
2497+
"@typescript-eslint/parser": "npm:8.25.0"
24982498
ava: "npm:6.2.0"
24992499
commitizen: "npm:4.3.1"
25002500
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2514,8 +2514,8 @@ __metadata:
25142514
tslib: "npm:^2.3.1"
25152515
typescript: "npm:5.7.2"
25162516
peerDependencies:
2517-
"@typescript-eslint/eslint-plugin": ^7.0.0
2518-
"@typescript-eslint/parser": ^7.0.0
2517+
"@typescript-eslint/eslint-plugin": ^7.0.0 || ^8.0.0
2518+
"@typescript-eslint/parser": ^7.0.0 || ^8.0.0
25192519
eslint: ^8.0.0
25202520
eslint-config-prettier: ^8.3.0 || ^9.0.0
25212521
eslint-plugin-import: ^2.25.2
@@ -2731,44 +2731,40 @@ __metadata:
27312731
languageName: node
27322732
linkType: hard
27332733

2734-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
2735-
version: 7.18.0
2736-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
2734+
"@typescript-eslint/eslint-plugin@npm:8.25.0":
2735+
version: 8.25.0
2736+
resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0"
27372737
dependencies:
27382738
"@eslint-community/regexpp": "npm:^4.10.0"
2739-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2740-
"@typescript-eslint/type-utils": "npm:7.18.0"
2741-
"@typescript-eslint/utils": "npm:7.18.0"
2742-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2739+
"@typescript-eslint/scope-manager": "npm:8.25.0"
2740+
"@typescript-eslint/type-utils": "npm:8.25.0"
2741+
"@typescript-eslint/utils": "npm:8.25.0"
2742+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
27432743
graphemer: "npm:^1.4.0"
27442744
ignore: "npm:^5.3.1"
27452745
natural-compare: "npm:^1.4.0"
2746-
ts-api-utils: "npm:^1.3.0"
2746+
ts-api-utils: "npm:^2.0.1"
27472747
peerDependencies:
2748-
"@typescript-eslint/parser": ^7.0.0
2749-
eslint: ^8.56.0
2750-
peerDependenciesMeta:
2751-
typescript:
2752-
optional: true
2753-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
2748+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2749+
eslint: ^8.57.0 || ^9.0.0
2750+
typescript: ">=4.8.4 <5.8.0"
2751+
checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292
27542752
languageName: node
27552753
linkType: hard
27562754

2757-
"@typescript-eslint/parser@npm:7.18.0":
2758-
version: 7.18.0
2759-
resolution: "@typescript-eslint/parser@npm:7.18.0"
2755+
"@typescript-eslint/parser@npm:8.25.0":
2756+
version: 8.25.0
2757+
resolution: "@typescript-eslint/parser@npm:8.25.0"
27602758
dependencies:
2761-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2762-
"@typescript-eslint/types": "npm:7.18.0"
2763-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2764-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2759+
"@typescript-eslint/scope-manager": "npm:8.25.0"
2760+
"@typescript-eslint/types": "npm:8.25.0"
2761+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
2762+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
27652763
debug: "npm:^4.3.4"
27662764
peerDependencies:
2767-
eslint: ^8.56.0
2768-
peerDependenciesMeta:
2769-
typescript:
2770-
optional: true
2771-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
2765+
eslint: ^8.57.0 || ^9.0.0
2766+
typescript: ">=4.8.4 <5.8.0"
2767+
checksum: 10c0/9a54539ba297791f23093ff42a885cc57d36b26205d7a390e114d1f01cc584ce91ac6ead01819daa46b48f873cac6c829fcf399a436610bdbfa98e5cd78148a2
27722768
languageName: node
27732769
linkType: hard
27742770

@@ -2782,13 +2778,13 @@ __metadata:
27822778
languageName: node
27832779
linkType: hard
27842780

2785-
"@typescript-eslint/scope-manager@npm:7.18.0":
2786-
version: 7.18.0
2787-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
2781+
"@typescript-eslint/scope-manager@npm:8.25.0":
2782+
version: 8.25.0
2783+
resolution: "@typescript-eslint/scope-manager@npm:8.25.0"
27882784
dependencies:
2789-
"@typescript-eslint/types": "npm:7.18.0"
2790-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2791-
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
2785+
"@typescript-eslint/types": "npm:8.25.0"
2786+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
2787+
checksum: 10c0/0a53a07873bdb569be38053ec006009cc8ba6b12c538b6df0935afd18e431cb17da1eb15b0c9cd267ac211c47aaa44fbc8d7ff3b7b44ff711621ff305fa3b355
27922788
languageName: node
27932789
linkType: hard
27942790

@@ -2809,20 +2805,18 @@ __metadata:
28092805
languageName: node
28102806
linkType: hard
28112807

2812-
"@typescript-eslint/type-utils@npm:7.18.0":
2813-
version: 7.18.0
2814-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
2808+
"@typescript-eslint/type-utils@npm:8.25.0":
2809+
version: 8.25.0
2810+
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
28152811
dependencies:
2816-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2817-
"@typescript-eslint/utils": "npm:7.18.0"
2812+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
2813+
"@typescript-eslint/utils": "npm:8.25.0"
28182814
debug: "npm:^4.3.4"
2819-
ts-api-utils: "npm:^1.3.0"
2815+
ts-api-utils: "npm:^2.0.1"
28202816
peerDependencies:
2821-
eslint: ^8.56.0
2822-
peerDependenciesMeta:
2823-
typescript:
2824-
optional: true
2825-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2817+
eslint: ^8.57.0 || ^9.0.0
2818+
typescript: ">=4.8.4 <5.8.0"
2819+
checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1
28262820
languageName: node
28272821
linkType: hard
28282822

@@ -2833,10 +2827,10 @@ __metadata:
28332827
languageName: node
28342828
linkType: hard
28352829

2836-
"@typescript-eslint/types@npm:7.18.0":
2837-
version: 7.18.0
2838-
resolution: "@typescript-eslint/types@npm:7.18.0"
2839-
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
2830+
"@typescript-eslint/types@npm:8.25.0":
2831+
version: 8.25.0
2832+
resolution: "@typescript-eslint/types@npm:8.25.0"
2833+
checksum: 10c0/b39addbee4be4d66e3089c2d01f9f1d69cedc13bff20e4fa9ed0ca5a0e7591d7c6e41ab3763c8c35404f971bc0fbf9f7867dbc2832740e5b63ee0049d60289f5
28402834
languageName: node
28412835
linkType: hard
28422836

@@ -2859,22 +2853,21 @@ __metadata:
28592853
languageName: node
28602854
linkType: hard
28612855

2862-
"@typescript-eslint/typescript-estree@npm:7.18.0":
2863-
version: 7.18.0
2864-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
2856+
"@typescript-eslint/typescript-estree@npm:8.25.0":
2857+
version: 8.25.0
2858+
resolution: "@typescript-eslint/typescript-estree@npm:8.25.0"
28652859
dependencies:
2866-
"@typescript-eslint/types": "npm:7.18.0"
2867-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2860+
"@typescript-eslint/types": "npm:8.25.0"
2861+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
28682862
debug: "npm:^4.3.4"
2869-
globby: "npm:^11.1.0"
2863+
fast-glob: "npm:^3.3.2"
28702864
is-glob: "npm:^4.0.3"
28712865
minimatch: "npm:^9.0.4"
28722866
semver: "npm:^7.6.0"
2873-
ts-api-utils: "npm:^1.3.0"
2874-
peerDependenciesMeta:
2875-
typescript:
2876-
optional: true
2877-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
2867+
ts-api-utils: "npm:^2.0.1"
2868+
peerDependencies:
2869+
typescript: ">=4.8.4 <5.8.0"
2870+
checksum: 10c0/fc9de1c4f6ab81fb80b632dedef84d1ecf4c0abdc5f5246698deb6d86d5c6b5d582ef8a44fdef445bf7fbfa6658db516fe875c9d7c984bf4802e3a508b061856
28782871
languageName: node
28792872
linkType: hard
28802873

@@ -2892,17 +2885,18 @@ __metadata:
28922885
languageName: node
28932886
linkType: hard
28942887

2895-
"@typescript-eslint/utils@npm:7.18.0":
2896-
version: 7.18.0
2897-
resolution: "@typescript-eslint/utils@npm:7.18.0"
2888+
"@typescript-eslint/utils@npm:8.25.0":
2889+
version: 8.25.0
2890+
resolution: "@typescript-eslint/utils@npm:8.25.0"
28982891
dependencies:
28992892
"@eslint-community/eslint-utils": "npm:^4.4.0"
2900-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2901-
"@typescript-eslint/types": "npm:7.18.0"
2902-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2893+
"@typescript-eslint/scope-manager": "npm:8.25.0"
2894+
"@typescript-eslint/types": "npm:8.25.0"
2895+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
29032896
peerDependencies:
2904-
eslint: ^8.56.0
2905-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2897+
eslint: ^8.57.0 || ^9.0.0
2898+
typescript: ">=4.8.4 <5.8.0"
2899+
checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f
29062900
languageName: node
29072901
linkType: hard
29082902

@@ -2916,13 +2910,13 @@ __metadata:
29162910
languageName: node
29172911
linkType: hard
29182912

2919-
"@typescript-eslint/visitor-keys@npm:7.18.0":
2920-
version: 7.18.0
2921-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
2913+
"@typescript-eslint/visitor-keys@npm:8.25.0":
2914+
version: 8.25.0
2915+
resolution: "@typescript-eslint/visitor-keys@npm:8.25.0"
29222916
dependencies:
2923-
"@typescript-eslint/types": "npm:7.18.0"
2924-
eslint-visitor-keys: "npm:^3.4.3"
2925-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2917+
"@typescript-eslint/types": "npm:8.25.0"
2918+
eslint-visitor-keys: "npm:^4.2.0"
2919+
checksum: 10c0/7eb84c5899a25b1eb89d3c3f4be3ff18171f934669c57e2530b6dfa5fdd6eaae60629f3c89d06f4c8075fd1c701de76c0b9194e2922895c661ab6091e48f7db9
29262920
languageName: node
29272921
linkType: hard
29282922

@@ -5047,10 +5041,10 @@ __metadata:
50475041
languageName: node
50485042
linkType: hard
50495043

5050-
"eslint-visitor-keys@npm:^4.0.0":
5051-
version: 4.0.0
5052-
resolution: "eslint-visitor-keys@npm:4.0.0"
5053-
checksum: 10c0/76619f42cf162705a1515a6868e6fc7567e185c7063a05621a8ac4c3b850d022661262c21d9f1fc1d144ecf0d5d64d70a3f43c15c3fc969a61ace0fb25698cf5
5044+
"eslint-visitor-keys@npm:^4.0.0, eslint-visitor-keys@npm:^4.2.0":
5045+
version: 4.2.0
5046+
resolution: "eslint-visitor-keys@npm:4.2.0"
5047+
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
50545048
languageName: node
50555049
linkType: hard
50565050

@@ -9848,6 +9842,15 @@ __metadata:
98489842
languageName: node
98499843
linkType: hard
98509844

9845+
"ts-api-utils@npm:^2.0.1":
9846+
version: 2.0.1
9847+
resolution: "ts-api-utils@npm:2.0.1"
9848+
peerDependencies:
9849+
typescript: ">=4.8.4"
9850+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
9851+
languageName: node
9852+
linkType: hard
9853+
98519854
"ts-node@npm:10.9.2":
98529855
version: 10.9.2
98539856
resolution: "ts-node@npm:10.9.2"

0 commit comments

Comments
 (0)