Skip to content

Commit b323136

Browse files
Bump @typescript-eslint/parser from 8.41.0 to 8.46.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.41.0 to 8.46.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.46.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55f40a1 commit b323136

File tree

4 files changed

+121
-30
lines changed

4 files changed

+121
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@eslint/eslintrc": "^3.3.1",
4848
"@eslint/js": "^9.24.0",
4949
"@typescript-eslint/eslint-plugin": "^8.35.0",
50-
"@typescript-eslint/parser": "^8.30.1",
50+
"@typescript-eslint/parser": "^8.46.1",
5151
"eslint": "^9.24.0",
5252
"eslint-plugin-json": "^4.0.1",
5353
"eslint-plugin-jsx-a11y": "^6.10.2",

packages/eslint-config-godaddy-react-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@typescript-eslint/eslint-plugin": "^8.35.0",
31-
"@typescript-eslint/parser": "^8.30.1",
31+
"@typescript-eslint/parser": "^8.46.1",
3232
"eslint-config-godaddy-react": "workspace:^",
3333
"eslint-plugin-react-hooks": "^5.2.0"
3434
},

packages/eslint-config-godaddy-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@typescript-eslint/eslint-plugin": "^8.35.0",
30-
"@typescript-eslint/parser": "^8.30.1",
30+
"@typescript-eslint/parser": "^8.46.1",
3131
"eslint-config-godaddy": "workspace:^"
3232
},
3333
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 118 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)