Skip to content

Commit

Permalink
Bump @typescript-eslint/visitor-keys from 5.61.0 to 6.0.0 (#727)
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) from 5.61.0 to 6.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/visitor-keys)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 3424513 commit 582526c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@exercism/babel-preset-javascript": "^0.4.0",
"@exercism/static-analysis": "^0.12.0",
"@typescript-eslint/typescript-estree": "^5.59.9",
"@typescript-eslint/visitor-keys": "^5.59.9",
"@typescript-eslint/visitor-keys": "^6.0.0",
"babel-jest": "^29.5.0",
"chalk": "^4.1.2",
"core-js": "~3.30.2",
Expand Down
21 changes: 19 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.59.9
"@typescript-eslint/parser": ^5.59.9
"@typescript-eslint/typescript-estree": ^5.59.9
"@typescript-eslint/visitor-keys": ^5.59.9
"@typescript-eslint/visitor-keys": ^6.0.0
babel-jest: ^29.5.0
chalk: ^4.1.2
core-js: ~3.30.2
Expand Down Expand Up @@ -2428,6 +2428,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/types@npm:6.0.0"
checksum: a2e232b66b0b057152f4a94d7e0be75f32e389c9c1ec9ed9901ed5aab6e5df08c07bde9865710e315d835e4400ec2232f9c3c525b6edf8a85675ebfbfb69d3a5
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.9":
version: 5.59.9
resolution: "@typescript-eslint/typescript-estree@npm:5.59.9"
Expand Down Expand Up @@ -2510,7 +2517,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.61.0, @typescript-eslint/visitor-keys@npm:^5.59.9":
"@typescript-eslint/visitor-keys@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/visitor-keys@npm:5.61.0"
dependencies:
Expand All @@ -2520,6 +2527,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:^6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/visitor-keys@npm:6.0.0"
dependencies:
"@typescript-eslint/types": 6.0.0
eslint-visitor-keys: ^3.4.1
checksum: b0d9848a4490174db1d25b5f336548bb11dde4e0ce664c3dc341bed89fb3a3ada091aeb7f5d2d371433815332d93339c6cb77f7a24469c329c3d055b15237bfa
languageName: node
linkType: hard

"abbrev@npm:^1.0.0":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down

0 comments on commit 582526c

Please sign in to comment.