Skip to content

Commit 775b1af

Browse files
Bump @typescript-eslint/parser from 8.25.0 to 8.32.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.25.0 to 8.32.0. - [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.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 556d113 commit 775b1af

File tree

2 files changed

+50
-10
lines changed

2 files changed

+50
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/node": "^22.13.10",
107107
"@types/sinon": "^17.0.4",
108108
"@typescript-eslint/eslint-plugin": "^8.25.0",
109-
"@typescript-eslint/parser": "^8.25.0",
109+
"@typescript-eslint/parser": "^8.32.0",
110110
"chai": "^5.2.0",
111111
"eslint": "^9.21.0",
112112
"mocha": "^11.1.0",

yarn.lock

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -824,15 +824,15 @@
824824
natural-compare "^1.4.0"
825825
ts-api-utils "^2.0.1"
826826

827-
"@typescript-eslint/parser@^8.25.0":
828-
version "8.25.0"
829-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
830-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
831-
dependencies:
832-
"@typescript-eslint/scope-manager" "8.25.0"
833-
"@typescript-eslint/types" "8.25.0"
834-
"@typescript-eslint/typescript-estree" "8.25.0"
835-
"@typescript-eslint/visitor-keys" "8.25.0"
827+
"@typescript-eslint/parser@^8.32.0":
828+
version "8.32.0"
829+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
830+
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
831+
dependencies:
832+
"@typescript-eslint/scope-manager" "8.32.0"
833+
"@typescript-eslint/types" "8.32.0"
834+
"@typescript-eslint/typescript-estree" "8.32.0"
835+
"@typescript-eslint/visitor-keys" "8.32.0"
836836
debug "^4.3.4"
837837

838838
"@typescript-eslint/scope-manager@8.25.0":
@@ -843,6 +843,14 @@
843843
"@typescript-eslint/types" "8.25.0"
844844
"@typescript-eslint/visitor-keys" "8.25.0"
845845

846+
"@typescript-eslint/scope-manager@8.32.0":
847+
version "8.32.0"
848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
849+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
850+
dependencies:
851+
"@typescript-eslint/types" "8.32.0"
852+
"@typescript-eslint/visitor-keys" "8.32.0"
853+
846854
"@typescript-eslint/type-utils@8.25.0":
847855
version "8.25.0"
848856
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
@@ -858,6 +866,11 @@
858866
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
859867
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
860868

869+
"@typescript-eslint/types@8.32.0":
870+
version "8.32.0"
871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
872+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
873+
861874
"@typescript-eslint/typescript-estree@8.25.0":
862875
version "8.25.0"
863876
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
@@ -872,6 +885,20 @@
872885
semver "^7.6.0"
873886
ts-api-utils "^2.0.1"
874887

888+
"@typescript-eslint/typescript-estree@8.32.0":
889+
version "8.32.0"
890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
891+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
892+
dependencies:
893+
"@typescript-eslint/types" "8.32.0"
894+
"@typescript-eslint/visitor-keys" "8.32.0"
895+
debug "^4.3.4"
896+
fast-glob "^3.3.2"
897+
is-glob "^4.0.3"
898+
minimatch "^9.0.4"
899+
semver "^7.6.0"
900+
ts-api-utils "^2.1.0"
901+
875902
"@typescript-eslint/utils@8.25.0":
876903
version "8.25.0"
877904
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
@@ -890,6 +917,14 @@
890917
"@typescript-eslint/types" "8.25.0"
891918
eslint-visitor-keys "^4.2.0"
892919

920+
"@typescript-eslint/visitor-keys@8.32.0":
921+
version "8.32.0"
922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
923+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
924+
dependencies:
925+
"@typescript-eslint/types" "8.32.0"
926+
eslint-visitor-keys "^4.2.0"
927+
893928
acorn-jsx@^5.3.2:
894929
version "5.3.2"
895930
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2372,6 +2407,11 @@ ts-api-utils@^2.0.1:
23722407
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
23732408
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
23742409

2410+
ts-api-utils@^2.1.0:
2411+
version "2.1.0"
2412+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2413+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
2414+
23752415
ts-command-line-args@^2.2.0:
23762416
version "2.4.2"
23772417
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.4.2.tgz#b4815b23c35f8a0159d4e69e01012d95690bc448"

0 commit comments

Comments
 (0)