Skip to content

Commit a899ed2

Browse files
feat(deps): update typescript-eslint to v8
1 parent 0306e46 commit a899ed2

File tree

2 files changed

+94
-36
lines changed

2 files changed

+94
-36
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.54",
50-
"@typescript-eslint/eslint-plugin": "7.18.0",
51-
"@typescript-eslint/parser": "7.18.0",
50+
"@typescript-eslint/eslint-plugin": "8.8.1",
51+
"@typescript-eslint/parser": "8.8.1",
5252
"ava": "6.1.3",
5353
"commitizen": "4.3.1",
5454
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 90 additions & 32 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.54"
2496-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2497-
"@typescript-eslint/parser": "npm:7.18.0"
2496+
"@typescript-eslint/eslint-plugin": "npm:8.8.1"
2497+
"@typescript-eslint/parser": "npm:8.8.1"
24982498
ava: "npm:6.1.3"
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.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.8.1":
2736+
version: 8.8.1
2737+
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.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.8.1"
2741+
"@typescript-eslint/type-utils": "npm:8.8.1"
2742+
"@typescript-eslint/utils": "npm:8.8.1"
2743+
"@typescript-eslint/visitor-keys": "npm:8.8.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/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
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.8.1":
2759+
version: 8.8.1
2760+
resolution: "@typescript-eslint/parser@npm:8.8.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.8.1"
2763+
"@typescript-eslint/types": "npm:8.8.1"
2764+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2765+
"@typescript-eslint/visitor-keys": "npm:8.8.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/2afd147ccec6754316d6837d6108a5d822eb6071e1a7355073288c232530bc3e49901d3f08755ce02d497110c531f3b3658eb46d0ff875a69d4f360b5f938cb4
27732773
languageName: node
27742774
linkType: hard
27752775

@@ -2793,6 +2793,16 @@ __metadata:
27932793
languageName: node
27942794
linkType: hard
27952795

2796+
"@typescript-eslint/scope-manager@npm:8.8.1":
2797+
version: 8.8.1
2798+
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
2799+
dependencies:
2800+
"@typescript-eslint/types": "npm:8.8.1"
2801+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
2802+
checksum: 10c0/6f697baf087aedc3f0f228ff964fd108a9dd33fe4e5cc6c914be6367c324cee55629e099832668042bedfec8cdc72c6ef2ca960ee26966dbcc75753059a1352f
2803+
languageName: node
2804+
linkType: hard
2805+
27962806
"@typescript-eslint/type-utils@npm:7.16.1":
27972807
version: 7.16.1
27982808
resolution: "@typescript-eslint/type-utils@npm:7.16.1"
@@ -2810,20 +2820,18 @@ __metadata:
28102820
languageName: node
28112821
linkType: hard
28122822

2813-
"@typescript-eslint/type-utils@npm:7.18.0":
2814-
version: 7.18.0
2815-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
2823+
"@typescript-eslint/type-utils@npm:8.8.1":
2824+
version: 8.8.1
2825+
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
28162826
dependencies:
2817-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2818-
"@typescript-eslint/utils": "npm:7.18.0"
2827+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2828+
"@typescript-eslint/utils": "npm:8.8.1"
28192829
debug: "npm:^4.3.4"
28202830
ts-api-utils: "npm:^1.3.0"
2821-
peerDependencies:
2822-
eslint: ^8.56.0
28232831
peerDependenciesMeta:
28242832
typescript:
28252833
optional: true
2826-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
2834+
checksum: 10c0/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
28272835
languageName: node
28282836
linkType: hard
28292837

@@ -2841,6 +2849,13 @@ __metadata:
28412849
languageName: node
28422850
linkType: hard
28432851

2852+
"@typescript-eslint/types@npm:8.8.1":
2853+
version: 8.8.1
2854+
resolution: "@typescript-eslint/types@npm:8.8.1"
2855+
checksum: 10c0/4b44857332a0b1bfafbeccb8be157f8266d9e226ac723f6af1272b9b670b49444423ddac733655163eb3b90e8c88393a68ab2d7f326f5775371eaf4b9ca31d7b
2856+
languageName: node
2857+
linkType: hard
2858+
28442859
"@typescript-eslint/typescript-estree@npm:7.16.1":
28452860
version: 7.16.1
28462861
resolution: "@typescript-eslint/typescript-estree@npm:7.16.1"
@@ -2879,6 +2894,25 @@ __metadata:
28792894
languageName: node
28802895
linkType: hard
28812896

2897+
"@typescript-eslint/typescript-estree@npm:8.8.1":
2898+
version: 8.8.1
2899+
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
2900+
dependencies:
2901+
"@typescript-eslint/types": "npm:8.8.1"
2902+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
2903+
debug: "npm:^4.3.4"
2904+
fast-glob: "npm:^3.3.2"
2905+
is-glob: "npm:^4.0.3"
2906+
minimatch: "npm:^9.0.4"
2907+
semver: "npm:^7.6.0"
2908+
ts-api-utils: "npm:^1.3.0"
2909+
peerDependenciesMeta:
2910+
typescript:
2911+
optional: true
2912+
checksum: 10c0/e3b9bc1e925c07833237044271cdc9bd8bdba3e2143dcfc5bf3bf481c89731b666a6fad25333a4b1980ac2f4c6f5e6e42c71206f73f3704e319f6b3b67463a6a
2913+
languageName: node
2914+
linkType: hard
2915+
28822916
"@typescript-eslint/utils@npm:7.16.1":
28832917
version: 7.16.1
28842918
resolution: "@typescript-eslint/utils@npm:7.16.1"
@@ -2893,7 +2927,21 @@ __metadata:
28932927
languageName: node
28942928
linkType: hard
28952929

2896-
"@typescript-eslint/utils@npm:7.18.0, @typescript-eslint/utils@npm:^7.16.1":
2930+
"@typescript-eslint/utils@npm:8.8.1":
2931+
version: 8.8.1
2932+
resolution: "@typescript-eslint/utils@npm:8.8.1"
2933+
dependencies:
2934+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2935+
"@typescript-eslint/scope-manager": "npm:8.8.1"
2936+
"@typescript-eslint/types": "npm:8.8.1"
2937+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2938+
peerDependencies:
2939+
eslint: ^8.57.0 || ^9.0.0
2940+
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
2941+
languageName: node
2942+
linkType: hard
2943+
2944+
"@typescript-eslint/utils@npm:^7.16.1":
28972945
version: 7.18.0
28982946
resolution: "@typescript-eslint/utils@npm:7.18.0"
28992947
dependencies:
@@ -2927,6 +2975,16 @@ __metadata:
29272975
languageName: node
29282976
linkType: hard
29292977

2978+
"@typescript-eslint/visitor-keys@npm:8.8.1":
2979+
version: 8.8.1
2980+
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
2981+
dependencies:
2982+
"@typescript-eslint/types": "npm:8.8.1"
2983+
eslint-visitor-keys: "npm:^3.4.3"
2984+
checksum: 10c0/6f917090b61277bd443aa851c532c4a9cc91ad57aedf185c5dff0c530f158cce84ef815833bd8deffa87f0bbf7a9f1abd1e02e30af2463c4e7f27c0c08f59080
2985+
languageName: node
2986+
linkType: hard
2987+
29302988
"@ungap/structured-clone@npm:^1.2.0":
29312989
version: 1.2.0
29322990
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)