Skip to content

Commit f142a45

Browse files
Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.16.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 244705e commit f142a45

File tree

1 file changed

+62
-20
lines changed

1 file changed

+62
-20
lines changed

yarn.lock

Lines changed: 62 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,15 +1315,15 @@
13151315
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
13161316

13171317
"@typescript-eslint/eslint-plugin@^6.13.1":
1318-
version "6.13.1"
1319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
1320-
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
1318+
version "6.16.0"
1319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
1320+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
13211321
dependencies:
13221322
"@eslint-community/regexpp" "^4.5.1"
1323-
"@typescript-eslint/scope-manager" "6.13.1"
1324-
"@typescript-eslint/type-utils" "6.13.1"
1325-
"@typescript-eslint/utils" "6.13.1"
1326-
"@typescript-eslint/visitor-keys" "6.13.1"
1323+
"@typescript-eslint/scope-manager" "6.16.0"
1324+
"@typescript-eslint/type-utils" "6.16.0"
1325+
"@typescript-eslint/utils" "6.16.0"
1326+
"@typescript-eslint/visitor-keys" "6.16.0"
13271327
debug "^4.3.4"
13281328
graphemer "^1.4.0"
13291329
ignore "^5.2.4"
@@ -1350,13 +1350,21 @@
13501350
"@typescript-eslint/types" "6.13.1"
13511351
"@typescript-eslint/visitor-keys" "6.13.1"
13521352

1353-
"@typescript-eslint/type-utils@6.13.1":
1354-
version "6.13.1"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
1356-
integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
1353+
"@typescript-eslint/scope-manager@6.16.0":
1354+
version "6.16.0"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
1356+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
13571357
dependencies:
1358-
"@typescript-eslint/typescript-estree" "6.13.1"
1359-
"@typescript-eslint/utils" "6.13.1"
1358+
"@typescript-eslint/types" "6.16.0"
1359+
"@typescript-eslint/visitor-keys" "6.16.0"
1360+
1361+
"@typescript-eslint/type-utils@6.16.0":
1362+
version "6.16.0"
1363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
1364+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
1365+
dependencies:
1366+
"@typescript-eslint/typescript-estree" "6.16.0"
1367+
"@typescript-eslint/utils" "6.16.0"
13601368
debug "^4.3.4"
13611369
ts-api-utils "^1.0.1"
13621370

@@ -1365,6 +1373,11 @@
13651373
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
13661374
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
13671375

1376+
"@typescript-eslint/types@6.16.0":
1377+
version "6.16.0"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
1379+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
1380+
13681381
"@typescript-eslint/typescript-estree@6.13.1":
13691382
version "6.13.1"
13701383
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
@@ -1378,17 +1391,31 @@
13781391
semver "^7.5.4"
13791392
ts-api-utils "^1.0.1"
13801393

1381-
"@typescript-eslint/utils@6.13.1":
1382-
version "6.13.1"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
1384-
integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
1394+
"@typescript-eslint/typescript-estree@6.16.0":
1395+
version "6.16.0"
1396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
1397+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
1398+
dependencies:
1399+
"@typescript-eslint/types" "6.16.0"
1400+
"@typescript-eslint/visitor-keys" "6.16.0"
1401+
debug "^4.3.4"
1402+
globby "^11.1.0"
1403+
is-glob "^4.0.3"
1404+
minimatch "9.0.3"
1405+
semver "^7.5.4"
1406+
ts-api-utils "^1.0.1"
1407+
1408+
"@typescript-eslint/utils@6.16.0":
1409+
version "6.16.0"
1410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
1411+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
13851412
dependencies:
13861413
"@eslint-community/eslint-utils" "^4.4.0"
13871414
"@types/json-schema" "^7.0.12"
13881415
"@types/semver" "^7.5.0"
1389-
"@typescript-eslint/scope-manager" "6.13.1"
1390-
"@typescript-eslint/types" "6.13.1"
1391-
"@typescript-eslint/typescript-estree" "6.13.1"
1416+
"@typescript-eslint/scope-manager" "6.16.0"
1417+
"@typescript-eslint/types" "6.16.0"
1418+
"@typescript-eslint/typescript-estree" "6.16.0"
13921419
semver "^7.5.4"
13931420

13941421
"@typescript-eslint/visitor-keys@6.13.1":
@@ -1399,6 +1426,14 @@
13991426
"@typescript-eslint/types" "6.13.1"
14001427
eslint-visitor-keys "^3.4.1"
14011428

1429+
"@typescript-eslint/visitor-keys@6.16.0":
1430+
version "6.16.0"
1431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
1432+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
1433+
dependencies:
1434+
"@typescript-eslint/types" "6.16.0"
1435+
eslint-visitor-keys "^3.4.1"
1436+
14021437
"@ungap/structured-clone@^1.2.0":
14031438
version "1.2.0"
14041439
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -3687,6 +3722,13 @@ minimatch@5.0.1:
36873722
dependencies:
36883723
brace-expansion "^2.0.1"
36893724

3725+
minimatch@9.0.3:
3726+
version "9.0.3"
3727+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3728+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3729+
dependencies:
3730+
brace-expansion "^2.0.1"
3731+
36903732
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
36913733
version "3.1.2"
36923734
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)