Skip to content

Commit 13ad6a1

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

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.26.0",
51+
"@typescript-eslint/parser": "8.26.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.26.0"
2497+
"@typescript-eslint/parser": "npm:8.26.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.26.0":
2735+
version: 8.26.0
2736+
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.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.26.0"
2740+
"@typescript-eslint/type-utils": "npm:8.26.0"
2741+
"@typescript-eslint/utils": "npm:8.26.0"
2742+
"@typescript-eslint/visitor-keys": "npm:8.26.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.9.0"
2751+
checksum: 10c0/b270467672c5cb7fb9085ae063364252af2910a424899f2a9f54cfbe84aba6ce80dbbf5027f1f33f17cc587da9883de212a4b3dc969f22ded30076889b499dd8
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.26.0":
2756+
version: 8.26.0
2757+
resolution: "@typescript-eslint/parser@npm:8.26.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.26.0"
2760+
"@typescript-eslint/types": "npm:8.26.0"
2761+
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2762+
"@typescript-eslint/visitor-keys": "npm:8.26.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.9.0"
2767+
checksum: 10c0/b937a80aeca4e508a67cbf2e42dfd268316336de265aaf836d04e49008a6ff4d754e73ad30075c183d98756677d1f54061c34e618c97d5fb61a04903c65d4851
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.26.0":
2782+
version: 8.26.0
2783+
resolution: "@typescript-eslint/scope-manager@npm:8.26.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.26.0"
2786+
"@typescript-eslint/visitor-keys": "npm:8.26.0"
2787+
checksum: 10c0/f93b12daf6a4df3050ca3fc6db1f534b5c521861509ee09a45a8a17d97f2fbb20c2d34975f07291481d69998aac9f2975f8facad0d47f533db56ec8f70f533a0
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.26.0":
2809+
version: 8.26.0
2810+
resolution: "@typescript-eslint/type-utils@npm:8.26.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.26.0"
2813+
"@typescript-eslint/utils": "npm:8.26.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.9.0"
2819+
checksum: 10c0/840b7551dcea7304632564612a2460f869c5330c50661cf21ac5992359aba7539f1466ac7dbde6f2d0bd56f6f769c9f3fed8564045c82d4914a88745da846870
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.26.0":
2831+
version: 8.26.0
2832+
resolution: "@typescript-eslint/types@npm:8.26.0"
2833+
checksum: 10c0/b16c0f67d12092c204a5935b430854b3a41c80934b386a5a4526acc9c8a829d8ee4f78732e71587e605de7845fa9a801b59fff015471dab7bf33676ee68c0100
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.26.0":
2857+
version: 8.26.0
2858+
resolution: "@typescript-eslint/typescript-estree@npm:8.26.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.26.0"
2861+
"@typescript-eslint/visitor-keys": "npm:8.26.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.9.0"
2870+
checksum: 10c0/898bf7ec8ee1f3454d0e38a0bb3d7bd3cbd39f530857c9b1851650ec1647bcb6997622e86d24332d81848afd9b65ce4c080437ab1c3c023b23915a745dd0b363
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.26.0":
2889+
version: 8.26.0
2890+
resolution: "@typescript-eslint/utils@npm:8.26.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.26.0"
2894+
"@typescript-eslint/types": "npm:8.26.0"
2895+
"@typescript-eslint/typescript-estree": "npm:8.26.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.9.0"
2899+
checksum: 10c0/594838a865d385ad5206c8b948678d4cb4010d0c9b826913968ce9e8af4d1c58b1f044de49f91d8dc36cda2ddb121ee7d2c5b53822a05f3e55002b10a42b3bfb
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.26.0":
2914+
version: 8.26.0
2915+
resolution: "@typescript-eslint/visitor-keys@npm:8.26.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.26.0"
2918+
eslint-visitor-keys: "npm:^4.2.0"
2919+
checksum: 10c0/6428c1ba199d962060d43f06ba8a98b874ba6fe875a23b10e8f01550838d8be8ee689ae4da3e8b045d4c7bb01e38385e6a8ae17a9d566cf7cd21f7090b573f61
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)