Skip to content

Commit c95d418

Browse files
Bump @typescript-eslint/eslint-plugin from 8.32.0 to 8.32.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.32.0 to 8.32.1. - [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/v8.32.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.32.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a45e54 commit c95d418

File tree

2 files changed

+77
-2
lines changed

2 files changed

+77
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"@types/vscode": "^1.63.0",
237237
"@types/yargs": "^17.0.33",
238238
"@types/yarnpkg__lockfile": "^1.1.9",
239-
"@typescript-eslint/eslint-plugin": "^8.32.0",
239+
"@typescript-eslint/eslint-plugin": "^8.32.1",
240240
"@typescript-eslint/parser": "^8.32.0",
241241
"@vscode/vsce": "^3.3.2",
242242
"@yarnpkg/lockfile": "^1.1.0",

yarn.lock

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@
12941294
dependencies:
12951295
"@types/node" "*"
12961296

1297-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.32.0":
1297+
"@typescript-eslint/[email protected]":
12981298
version "8.32.0"
12991299
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
13001300
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
@@ -1309,6 +1309,21 @@
13091309
natural-compare "^1.4.0"
13101310
ts-api-utils "^2.1.0"
13111311

1312+
"@typescript-eslint/eslint-plugin@^8.32.1":
1313+
version "8.32.1"
1314+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1315+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
1316+
dependencies:
1317+
"@eslint-community/regexpp" "^4.10.0"
1318+
"@typescript-eslint/scope-manager" "8.32.1"
1319+
"@typescript-eslint/type-utils" "8.32.1"
1320+
"@typescript-eslint/utils" "8.32.1"
1321+
"@typescript-eslint/visitor-keys" "8.32.1"
1322+
graphemer "^1.4.0"
1323+
ignore "^7.0.0"
1324+
natural-compare "^1.4.0"
1325+
ts-api-utils "^2.1.0"
1326+
13121327
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.32.0":
13131328
version "8.32.0"
13141329
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
@@ -1328,6 +1343,14 @@
13281343
"@typescript-eslint/types" "8.32.0"
13291344
"@typescript-eslint/visitor-keys" "8.32.0"
13301345

1346+
"@typescript-eslint/[email protected]":
1347+
version "8.32.1"
1348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1349+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
1350+
dependencies:
1351+
"@typescript-eslint/types" "8.32.1"
1352+
"@typescript-eslint/visitor-keys" "8.32.1"
1353+
13311354
"@typescript-eslint/[email protected]":
13321355
version "8.32.0"
13331356
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -1338,11 +1361,26 @@
13381361
debug "^4.3.4"
13391362
ts-api-utils "^2.1.0"
13401363

1364+
"@typescript-eslint/[email protected]":
1365+
version "8.32.1"
1366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1367+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
1368+
dependencies:
1369+
"@typescript-eslint/typescript-estree" "8.32.1"
1370+
"@typescript-eslint/utils" "8.32.1"
1371+
debug "^4.3.4"
1372+
ts-api-utils "^2.1.0"
1373+
13411374
"@typescript-eslint/[email protected]":
13421375
version "8.32.0"
13431376
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
13441377
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
13451378

1379+
"@typescript-eslint/[email protected]":
1380+
version "8.32.1"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1382+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
1383+
13461384
"@typescript-eslint/[email protected]":
13471385
version "8.32.0"
13481386
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -1357,6 +1395,20 @@
13571395
semver "^7.6.0"
13581396
ts-api-utils "^2.1.0"
13591397

1398+
"@typescript-eslint/[email protected]":
1399+
version "8.32.1"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1401+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1402+
dependencies:
1403+
"@typescript-eslint/types" "8.32.1"
1404+
"@typescript-eslint/visitor-keys" "8.32.1"
1405+
debug "^4.3.4"
1406+
fast-glob "^3.3.2"
1407+
is-glob "^4.0.3"
1408+
minimatch "^9.0.4"
1409+
semver "^7.6.0"
1410+
ts-api-utils "^2.1.0"
1411+
13601412
"@typescript-eslint/[email protected]":
13611413
version "8.32.0"
13621414
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -1367,6 +1419,16 @@
13671419
"@typescript-eslint/types" "8.32.0"
13681420
"@typescript-eslint/typescript-estree" "8.32.0"
13691421

1422+
"@typescript-eslint/[email protected]":
1423+
version "8.32.1"
1424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1425+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
1426+
dependencies:
1427+
"@eslint-community/eslint-utils" "^4.7.0"
1428+
"@typescript-eslint/scope-manager" "8.32.1"
1429+
"@typescript-eslint/types" "8.32.1"
1430+
"@typescript-eslint/typescript-estree" "8.32.1"
1431+
13701432
"@typescript-eslint/[email protected]":
13711433
version "8.32.0"
13721434
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
@@ -1375,6 +1437,14 @@
13751437
"@typescript-eslint/types" "8.32.0"
13761438
eslint-visitor-keys "^4.2.0"
13771439

1440+
"@typescript-eslint/[email protected]":
1441+
version "8.32.1"
1442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1443+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1444+
dependencies:
1445+
"@typescript-eslint/types" "8.32.1"
1446+
eslint-visitor-keys "^4.2.0"
1447+
13781448
13791449
version "2.0.2"
13801450
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"
@@ -3134,6 +3204,11 @@ ignore@^5.2.0, ignore@^5.3.1:
31343204
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz"
31353205
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
31363206

3207+
ignore@^7.0.0:
3208+
version "7.0.4"
3209+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3210+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3211+
31373212
import-fresh@^3.2.1:
31383213
version "3.3.0"
31393214
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"

0 commit comments

Comments
 (0)