Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#7957)
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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] committed Jun 18, 2024
1 parent f4e045f commit 02af51c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/sinon": "17.0.3",
"@types/sort-json": "2.0.3",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@wireapp/copy-config": "2.2.2",
"@wireapp/eslint-config": "3.0.12",
Expand Down
56 changes: 55 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3947,6 +3947,29 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.1"
dependencies:
"@eslint-community/regexpp": ^4.10.0
"@typescript-eslint/scope-manager": 7.13.1
"@typescript-eslint/type-utils": 7.13.1
"@typescript-eslint/utils": 7.13.1
"@typescript-eslint/visitor-keys": 7.13.1
graphemer: ^1.4.0
ignore: ^5.3.1
natural-compare: ^1.4.0
ts-api-utils: ^1.3.0
peerDependencies:
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: c79a01cac62c7588c7c968121d39bc5821172e007ab641e0d8d79c176451a3a8b134782df7ef7af0b7d85a8026245d9866ac049596f009f9b19064e0b07ec8d5
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:7.13.0":
version: 7.13.0
resolution: "@typescript-eslint/parser@npm:7.13.0"
Expand Down Expand Up @@ -4050,6 +4073,23 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/type-utils@npm:7.13.1"
dependencies:
"@typescript-eslint/typescript-estree": 7.13.1
"@typescript-eslint/utils": 7.13.1
debug: ^4.3.4
ts-api-utils: ^1.3.0
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 6f1834fae3cc58ce8abfb243fc7d865ad07d0d4d0864ec970b8e97bb6aceb8daa2fa5903d8b44ceedffdbf44092e38634942b3b20d66041aec4c5df42433d293
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.59.2":
version: 5.59.2
resolution: "@typescript-eslint/types@npm:5.59.2"
Expand Down Expand Up @@ -4200,6 +4240,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/utils@npm:7.13.1"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 7.13.1
"@typescript-eslint/types": 7.13.1
"@typescript-eslint/typescript-estree": 7.13.1
peerDependencies:
eslint: ^8.56.0
checksum: 83c6af85edb45c81ff3a9d790299f0ea2403033bcb945a5bef726623ca74955979f99e887445b3fe6ba8fde1762d32ff2baa64c0558b56ca84109d4a74e57e26
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.58.0":
version: 5.59.2
resolution: "@typescript-eslint/utils@npm:5.59.2"
Expand Down Expand Up @@ -17479,7 +17533,7 @@ __metadata:
"@types/sinon": 17.0.3
"@types/sort-json": 2.0.3
"@types/uuid": 9.0.8
"@typescript-eslint/eslint-plugin": 7.13.0
"@typescript-eslint/eslint-plugin": 7.13.1
"@typescript-eslint/parser": 7.13.1
"@wireapp/certificate-check": 0.7.13
"@wireapp/commons": 5.2.8
Expand Down

0 comments on commit 02af51c

Please sign in to comment.