Skip to content

Commit 1dae12f

Browse files
committed
Bump typescript-eslint to version 7.9.0 for @reduxjs/eslint-config
1 parent fa0d275 commit 1dae12f

File tree

2 files changed

+145
-27
lines changed

2 files changed

+145
-27
lines changed

packages/configs/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"@eslint/js": "^9.2.0",
7171
"eslint-config-prettier": "^9.1.0",
7272
"globals": "^15.2.0",
73-
"typescript-eslint": "^7.8.0"
73+
"typescript-eslint": "^7.9.0"
7474
}
7575
}

yarn.lock

Lines changed: 144 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7443,7 +7443,7 @@ __metadata:
74437443
rimraf: "npm:^5.0.5"
74447444
tslib: "npm:^2.6.2"
74457445
typescript: "npm:^5.4.5"
7446-
typescript-eslint: "npm:^7.8.0"
7446+
typescript-eslint: "npm:^7.9.0"
74477447
peerDependencies:
74487448
eslint: ^8.56.0 || ^9
74497449
prettier: ^3
@@ -9391,28 +9391,26 @@ __metadata:
93919391
languageName: node
93929392
linkType: hard
93939393

9394-
"@typescript-eslint/eslint-plugin@npm:7.8.0, @typescript-eslint/eslint-plugin@npm:^7.8.0":
9395-
version: 7.8.0
9396-
resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0"
9394+
"@typescript-eslint/eslint-plugin@npm:7.9.0":
9395+
version: 7.9.0
9396+
resolution: "@typescript-eslint/eslint-plugin@npm:7.9.0"
93979397
dependencies:
93989398
"@eslint-community/regexpp": "npm:^4.10.0"
9399-
"@typescript-eslint/scope-manager": "npm:7.8.0"
9400-
"@typescript-eslint/type-utils": "npm:7.8.0"
9401-
"@typescript-eslint/utils": "npm:7.8.0"
9402-
"@typescript-eslint/visitor-keys": "npm:7.8.0"
9403-
debug: "npm:^4.3.4"
9399+
"@typescript-eslint/scope-manager": "npm:7.9.0"
9400+
"@typescript-eslint/type-utils": "npm:7.9.0"
9401+
"@typescript-eslint/utils": "npm:7.9.0"
9402+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
94049403
graphemer: "npm:^1.4.0"
94059404
ignore: "npm:^5.3.1"
94069405
natural-compare: "npm:^1.4.0"
9407-
semver: "npm:^7.6.0"
94089406
ts-api-utils: "npm:^1.3.0"
94099407
peerDependencies:
94109408
"@typescript-eslint/parser": ^7.0.0
94119409
eslint: ^8.56.0
94129410
peerDependenciesMeta:
94139411
typescript:
94149412
optional: true
9415-
checksum: 10/0dc5f0933e1f1196bfc3d2545758d53981c9cd1b501f9795ebc82e471d88b008da3fa33712b60398c5ada7e0853805b3bcffe2ef8b94a25d0502b187663a0b6c
9413+
checksum: 10/91ab53a68695d326bc1b9cb9b0f1ad8e1941597051522cd7b4461b47cd2ef11b8fb16f5c10c590673e2ac80b3094bec5022a41eaf0b443fc129421b857eefab6
94169414
languageName: node
94179415
linkType: hard
94189416

@@ -9440,6 +9438,31 @@ __metadata:
94409438
languageName: node
94419439
linkType: hard
94429440

9441+
"@typescript-eslint/eslint-plugin@npm:^7.8.0":
9442+
version: 7.8.0
9443+
resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0"
9444+
dependencies:
9445+
"@eslint-community/regexpp": "npm:^4.10.0"
9446+
"@typescript-eslint/scope-manager": "npm:7.8.0"
9447+
"@typescript-eslint/type-utils": "npm:7.8.0"
9448+
"@typescript-eslint/utils": "npm:7.8.0"
9449+
"@typescript-eslint/visitor-keys": "npm:7.8.0"
9450+
debug: "npm:^4.3.4"
9451+
graphemer: "npm:^1.4.0"
9452+
ignore: "npm:^5.3.1"
9453+
natural-compare: "npm:^1.4.0"
9454+
semver: "npm:^7.6.0"
9455+
ts-api-utils: "npm:^1.3.0"
9456+
peerDependencies:
9457+
"@typescript-eslint/parser": ^7.0.0
9458+
eslint: ^8.56.0
9459+
peerDependenciesMeta:
9460+
typescript:
9461+
optional: true
9462+
checksum: 10/0dc5f0933e1f1196bfc3d2545758d53981c9cd1b501f9795ebc82e471d88b008da3fa33712b60398c5ada7e0853805b3bcffe2ef8b94a25d0502b187663a0b6c
9463+
languageName: node
9464+
linkType: hard
9465+
94439466
"@typescript-eslint/experimental-utils@npm:^5.0.0":
94449467
version: 5.27.1
94459468
resolution: "@typescript-eslint/experimental-utils@npm:5.27.1"
@@ -9451,21 +9474,21 @@ __metadata:
94519474
languageName: node
94529475
linkType: hard
94539476

9454-
"@typescript-eslint/parser@npm:7.8.0, @typescript-eslint/parser@npm:^7.8.0":
9455-
version: 7.8.0
9456-
resolution: "@typescript-eslint/parser@npm:7.8.0"
9477+
"@typescript-eslint/parser@npm:7.9.0":
9478+
version: 7.9.0
9479+
resolution: "@typescript-eslint/parser@npm:7.9.0"
94579480
dependencies:
9458-
"@typescript-eslint/scope-manager": "npm:7.8.0"
9459-
"@typescript-eslint/types": "npm:7.8.0"
9460-
"@typescript-eslint/typescript-estree": "npm:7.8.0"
9461-
"@typescript-eslint/visitor-keys": "npm:7.8.0"
9481+
"@typescript-eslint/scope-manager": "npm:7.9.0"
9482+
"@typescript-eslint/types": "npm:7.9.0"
9483+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
9484+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
94629485
debug: "npm:^4.3.4"
94639486
peerDependencies:
94649487
eslint: ^8.56.0
94659488
peerDependenciesMeta:
94669489
typescript:
94679490
optional: true
9468-
checksum: 10/57b7918ec80484903e43e6877aabc37e7e1735fefc730c161777333b38d92cffb562fca9c91e622c0e58fe2fb0f7e47e5237bd0666189a70b3abc62e5c13eb7c
9491+
checksum: 10/6c10ceae8a9199b07ca91e75e59d5cc789a6931ed2284a698e482f2653f832c6c89201fc4399334189fd76e4d30c0d1885caca96ff3af4bf9f7cf2777d9fb91f
94699492
languageName: node
94709493
linkType: hard
94719494

@@ -9504,6 +9527,24 @@ __metadata:
95049527
languageName: node
95059528
linkType: hard
95069529

9530+
"@typescript-eslint/parser@npm:^7.8.0":
9531+
version: 7.8.0
9532+
resolution: "@typescript-eslint/parser@npm:7.8.0"
9533+
dependencies:
9534+
"@typescript-eslint/scope-manager": "npm:7.8.0"
9535+
"@typescript-eslint/types": "npm:7.8.0"
9536+
"@typescript-eslint/typescript-estree": "npm:7.8.0"
9537+
"@typescript-eslint/visitor-keys": "npm:7.8.0"
9538+
debug: "npm:^4.3.4"
9539+
peerDependencies:
9540+
eslint: ^8.56.0
9541+
peerDependenciesMeta:
9542+
typescript:
9543+
optional: true
9544+
checksum: 10/57b7918ec80484903e43e6877aabc37e7e1735fefc730c161777333b38d92cffb562fca9c91e622c0e58fe2fb0f7e47e5237bd0666189a70b3abc62e5c13eb7c
9545+
languageName: node
9546+
linkType: hard
9547+
95079548
"@typescript-eslint/scope-manager@npm:5.27.1":
95089549
version: 5.27.1
95099550
resolution: "@typescript-eslint/scope-manager@npm:5.27.1"
@@ -9544,6 +9585,16 @@ __metadata:
95449585
languageName: node
95459586
linkType: hard
95469587

9588+
"@typescript-eslint/scope-manager@npm:7.9.0":
9589+
version: 7.9.0
9590+
resolution: "@typescript-eslint/scope-manager@npm:7.9.0"
9591+
dependencies:
9592+
"@typescript-eslint/types": "npm:7.9.0"
9593+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
9594+
checksum: 10/5344c37f696f1d95039631b79285f4e336099b2a35caf334f90cb2bf8f93a3257a9d5091df3f58d3af9272fe00a18ab3ad4c1cce6a7dd2b8e76b08fa7e606233
9595+
languageName: node
9596+
linkType: hard
9597+
95479598
"@typescript-eslint/type-utils@npm:5.62.0":
95489599
version: 5.62.0
95499600
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -9578,6 +9629,23 @@ __metadata:
95789629
languageName: node
95799630
linkType: hard
95809631

9632+
"@typescript-eslint/type-utils@npm:7.9.0":
9633+
version: 7.9.0
9634+
resolution: "@typescript-eslint/type-utils@npm:7.9.0"
9635+
dependencies:
9636+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
9637+
"@typescript-eslint/utils": "npm:7.9.0"
9638+
debug: "npm:^4.3.4"
9639+
ts-api-utils: "npm:^1.3.0"
9640+
peerDependencies:
9641+
eslint: ^8.56.0
9642+
peerDependenciesMeta:
9643+
typescript:
9644+
optional: true
9645+
checksum: 10/b756a7655fc9f55700759919068721ce025bd062485f88811269993615f64b0bfd146549f6e74c740ce85e81dc9bc7e7f6b7a87dea307a25e2eaa07a07b16d15
9646+
languageName: node
9647+
linkType: hard
9648+
95819649
"@typescript-eslint/types@npm:5.27.1":
95829650
version: 5.27.1
95839651
resolution: "@typescript-eslint/types@npm:5.27.1"
@@ -9606,6 +9674,13 @@ __metadata:
96069674
languageName: node
96079675
linkType: hard
96089676

9677+
"@typescript-eslint/types@npm:7.9.0":
9678+
version: 7.9.0
9679+
resolution: "@typescript-eslint/types@npm:7.9.0"
9680+
checksum: 10/59cbd1b272132a7e1937a2bff20e2db67d566ad96d02f40541533ad1cce22b760cce3034f29a9087af423384212b8da1030660519d861c43de85e0cd56ae5f08
9681+
languageName: node
9682+
linkType: hard
9683+
96099684
"@typescript-eslint/typescript-estree@npm:5.27.1":
96109685
version: 5.27.1
96119686
resolution: "@typescript-eslint/typescript-estree@npm:5.27.1"
@@ -9680,6 +9755,25 @@ __metadata:
96809755
languageName: node
96819756
linkType: hard
96829757

9758+
"@typescript-eslint/typescript-estree@npm:7.9.0":
9759+
version: 7.9.0
9760+
resolution: "@typescript-eslint/typescript-estree@npm:7.9.0"
9761+
dependencies:
9762+
"@typescript-eslint/types": "npm:7.9.0"
9763+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
9764+
debug: "npm:^4.3.4"
9765+
globby: "npm:^11.1.0"
9766+
is-glob: "npm:^4.0.3"
9767+
minimatch: "npm:^9.0.4"
9768+
semver: "npm:^7.6.0"
9769+
ts-api-utils: "npm:^1.3.0"
9770+
peerDependenciesMeta:
9771+
typescript:
9772+
optional: true
9773+
checksum: 10/fae2e54124308f6e9f640605119510729a401de3dc5c821cfeffd692dcdd2f5efb5ac9ac6cc18aec4895826b771d0ee2e13e8aa247d58541459677e4cb43cb0d
9774+
languageName: node
9775+
linkType: hard
9776+
96839777
"@typescript-eslint/utils@npm:5.27.1, @typescript-eslint/utils@npm:^5.13.0":
96849778
version: 5.27.1
96859779
resolution: "@typescript-eslint/utils@npm:5.27.1"
@@ -9731,6 +9825,20 @@ __metadata:
97319825
languageName: node
97329826
linkType: hard
97339827

9828+
"@typescript-eslint/utils@npm:7.9.0":
9829+
version: 7.9.0
9830+
resolution: "@typescript-eslint/utils@npm:7.9.0"
9831+
dependencies:
9832+
"@eslint-community/eslint-utils": "npm:^4.4.0"
9833+
"@typescript-eslint/scope-manager": "npm:7.9.0"
9834+
"@typescript-eslint/types": "npm:7.9.0"
9835+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
9836+
peerDependencies:
9837+
eslint: ^8.56.0
9838+
checksum: 10/3895739854c48d4b8a1b33a9ab62ef44c074c007d556655908d1853e982810a04cc90217742caadf52c33be6453933aa5b23786b779ccb2bda557c762526da99
9839+
languageName: node
9840+
linkType: hard
9841+
97349842
"@typescript-eslint/visitor-keys@npm:5.27.1":
97359843
version: 5.27.1
97369844
resolution: "@typescript-eslint/visitor-keys@npm:5.27.1"
@@ -9771,6 +9879,16 @@ __metadata:
97719879
languageName: node
97729880
linkType: hard
97739881

9882+
"@typescript-eslint/visitor-keys@npm:7.9.0":
9883+
version: 7.9.0
9884+
resolution: "@typescript-eslint/visitor-keys@npm:7.9.0"
9885+
dependencies:
9886+
"@typescript-eslint/types": "npm:7.9.0"
9887+
eslint-visitor-keys: "npm:^3.4.3"
9888+
checksum: 10/63cceb4c6aebc230e588c1a7b93db609cb7f3ecf4244cce49623f793f73a0f5a97d866a50758c9923162352f5dc8aa161a37be7eec5ab8aa54ca3c6642a6bd4f
9889+
languageName: node
9890+
linkType: hard
9891+
97749892
"@ungap/structured-clone@npm:^1.2.0":
97759893
version: 1.2.0
97769894
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -28505,19 +28623,19 @@ __metadata:
2850528623
languageName: node
2850628624
linkType: hard
2850728625

28508-
"typescript-eslint@npm:^7.8.0":
28509-
version: 7.8.0
28510-
resolution: "typescript-eslint@npm:7.8.0"
28626+
"typescript-eslint@npm:^7.9.0":
28627+
version: 7.9.0
28628+
resolution: "typescript-eslint@npm:7.9.0"
2851128629
dependencies:
28512-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
28513-
"@typescript-eslint/parser": "npm:7.8.0"
28514-
"@typescript-eslint/utils": "npm:7.8.0"
28630+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
28631+
"@typescript-eslint/parser": "npm:7.9.0"
28632+
"@typescript-eslint/utils": "npm:7.9.0"
2851528633
peerDependencies:
2851628634
eslint: ^8.56.0
2851728635
peerDependenciesMeta:
2851828636
typescript:
2851928637
optional: true
28520-
checksum: 10/eb17e75f412366de82fc486e09f4b98d53108c6599b16d5425dfe771473a8546a9f3667f336c2c01af71fbe03d3520e31584e19d02c150f52b8cc35b7458a89a
28638+
checksum: 10/1657aa5f1fe0d7705f42c793f8dce9b07d71a296737b8702bb2b8516e51709e522067dcb2cb196505a5efa19216f494577619d17fb0c05ab8a530f788418da41
2852128639
languageName: node
2852228640
linkType: hard
2852328641

0 commit comments

Comments
 (0)