Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@typescript-eslint/typescript-estree"
  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 Aug 22, 2023
1 parent 59bcf4d commit da96950
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-typescript": "^7.22.5",
"@exercism/babel-preset-javascript": "^0.4.0",
"@exercism/static-analysis": "^0.12.0",
"@typescript-eslint/typescript-estree": "^5.59.9",
"@typescript-eslint/typescript-estree": "^6.4.1",
"@typescript-eslint/visitor-keys": "^6.0.0",
"babel-jest": "^29.5.0",
"chalk": "^4.1.2",
Expand Down
32 changes: 30 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ __metadata:
"@types/node": ^18.16.16
"@typescript-eslint/eslint-plugin": ^5.59.9
"@typescript-eslint/parser": ^6.0.0
"@typescript-eslint/typescript-estree": ^5.59.9
"@typescript-eslint/typescript-estree": ^6.4.1
"@typescript-eslint/visitor-keys": ^6.0.0
babel-jest: ^29.5.0
chalk: ^4.1.2
Expand Down Expand Up @@ -2543,7 +2543,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.61.0, @typescript-eslint/typescript-estree@npm:^5.59.9":
"@typescript-eslint/typescript-estree@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/typescript-estree@npm:5.61.0"
dependencies:
Expand Down Expand Up @@ -2579,6 +2579,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:^6.4.1":
version: 6.4.1
resolution: "@typescript-eslint/typescript-estree@npm:6.4.1"
dependencies:
"@typescript-eslint/types": 6.4.1
"@typescript-eslint/visitor-keys": 6.4.1
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 34c289e50a6337321154efe6c20c762e94fea308f9032971e356a266f63e99b908b1a00dd8cf51eba50a6f69db01d665faf2cf13454b355767fd167eebe60f1c
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/utils@npm:5.61.0"
Expand Down Expand Up @@ -2645,6 +2663,16 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/visitor-keys@npm:^6.0.0":
version: 6.4.0
resolution: "@typescript-eslint/visitor-keys@npm:6.4.0"
Expand Down

0 comments on commit da96950

Please sign in to comment.