Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @typescript-eslint/parser from 8.20.0 to 8.21.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.20.0 to 8.21.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.21.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 965d55b commit 8cb99da
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -1239,7 +1239,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.20.0, @typescript-eslint/parser@npm:^8.20.0":
"@typescript-eslint/parser@npm:8.20.0":
version: 8.20.0
resolution: "@typescript-eslint/parser@npm:8.20.0"
dependencies:
@@ -1255,6 +1255,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.20.0":
version: 8.21.0
resolution: "@typescript-eslint/parser@npm:8.21.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.21.0"
"@typescript-eslint/types": "npm:8.21.0"
"@typescript-eslint/typescript-estree": "npm:8.21.0"
"@typescript-eslint/visitor-keys": "npm:8.21.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/aadebd50ca7aa2d61ad85d890c0d7010f2c293ec4d50a7833ef9674f232f0bc7118faa93a898771fbea50f02d542d687cf3569421b23f72fe6fed6895d5506fc
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
@@ -1275,6 +1291,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
dependencies:
"@typescript-eslint/types": "npm:8.21.0"
"@typescript-eslint/visitor-keys": "npm:8.21.0"
checksum: 10c0/ea405e79dc884ea1c76465604db52f9b0941d6cbb0bde6bce1af689ef212f782e214de69d46503c7c47bfc180d763369b7433f1965e3be3c442b417e8c9f8f75
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.20.0":
version: 8.20.0
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
@@ -1304,6 +1330,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/types@npm:8.21.0"
checksum: 10c0/67dfd300cc614d7b02e94d0dacfb228a7f4c3fd4eede29c43adb9e9fcc16365ae3df8d6165018da3c123dce65545bef03e3e8183f35e9b3a911ffc727e3274c2
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -1341,6 +1374,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
dependencies:
"@typescript-eslint/types": "npm:8.21.0"
"@typescript-eslint/visitor-keys": "npm:8.21.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^2.0.0"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/0cf5b0382524f4af54fb5ec71ca7e939ec922711f2d77b383740b28dd4b21407b0ab5dded62df6819d01c12c0b354e95667e3c7025a5d27d05b805161ab94855
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.20.0":
version: 8.20.0
resolution: "@typescript-eslint/utils@npm:8.20.0"
@@ -1390,6 +1441,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
dependencies:
"@typescript-eslint/types": "npm:8.21.0"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/b3f1412f550e35c0d7ae0410db616951116b365167539f9b85710d8bc2b36b322c5e637caee84cc1ae5df8f1d961880250d52ffdef352b31e5bdbef74ba6fea9
languageName: node
linkType: hard

"@vitest/coverage-istanbul@npm:^2.1.8":
version: 2.1.8
resolution: "@vitest/coverage-istanbul@npm:2.1.8"

0 comments on commit 8cb99da

Please sign in to comment.