Skip to content

Commit ee19715

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 5109d36 commit ee19715

File tree

2 files changed

+73
-3
lines changed

2 files changed

+73
-3
lines changed

package.json

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

yarn.lock

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@
13501350
dependencies:
13511351
"@types/node" "*"
13521352

1353-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.32.0":
1353+
"@typescript-eslint/[email protected]":
13541354
version "8.32.0"
13551355
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
13561356
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
@@ -1365,6 +1365,21 @@
13651365
natural-compare "^1.4.0"
13661366
ts-api-utils "^2.1.0"
13671367

1368+
"@typescript-eslint/eslint-plugin@^8.32.1":
1369+
version "8.32.1"
1370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1371+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
1372+
dependencies:
1373+
"@eslint-community/regexpp" "^4.10.0"
1374+
"@typescript-eslint/scope-manager" "8.32.1"
1375+
"@typescript-eslint/type-utils" "8.32.1"
1376+
"@typescript-eslint/utils" "8.32.1"
1377+
"@typescript-eslint/visitor-keys" "8.32.1"
1378+
graphemer "^1.4.0"
1379+
ignore "^7.0.0"
1380+
natural-compare "^1.4.0"
1381+
ts-api-utils "^2.1.0"
1382+
13681383
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.32.0":
13691384
version "8.32.0"
13701385
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
@@ -1384,6 +1399,14 @@
13841399
"@typescript-eslint/types" "8.32.0"
13851400
"@typescript-eslint/visitor-keys" "8.32.0"
13861401

1402+
"@typescript-eslint/[email protected]":
1403+
version "8.32.1"
1404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1405+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
1406+
dependencies:
1407+
"@typescript-eslint/types" "8.32.1"
1408+
"@typescript-eslint/visitor-keys" "8.32.1"
1409+
13871410
"@typescript-eslint/[email protected]":
13881411
version "8.32.0"
13891412
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -1394,11 +1417,26 @@
13941417
debug "^4.3.4"
13951418
ts-api-utils "^2.1.0"
13961419

1420+
"@typescript-eslint/[email protected]":
1421+
version "8.32.1"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1423+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
1424+
dependencies:
1425+
"@typescript-eslint/typescript-estree" "8.32.1"
1426+
"@typescript-eslint/utils" "8.32.1"
1427+
debug "^4.3.4"
1428+
ts-api-utils "^2.1.0"
1429+
13971430
"@typescript-eslint/[email protected]":
13981431
version "8.32.0"
13991432
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
14001433
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
14011434

1435+
"@typescript-eslint/[email protected]":
1436+
version "8.32.1"
1437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1438+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
1439+
14021440
"@typescript-eslint/[email protected]":
14031441
version "8.32.0"
14041442
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -1413,6 +1451,20 @@
14131451
semver "^7.6.0"
14141452
ts-api-utils "^2.1.0"
14151453

1454+
"@typescript-eslint/[email protected]":
1455+
version "8.32.1"
1456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1457+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1458+
dependencies:
1459+
"@typescript-eslint/types" "8.32.1"
1460+
"@typescript-eslint/visitor-keys" "8.32.1"
1461+
debug "^4.3.4"
1462+
fast-glob "^3.3.2"
1463+
is-glob "^4.0.3"
1464+
minimatch "^9.0.4"
1465+
semver "^7.6.0"
1466+
ts-api-utils "^2.1.0"
1467+
14161468
"@typescript-eslint/[email protected]":
14171469
version "8.32.0"
14181470
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -1423,6 +1475,16 @@
14231475
"@typescript-eslint/types" "8.32.0"
14241476
"@typescript-eslint/typescript-estree" "8.32.0"
14251477

1478+
"@typescript-eslint/[email protected]":
1479+
version "8.32.1"
1480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1481+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
1482+
dependencies:
1483+
"@eslint-community/eslint-utils" "^4.7.0"
1484+
"@typescript-eslint/scope-manager" "8.32.1"
1485+
"@typescript-eslint/types" "8.32.1"
1486+
"@typescript-eslint/typescript-estree" "8.32.1"
1487+
14261488
"@typescript-eslint/[email protected]":
14271489
version "8.32.0"
14281490
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
@@ -1431,6 +1493,14 @@
14311493
"@typescript-eslint/types" "8.32.0"
14321494
eslint-visitor-keys "^4.2.0"
14331495

1496+
"@typescript-eslint/[email protected]":
1497+
version "8.32.1"
1498+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1499+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1500+
dependencies:
1501+
"@typescript-eslint/types" "8.32.1"
1502+
eslint-visitor-keys "^4.2.0"
1503+
14341504
14351505
version "2.0.2"
14361506
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"
@@ -3329,7 +3399,7 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
33293399
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz"
33303400
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
33313401

3332-
ignore@~7.0.4:
3402+
ignore@^7.0.0, ignore@~7.0.4:
33333403
version "7.0.4"
33343404
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
33353405
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==

0 commit comments

Comments
 (0)