Skip to content

Commit

Permalink
chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.18.0
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.17.0 to 8.18.0.
- [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/v8.18.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent a2c1d13 commit 13d436e
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/babel__core": "^7",
"@types/jest": "^29.2.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "7.17.0",
"@wireapp/eslint-config": "workspace:^",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@types/eslint": "^8",
"@types/prettier": "^3",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "^8",
"eslint-config-prettier": "^9",
Expand Down
108 changes: 75 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4887,26 +4887,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:7.17.0":
version: 7.17.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.17.0"
"@typescript-eslint/eslint-plugin@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
dependencies:
"@eslint-community/regexpp": ^4.10.0
"@typescript-eslint/scope-manager": 7.17.0
"@typescript-eslint/type-utils": 7.17.0
"@typescript-eslint/utils": 7.17.0
"@typescript-eslint/visitor-keys": 7.17.0
"@typescript-eslint/scope-manager": 8.18.0
"@typescript-eslint/type-utils": 8.18.0
"@typescript-eslint/utils": 8.18.0
"@typescript-eslint/visitor-keys": 8.18.0
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: edb0abd0113020e47f6fb0833c1b0fe3dcd45420b6ecbdd141331ead05f69cfa09e790ed469e4ecfb70c05e0fb882c61d409b639edc82cf9046a7fe3c986f544
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 0d40e5426a233ddbe0cf517e1fb7a78b231882f676542ff50ae949b8301c20cffdcacd2daf05e893e119d361642625b777883ce26145ea5f3df2177569a51379
languageName: node
linkType: hard

Expand Down Expand Up @@ -4968,20 +4966,28 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.17.0":
version: 7.17.0
resolution: "@typescript-eslint/type-utils@npm:7.17.0"
"@typescript-eslint/scope-manager@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
dependencies:
"@typescript-eslint/typescript-estree": 7.17.0
"@typescript-eslint/utils": 7.17.0
"@typescript-eslint/types": 8.18.0
"@typescript-eslint/visitor-keys": 8.18.0
checksum: d01f36ca17a2ffa9873851bf823942d254ab826ef3581d9104c1eee944a3e6fcebec60f521bfb65a6ee11efc11acdf2469706a4371bed9fec893009802b5cb45
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
dependencies:
"@typescript-eslint/typescript-estree": 8.18.0
"@typescript-eslint/utils": 8.18.0
debug: ^4.3.4
ts-api-utils: ^1.3.0
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 357a32d75f449cb9112ee9a23644b79c3eada8b023bd2508489cdc97e0a834ab2937712fb95a2aedd3cfb801d9b973280899ab696938908c480af240a22a36ba
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 60456e3cfb8cb49236bca886e0b94a3568c2ce0b1a370d71b071479f43b209489ecc959f21a7d55a0f6ec9afefdb3a7a2abdba2fd44969e1ddf28a99c88bb60a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5013,6 +5019,13 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand Down Expand Up @@ -5088,17 +5101,36 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.17.0":
version: 7.17.0
resolution: "@typescript-eslint/utils@npm:7.17.0"
"@typescript-eslint/typescript-estree@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
dependencies:
"@typescript-eslint/types": 8.18.0
"@typescript-eslint/visitor-keys": 8.18.0
debug: ^4.3.4
fast-glob: ^3.3.2
is-glob: ^4.0.3
minimatch: ^9.0.4
semver: ^7.6.0
ts-api-utils: ^1.3.0
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 2b04a9eb1d942ee26358f411ed6df26b36366ec93d6e3d1ab94f27915c23531e01edb94456ae1d47086e7180dc94d0027035ab08d377469fe01ffa621bfaf96f
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/utils@npm:8.18.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 7.17.0
"@typescript-eslint/types": 7.17.0
"@typescript-eslint/typescript-estree": 7.17.0
"@typescript-eslint/scope-manager": 8.18.0
"@typescript-eslint/types": 8.18.0
"@typescript-eslint/typescript-estree": 8.18.0
peerDependencies:
eslint: ^8.56.0
checksum: 8371f9d2c81f0364e5f61bd538d89027add9584b1fa965f812a2d878ce1e8e6bc4a9e2d9584f5d07d066062dde6c55b09da4e80f9e6ddfd83d93af57d772f946
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 8da7419ae53944a3efc99e33df8fa651303ff736338ed101eae0f64fe53661ad947784ff769ca8589c9803a099dd6d43e891fbedec5212a2b2ea031f0218eb56
languageName: node
linkType: hard

Expand Down Expand Up @@ -5191,6 +5223,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
dependencies:
"@typescript-eslint/types": 8.18.0
eslint-visitor-keys: ^4.2.0
checksum: bf4c45bb3bdfd2bc4df86bc50649e8a9734d294a80fb9a78b52cc8ed247384f9d525fb0693372fd52864175fd7036069c5f59b920c12f0ee34d52c2ab0332841
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -5624,7 +5666,7 @@ __metadata:
dependencies:
"@types/eslint": ^8
"@types/prettier": ^3
"@typescript-eslint/eslint-plugin": 7.17.0
"@typescript-eslint/eslint-plugin": 8.18.0
"@typescript-eslint/parser": 7.17.0
eslint: ^8
eslint-config-prettier: ^9
Expand Down Expand Up @@ -17568,7 +17610,7 @@ __metadata:
"@types/babel__core": ^7
"@types/jest": ^29.2.0
"@types/node": ^22.0.0
"@typescript-eslint/eslint-plugin": 7.17.0
"@typescript-eslint/eslint-plugin": 8.18.0
"@typescript-eslint/parser": 7.17.0
"@wireapp/eslint-config": "workspace:^"
eslint: 8.57.0
Expand Down

0 comments on commit 13d436e

Please sign in to comment.