Skip to content

Commit 4c3c6e4

Browse files
Bump @typescript-eslint/parser from 8.32.0 to 8.32.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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 4c3c6e4

File tree

2 files changed

+49
-10
lines changed

2 files changed

+49
-10
lines changed

package.json

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

yarn.lock

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@
13651365
natural-compare "^1.4.0"
13661366
ts-api-utils "^2.1.0"
13671367

1368-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.32.0":
1368+
"@typescript-eslint/[email protected]":
13691369
version "8.32.0"
13701370
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
13711371
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
@@ -1376,6 +1376,17 @@
13761376
"@typescript-eslint/visitor-keys" "8.32.0"
13771377
debug "^4.3.4"
13781378

1379+
"@typescript-eslint/parser@^8.32.1":
1380+
version "8.32.1"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
1382+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
1383+
dependencies:
1384+
"@typescript-eslint/scope-manager" "8.32.1"
1385+
"@typescript-eslint/types" "8.32.1"
1386+
"@typescript-eslint/typescript-estree" "8.32.1"
1387+
"@typescript-eslint/visitor-keys" "8.32.1"
1388+
debug "^4.3.4"
1389+
13791390
"@typescript-eslint/[email protected]":
13801391
version "8.32.0"
13811392
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
@@ -1384,6 +1395,14 @@
13841395
"@typescript-eslint/types" "8.32.0"
13851396
"@typescript-eslint/visitor-keys" "8.32.0"
13861397

1398+
"@typescript-eslint/[email protected]":
1399+
version "8.32.1"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1401+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
1402+
dependencies:
1403+
"@typescript-eslint/types" "8.32.1"
1404+
"@typescript-eslint/visitor-keys" "8.32.1"
1405+
13871406
"@typescript-eslint/[email protected]":
13881407
version "8.32.0"
13891408
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -1399,6 +1418,11 @@
13991418
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
14001419
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
14011420

1421+
"@typescript-eslint/[email protected]":
1422+
version "8.32.1"
1423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1424+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
1425+
14021426
"@typescript-eslint/[email protected]":
14031427
version "8.32.0"
14041428
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -1413,6 +1437,20 @@
14131437
semver "^7.6.0"
14141438
ts-api-utils "^2.1.0"
14151439

1440+
"@typescript-eslint/[email protected]":
1441+
version "8.32.1"
1442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1443+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1444+
dependencies:
1445+
"@typescript-eslint/types" "8.32.1"
1446+
"@typescript-eslint/visitor-keys" "8.32.1"
1447+
debug "^4.3.4"
1448+
fast-glob "^3.3.2"
1449+
is-glob "^4.0.3"
1450+
minimatch "^9.0.4"
1451+
semver "^7.6.0"
1452+
ts-api-utils "^2.1.0"
1453+
14161454
"@typescript-eslint/[email protected]":
14171455
version "8.32.0"
14181456
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -1431,6 +1469,14 @@
14311469
"@typescript-eslint/types" "8.32.0"
14321470
eslint-visitor-keys "^4.2.0"
14331471

1472+
"@typescript-eslint/[email protected]":
1473+
version "8.32.1"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1475+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1476+
dependencies:
1477+
"@typescript-eslint/types" "8.32.1"
1478+
eslint-visitor-keys "^4.2.0"
1479+
14341480
14351481
version "2.0.2"
14361482
resolved "https://registry.yarnpkg.com/@vscode/vsce-sign-alpine-arm64/-/vsce-sign-alpine-arm64-2.0.2.tgz#4accc485e55aa6ff04b195b47f722ead57daa58e"
@@ -2359,14 +2405,7 @@ data-uri-to-buffer@^6.0.2:
23592405
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz#8a58bb67384b261a38ef18bea1810cb01badd28b"
23602406
integrity sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==
23612407

2362-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
2363-
version "4.4.0"
2364-
resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz"
2365-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
2366-
dependencies:
2367-
ms "^2.1.3"
2368-
2369-
debug@^4.0.0:
2408+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
23702409
version "4.4.1"
23712410
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
23722411
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==

0 commit comments

Comments
 (0)