Skip to content

Commit 0a03158

Browse files
chore(deps): update typescript-eslint monorepo to v8.31.1 (#1077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16dc2ca commit 0a03158

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/jest": "28.1.8",
4242
"@types/node": "22.15.3",
43-
"@typescript-eslint/eslint-plugin": "8.31.0",
44-
"@typescript-eslint/parser": "8.31.0",
43+
"@typescript-eslint/eslint-plugin": "8.31.1",
44+
"@typescript-eslint/parser": "8.31.1",
4545
"babel-jest": "28.1.3",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "7.0.3",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,85 +2535,85 @@
25352535
dependencies:
25362536
"@types/yargs-parser" "*"
25372537

2538-
"@typescript-eslint/[email protected].0":
2539-
version "8.31.0"
2540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
2541-
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
2538+
"@typescript-eslint/[email protected].1":
2539+
version "8.31.1"
2540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
2541+
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
25422542
dependencies:
25432543
"@eslint-community/regexpp" "^4.10.0"
2544-
"@typescript-eslint/scope-manager" "8.31.0"
2545-
"@typescript-eslint/type-utils" "8.31.0"
2546-
"@typescript-eslint/utils" "8.31.0"
2547-
"@typescript-eslint/visitor-keys" "8.31.0"
2544+
"@typescript-eslint/scope-manager" "8.31.1"
2545+
"@typescript-eslint/type-utils" "8.31.1"
2546+
"@typescript-eslint/utils" "8.31.1"
2547+
"@typescript-eslint/visitor-keys" "8.31.1"
25482548
graphemer "^1.4.0"
25492549
ignore "^5.3.1"
25502550
natural-compare "^1.4.0"
25512551
ts-api-utils "^2.0.1"
25522552

2553-
"@typescript-eslint/[email protected].0":
2554-
version "8.31.0"
2555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
2556-
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
2553+
"@typescript-eslint/[email protected].1":
2554+
version "8.31.1"
2555+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
2556+
integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
25572557
dependencies:
2558-
"@typescript-eslint/scope-manager" "8.31.0"
2559-
"@typescript-eslint/types" "8.31.0"
2560-
"@typescript-eslint/typescript-estree" "8.31.0"
2561-
"@typescript-eslint/visitor-keys" "8.31.0"
2558+
"@typescript-eslint/scope-manager" "8.31.1"
2559+
"@typescript-eslint/types" "8.31.1"
2560+
"@typescript-eslint/typescript-estree" "8.31.1"
2561+
"@typescript-eslint/visitor-keys" "8.31.1"
25622562
debug "^4.3.4"
25632563

2564-
"@typescript-eslint/[email protected].0":
2565-
version "8.31.0"
2566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
2567-
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
2564+
"@typescript-eslint/[email protected].1":
2565+
version "8.31.1"
2566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
2567+
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
25682568
dependencies:
2569-
"@typescript-eslint/types" "8.31.0"
2570-
"@typescript-eslint/visitor-keys" "8.31.0"
2569+
"@typescript-eslint/types" "8.31.1"
2570+
"@typescript-eslint/visitor-keys" "8.31.1"
25712571

2572-
"@typescript-eslint/[email protected].0":
2573-
version "8.31.0"
2574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
2575-
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
2572+
"@typescript-eslint/[email protected].1":
2573+
version "8.31.1"
2574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
2575+
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
25762576
dependencies:
2577-
"@typescript-eslint/typescript-estree" "8.31.0"
2578-
"@typescript-eslint/utils" "8.31.0"
2577+
"@typescript-eslint/typescript-estree" "8.31.1"
2578+
"@typescript-eslint/utils" "8.31.1"
25792579
debug "^4.3.4"
25802580
ts-api-utils "^2.0.1"
25812581

2582-
"@typescript-eslint/[email protected].0":
2583-
version "8.31.0"
2584-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
2585-
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
2582+
"@typescript-eslint/[email protected].1":
2583+
version "8.31.1"
2584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
2585+
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
25862586

2587-
"@typescript-eslint/[email protected].0":
2588-
version "8.31.0"
2589-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
2590-
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
2587+
"@typescript-eslint/[email protected].1":
2588+
version "8.31.1"
2589+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
2590+
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
25912591
dependencies:
2592-
"@typescript-eslint/types" "8.31.0"
2593-
"@typescript-eslint/visitor-keys" "8.31.0"
2592+
"@typescript-eslint/types" "8.31.1"
2593+
"@typescript-eslint/visitor-keys" "8.31.1"
25942594
debug "^4.3.4"
25952595
fast-glob "^3.3.2"
25962596
is-glob "^4.0.3"
25972597
minimatch "^9.0.4"
25982598
semver "^7.6.0"
25992599
ts-api-utils "^2.0.1"
26002600

2601-
"@typescript-eslint/[email protected].0":
2602-
version "8.31.0"
2603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
2604-
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
2601+
"@typescript-eslint/[email protected].1":
2602+
version "8.31.1"
2603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
2604+
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
26052605
dependencies:
26062606
"@eslint-community/eslint-utils" "^4.4.0"
2607-
"@typescript-eslint/scope-manager" "8.31.0"
2608-
"@typescript-eslint/types" "8.31.0"
2609-
"@typescript-eslint/typescript-estree" "8.31.0"
2607+
"@typescript-eslint/scope-manager" "8.31.1"
2608+
"@typescript-eslint/types" "8.31.1"
2609+
"@typescript-eslint/typescript-estree" "8.31.1"
26102610

2611-
"@typescript-eslint/[email protected].0":
2612-
version "8.31.0"
2613-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
2614-
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
2611+
"@typescript-eslint/[email protected].1":
2612+
version "8.31.1"
2613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
2614+
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
26152615
dependencies:
2616-
"@typescript-eslint/types" "8.31.0"
2616+
"@typescript-eslint/types" "8.31.1"
26172617
eslint-visitor-keys "^4.2.0"
26182618

26192619
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)