Skip to content

Commit 1d30edb

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

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.60",
50-
"@typescript-eslint/eslint-plugin": "7.18.0",
51-
"@typescript-eslint/parser": "7.18.0",
50+
"@typescript-eslint/eslint-plugin": "8.12.1",
51+
"@typescript-eslint/parser": "8.12.1",
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.60"
2496-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2497-
"@typescript-eslint/parser": "npm:7.18.0"
2496+
"@typescript-eslint/eslint-plugin": "npm:8.12.1"
2497+
"@typescript-eslint/parser": "npm:8.12.1"
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.12.1":
2736+
version: 8.12.1
2737+
resolution: "@typescript-eslint/eslint-plugin@npm:8.12.1"
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.12.1"
2741+
"@typescript-eslint/type-utils": "npm:8.12.1"
2742+
"@typescript-eslint/utils": "npm:8.12.1"
2743+
"@typescript-eslint/visitor-keys": "npm:8.12.1"
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/f6c5b4d03787b5c49b084064c1a634c7c11b5a624259548bffd9c2eb6eafa1129c3856959fb1ea14d9ba9f6ef37ee5216f775e549783f70892303e0433ea8a54
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.12.1":
2759+
version: 8.12.1
2760+
resolution: "@typescript-eslint/parser@npm:8.12.1"
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.12.1"
2763+
"@typescript-eslint/types": "npm:8.12.1"
2764+
"@typescript-eslint/typescript-estree": "npm:8.12.1"
2765+
"@typescript-eslint/visitor-keys": "npm:8.12.1"
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/157206e47fe06d8846d0f37d79a1ab0090f794c8ceda13d5c1b747471aa707756e7356b17551d446dff5bbee63bb3d17504fd9da2dfff46c90865b3fd6970035
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.12.1":
2787+
version: 8.12.1
2788+
resolution: "@typescript-eslint/scope-manager@npm:8.12.1"
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.12.1"
2791+
"@typescript-eslint/visitor-keys": "npm:8.12.1"
2792+
checksum: 10c0/396fb8566f753341d2e3dad1e48935009f72cb5d0234cd47ead629d664720c29df91c46166c551c97e7a10996911f047e35d52e59765a77d829e7d912625e851
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.12.1":
2814+
version: 8.12.1
2815+
resolution: "@typescript-eslint/type-utils@npm:8.12.1"
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.12.1"
2818+
"@typescript-eslint/utils": "npm:8.12.1"
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/224724c6628e8b6bd1dd2afe8600705079daa76d5017865edd83eb43855209df39560a33848dc7c5529fc12ec9e4e9edfc2efeb59db2738c28c7fb9298cb198a
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.12.1":
2836+
version: 8.12.1
2837+
resolution: "@typescript-eslint/types@npm:8.12.1"
2838+
checksum: 10c0/3fc1087109cf3afbf1e9b6e0fd296473831c3e8e3e52496e53528586baf3e682844ce720e24b5d29dc4ff0d47c373a2665b726330443d08d0e8cd3cefcc77623
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.12.1":
2862+
version: 8.12.1
2863+
resolution: "@typescript-eslint/typescript-estree@npm:8.12.1"
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.12.1"
2866+
"@typescript-eslint/visitor-keys": "npm:8.12.1"
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/23463f4e8d9e3921d9b4bc853007336ffca3101e1ef6e38a1cf6131c1c1d27bbdcee3419c36ad67786b77c9dd7ee12833e0aba7d6fa5dd38b1c6efc0a75ead7e
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.12.1":
2895+
version: 8.12.1
2896+
resolution: "@typescript-eslint/utils@npm:8.12.1"
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.12.1"
2900+
"@typescript-eslint/types": "npm:8.12.1"
2901+
"@typescript-eslint/typescript-estree": "npm:8.12.1"
29042902
peerDependencies:
2905-
eslint: ^8.56.0
2906-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
2903+
eslint: ^8.57.0 || ^9.0.0
2904+
checksum: 10c0/82005530a0c80683dd586fe2a7d2083b82448862aef9fdc72224e618e87ab60d66a31d47443c0afd509f56d0df8eddc960cdc07341403e57a30d93d14b9c3f93
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.12.1":
2919+
version: 8.12.1
2920+
resolution: "@typescript-eslint/visitor-keys@npm:8.12.1"
29232921
dependencies:
2924-
"@typescript-eslint/types": "npm:7.18.0"
2922+
"@typescript-eslint/types": "npm:8.12.1"
29252923
eslint-visitor-keys: "npm:^3.4.3"
2926-
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
2924+
checksum: 10c0/7c3f8c205c69611f07182fc09125c32a397aa51b96886431a793d5f0b1a864e4a7d847a6f3334b0aa00c8c4b8c3286f36e8ffffb235e6d36ace0509722cf9dda
29272925
languageName: node
29282926
linkType: hard
29292927

0 commit comments

Comments
 (0)