chore(deps): update typescript-eslint monorepo to v8.21.0 (#2473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
398f6aed59
commit
eeda409208
2 changed files with 96 additions and 36 deletions
|
|
@ -45,8 +45,8 @@
|
|||
"@testing-library/dom": "10.4.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.20.0",
|
||||
"@typescript-eslint/parser": "8.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.21.0",
|
||||
"@typescript-eslint/parser": "8.21.0",
|
||||
"babel-plugin-module-resolver": "5.0.2",
|
||||
"bundlesize2": "0.0.32",
|
||||
"cssnano": "7.0.6",
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"stylelint-order": "6.0.4",
|
||||
"stylelint-prettier": "5.0.2",
|
||||
"typescript": "5.7.3",
|
||||
"typescript-eslint": "8.20.0",
|
||||
"typescript-eslint": "8.21.0",
|
||||
"vitest": "3.0.4",
|
||||
"watch": "1.0.2"
|
||||
},
|
||||
|
|
|
|||
126
yarn.lock
126
yarn.lock
|
|
@ -2222,8 +2222,8 @@ __metadata:
|
|||
"@testing-library/dom": "npm:10.4.0"
|
||||
"@types/react": "npm:^18.0.0"
|
||||
"@types/react-dom": "npm:^18.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
|
||||
"@typescript-eslint/parser": "npm:8.20.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
|
||||
"@typescript-eslint/parser": "npm:8.21.0"
|
||||
babel-plugin-module-resolver: "npm:5.0.2"
|
||||
bundlesize2: "npm:0.0.32"
|
||||
cssnano: "npm:7.0.6"
|
||||
|
|
@ -2257,7 +2257,7 @@ __metadata:
|
|||
stylelint-order: "npm:6.0.4"
|
||||
stylelint-prettier: "npm:5.0.2"
|
||||
typescript: "npm:5.7.3"
|
||||
typescript-eslint: "npm:8.20.0"
|
||||
typescript-eslint: "npm:8.21.0"
|
||||
vitest: "npm:3.0.4"
|
||||
watch: "npm:1.0.2"
|
||||
languageName: unknown
|
||||
|
|
@ -5768,15 +5768,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.20.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.20.0"
|
||||
"@typescript-eslint/utils": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.21.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.21.0"
|
||||
"@typescript-eslint/utils": "npm:8.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.21.0"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
|
|
@ -5785,23 +5785,23 @@ __metadata:
|
|||
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/c68d0dc5419db93c38eea8adecac19e27f8b023d015a944ffded112d584e87fa7fe512070a6a1085899cab2e12e1c8db276e10412b74bf639ca6b04052bbfedc
|
||||
checksum: 10c0/4601d21ec35b9fa5cfc1ad0330733ab40d6c6822c7fc15c3584a16f678c9a72e077a1725a950823fe0f499a15f3981795b1ea5d1e7a1be5c7b8296ea9ae6327c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.20.0"
|
||||
"@typescript-eslint/parser@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.20.0"
|
||||
"@typescript-eslint/types": "npm:8.20.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.20.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.20.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.21.0"
|
||||
"@typescript-eslint/types": "npm:8.21.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.21.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/fff4a86be27f603ad8d6f7dd9758c46b04a254828f0c6d8a34869c1cf30b5828b60a1dc088f72680a7b65cc5fc696848df4605de19e59a18467306d7ca56c11d
|
||||
checksum: 10c0/aadebd50ca7aa2d61ad85d890c0d7010f2c293ec4d50a7833ef9674f232f0bc7118faa93a898771fbea50f02d542d687cf3569421b23f72fe6fed6895d5506fc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -5815,18 +5815,28 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
|
||||
"@typescript-eslint/scope-manager@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.20.0"
|
||||
"@typescript-eslint/utils": "npm:8.20.0"
|
||||
"@typescript-eslint/types": "npm:8.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.21.0"
|
||||
checksum: 10c0/ea405e79dc884ea1c76465604db52f9b0941d6cbb0bde6bce1af689ef212f782e214de69d46503c7c47bfc180d763369b7433f1965e3be3c442b417e8c9f8f75
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.21.0"
|
||||
"@typescript-eslint/utils": "npm:8.21.0"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^2.0.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/7d46143f26ec606b71d20f0f5535b16abba2ba7a5a2daecd2584ddb61d1284dd8404f34265cc1fdfd541068b24b0211f7ad94801c94e4c60869d9f26bf3c0b9b
|
||||
checksum: 10c0/617f5dfe83fd9a7c722b27fa4e7f0c84f29baa94f75a4e8e5ccfd5b0a373437f65724e21b9642870fb0960f204b1a7f516a038200a12f8118f21b1bf86315bf3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -5837,6 +5847,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/types@npm:8.21.0"
|
||||
checksum: 10c0/67dfd300cc614d7b02e94d0dacfb228a7f4c3fd4eede29c43adb9e9fcc16365ae3df8d6165018da3c123dce65545bef03e3e8183f35e9b3a911ffc727e3274c2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
|
||||
|
|
@ -5855,7 +5872,40 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.20.0, @typescript-eslint/utils@npm:^8.13.0":
|
||||
"@typescript-eslint/typescript-estree@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.21.0"
|
||||
debug: "npm:^4.3.4"
|
||||
fast-glob: "npm:^3.3.2"
|
||||
is-glob: "npm:^4.0.3"
|
||||
minimatch: "npm:^9.0.4"
|
||||
semver: "npm:^7.6.0"
|
||||
ts-api-utils: "npm:^2.0.0"
|
||||
peerDependencies:
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/0cf5b0382524f4af54fb5ec71ca7e939ec922711f2d77b383740b28dd4b21407b0ab5dded62df6819d01c12c0b354e95667e3c7025a5d27d05b805161ab94855
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.21.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.21.0"
|
||||
"@typescript-eslint/types": "npm:8.21.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.21.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/d8347dbe9176417220aa62902cfc1b2007a9246bb7a8cccdf8590120903eb50ca14cb668efaab4646d086277f2367559985b62230e43ebd8b0723d237eeaa2f2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:^8.13.0":
|
||||
version: 8.20.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.20.0"
|
||||
dependencies:
|
||||
|
|
@ -5880,6 +5930,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.21.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/b3f1412f550e35c0d7ae0410db616951116b365167539f9b85710d8bc2b36b322c5e637caee84cc1ae5df8f1d961880250d52ffdef352b31e5bdbef74ba6fea9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
|
||||
version: 1.2.1
|
||||
resolution: "@ungap/structured-clone@npm:1.2.1"
|
||||
|
|
@ -22659,17 +22719,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript-eslint@npm:8.20.0":
|
||||
version: 8.20.0
|
||||
resolution: "typescript-eslint@npm:8.20.0"
|
||||
"typescript-eslint@npm:8.21.0":
|
||||
version: 8.21.0
|
||||
resolution: "typescript-eslint@npm:8.21.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
|
||||
"@typescript-eslint/parser": "npm:8.20.0"
|
||||
"@typescript-eslint/utils": "npm:8.20.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
|
||||
"@typescript-eslint/parser": "npm:8.21.0"
|
||||
"@typescript-eslint/utils": "npm:8.21.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/049e0fa000657232c0fe26a062ef6a9cd16c5a58c814a74ac45971554c8b6bc67355821a66229f9537e819939a2ab065e7fcba9a70cd95c8283630dc58ac0144
|
||||
checksum: 10c0/44e5c341ad7f0b41dce3b4ca7a4c0a399ebe51a5323d930750db1e308367b4813a620f4c2332a5774a1dccd0047ebbaf993a8b7effd67389e9069b29b5701520
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue