Skip to content

Commit a94257b

Browse files
feat(deps): update typescript-eslint to v8
1 parent 50801a9 commit a94257b

File tree

2 files changed

+72
-69
lines changed

2 files changed

+72
-69
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.65",
50-
"@typescript-eslint/eslint-plugin": "7.18.0",
51-
"@typescript-eslint/parser": "7.18.0",
50+
"@typescript-eslint/eslint-plugin": "8.16.0",
51+
"@typescript-eslint/parser": "8.16.0",
5252
"ava": "6.2.0",
5353
"commitizen": "4.3.1",
5454
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 68 additions & 65 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.65"
2496-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2497-
"@typescript-eslint/parser": "npm:7.18.0"
2496+
"@typescript-eslint/eslint-plugin": "npm:8.16.0"
2497+
"@typescript-eslint/parser": "npm:8.16.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
@@ -2732,44 +2732,44 @@ __metadata:
27322732
languageName: node
27332733
linkType: hard
27342734

2735-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
2736-
version: 7.18.0
2737-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
2735+
"@typescript-eslint/eslint-plugin@npm:8.16.0":
2736+
version: 8.16.0
2737+
resolution: "@typescript-eslint/eslint-plugin@npm:8.16.0"
27382738
dependencies:
27392739
"@eslint-community/regexpp": "npm:^4.10.0"
2740-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2741-
"@typescript-eslint/type-utils": "npm:7.18.0"
2742-
"@typescript-eslint/utils": "npm:7.18.0"
2743-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2740+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2741+
"@typescript-eslint/type-utils": "npm:8.16.0"
2742+
"@typescript-eslint/utils": "npm:8.16.0"
2743+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
27442744
graphemer: "npm:^1.4.0"
27452745
ignore: "npm:^5.3.1"
27462746
natural-compare: "npm:^1.4.0"
27472747
ts-api-utils: "npm:^1.3.0"
27482748
peerDependencies:
2749-
"@typescript-eslint/parser": ^7.0.0
2750-
eslint: ^8.56.0
2749+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2750+
eslint: ^8.57.0 || ^9.0.0
27512751
peerDependenciesMeta:
27522752
typescript:
27532753
optional: true
2754-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
2754+
checksum: 10c0/b03612b726ee5aff631cd50e05ceeb06a522e64465e4efdc134e3a27a09406b959ef7a05ec4acef1956b3674dc4fedb6d3a62ce69382f9e30c227bd4093003e5
27552755
languageName: node
27562756
linkType: hard
27572757

2758-
"@typescript-eslint/parser@npm:7.18.0":
2759-
version: 7.18.0
2760-
resolution: "@typescript-eslint/parser@npm:7.18.0"
2758+
"@typescript-eslint/parser@npm:8.16.0":
2759+
version: 8.16.0
2760+
resolution: "@typescript-eslint/parser@npm:8.16.0"
27612761
dependencies:
2762-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2763-
"@typescript-eslint/types": "npm:7.18.0"
2764-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2765-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2762+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2763+
"@typescript-eslint/types": "npm:8.16.0"
2764+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
2765+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
27662766
debug: "npm:^4.3.4"
27672767
peerDependencies:
2768-
eslint: ^8.56.0
2768+
eslint: ^8.57.0 || ^9.0.0
27692769
peerDependenciesMeta:
27702770
typescript:
27712771
optional: true
2772-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
2772+
checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae
27732773
languageName: node
27742774
linkType: hard
27752775

@@ -2783,13 +2783,13 @@ __metadata:
27832783
languageName: node
27842784
linkType: hard
27852785

2786-
"@typescript-eslint/scope-manager@npm:7.18.0":
2787-
version: 7.18.0
2788-
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
2786+
"@typescript-eslint/scope-manager@npm:8.16.0":
2787+
version: 8.16.0
2788+
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
27892789
dependencies:
2790-
"@typescript-eslint/types": "npm:7.18.0"
2791-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2792-
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
2790+
"@typescript-eslint/types": "npm:8.16.0"
2791+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
2792+
checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e
27932793
languageName: node
27942794
linkType: hard
27952795

@@ -2810,20 +2810,20 @@ __metadata:
28102810
languageName: node
28112811
linkType: hard
28122812

2813-
"@typescript-eslint/type-utils@npm:7.18.0":
2814-
version: 7.18.0
2815-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
2813+
"@typescript-eslint/type-utils@npm:8.16.0":
2814+
version: 8.16.0
2815+
resolution: "@typescript-eslint/type-utils@npm:8.16.0"
28162816
dependencies:
2817-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2818-
"@typescript-eslint/utils": "npm:7.18.0"
2817+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
2818+
"@typescript-eslint/utils": "npm:8.16.0"
28192819
debug: "npm:^4.3.4"
28202820
ts-api-utils: "npm:^1.3.0"
28212821
peerDependencies:
2822-
eslint: ^8.56.0
2822+
eslint: ^8.57.0 || ^9.0.0
28232823
peerDependenciesMeta:
28242824
typescript:
28252825
optional: true
2826-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2826+
checksum: 10c0/24c0e815c8bdf99bf488c7528bd6a7c790e8b3b674cb7fb075663afc2ee26b48e6f4cf7c0d14bb21e2376ca62bd8525cbcb5688f36135b00b62b1d353d7235b9
28272827
languageName: node
28282828
linkType: hard
28292829

@@ -2834,10 +2834,10 @@ __metadata:
28342834
languageName: node
28352835
linkType: hard
28362836

2837-
"@typescript-eslint/types@npm:7.18.0":
2838-
version: 7.18.0
2839-
resolution: "@typescript-eslint/types@npm:7.18.0"
2840-
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
2837+
"@typescript-eslint/types@npm:8.16.0":
2838+
version: 8.16.0
2839+
resolution: "@typescript-eslint/types@npm:8.16.0"
2840+
checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129
28412841
languageName: node
28422842
linkType: hard
28432843

@@ -2860,22 +2860,22 @@ __metadata:
28602860
languageName: node
28612861
linkType: hard
28622862

2863-
"@typescript-eslint/typescript-estree@npm:7.18.0":
2864-
version: 7.18.0
2865-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
2863+
"@typescript-eslint/typescript-estree@npm:8.16.0":
2864+
version: 8.16.0
2865+
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
28662866
dependencies:
2867-
"@typescript-eslint/types": "npm:7.18.0"
2868-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2867+
"@typescript-eslint/types": "npm:8.16.0"
2868+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
28692869
debug: "npm:^4.3.4"
2870-
globby: "npm:^11.1.0"
2870+
fast-glob: "npm:^3.3.2"
28712871
is-glob: "npm:^4.0.3"
28722872
minimatch: "npm:^9.0.4"
28732873
semver: "npm:^7.6.0"
28742874
ts-api-utils: "npm:^1.3.0"
28752875
peerDependenciesMeta:
28762876
typescript:
28772877
optional: true
2878-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
2878+
checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0
28792879
languageName: node
28802880
linkType: hard
28812881

@@ -2893,17 +2893,20 @@ __metadata:
28932893
languageName: node
28942894
linkType: hard
28952895

2896-
"@typescript-eslint/utils@npm:7.18.0":
2897-
version: 7.18.0
2898-
resolution: "@typescript-eslint/utils@npm:7.18.0"
2896+
"@typescript-eslint/utils@npm:8.16.0":
2897+
version: 8.16.0
2898+
resolution: "@typescript-eslint/utils@npm:8.16.0"
28992899
dependencies:
29002900
"@eslint-community/eslint-utils": "npm:^4.4.0"
2901-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2902-
"@typescript-eslint/types": "npm:7.18.0"
2903-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2901+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2902+
"@typescript-eslint/types": "npm:8.16.0"
2903+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
29042904
peerDependencies:
2905-
eslint: ^8.56.0
2906-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2905+
eslint: ^8.57.0 || ^9.0.0
2906+
peerDependenciesMeta:
2907+
typescript:
2908+
optional: true
2909+
checksum: 10c0/1e61187eef3da1ab1486d2a977d8f3b1cb8ef7fa26338500a17eb875ca42a8942ef3f2241f509eef74cf7b5620c109483afc7d83d5b0ab79b1e15920f5a49818
29072910
languageName: node
29082911
linkType: hard
29092912

@@ -2917,13 +2920,13 @@ __metadata:
29172920
languageName: node
29182921
linkType: hard
29192922

2920-
"@typescript-eslint/visitor-keys@npm:7.18.0":
2921-
version: 7.18.0
2922-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
2923+
"@typescript-eslint/visitor-keys@npm:8.16.0":
2924+
version: 8.16.0
2925+
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
29232926
dependencies:
2924-
"@typescript-eslint/types": "npm:7.18.0"
2925-
eslint-visitor-keys: "npm:^3.4.3"
2926-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2927+
"@typescript-eslint/types": "npm:8.16.0"
2928+
eslint-visitor-keys: "npm:^4.2.0"
2929+
checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc
29272930
languageName: node
29282931
linkType: hard
29292932

@@ -5048,10 +5051,10 @@ __metadata:
50485051
languageName: node
50495052
linkType: hard
50505053

5051-
"eslint-visitor-keys@npm:^4.0.0":
5052-
version: 4.0.0
5053-
resolution: "eslint-visitor-keys@npm:4.0.0"
5054-
checksum: 10c0/76619f42cf162705a1515a6868e6fc7567e185c7063a05621a8ac4c3b850d022661262c21d9f1fc1d144ecf0d5d64d70a3f43c15c3fc969a61ace0fb25698cf5
5054+
"eslint-visitor-keys@npm:^4.0.0, eslint-visitor-keys@npm:^4.2.0":
5055+
version: 4.2.0
5056+
resolution: "eslint-visitor-keys@npm:4.2.0"
5057+
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
50555058
languageName: node
50565059
linkType: hard
50575060

0 commit comments

Comments
 (0)