Skip to content

Commit eeda409

Browse files
chore(deps): update typescript-eslint monorepo to v8.21.0 (#2473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 398f6ae commit eeda409

File tree

2 files changed

+96
-36
lines changed

2 files changed

+96
-36
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@testing-library/dom": "10.4.0",
4646
"@types/react": "^18.0.0",
4747
"@types/react-dom": "^18.0.0",
48-
"@typescript-eslint/eslint-plugin": "8.20.0",
49-
"@typescript-eslint/parser": "8.20.0",
48+
"@typescript-eslint/eslint-plugin": "8.21.0",
49+
"@typescript-eslint/parser": "8.21.0",
5050
"babel-plugin-module-resolver": "5.0.2",
5151
"bundlesize2": "0.0.32",
5252
"cssnano": "7.0.6",
@@ -80,7 +80,7 @@
8080
"stylelint-order": "6.0.4",
8181
"stylelint-prettier": "5.0.2",
8282
"typescript": "5.7.3",
83-
"typescript-eslint": "8.20.0",
83+
"typescript-eslint": "8.21.0",
8484
"vitest": "3.0.4",
8585
"watch": "1.0.2"
8686
},

yarn.lock

Lines changed: 93 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,8 +2222,8 @@ __metadata:
22222222
"@testing-library/dom": "npm:10.4.0"
22232223
"@types/react": "npm:^18.0.0"
22242224
"@types/react-dom": "npm:^18.0.0"
2225-
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
2226-
"@typescript-eslint/parser": "npm:8.20.0"
2225+
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
2226+
"@typescript-eslint/parser": "npm:8.21.0"
22272227
babel-plugin-module-resolver: "npm:5.0.2"
22282228
bundlesize2: "npm:0.0.32"
22292229
cssnano: "npm:7.0.6"
@@ -2257,7 +2257,7 @@ __metadata:
22572257
stylelint-order: "npm:6.0.4"
22582258
stylelint-prettier: "npm:5.0.2"
22592259
typescript: "npm:5.7.3"
2260-
typescript-eslint: "npm:8.20.0"
2260+
typescript-eslint: "npm:8.21.0"
22612261
vitest: "npm:3.0.4"
22622262
watch: "npm:1.0.2"
22632263
languageName: unknown
@@ -5768,15 +5768,15 @@ __metadata:
57685768
languageName: node
57695769
linkType: hard
57705770

5771-
"@typescript-eslint/eslint-plugin@npm:8.20.0":
5772-
version: 8.20.0
5773-
resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0"
5771+
"@typescript-eslint/eslint-plugin@npm:8.21.0":
5772+
version: 8.21.0
5773+
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
57745774
dependencies:
57755775
"@eslint-community/regexpp": "npm:^4.10.0"
5776-
"@typescript-eslint/scope-manager": "npm:8.20.0"
5777-
"@typescript-eslint/type-utils": "npm:8.20.0"
5778-
"@typescript-eslint/utils": "npm:8.20.0"
5779-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
5776+
"@typescript-eslint/scope-manager": "npm:8.21.0"
5777+
"@typescript-eslint/type-utils": "npm:8.21.0"
5778+
"@typescript-eslint/utils": "npm:8.21.0"
5779+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
57805780
graphemer: "npm:^1.4.0"
57815781
ignore: "npm:^5.3.1"
57825782
natural-compare: "npm:^1.4.0"
@@ -5785,23 +5785,23 @@ __metadata:
57855785
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
57865786
eslint: ^8.57.0 || ^9.0.0
57875787
typescript: ">=4.8.4 <5.8.0"
5788-
checksum: 10c0/c68d0dc5419db93c38eea8adecac19e27f8b023d015a944ffded112d584e87fa7fe512070a6a1085899cab2e12e1c8db276e10412b74bf639ca6b04052bbfedc
5788+
checksum: 10c0/4601d21ec35b9fa5cfc1ad0330733ab40d6c6822c7fc15c3584a16f678c9a72e077a1725a950823fe0f499a15f3981795b1ea5d1e7a1be5c7b8296ea9ae6327c
57895789
languageName: node
57905790
linkType: hard
57915791

5792-
"@typescript-eslint/parser@npm:8.20.0":
5793-
version: 8.20.0
5794-
resolution: "@typescript-eslint/parser@npm:8.20.0"
5792+
"@typescript-eslint/parser@npm:8.21.0":
5793+
version: 8.21.0
5794+
resolution: "@typescript-eslint/parser@npm:8.21.0"
57955795
dependencies:
5796-
"@typescript-eslint/scope-manager": "npm:8.20.0"
5797-
"@typescript-eslint/types": "npm:8.20.0"
5798-
"@typescript-eslint/typescript-estree": "npm:8.20.0"
5799-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
5796+
"@typescript-eslint/scope-manager": "npm:8.21.0"
5797+
"@typescript-eslint/types": "npm:8.21.0"
5798+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
5799+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
58005800
debug: "npm:^4.3.4"
58015801
peerDependencies:
58025802
eslint: ^8.57.0 || ^9.0.0
58035803
typescript: ">=4.8.4 <5.8.0"
5804-
checksum: 10c0/fff4a86be27f603ad8d6f7dd9758c46b04a254828f0c6d8a34869c1cf30b5828b60a1dc088f72680a7b65cc5fc696848df4605de19e59a18467306d7ca56c11d
5804+
checksum: 10c0/aadebd50ca7aa2d61ad85d890c0d7010f2c293ec4d50a7833ef9674f232f0bc7118faa93a898771fbea50f02d542d687cf3569421b23f72fe6fed6895d5506fc
58055805
languageName: node
58065806
linkType: hard
58075807

@@ -5815,18 +5815,28 @@ __metadata:
58155815
languageName: node
58165816
linkType: hard
58175817

5818-
"@typescript-eslint/type-utils@npm:8.20.0":
5819-
version: 8.20.0
5820-
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
5818+
"@typescript-eslint/scope-manager@npm:8.21.0":
5819+
version: 8.21.0
5820+
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
58215821
dependencies:
5822-
"@typescript-eslint/typescript-estree": "npm:8.20.0"
5823-
"@typescript-eslint/utils": "npm:8.20.0"
5822+
"@typescript-eslint/types": "npm:8.21.0"
5823+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
5824+
checksum: 10c0/ea405e79dc884ea1c76465604db52f9b0941d6cbb0bde6bce1af689ef212f782e214de69d46503c7c47bfc180d763369b7433f1965e3be3c442b417e8c9f8f75
5825+
languageName: node
5826+
linkType: hard
5827+
5828+
"@typescript-eslint/type-utils@npm:8.21.0":
5829+
version: 8.21.0
5830+
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
5831+
dependencies:
5832+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
5833+
"@typescript-eslint/utils": "npm:8.21.0"
58245834
debug: "npm:^4.3.4"
58255835
ts-api-utils: "npm:^2.0.0"
58265836
peerDependencies:
58275837
eslint: ^8.57.0 || ^9.0.0
58285838
typescript: ">=4.8.4 <5.8.0"
5829-
checksum: 10c0/7d46143f26ec606b71d20f0f5535b16abba2ba7a5a2daecd2584ddb61d1284dd8404f34265cc1fdfd541068b24b0211f7ad94801c94e4c60869d9f26bf3c0b9b
5839+
checksum: 10c0/617f5dfe83fd9a7c722b27fa4e7f0c84f29baa94f75a4e8e5ccfd5b0a373437f65724e21b9642870fb0960f204b1a7f516a038200a12f8118f21b1bf86315bf3
58305840
languageName: node
58315841
linkType: hard
58325842

@@ -5837,6 +5847,13 @@ __metadata:
58375847
languageName: node
58385848
linkType: hard
58395849

5850+
"@typescript-eslint/types@npm:8.21.0":
5851+
version: 8.21.0
5852+
resolution: "@typescript-eslint/types@npm:8.21.0"
5853+
checksum: 10c0/67dfd300cc614d7b02e94d0dacfb228a7f4c3fd4eede29c43adb9e9fcc16365ae3df8d6165018da3c123dce65545bef03e3e8183f35e9b3a911ffc727e3274c2
5854+
languageName: node
5855+
linkType: hard
5856+
58405857
"@typescript-eslint/typescript-estree@npm:8.20.0":
58415858
version: 8.20.0
58425859
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
@@ -5855,7 +5872,40 @@ __metadata:
58555872
languageName: node
58565873
linkType: hard
58575874

5858-
"@typescript-eslint/utils@npm:8.20.0, @typescript-eslint/utils@npm:^8.13.0":
5875+
"@typescript-eslint/typescript-estree@npm:8.21.0":
5876+
version: 8.21.0
5877+
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
5878+
dependencies:
5879+
"@typescript-eslint/types": "npm:8.21.0"
5880+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
5881+
debug: "npm:^4.3.4"
5882+
fast-glob: "npm:^3.3.2"
5883+
is-glob: "npm:^4.0.3"
5884+
minimatch: "npm:^9.0.4"
5885+
semver: "npm:^7.6.0"
5886+
ts-api-utils: "npm:^2.0.0"
5887+
peerDependencies:
5888+
typescript: ">=4.8.4 <5.8.0"
5889+
checksum: 10c0/0cf5b0382524f4af54fb5ec71ca7e939ec922711f2d77b383740b28dd4b21407b0ab5dded62df6819d01c12c0b354e95667e3c7025a5d27d05b805161ab94855
5890+
languageName: node
5891+
linkType: hard
5892+
5893+
"@typescript-eslint/utils@npm:8.21.0":
5894+
version: 8.21.0
5895+
resolution: "@typescript-eslint/utils@npm:8.21.0"
5896+
dependencies:
5897+
"@eslint-community/eslint-utils": "npm:^4.4.0"
5898+
"@typescript-eslint/scope-manager": "npm:8.21.0"
5899+
"@typescript-eslint/types": "npm:8.21.0"
5900+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
5901+
peerDependencies:
5902+
eslint: ^8.57.0 || ^9.0.0
5903+
typescript: ">=4.8.4 <5.8.0"
5904+
checksum: 10c0/d8347dbe9176417220aa62902cfc1b2007a9246bb7a8cccdf8590120903eb50ca14cb668efaab4646d086277f2367559985b62230e43ebd8b0723d237eeaa2f2
5905+
languageName: node
5906+
linkType: hard
5907+
5908+
"@typescript-eslint/utils@npm:^8.13.0":
58595909
version: 8.20.0
58605910
resolution: "@typescript-eslint/utils@npm:8.20.0"
58615911
dependencies:
@@ -5880,6 +5930,16 @@ __metadata:
58805930
languageName: node
58815931
linkType: hard
58825932

5933+
"@typescript-eslint/visitor-keys@npm:8.21.0":
5934+
version: 8.21.0
5935+
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
5936+
dependencies:
5937+
"@typescript-eslint/types": "npm:8.21.0"
5938+
eslint-visitor-keys: "npm:^4.2.0"
5939+
checksum: 10c0/b3f1412f550e35c0d7ae0410db616951116b365167539f9b85710d8bc2b36b322c5e637caee84cc1ae5df8f1d961880250d52ffdef352b31e5bdbef74ba6fea9
5940+
languageName: node
5941+
linkType: hard
5942+
58835943
"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
58845944
version: 1.2.1
58855945
resolution: "@ungap/structured-clone@npm:1.2.1"
@@ -22659,17 +22719,17 @@ __metadata:
2265922719
languageName: node
2266022720
linkType: hard
2266122721

22662-
"typescript-eslint@npm:8.20.0":
22663-
version: 8.20.0
22664-
resolution: "typescript-eslint@npm:8.20.0"
22722+
"typescript-eslint@npm:8.21.0":
22723+
version: 8.21.0
22724+
resolution: "typescript-eslint@npm:8.21.0"
2266522725
dependencies:
22666-
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
22667-
"@typescript-eslint/parser": "npm:8.20.0"
22668-
"@typescript-eslint/utils": "npm:8.20.0"
22726+
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
22727+
"@typescript-eslint/parser": "npm:8.21.0"
22728+
"@typescript-eslint/utils": "npm:8.21.0"
2266922729
peerDependencies:
2267022730
eslint: ^8.57.0 || ^9.0.0
2267122731
typescript: ">=4.8.4 <5.8.0"
22672-
checksum: 10c0/049e0fa000657232c0fe26a062ef6a9cd16c5a58c814a74ac45971554c8b6bc67355821a66229f9537e819939a2ab065e7fcba9a70cd95c8283630dc58ac0144
22732+
checksum: 10c0/44e5c341ad7f0b41dce3b4ca7a4c0a399ebe51a5323d930750db1e308367b4813a620f4c2332a5774a1dccd0047ebbaf993a8b7effd67389e9069b29b5701520
2267322733
languageName: node
2267422734
linkType: hard
2267522735

0 commit comments

Comments
 (0)