Skip to content

Commit e756e21

Browse files
Bump @typescript-eslint/parser from 8.25.0 to 8.32.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.25.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3717b7f commit e756e21

File tree

2 files changed

+11
-46
lines changed

2 files changed

+11
-46
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.32.1",
109-
"@typescript-eslint/parser": "^8.25.0",
109+
"@typescript-eslint/parser": "^8.32.1",
110110
"chai": "^5.2.0",
111111
"eslint": "^9.21.0",
112112
"mocha": "^11.1.0",

yarn.lock

Lines changed: 10 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -836,24 +836,16 @@
836836
natural-compare "^1.4.0"
837837
ts-api-utils "^2.1.0"
838838

839-
"@typescript-eslint/parser@^8.25.0":
840-
version "8.25.0"
841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
842-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
843-
dependencies:
844-
"@typescript-eslint/scope-manager" "8.25.0"
845-
"@typescript-eslint/types" "8.25.0"
846-
"@typescript-eslint/typescript-estree" "8.25.0"
847-
"@typescript-eslint/visitor-keys" "8.25.0"
848-
debug "^4.3.4"
849-
850-
"@typescript-eslint/scope-manager@8.25.0":
851-
version "8.25.0"
852-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
853-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
839+
"@typescript-eslint/parser@^8.32.1":
840+
version "8.32.1"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
842+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
854843
dependencies:
855-
"@typescript-eslint/types" "8.25.0"
856-
"@typescript-eslint/visitor-keys" "8.25.0"
844+
"@typescript-eslint/scope-manager" "8.32.1"
845+
"@typescript-eslint/types" "8.32.1"
846+
"@typescript-eslint/typescript-estree" "8.32.1"
847+
"@typescript-eslint/visitor-keys" "8.32.1"
848+
debug "^4.3.4"
857849

858850
"@typescript-eslint/scope-manager@8.32.1":
859851
version "8.32.1"
@@ -873,30 +865,11 @@
873865
debug "^4.3.4"
874866
ts-api-utils "^2.1.0"
875867

876-
"@typescript-eslint/types@8.25.0":
877-
version "8.25.0"
878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
879-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
880-
881868
"@typescript-eslint/types@8.32.1":
882869
version "8.32.1"
883870
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
884871
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
885872

886-
"@typescript-eslint/typescript-estree@8.25.0":
887-
version "8.25.0"
888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
889-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
890-
dependencies:
891-
"@typescript-eslint/types" "8.25.0"
892-
"@typescript-eslint/visitor-keys" "8.25.0"
893-
debug "^4.3.4"
894-
fast-glob "^3.3.2"
895-
is-glob "^4.0.3"
896-
minimatch "^9.0.4"
897-
semver "^7.6.0"
898-
ts-api-utils "^2.0.1"
899-
900873
"@typescript-eslint/typescript-estree@8.32.1":
901874
version "8.32.1"
902875
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
@@ -921,14 +894,6 @@
921894
"@typescript-eslint/types" "8.32.1"
922895
"@typescript-eslint/typescript-estree" "8.32.1"
923896

924-
"@typescript-eslint/visitor-keys@8.25.0":
925-
version "8.25.0"
926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
927-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
928-
dependencies:
929-
"@typescript-eslint/types" "8.25.0"
930-
eslint-visitor-keys "^4.2.0"
931-
932897
"@typescript-eslint/visitor-keys@8.32.1":
933898
version "8.32.1"
934899
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
@@ -2415,7 +2380,7 @@ to-regex-range@^5.0.1:
24152380
dependencies:
24162381
is-number "^7.0.0"
24172382

2418-
ts-api-utils@^2.0.1, ts-api-utils@^2.1.0:
2383+
ts-api-utils@^2.1.0:
24192384
version "2.1.0"
24202385
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
24212386
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==

0 commit comments

Comments
 (0)