Skip to content

Commit 6bacde0

Browse files
feat(deps): update typescript-eslint to v8
1 parent ce8abae commit 6bacde0

File tree

2 files changed

+63
-65
lines changed

2 files changed

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

yarn.lock

Lines changed: 59 additions & 61 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.64"
2496-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2497-
"@typescript-eslint/parser": "npm:7.18.0"
2496+
"@typescript-eslint/eslint-plugin": "npm:8.13.0"
2497+
"@typescript-eslint/parser": "npm:8.13.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.6.3"
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.13.0":
2736+
version: 8.13.0
2737+
resolution: "@typescript-eslint/eslint-plugin@npm:8.13.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.13.0"
2741+
"@typescript-eslint/type-utils": "npm:8.13.0"
2742+
"@typescript-eslint/utils": "npm:8.13.0"
2743+
"@typescript-eslint/visitor-keys": "npm:8.13.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/ee96515e9def17b0d1b8d568d4afcd21c5a8a1bc01bf2f30c4d1f396b41a2f49de3508f79c6231a137ca06943dd6933ac00032652190ab99a4e935ffef44df0b
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.13.0":
2759+
version: 8.13.0
2760+
resolution: "@typescript-eslint/parser@npm:8.13.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.13.0"
2763+
"@typescript-eslint/types": "npm:8.13.0"
2764+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
2765+
"@typescript-eslint/visitor-keys": "npm:8.13.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/fa04f6c417c0f72104e148f1d7ff53e04108d383550365a556fbfae5d2283484696235db522189e17bc49039946977078e324100cef991ca01f78704182624ad
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.13.0":
2787+
version: 8.13.0
2788+
resolution: "@typescript-eslint/scope-manager@npm:8.13.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.13.0"
2791+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
2792+
checksum: 10c0/1924b3e740e244d98f8a99740b4196d23ae3263303b387c66db94e140455a3132e603a130f3f70fc71e37f4bda5d0c0c67224ae3911908b097ef3f972c136be4
27932793
languageName: node
27942794
linkType: hard
27952795

@@ -2810,20 +2810,18 @@ __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.13.0":
2814+
version: 8.13.0
2815+
resolution: "@typescript-eslint/type-utils@npm:8.13.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.13.0"
2818+
"@typescript-eslint/utils": "npm:8.13.0"
28192819
debug: "npm:^4.3.4"
28202820
ts-api-utils: "npm:^1.3.0"
2821-
peerDependencies:
2822-
eslint: ^8.56.0
28232821
peerDependenciesMeta:
28242822
typescript:
28252823
optional: true
2826-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2824+
checksum: 10c0/65319084616f3aea3d9f8dfab30c9b0a70de7314b445805016fdf0d0e39fe073eef2813c3e16c3e1c6a40462ba8eecfdbb12ab1e8570c3407a1cccdb69d4bc8b
28272825
languageName: node
28282826
linkType: hard
28292827

@@ -2834,10 +2832,10 @@ __metadata:
28342832
languageName: node
28352833
linkType: hard
28362834

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
2835+
"@typescript-eslint/types@npm:8.13.0":
2836+
version: 8.13.0
2837+
resolution: "@typescript-eslint/types@npm:8.13.0"
2838+
checksum: 10c0/bd3f88b738a92b2222f388bcf831357ef8940a763c2c2eb1947767e1051dd2f8bee387020e8cf4c2309e4142353961b659abc2885e30679109a0488b0bfefc23
28412839
languageName: node
28422840
linkType: hard
28432841

@@ -2860,22 +2858,22 @@ __metadata:
28602858
languageName: node
28612859
linkType: hard
28622860

2863-
"@typescript-eslint/typescript-estree@npm:7.18.0":
2864-
version: 7.18.0
2865-
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
2861+
"@typescript-eslint/typescript-estree@npm:8.13.0":
2862+
version: 8.13.0
2863+
resolution: "@typescript-eslint/typescript-estree@npm:8.13.0"
28662864
dependencies:
2867-
"@typescript-eslint/types": "npm:7.18.0"
2868-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2865+
"@typescript-eslint/types": "npm:8.13.0"
2866+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
28692867
debug: "npm:^4.3.4"
2870-
globby: "npm:^11.1.0"
2868+
fast-glob: "npm:^3.3.2"
28712869
is-glob: "npm:^4.0.3"
28722870
minimatch: "npm:^9.0.4"
28732871
semver: "npm:^7.6.0"
28742872
ts-api-utils: "npm:^1.3.0"
28752873
peerDependenciesMeta:
28762874
typescript:
28772875
optional: true
2878-
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
2876+
checksum: 10c0/2d45bc5ed4ac352bea927167ac28ef23bd13b6ae352ff50e85cddfdc4b06518f1dd4ae5f2495e30d6f62d247987677a4e807065d55829ba28963908a821dc96d
28792877
languageName: node
28802878
linkType: hard
28812879

@@ -2893,17 +2891,17 @@ __metadata:
28932891
languageName: node
28942892
linkType: hard
28952893

2896-
"@typescript-eslint/utils@npm:7.18.0":
2897-
version: 7.18.0
2898-
resolution: "@typescript-eslint/utils@npm:7.18.0"
2894+
"@typescript-eslint/utils@npm:8.13.0":
2895+
version: 8.13.0
2896+
resolution: "@typescript-eslint/utils@npm:8.13.0"
28992897
dependencies:
29002898
"@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"
2899+
"@typescript-eslint/scope-manager": "npm:8.13.0"
2900+
"@typescript-eslint/types": "npm:8.13.0"
2901+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
29042902
peerDependencies:
2905-
eslint: ^8.56.0
2906-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2903+
eslint: ^8.57.0 || ^9.0.0
2904+
checksum: 10c0/3fc5a7184a949df5f5b64f6af039a1d21ef7fe15f3d88a5d485ccbb535746d18514751143993a5aee287228151be3e326baf8f899a0a0a93368f6f20857ffa6d
29072905
languageName: node
29082906
linkType: hard
29092907

@@ -2917,13 +2915,13 @@ __metadata:
29172915
languageName: node
29182916
linkType: hard
29192917

2920-
"@typescript-eslint/visitor-keys@npm:7.18.0":
2921-
version: 7.18.0
2922-
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
2918+
"@typescript-eslint/visitor-keys@npm:8.13.0":
2919+
version: 8.13.0
2920+
resolution: "@typescript-eslint/visitor-keys@npm:8.13.0"
29232921
dependencies:
2924-
"@typescript-eslint/types": "npm:7.18.0"
2922+
"@typescript-eslint/types": "npm:8.13.0"
29252923
eslint-visitor-keys: "npm:^3.4.3"
2926-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2924+
checksum: 10c0/50b35f3cf673aaed940613f0007f7c4558a89ebef15c49824e65b6f084b700fbf01b01a4e701e24bbe651297a39678645e739acd255255f1603867a84bef0383
29272925
languageName: node
29282926
linkType: hard
29292927

0 commit comments

Comments
 (0)