Skip to content

Commit a8c2708

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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@types/react": "18.3.2",
111111
"@types/react-dom": "18.3.0",
112112
"@typescript-eslint/eslint-plugin": "7.11.0",
113-
"@typescript-eslint/parser": "7.10.0",
113+
"@typescript-eslint/parser": "7.11.0",
114114
"@vitejs/plugin-react": "4.2.1",
115115
"cross-env": "7.0.3",
116116
"download-git-repo": "3.0.2",

yarn.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,17 @@
11561156
"@typescript-eslint/visitor-keys" "7.10.0"
11571157
debug "^4.3.4"
11581158

1159+
"@typescript-eslint/parser@7.11.0":
1160+
version "7.11.0"
1161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
1162+
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
1163+
dependencies:
1164+
"@typescript-eslint/scope-manager" "7.11.0"
1165+
"@typescript-eslint/types" "7.11.0"
1166+
"@typescript-eslint/typescript-estree" "7.11.0"
1167+
"@typescript-eslint/visitor-keys" "7.11.0"
1168+
debug "^4.3.4"
1169+
11591170
"@typescript-eslint/scope-manager@7.10.0":
11601171
version "7.10.0"
11611172
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"

0 commit comments

Comments
 (0)