Skip to content

Commit 766f2ce

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 92b6b40 commit 766f2ce

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
@@ -237,7 +237,7 @@
237237
"@types/vscode": "^1.63.0",
238238
"@types/yargs": "^17.0.33",
239239
"@types/yarnpkg__lockfile": "^1.1.9",
240-
"@typescript-eslint/eslint-plugin": "^8.32.0",
240+
"@typescript-eslint/eslint-plugin": "^8.32.1",
241241
"@typescript-eslint/parser": "^8.32.0",
242242
"@vscode/vsce": "^3.3.2",
243243
"@yarnpkg/lockfile": "^1.1.0",

yarn.lock

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@
13161316
dependencies:
13171317
"@types/node" "*"
13181318

1319-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.32.0":
1319+
"@typescript-eslint/[email protected]":
13201320
version "8.32.0"
13211321
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
13221322
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
@@ -1331,6 +1331,21 @@
13311331
natural-compare "^1.4.0"
13321332
ts-api-utils "^2.1.0"
13331333

1334+
"@typescript-eslint/eslint-plugin@^8.32.1":
1335+
version "8.32.1"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1337+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
1338+
dependencies:
1339+
"@eslint-community/regexpp" "^4.10.0"
1340+
"@typescript-eslint/scope-manager" "8.32.1"
1341+
"@typescript-eslint/type-utils" "8.32.1"
1342+
"@typescript-eslint/utils" "8.32.1"
1343+
"@typescript-eslint/visitor-keys" "8.32.1"
1344+
graphemer "^1.4.0"
1345+
ignore "^7.0.0"
1346+
natural-compare "^1.4.0"
1347+
ts-api-utils "^2.1.0"
1348+
13341349
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.32.0":
13351350
version "8.32.0"
13361351
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
@@ -1350,6 +1365,14 @@
13501365
"@typescript-eslint/types" "8.32.0"
13511366
"@typescript-eslint/visitor-keys" "8.32.0"
13521367

1368+
"@typescript-eslint/[email protected]":
1369+
version "8.32.1"
1370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1371+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
1372+
dependencies:
1373+
"@typescript-eslint/types" "8.32.1"
1374+
"@typescript-eslint/visitor-keys" "8.32.1"
1375+
13531376
"@typescript-eslint/[email protected]":
13541377
version "8.32.0"
13551378
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -1360,11 +1383,26 @@
13601383
debug "^4.3.4"
13611384
ts-api-utils "^2.1.0"
13621385

1386+
"@typescript-eslint/[email protected]":
1387+
version "8.32.1"
1388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1389+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
1390+
dependencies:
1391+
"@typescript-eslint/typescript-estree" "8.32.1"
1392+
"@typescript-eslint/utils" "8.32.1"
1393+
debug "^4.3.4"
1394+
ts-api-utils "^2.1.0"
1395+
13631396
"@typescript-eslint/[email protected]":
13641397
version "8.32.0"
13651398
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
13661399
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
13671400

1401+
"@typescript-eslint/[email protected]":
1402+
version "8.32.1"
1403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1404+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
1405+
13681406
"@typescript-eslint/[email protected]":
13691407
version "8.32.0"
13701408
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -1379,6 +1417,20 @@
13791417
semver "^7.6.0"
13801418
ts-api-utils "^2.1.0"
13811419

1420+
"@typescript-eslint/[email protected]":
1421+
version "8.32.1"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1423+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1424+
dependencies:
1425+
"@typescript-eslint/types" "8.32.1"
1426+
"@typescript-eslint/visitor-keys" "8.32.1"
1427+
debug "^4.3.4"
1428+
fast-glob "^3.3.2"
1429+
is-glob "^4.0.3"
1430+
minimatch "^9.0.4"
1431+
semver "^7.6.0"
1432+
ts-api-utils "^2.1.0"
1433+
13821434
"@typescript-eslint/[email protected]":
13831435
version "8.32.0"
13841436
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -1389,6 +1441,16 @@
13891441
"@typescript-eslint/types" "8.32.0"
13901442
"@typescript-eslint/typescript-estree" "8.32.0"
13911443

1444+
"@typescript-eslint/[email protected]":
1445+
version "8.32.1"
1446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1447+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
1448+
dependencies:
1449+
"@eslint-community/eslint-utils" "^4.7.0"
1450+
"@typescript-eslint/scope-manager" "8.32.1"
1451+
"@typescript-eslint/types" "8.32.1"
1452+
"@typescript-eslint/typescript-estree" "8.32.1"
1453+
13921454
"@typescript-eslint/[email protected]":
13931455
version "8.32.0"
13941456
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
@@ -1397,6 +1459,14 @@
13971459
"@typescript-eslint/types" "8.32.0"
13981460
eslint-visitor-keys "^4.2.0"
13991461

1462+
"@typescript-eslint/[email protected]":
1463+
version "8.32.1"
1464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1465+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1466+
dependencies:
1467+
"@typescript-eslint/types" "8.32.1"
1468+
eslint-visitor-keys "^4.2.0"
1469+
14001470
14011471
version "2.0.2"
14021472
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"
@@ -3219,7 +3289,7 @@ ignore@^5.2.0, ignore@^5.3.1:
32193289
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz"
32203290
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
32213291

3222-
ignore@~7.0.4:
3292+
ignore@^7.0.0, ignore@~7.0.4:
32233293
version "7.0.4"
32243294
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
32253295
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==

0 commit comments

Comments
 (0)