Skip to content

Commit b226d38

Browse files
dependabot[bot]jreineckearm
authored andcommitted
Bump @typescript-eslint/parser from 8.43.0 to 8.45.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.43.0 to 8.45.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.45.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jens Reinecke <[email protected]>
1 parent 671832c commit b226d38

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"@types/yargs": "^17.0.33",
148148
"@types/yarnpkg__lockfile": "^1.1.9",
149149
"@typescript-eslint/eslint-plugin": "^8.45.0",
150-
"@typescript-eslint/parser": "^8.42.0",
150+
"@typescript-eslint/parser": "^8.45.0",
151151
"@vscode/debugprotocol": "^1.68.0",
152152
"@vscode/vsce": "^3.6.0",
153153
"@yarnpkg/lockfile": "^1.1.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@
18451845
natural-compare "^1.4.0"
18461846
ts-api-utils "^2.1.0"
18471847

1848-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.42.0":
1848+
"@typescript-eslint/[email protected]":
18491849
version "8.45.0"
18501850
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
18511851
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
@@ -1856,6 +1856,17 @@
18561856
"@typescript-eslint/visitor-keys" "8.45.0"
18571857
debug "^4.3.4"
18581858

1859+
"@typescript-eslint/parser@^8.45.0":
1860+
version "8.46.0"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.0.tgz#9186f28c59f6e477ab8919312d2654f4f27d45c1"
1862+
integrity sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==
1863+
dependencies:
1864+
"@typescript-eslint/scope-manager" "8.46.0"
1865+
"@typescript-eslint/types" "8.46.0"
1866+
"@typescript-eslint/typescript-estree" "8.46.0"
1867+
"@typescript-eslint/visitor-keys" "8.46.0"
1868+
debug "^4.3.4"
1869+
18591870
"@typescript-eslint/[email protected]":
18601871
version "8.45.0"
18611872
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"

0 commit comments

Comments
 (0)