Skip to content

Commit 6361347

Browse files
chore(deps): bump @typescript-eslint/parser from 8.32.0 to 8.32.1 (#5790)
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49cd514 commit 6361347

File tree

2 files changed

+50
-4
lines changed

2 files changed

+50
-4
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@eslint/js": "^9.26.0",
2929
"@stylistic/eslint-plugin": "^3.1.0",
30-
"@typescript-eslint/parser": "^8.32.0",
30+
"@typescript-eslint/parser": "^8.32.1",
3131
"eslint-config-prettier": "^10.1.5",
3232
"eslint-import-resolver-typescript": "^4.3.4",
3333
"eslint-plugin-import": "^2.31.0",

yarn.lock

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@
20722072
natural-compare "^1.4.0"
20732073
ts-api-utils "^2.1.0"
20742074

2075-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.32.0":
2075+
"@typescript-eslint/[email protected]":
20762076
version "8.32.0"
20772077
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
20782078
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
@@ -2083,6 +2083,17 @@
20832083
"@typescript-eslint/visitor-keys" "8.32.0"
20842084
debug "^4.3.4"
20852085

2086+
"@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.32.1":
2087+
version "8.32.1"
2088+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
2089+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
2090+
dependencies:
2091+
"@typescript-eslint/scope-manager" "8.32.1"
2092+
"@typescript-eslint/types" "8.32.1"
2093+
"@typescript-eslint/typescript-estree" "8.32.1"
2094+
"@typescript-eslint/visitor-keys" "8.32.1"
2095+
debug "^4.3.4"
2096+
20862097
"@typescript-eslint/[email protected]":
20872098
version "8.32.0"
20882099
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
@@ -2091,6 +2102,14 @@
20912102
"@typescript-eslint/types" "8.32.0"
20922103
"@typescript-eslint/visitor-keys" "8.32.0"
20932104

2105+
"@typescript-eslint/[email protected]":
2106+
version "8.32.1"
2107+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
2108+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
2109+
dependencies:
2110+
"@typescript-eslint/types" "8.32.1"
2111+
"@typescript-eslint/visitor-keys" "8.32.1"
2112+
20942113
"@typescript-eslint/[email protected]":
20952114
version "8.32.0"
20962115
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -2101,12 +2120,17 @@
21012120
debug "^4.3.4"
21022121
ts-api-utils "^2.1.0"
21032122

2104-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0":
2123+
"@typescript-eslint/[email protected]":
21052124
version "8.32.0"
21062125
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
21072126
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
21082127

2109-
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0":
2128+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0":
2129+
version "8.32.1"
2130+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
2131+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
2132+
2133+
"@typescript-eslint/[email protected]":
21102134
version "8.32.0"
21112135
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
21122136
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
@@ -2120,6 +2144,20 @@
21202144
semver "^7.6.0"
21212145
ts-api-utils "^2.1.0"
21222146

2147+
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0":
2148+
version "8.32.1"
2149+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
2150+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
2151+
dependencies:
2152+
"@typescript-eslint/types" "8.32.1"
2153+
"@typescript-eslint/visitor-keys" "8.32.1"
2154+
debug "^4.3.4"
2155+
fast-glob "^3.3.2"
2156+
is-glob "^4.0.3"
2157+
minimatch "^9.0.4"
2158+
semver "^7.6.0"
2159+
ts-api-utils "^2.1.0"
2160+
21232161
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.13.0":
21242162
version "8.32.0"
21252163
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -2138,6 +2176,14 @@
21382176
"@typescript-eslint/types" "8.32.0"
21392177
eslint-visitor-keys "^4.2.0"
21402178

2179+
"@typescript-eslint/[email protected]":
2180+
version "8.32.1"
2181+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
2182+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
2183+
dependencies:
2184+
"@typescript-eslint/types" "8.32.1"
2185+
eslint-visitor-keys "^4.2.0"
2186+
21412187
"@ungap/structured-clone@^1.2.0":
21422188
version "1.3.0"
21432189
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)