Skip to content

Commit 8caeb7a

Browse files
feat(deps): update typescript-eslint to v8
1 parent 1ad8ec4 commit 8caeb7a

File tree

2 files changed

+83
-80
lines changed

2 files changed

+83
-80
lines changed

Diff for: package.json

+4-4
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": "^5.3.0 || ^6.0.0 || ^7.0.0",
31-
"@typescript-eslint/parser": "^5.3.0 || ^6.0.0 || ^7.0.0",
30+
"@typescript-eslint/eslint-plugin": "^5.3.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
31+
"@typescript-eslint/parser": "^5.3.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
3232
"eslint": "^7.0.0 || ^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.1",
51+
"@typescript-eslint/parser": "8.26.1",
5252
"ava": "6.2.0",
5353
"commitizen": "4.3.1",
5454
"conventional-changelog-conventionalcommits": "7.0.2",

Diff for: yarn.lock

+79-76
Original file line numberDiff line numberDiff line change
@@ -2506,8 +2506,8 @@ __metadata:
25062506
"@softwareventures/tsconfig": "npm:8.1.0"
25072507
"@types/eslint": "npm:8.56.12"
25082508
"@types/node": "npm:18.19.68"
2509-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2510-
"@typescript-eslint/parser": "npm:7.18.0"
2509+
"@typescript-eslint/eslint-plugin": "npm:8.26.1"
2510+
"@typescript-eslint/parser": "npm:8.26.1"
25112511
ava: "npm:6.2.0"
25122512
commitizen: "npm:4.3.1"
25132513
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2527,8 +2527,8 @@ __metadata:
25272527
tslib: "npm:^2.3.1"
25282528
typescript: "npm:5.7.2"
25292529
peerDependencies:
2530-
"@typescript-eslint/eslint-plugin": ^5.3.0 || ^6.0.0 || ^7.0.0
2531-
"@typescript-eslint/parser": ^5.3.0 || ^6.0.0 || ^7.0.0
2530+
"@typescript-eslint/eslint-plugin": ^5.3.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
2531+
"@typescript-eslint/parser": ^5.3.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
25322532
eslint: ^7.0.0 || ^8.0.0
25332533
eslint-config-prettier: ^8.3.0 || ^9.0.0
25342534
eslint-plugin-import: ^2.25.2
@@ -2744,44 +2744,40 @@ __metadata:
27442744
languageName: node
27452745
linkType: hard
27462746

2747-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
2748-
version: 7.18.0
2749-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
2747+
"@typescript-eslint/eslint-plugin@npm:8.26.1":
2748+
version: 8.26.1
2749+
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.1"
27502750
dependencies:
27512751
"@eslint-community/regexpp": "npm:^4.10.0"
2752-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2753-
"@typescript-eslint/type-utils": "npm:7.18.0"
2754-
"@typescript-eslint/utils": "npm:7.18.0"
2755-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2752+
"@typescript-eslint/scope-manager": "npm:8.26.1"
2753+
"@typescript-eslint/type-utils": "npm:8.26.1"
2754+
"@typescript-eslint/utils": "npm:8.26.1"
2755+
"@typescript-eslint/visitor-keys": "npm:8.26.1"
27562756
graphemer: "npm:^1.4.0"
27572757
ignore: "npm:^5.3.1"
27582758
natural-compare: "npm:^1.4.0"
2759-
ts-api-utils: "npm:^1.3.0"
2759+
ts-api-utils: "npm:^2.0.1"
27602760
peerDependencies:
2761-
"@typescript-eslint/parser": ^7.0.0
2762-
eslint: ^8.56.0
2763-
peerDependenciesMeta:
2764-
typescript:
2765-
optional: true
2766-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
2761+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2762+
eslint: ^8.57.0 || ^9.0.0
2763+
typescript: ">=4.8.4 <5.9.0"
2764+
checksum: 10c0/412f41aafd503a1faea91edd03a68717ca8a49ed6683700b8386115c67b86110c9826d10005d3a0341b78cdee41a6ef08842716ced2b58af03f91eb1b8cc929c
27672765
languageName: node
27682766
linkType: hard
27692767

2770-
"@typescript-eslint/parser@npm:7.18.0":
2771-
version: 7.18.0
2772-
resolution: "@typescript-eslint/parser@npm:7.18.0"
2768+
"@typescript-eslint/parser@npm:8.26.1":
2769+
version: 8.26.1
2770+
resolution: "@typescript-eslint/parser@npm:8.26.1"
27732771
dependencies:
2774-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2775-
"@typescript-eslint/types": "npm:7.18.0"
2776-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2777-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2772+
"@typescript-eslint/scope-manager": "npm:8.26.1"
2773+
"@typescript-eslint/types": "npm:8.26.1"
2774+
"@typescript-eslint/typescript-estree": "npm:8.26.1"
2775+
"@typescript-eslint/visitor-keys": "npm:8.26.1"
27782776
debug: "npm:^4.3.4"
27792777
peerDependencies:
2780-
eslint: ^8.56.0
2781-
peerDependenciesMeta:
2782-
typescript:
2783-
optional: true
2784-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
2778+
eslint: ^8.57.0 || ^9.0.0
2779+
typescript: ">=4.8.4 <5.9.0"
2780+
checksum: 10c0/21fe4306b6017bf183d92cdd493edacd302816071e29e1400452f3ccd224ab8111b75892507b9731545e98e6e4d153e54dab568b3433f6c9596b6cb2f7af922f
27852781
languageName: node
27862782
linkType: hard
27872783

@@ -2795,13 +2791,13 @@ __metadata:
27952791
languageName: node
27962792
linkType: hard
27972793

2798-
"@typescript-eslint/scope-manager@npm:7.18.0":
2799-
version: 7.18.0
2800-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
2794+
"@typescript-eslint/scope-manager@npm:8.26.1":
2795+
version: 8.26.1
2796+
resolution: "@typescript-eslint/scope-manager@npm:8.26.1"
28012797
dependencies:
2802-
"@typescript-eslint/types": "npm:7.18.0"
2803-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2804-
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
2798+
"@typescript-eslint/types": "npm:8.26.1"
2799+
"@typescript-eslint/visitor-keys": "npm:8.26.1"
2800+
checksum: 10c0/ecd30eb615c7384f01cea8f2c8e8dda7507ada52ad0d002d3701bdd9d06f6d14cefb31c6c26ef55708adfaa2045a01151e8685656240268231a4bac8f792afe4
28052801
languageName: node
28062802
linkType: hard
28072803

@@ -2822,20 +2818,18 @@ __metadata:
28222818
languageName: node
28232819
linkType: hard
28242820

2825-
"@typescript-eslint/type-utils@npm:7.18.0":
2826-
version: 7.18.0
2827-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
2821+
"@typescript-eslint/type-utils@npm:8.26.1":
2822+
version: 8.26.1
2823+
resolution: "@typescript-eslint/type-utils@npm:8.26.1"
28282824
dependencies:
2829-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2830-
"@typescript-eslint/utils": "npm:7.18.0"
2825+
"@typescript-eslint/typescript-estree": "npm:8.26.1"
2826+
"@typescript-eslint/utils": "npm:8.26.1"
28312827
debug: "npm:^4.3.4"
2832-
ts-api-utils: "npm:^1.3.0"
2828+
ts-api-utils: "npm:^2.0.1"
28332829
peerDependencies:
2834-
eslint: ^8.56.0
2835-
peerDependenciesMeta:
2836-
typescript:
2837-
optional: true
2838-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2830+
eslint: ^8.57.0 || ^9.0.0
2831+
typescript: ">=4.8.4 <5.9.0"
2832+
checksum: 10c0/17553b4333246e1ffd447dab78a4cbc565c129c9baf32326387760c9790120a99d955acf84888b7ef96e73c82fc22a3e08e80f0bd65d21e3cf2fe002f977aba1
28392833
languageName: node
28402834
linkType: hard
28412835

@@ -2846,10 +2840,10 @@ __metadata:
28462840
languageName: node
28472841
linkType: hard
28482842

2849-
"@typescript-eslint/types@npm:7.18.0":
2850-
version: 7.18.0
2851-
resolution: "@typescript-eslint/types@npm:7.18.0"
2852-
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
2843+
"@typescript-eslint/types@npm:8.26.1":
2844+
version: 8.26.1
2845+
resolution: "@typescript-eslint/types@npm:8.26.1"
2846+
checksum: 10c0/805b239b57854fc12eae9e2bec6ccab24bac1d30a762c455f22c73b777a5859c64c58b4750458bd0ab4aadd664eb95cbef091348a071975acac05b15ebea9f1b
28532847
languageName: node
28542848
linkType: hard
28552849

@@ -2872,22 +2866,21 @@ __metadata:
28722866
languageName: node
28732867
linkType: hard
28742868

2875-
"@typescript-eslint/typescript-estree@npm:7.18.0":
2876-
version: 7.18.0
2877-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
2869+
"@typescript-eslint/typescript-estree@npm:8.26.1":
2870+
version: 8.26.1
2871+
resolution: "@typescript-eslint/typescript-estree@npm:8.26.1"
28782872
dependencies:
2879-
"@typescript-eslint/types": "npm:7.18.0"
2880-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2873+
"@typescript-eslint/types": "npm:8.26.1"
2874+
"@typescript-eslint/visitor-keys": "npm:8.26.1"
28812875
debug: "npm:^4.3.4"
2882-
globby: "npm:^11.1.0"
2876+
fast-glob: "npm:^3.3.2"
28832877
is-glob: "npm:^4.0.3"
28842878
minimatch: "npm:^9.0.4"
28852879
semver: "npm:^7.6.0"
2886-
ts-api-utils: "npm:^1.3.0"
2887-
peerDependenciesMeta:
2888-
typescript:
2889-
optional: true
2890-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
2880+
ts-api-utils: "npm:^2.0.1"
2881+
peerDependencies:
2882+
typescript: ">=4.8.4 <5.9.0"
2883+
checksum: 10c0/adc95e4735a8ded05ad35d7b4fae68c675afdd4b3531bc4a51eab5efe793cf80bc75f56dfc8022af4c0a5b316eec61f8ce6b77c2ead45fc675fea7e28cd52ade
28912884
languageName: node
28922885
linkType: hard
28932886

@@ -2905,17 +2898,18 @@ __metadata:
29052898
languageName: node
29062899
linkType: hard
29072900

2908-
"@typescript-eslint/utils@npm:7.18.0":
2909-
version: 7.18.0
2910-
resolution: "@typescript-eslint/utils@npm:7.18.0"
2901+
"@typescript-eslint/utils@npm:8.26.1":
2902+
version: 8.26.1
2903+
resolution: "@typescript-eslint/utils@npm:8.26.1"
29112904
dependencies:
29122905
"@eslint-community/eslint-utils": "npm:^4.4.0"
2913-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2914-
"@typescript-eslint/types": "npm:7.18.0"
2915-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2906+
"@typescript-eslint/scope-manager": "npm:8.26.1"
2907+
"@typescript-eslint/types": "npm:8.26.1"
2908+
"@typescript-eslint/typescript-estree": "npm:8.26.1"
29162909
peerDependencies:
2917-
eslint: ^8.56.0
2918-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2910+
eslint: ^8.57.0 || ^9.0.0
2911+
typescript: ">=4.8.4 <5.9.0"
2912+
checksum: 10c0/a5cb3bdf253cc8e8474a2ed8666c0a6194abe56f44039c6623bef0459ed17d0276ed6e40c70d35bd8ec4d41bafc255e4d3025469f32ac692ba2d89e7579c2a26
29192913
languageName: node
29202914
linkType: hard
29212915

@@ -2929,13 +2923,13 @@ __metadata:
29292923
languageName: node
29302924
linkType: hard
29312925

2932-
"@typescript-eslint/visitor-keys@npm:7.18.0":
2933-
version: 7.18.0
2934-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
2926+
"@typescript-eslint/visitor-keys@npm:8.26.1":
2927+
version: 8.26.1
2928+
resolution: "@typescript-eslint/visitor-keys@npm:8.26.1"
29352929
dependencies:
2936-
"@typescript-eslint/types": "npm:7.18.0"
2937-
eslint-visitor-keys: "npm:^3.4.3"
2938-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2930+
"@typescript-eslint/types": "npm:8.26.1"
2931+
eslint-visitor-keys: "npm:^4.2.0"
2932+
checksum: 10c0/51b1016d06cd2b9eac0a213de418b0a26022fd3b71478014541bfcbc2a3c4d666552390eb9c209fa9e52c868710d9f1b21a2c789d35c650239438c366a27a239
29392933
languageName: node
29402934
linkType: hard
29412935

@@ -9994,6 +9988,15 @@ __metadata:
99949988
languageName: node
99959989
linkType: hard
99969990

9991+
"ts-api-utils@npm:^2.0.1":
9992+
version: 2.0.1
9993+
resolution: "ts-api-utils@npm:2.0.1"
9994+
peerDependencies:
9995+
typescript: ">=4.8.4"
9996+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
9997+
languageName: node
9998+
linkType: hard
9999+
999710000
"ts-node@npm:10.9.2":
999810001
version: 10.9.2
999910002
resolution: "ts-node@npm:10.9.2"

0 commit comments

Comments
 (0)