Skip to content

Commit e556e07

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

File tree

2 files changed

+71
-77
lines changed

2 files changed

+71
-77
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": "^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.67",
50-
"@typescript-eslint/eslint-plugin": "7.18.0",
51-
"@typescript-eslint/parser": "7.18.0",
50+
"@typescript-eslint/eslint-plugin": "8.18.0",
51+
"@typescript-eslint/parser": "8.18.0",
5252
"ava": "6.2.0",
5353
"commitizen": "4.3.1",
5454
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 67 additions & 73 deletions
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.67"
2509-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2510-
"@typescript-eslint/parser": "npm:7.18.0"
2509+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
2510+
"@typescript-eslint/parser": "npm:8.18.0"
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
@@ -2745,44 +2745,40 @@ __metadata:
27452745
languageName: node
27462746
linkType: hard
27472747

2748-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
2749-
version: 7.18.0
2750-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
2748+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
2749+
version: 8.18.0
2750+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
27512751
dependencies:
27522752
"@eslint-community/regexpp": "npm:^4.10.0"
2753-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2754-
"@typescript-eslint/type-utils": "npm:7.18.0"
2755-
"@typescript-eslint/utils": "npm:7.18.0"
2756-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2753+
"@typescript-eslint/scope-manager": "npm:8.18.0"
2754+
"@typescript-eslint/type-utils": "npm:8.18.0"
2755+
"@typescript-eslint/utils": "npm:8.18.0"
2756+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
27572757
graphemer: "npm:^1.4.0"
27582758
ignore: "npm:^5.3.1"
27592759
natural-compare: "npm:^1.4.0"
27602760
ts-api-utils: "npm:^1.3.0"
27612761
peerDependencies:
2762-
"@typescript-eslint/parser": ^7.0.0
2763-
eslint: ^8.56.0
2764-
peerDependenciesMeta:
2765-
typescript:
2766-
optional: true
2767-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
2762+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2763+
eslint: ^8.57.0 || ^9.0.0
2764+
typescript: ">=4.8.4 <5.8.0"
2765+
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
27682766
languageName: node
27692767
linkType: hard
27702768

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

@@ -2796,13 +2792,13 @@ __metadata:
27962792
languageName: node
27972793
linkType: hard
27982794

2799-
"@typescript-eslint/scope-manager@npm:7.18.0":
2800-
version: 7.18.0
2801-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
2795+
"@typescript-eslint/scope-manager@npm:8.18.0":
2796+
version: 8.18.0
2797+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
28022798
dependencies:
2803-
"@typescript-eslint/types": "npm:7.18.0"
2804-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2805-
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
2799+
"@typescript-eslint/types": "npm:8.18.0"
2800+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2801+
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
28062802
languageName: node
28072803
linkType: hard
28082804

@@ -2823,20 +2819,18 @@ __metadata:
28232819
languageName: node
28242820
linkType: hard
28252821

2826-
"@typescript-eslint/type-utils@npm:7.18.0":
2827-
version: 7.18.0
2828-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
2822+
"@typescript-eslint/type-utils@npm:8.18.0":
2823+
version: 8.18.0
2824+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
28292825
dependencies:
2830-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2831-
"@typescript-eslint/utils": "npm:7.18.0"
2826+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2827+
"@typescript-eslint/utils": "npm:8.18.0"
28322828
debug: "npm:^4.3.4"
28332829
ts-api-utils: "npm:^1.3.0"
28342830
peerDependencies:
2835-
eslint: ^8.56.0
2836-
peerDependenciesMeta:
2837-
typescript:
2838-
optional: true
2839-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2831+
eslint: ^8.57.0 || ^9.0.0
2832+
typescript: ">=4.8.4 <5.8.0"
2833+
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
28402834
languageName: node
28412835
linkType: hard
28422836

@@ -2847,10 +2841,10 @@ __metadata:
28472841
languageName: node
28482842
linkType: hard
28492843

2850-
"@typescript-eslint/types@npm:7.18.0":
2851-
version: 7.18.0
2852-
resolution: "@typescript-eslint/types@npm:7.18.0"
2853-
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
2844+
"@typescript-eslint/types@npm:8.18.0":
2845+
version: 8.18.0
2846+
resolution: "@typescript-eslint/types@npm:8.18.0"
2847+
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
28542848
languageName: node
28552849
linkType: hard
28562850

@@ -2873,22 +2867,21 @@ __metadata:
28732867
languageName: node
28742868
linkType: hard
28752869

2876-
"@typescript-eslint/typescript-estree@npm:7.18.0":
2877-
version: 7.18.0
2878-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
2870+
"@typescript-eslint/typescript-estree@npm:8.18.0":
2871+
version: 8.18.0
2872+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
28792873
dependencies:
2880-
"@typescript-eslint/types": "npm:7.18.0"
2881-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2874+
"@typescript-eslint/types": "npm:8.18.0"
2875+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
28822876
debug: "npm:^4.3.4"
2883-
globby: "npm:^11.1.0"
2877+
fast-glob: "npm:^3.3.2"
28842878
is-glob: "npm:^4.0.3"
28852879
minimatch: "npm:^9.0.4"
28862880
semver: "npm:^7.6.0"
28872881
ts-api-utils: "npm:^1.3.0"
2888-
peerDependenciesMeta:
2889-
typescript:
2890-
optional: true
2891-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
2882+
peerDependencies:
2883+
typescript: ">=4.8.4 <5.8.0"
2884+
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
28922885
languageName: node
28932886
linkType: hard
28942887

@@ -2906,17 +2899,18 @@ __metadata:
29062899
languageName: node
29072900
linkType: hard
29082901

2909-
"@typescript-eslint/utils@npm:7.18.0":
2910-
version: 7.18.0
2911-
resolution: "@typescript-eslint/utils@npm:7.18.0"
2902+
"@typescript-eslint/utils@npm:8.18.0":
2903+
version: 8.18.0
2904+
resolution: "@typescript-eslint/utils@npm:8.18.0"
29122905
dependencies:
29132906
"@eslint-community/eslint-utils": "npm:^4.4.0"
2914-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2915-
"@typescript-eslint/types": "npm:7.18.0"
2916-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2907+
"@typescript-eslint/scope-manager": "npm:8.18.0"
2908+
"@typescript-eslint/types": "npm:8.18.0"
2909+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
29172910
peerDependencies:
2918-
eslint: ^8.56.0
2919-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2911+
eslint: ^8.57.0 || ^9.0.0
2912+
typescript: ">=4.8.4 <5.8.0"
2913+
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
29202914
languageName: node
29212915
linkType: hard
29222916

@@ -2930,13 +2924,13 @@ __metadata:
29302924
languageName: node
29312925
linkType: hard
29322926

2933-
"@typescript-eslint/visitor-keys@npm:7.18.0":
2934-
version: 7.18.0
2935-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
2927+
"@typescript-eslint/visitor-keys@npm:8.18.0":
2928+
version: 8.18.0
2929+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
29362930
dependencies:
2937-
"@typescript-eslint/types": "npm:7.18.0"
2938-
eslint-visitor-keys: "npm:^3.4.3"
2939-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2931+
"@typescript-eslint/types": "npm:8.18.0"
2932+
eslint-visitor-keys: "npm:^4.2.0"
2933+
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
29402934
languageName: node
29412935
linkType: hard
29422936

0 commit comments

Comments
 (0)