Skip to content

Commit 8072afa

Browse files
build(deps-dev): Bump typescript-eslint from 8.31.0 to 8.31.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.31.0 to 8.31.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30c6a5a commit 8072afa

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

yarn.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,85 +1094,85 @@
10941094
dependencies:
10951095
"@types/yargs-parser" "*"
10961096

1097-
"@typescript-eslint/[email protected].0":
1098-
version "8.31.0"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
1100-
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
1097+
"@typescript-eslint/[email protected].1":
1098+
version "8.31.1"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
1100+
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
11011101
dependencies:
11021102
"@eslint-community/regexpp" "^4.10.0"
1103-
"@typescript-eslint/scope-manager" "8.31.0"
1104-
"@typescript-eslint/type-utils" "8.31.0"
1105-
"@typescript-eslint/utils" "8.31.0"
1106-
"@typescript-eslint/visitor-keys" "8.31.0"
1103+
"@typescript-eslint/scope-manager" "8.31.1"
1104+
"@typescript-eslint/type-utils" "8.31.1"
1105+
"@typescript-eslint/utils" "8.31.1"
1106+
"@typescript-eslint/visitor-keys" "8.31.1"
11071107
graphemer "^1.4.0"
11081108
ignore "^5.3.1"
11091109
natural-compare "^1.4.0"
11101110
ts-api-utils "^2.0.1"
11111111

1112-
"@typescript-eslint/[email protected].0":
1113-
version "8.31.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
1115-
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
1112+
"@typescript-eslint/[email protected].1":
1113+
version "8.31.1"
1114+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
1115+
integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
11161116
dependencies:
1117-
"@typescript-eslint/scope-manager" "8.31.0"
1118-
"@typescript-eslint/types" "8.31.0"
1119-
"@typescript-eslint/typescript-estree" "8.31.0"
1120-
"@typescript-eslint/visitor-keys" "8.31.0"
1117+
"@typescript-eslint/scope-manager" "8.31.1"
1118+
"@typescript-eslint/types" "8.31.1"
1119+
"@typescript-eslint/typescript-estree" "8.31.1"
1120+
"@typescript-eslint/visitor-keys" "8.31.1"
11211121
debug "^4.3.4"
11221122

1123-
"@typescript-eslint/[email protected].0":
1124-
version "8.31.0"
1125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
1126-
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
1123+
"@typescript-eslint/[email protected].1":
1124+
version "8.31.1"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
1126+
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
11271127
dependencies:
1128-
"@typescript-eslint/types" "8.31.0"
1129-
"@typescript-eslint/visitor-keys" "8.31.0"
1128+
"@typescript-eslint/types" "8.31.1"
1129+
"@typescript-eslint/visitor-keys" "8.31.1"
11301130

1131-
"@typescript-eslint/[email protected].0":
1132-
version "8.31.0"
1133-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
1134-
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
1131+
"@typescript-eslint/[email protected].1":
1132+
version "8.31.1"
1133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
1134+
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
11351135
dependencies:
1136-
"@typescript-eslint/typescript-estree" "8.31.0"
1137-
"@typescript-eslint/utils" "8.31.0"
1136+
"@typescript-eslint/typescript-estree" "8.31.1"
1137+
"@typescript-eslint/utils" "8.31.1"
11381138
debug "^4.3.4"
11391139
ts-api-utils "^2.0.1"
11401140

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

1146-
"@typescript-eslint/[email protected].0":
1147-
version "8.31.0"
1148-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
1149-
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
1146+
"@typescript-eslint/[email protected].1":
1147+
version "8.31.1"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
1149+
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
11501150
dependencies:
1151-
"@typescript-eslint/types" "8.31.0"
1152-
"@typescript-eslint/visitor-keys" "8.31.0"
1151+
"@typescript-eslint/types" "8.31.1"
1152+
"@typescript-eslint/visitor-keys" "8.31.1"
11531153
debug "^4.3.4"
11541154
fast-glob "^3.3.2"
11551155
is-glob "^4.0.3"
11561156
minimatch "^9.0.4"
11571157
semver "^7.6.0"
11581158
ts-api-utils "^2.0.1"
11591159

1160-
"@typescript-eslint/[email protected].0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1161-
version "8.31.0"
1162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
1163-
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
1160+
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1161+
version "8.31.1"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
1163+
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
11641164
dependencies:
11651165
"@eslint-community/eslint-utils" "^4.4.0"
1166-
"@typescript-eslint/scope-manager" "8.31.0"
1167-
"@typescript-eslint/types" "8.31.0"
1168-
"@typescript-eslint/typescript-estree" "8.31.0"
1166+
"@typescript-eslint/scope-manager" "8.31.1"
1167+
"@typescript-eslint/types" "8.31.1"
1168+
"@typescript-eslint/typescript-estree" "8.31.1"
11691169

1170-
"@typescript-eslint/[email protected].0":
1171-
version "8.31.0"
1172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
1173-
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
1170+
"@typescript-eslint/[email protected].1":
1171+
version "8.31.1"
1172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
1173+
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
11741174
dependencies:
1175-
"@typescript-eslint/types" "8.31.0"
1175+
"@typescript-eslint/types" "8.31.1"
11761176
eslint-visitor-keys "^4.2.0"
11771177

11781178
acorn-jsx@^5.3.2:
@@ -7083,13 +7083,13 @@ typedarray-to-buffer@^3.1.5:
70837083
is-typedarray "^1.0.0"
70847084

70857085
typescript-eslint@^8.0.0:
7086-
version "8.31.0"
7087-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.0.tgz#955e2e81011afbc11db3abd5f1d073a4b12e1270"
7088-
integrity sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==
7086+
version "8.31.1"
7087+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.1.tgz#b77ab1e48ced2daab9225ff94bab54391a4af69b"
7088+
integrity sha512-j6DsEotD/fH39qKzXTQRwYYWlt7D+0HmfpOK+DVhwJOFLcdmn92hq3mBb7HlKJHbjjI/gTOqEcc9d6JfpFf/VA==
70897089
dependencies:
7090-
"@typescript-eslint/eslint-plugin" "8.31.0"
7091-
"@typescript-eslint/parser" "8.31.0"
7092-
"@typescript-eslint/utils" "8.31.0"
7090+
"@typescript-eslint/eslint-plugin" "8.31.1"
7091+
"@typescript-eslint/parser" "8.31.1"
7092+
"@typescript-eslint/utils" "8.31.1"
70937093

70947094
typescript@^5.0.4:
70957095
version "5.8.3"

0 commit comments

Comments
 (0)