Skip to content

Commit

Permalink
build(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.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 6.18.1 to 6.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/v6.21.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent aa5f95f commit 74e0fff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
"@vitest/coverage-istanbul": "^1.2.2",
"eslint": "^8.56.0",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.0.0, @typescript-eslint/parser@npm:^6.14.0":
"@typescript-eslint/parser@npm:^6.0.0":
version: 6.18.1
resolution: "@typescript-eslint/parser@npm:6.18.1"
dependencies:
Expand All @@ -947,6 +947,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.21.0":
version: 6.21.0
resolution: "@typescript-eslint/parser@npm:6.21.0"
dependencies:
"@typescript-eslint/scope-manager": 6.21.0
"@typescript-eslint/types": 6.21.0
"@typescript-eslint/typescript-estree": 6.21.0
"@typescript-eslint/visitor-keys": 6.21.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 162fe3a867eeeffda7328bce32dae45b52283c68c8cb23258fb9f44971f761991af61f71b8c9fe1aa389e93dfe6386f8509c1273d870736c507d76dd40647b68
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.18.1":
version: 6.18.1
resolution: "@typescript-eslint/scope-manager@npm:6.18.1"
Expand Down Expand Up @@ -4931,7 +4949,7 @@ __metadata:
"@types/js-yaml": ^4.0.9
"@types/node": ^18.19.14
"@typescript-eslint/eslint-plugin": ^6.21.0
"@typescript-eslint/parser": ^6.14.0
"@typescript-eslint/parser": ^6.21.0
"@vercel/ncc": ^0.38.1
"@vitest/coverage-istanbul": ^1.2.2
eslint: ^8.56.0
Expand Down

0 comments on commit 74e0fff

Please sign in to comment.