Skip to content

Commit c8c31eb

Browse files
chore(deps): update typescript-eslint monorepo to v8.23.0 (#2489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99af0a7 commit c8c31eb

2 files changed

Lines changed: 75 additions & 66 deletions

File tree

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.22.0",
49-
"@typescript-eslint/parser": "8.22.0",
48+
"@typescript-eslint/eslint-plugin": "8.23.0",
49+
"@typescript-eslint/parser": "8.23.0",
5050
"babel-plugin-module-resolver": "5.0.2",
5151
"bundlesize2": "0.0.34",
5252
"cssnano": "7.0.6",
@@ -80,7 +80,7 @@
8080
"stylelint-order": "6.0.4",
8181
"stylelint-prettier": "5.0.3",
8282
"typescript": "5.7.3",
83-
"typescript-eslint": "8.22.0",
83+
"typescript-eslint": "8.23.0",
8484
"vitest": "3.0.5",
8585
"watch": "1.0.2"
8686
},

yarn.lock

Lines changed: 72 additions & 63 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.22.0"
2226-
"@typescript-eslint/parser": "npm:8.22.0"
2225+
"@typescript-eslint/eslint-plugin": "npm:8.23.0"
2226+
"@typescript-eslint/parser": "npm:8.23.0"
22272227
babel-plugin-module-resolver: "npm:5.0.2"
22282228
bundlesize2: "npm:0.0.34"
22292229
cssnano: "npm:7.0.6"
@@ -2257,7 +2257,7 @@ __metadata:
22572257
stylelint-order: "npm:6.0.4"
22582258
stylelint-prettier: "npm:5.0.3"
22592259
typescript: "npm:5.7.3"
2260-
typescript-eslint: "npm:8.22.0"
2260+
typescript-eslint: "npm:8.23.0"
22612261
vitest: "npm:3.0.5"
22622262
watch: "npm:1.0.2"
22632263
languageName: unknown
@@ -5768,40 +5768,40 @@ __metadata:
57685768
languageName: node
57695769
linkType: hard
57705770

5771-
"@typescript-eslint/eslint-plugin@npm:8.22.0":
5772-
version: 8.22.0
5773-
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
5771+
"@typescript-eslint/eslint-plugin@npm:8.23.0":
5772+
version: 8.23.0
5773+
resolution: "@typescript-eslint/eslint-plugin@npm:8.23.0"
57745774
dependencies:
57755775
"@eslint-community/regexpp": "npm:^4.10.0"
5776-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5777-
"@typescript-eslint/type-utils": "npm:8.22.0"
5778-
"@typescript-eslint/utils": "npm:8.22.0"
5779-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5776+
"@typescript-eslint/scope-manager": "npm:8.23.0"
5777+
"@typescript-eslint/type-utils": "npm:8.23.0"
5778+
"@typescript-eslint/utils": "npm:8.23.0"
5779+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
57805780
graphemer: "npm:^1.4.0"
57815781
ignore: "npm:^5.3.1"
57825782
natural-compare: "npm:^1.4.0"
5783-
ts-api-utils: "npm:^2.0.0"
5783+
ts-api-utils: "npm:^2.0.1"
57845784
peerDependencies:
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/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
5788+
checksum: 10c0/6c760a5f90748774f79a1b701f85fe6d99e89f289bc33993009987b0ffe2d13b3960ce595d452a937f3413af3918c76830659317242c05e49db40ceaca593033
57895789
languageName: node
57905790
linkType: hard
57915791

5792-
"@typescript-eslint/parser@npm:8.22.0":
5793-
version: 8.22.0
5794-
resolution: "@typescript-eslint/parser@npm:8.22.0"
5792+
"@typescript-eslint/parser@npm:8.23.0":
5793+
version: 8.23.0
5794+
resolution: "@typescript-eslint/parser@npm:8.23.0"
57955795
dependencies:
5796-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5797-
"@typescript-eslint/types": "npm:8.22.0"
5798-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5799-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5796+
"@typescript-eslint/scope-manager": "npm:8.23.0"
5797+
"@typescript-eslint/types": "npm:8.23.0"
5798+
"@typescript-eslint/typescript-estree": "npm:8.23.0"
5799+
"@typescript-eslint/visitor-keys": "npm:8.23.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/6575684d4724aa908b0d6a29db5d5054b9277804844ee4179c77371f8b8b84534b9b7e4df0e282c5f39729ae6f0019208a6b83f0ca5d0f06f9da5a06d8ddb4fd
5804+
checksum: 10c0/f9e0f83a6dd97a9049d4ce23d660a1d4d5f3c57be8efc68e2258e6b2d5b823086d188b534f791a3412ef10d211fe4916b378254728150094c4f8b0ab44aae2a7
58055805
languageName: node
58065806
linkType: hard
58075807

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

5818-
"@typescript-eslint/scope-manager@npm:8.22.0":
5819-
version: 8.22.0
5820-
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
5818+
"@typescript-eslint/scope-manager@npm:8.23.0":
5819+
version: 8.23.0
5820+
resolution: "@typescript-eslint/scope-manager@npm:8.23.0"
58215821
dependencies:
5822-
"@typescript-eslint/types": "npm:8.22.0"
5823-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5824-
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
5822+
"@typescript-eslint/types": "npm:8.23.0"
5823+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
5824+
checksum: 10c0/625b524a4fc25667b20f3541da84674af9c2abfac6596e30f7a40085513172bf1aac125488b32885894e3ef6596a0d06dec9a65ed4562884e0bca87a758600fa
58255825
languageName: node
58265826
linkType: hard
58275827

5828-
"@typescript-eslint/type-utils@npm:8.22.0":
5829-
version: 8.22.0
5830-
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
5828+
"@typescript-eslint/type-utils@npm:8.23.0":
5829+
version: 8.23.0
5830+
resolution: "@typescript-eslint/type-utils@npm:8.23.0"
58315831
dependencies:
5832-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5833-
"@typescript-eslint/utils": "npm:8.22.0"
5832+
"@typescript-eslint/typescript-estree": "npm:8.23.0"
5833+
"@typescript-eslint/utils": "npm:8.23.0"
58345834
debug: "npm:^4.3.4"
5835-
ts-api-utils: "npm:^2.0.0"
5835+
ts-api-utils: "npm:^2.0.1"
58365836
peerDependencies:
58375837
eslint: ^8.57.0 || ^9.0.0
58385838
typescript: ">=4.8.4 <5.8.0"
5839-
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
5839+
checksum: 10c0/a98dc2f2f75ec2132176428011ba620ad5b641a04e9e18471a7b9f979f6966a76aeaf6e51072c5364de68f83832a3a77b04518ec65c3092dadbd033d03fb5e35
58405840
languageName: node
58415841
linkType: hard
58425842

@@ -5847,10 +5847,10 @@ __metadata:
58475847
languageName: node
58485848
linkType: hard
58495849

5850-
"@typescript-eslint/types@npm:8.22.0":
5851-
version: 8.22.0
5852-
resolution: "@typescript-eslint/types@npm:8.22.0"
5853-
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
5850+
"@typescript-eslint/types@npm:8.23.0":
5851+
version: 8.23.0
5852+
resolution: "@typescript-eslint/types@npm:8.23.0"
5853+
checksum: 10c0/78737a14e8469e33212d9bbc26d6880bca3f8e47764273eb4c662f5ed38d0b35c626d646d4a8e9a6ee64a0e352b18dd36422e59ce217362b5af473b79d058b35
58545854
languageName: node
58555855
linkType: hard
58565856

@@ -5872,36 +5872,36 @@ __metadata:
58725872
languageName: node
58735873
linkType: hard
58745874

5875-
"@typescript-eslint/typescript-estree@npm:8.22.0":
5876-
version: 8.22.0
5877-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
5875+
"@typescript-eslint/typescript-estree@npm:8.23.0":
5876+
version: 8.23.0
5877+
resolution: "@typescript-eslint/typescript-estree@npm:8.23.0"
58785878
dependencies:
5879-
"@typescript-eslint/types": "npm:8.22.0"
5880-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5879+
"@typescript-eslint/types": "npm:8.23.0"
5880+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
58815881
debug: "npm:^4.3.4"
58825882
fast-glob: "npm:^3.3.2"
58835883
is-glob: "npm:^4.0.3"
58845884
minimatch: "npm:^9.0.4"
58855885
semver: "npm:^7.6.0"
5886-
ts-api-utils: "npm:^2.0.0"
5886+
ts-api-utils: "npm:^2.0.1"
58875887
peerDependencies:
58885888
typescript: ">=4.8.4 <5.8.0"
5889-
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
5889+
checksum: 10c0/2cc8defb3d9b25b899a62c6b6ca26c442433bf95f626f6275935e2754d9a74abb0015c737de27038b0f378273e67e61120d9cf2941c44848e4bffbbc297fdf74
58905890
languageName: node
58915891
linkType: hard
58925892

5893-
"@typescript-eslint/utils@npm:8.22.0":
5894-
version: 8.22.0
5895-
resolution: "@typescript-eslint/utils@npm:8.22.0"
5893+
"@typescript-eslint/utils@npm:8.23.0":
5894+
version: 8.23.0
5895+
resolution: "@typescript-eslint/utils@npm:8.23.0"
58965896
dependencies:
58975897
"@eslint-community/eslint-utils": "npm:^4.4.0"
5898-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5899-
"@typescript-eslint/types": "npm:8.22.0"
5900-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5898+
"@typescript-eslint/scope-manager": "npm:8.23.0"
5899+
"@typescript-eslint/types": "npm:8.23.0"
5900+
"@typescript-eslint/typescript-estree": "npm:8.23.0"
59015901
peerDependencies:
59025902
eslint: ^8.57.0 || ^9.0.0
59035903
typescript: ">=4.8.4 <5.8.0"
5904-
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
5904+
checksum: 10c0/8967cf6543b1df2fb8d29086a0d35f5f7623e935706ad7c5bfcc6123e6fb08a767be1770601d481d815022bec43422730c6c8035892f23cd11cdadb16176b418
59055905
languageName: node
59065906
linkType: hard
59075907

@@ -5930,13 +5930,13 @@ __metadata:
59305930
languageName: node
59315931
linkType: hard
59325932

5933-
"@typescript-eslint/visitor-keys@npm:8.22.0":
5934-
version: 8.22.0
5935-
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
5933+
"@typescript-eslint/visitor-keys@npm:8.23.0":
5934+
version: 8.23.0
5935+
resolution: "@typescript-eslint/visitor-keys@npm:8.23.0"
59365936
dependencies:
5937-
"@typescript-eslint/types": "npm:8.22.0"
5937+
"@typescript-eslint/types": "npm:8.23.0"
59385938
eslint-visitor-keys: "npm:^4.2.0"
5939-
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
5939+
checksum: 10c0/a406f78aa18b4efb2adf26e3a6ca48c9a6f2cc9545e083b50efaaf90f0a80d2bea79ceda51da1f109706d4138756b0978a323b9176c9a6a519e87168851e7e16
59405940
languageName: node
59415941
linkType: hard
59425942

@@ -22541,6 +22541,15 @@ __metadata:
2254122541
languageName: node
2254222542
linkType: hard
2254322543

22544+
"ts-api-utils@npm:^2.0.1":
22545+
version: 2.0.1
22546+
resolution: "ts-api-utils@npm:2.0.1"
22547+
peerDependencies:
22548+
typescript: ">=4.8.4"
22549+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
22550+
languageName: node
22551+
linkType: hard
22552+
2254422553
"ts-interface-checker@npm:^0.1.9":
2254522554
version: 0.1.13
2254622555
resolution: "ts-interface-checker@npm:0.1.13"
@@ -22767,17 +22776,17 @@ __metadata:
2276722776
languageName: node
2276822777
linkType: hard
2276922778

22770-
"typescript-eslint@npm:8.22.0":
22771-
version: 8.22.0
22772-
resolution: "typescript-eslint@npm:8.22.0"
22779+
"typescript-eslint@npm:8.23.0":
22780+
version: 8.23.0
22781+
resolution: "typescript-eslint@npm:8.23.0"
2277322782
dependencies:
22774-
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
22775-
"@typescript-eslint/parser": "npm:8.22.0"
22776-
"@typescript-eslint/utils": "npm:8.22.0"
22783+
"@typescript-eslint/eslint-plugin": "npm:8.23.0"
22784+
"@typescript-eslint/parser": "npm:8.23.0"
22785+
"@typescript-eslint/utils": "npm:8.23.0"
2277722786
peerDependencies:
2277822787
eslint: ^8.57.0 || ^9.0.0
2277922788
typescript: ">=4.8.4 <5.8.0"
22780-
checksum: 10c0/d7a5ec4a08d0eb0a7cc0bf81919f0305a9fbb091b187cef6d3fa220c1673414dcb46e6cd5c9325050d3df2bbb283756399c1b2720eb4eadaab0bdc3cc8302405
22789+
checksum: 10c0/e8d8b1f4212fc300dd709c1809320945c05ea54b80d0f017cbb0c24f210c4a970a9aeefdf0dd1ba633d270c172193a17d27a675806ad3a299f17a88d2b3c3f8f
2278122790
languageName: node
2278222791
linkType: hard
2278322792

0 commit comments

Comments
 (0)