Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.24.0 #6922

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24.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.24.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "^8",
"eslint-config-prettier": "^10",
Expand Down
121 changes: 86 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5450,26 +5450,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.24.0":
version: 8.24.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.24.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.24.0
"@typescript-eslint/type-utils": 8.24.0
"@typescript-eslint/utils": 8.24.0
"@typescript-eslint/visitor-keys": 8.24.0
graphemer: ^1.4.0
ignore: ^5.3.1
natural-compare: ^1.4.0
ts-api-utils: ^1.3.0
ts-api-utils: ^2.0.1
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: 761440236a38d51825ac22ab84fc2d054b307a1f2b7ad308bd12da2420f6d5844fdc4f44c0cd9dd30087ca2c7ecfca90b75744f119a1049b2e66533598a51900
languageName: node
linkType: hard

Expand Down Expand Up @@ -5531,20 +5529,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.24.0":
version: 8.24.0
resolution: "@typescript-eslint/scope-manager@npm:8.24.0"
dependencies:
"@typescript-eslint/typescript-estree": 7.17.0
"@typescript-eslint/utils": 7.17.0
"@typescript-eslint/types": 8.24.0
"@typescript-eslint/visitor-keys": 8.24.0
checksum: 1b24d972847458dd4b031e66006c534ae176d60806d3265f0d2a5686bdc3dec9c0353ea94373a855eaf7e9306304eef939781eda1a9b826633c835bceb0fce10
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/type-utils@npm:8.24.0"
dependencies:
"@typescript-eslint/typescript-estree": 8.24.0
"@typescript-eslint/utils": 8.24.0
debug: ^4.3.4
ts-api-utils: ^1.3.0
ts-api-utils: ^2.0.1
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: 81322b0ebc0c7ce1396732497403c3c0f18b8d5f74b697d9288becfd414ac3bf8f7886191f82ef32772ce60a382c793142870a17364f013f9344b1cf24fd6a65
languageName: node
linkType: hard

Expand Down Expand Up @@ -5576,6 +5582,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/types@npm:8.24.0"
checksum: 31548119787c7429107a0061f5c82a2ae2b29905fbb5e867f621cea0c00fbe35b3c5ee5961936127d11226461e2248b09c8467959c8c387caa72f15d21293814
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 @@ -5651,17 +5664,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.24.0":
version: 8.24.0
resolution: "@typescript-eslint/typescript-estree@npm:8.24.0"
dependencies:
"@typescript-eslint/types": 8.24.0
"@typescript-eslint/visitor-keys": 8.24.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: ^2.0.1
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 7415a35edc898f25443b9bbb8ec100cff54f8eafe6379348213e8958aa593981298252730b912da2a99c24e4784f23b4e32c6f56420857975bcb076e13467e00
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/utils@npm:8.24.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.24.0
"@typescript-eslint/types": 8.24.0
"@typescript-eslint/typescript-estree": 8.24.0
peerDependencies:
eslint: ^8.56.0
checksum: 8371f9d2c81f0364e5f61bd538d89027add9584b1fa965f812a2d878ce1e8e6bc4a9e2d9584f5d07d066062dde6c55b09da4e80f9e6ddfd83d93af57d772f946
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: de2897d1d2d878b86289d039a4f2b57c8f6ef88b1b48946697ca6422b10041a78f989cfa09b9b73106963bf1ed12a5081e14c3cfb6bb1b537fc8cd2b726ab73e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5754,6 +5786,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/visitor-keys@npm:8.24.0"
dependencies:
"@typescript-eslint/types": 8.24.0
eslint-visitor-keys: ^4.2.0
checksum: c07ef21d5de644ca34802f95dc742cde75422210d80456e1e9d6f4a6cee21a1332af3bc90e62f2ca4f9e929eec9f0a25fda2043f2bdeb0acd3feab206f2a73af
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 @@ -6240,7 +6282,7 @@ __metadata:
dependencies:
"@types/eslint": ^8
"@types/prettier": ^3
"@typescript-eslint/eslint-plugin": 7.17.0
"@typescript-eslint/eslint-plugin": 8.24.0
"@typescript-eslint/parser": 7.17.0
eslint: ^8
eslint-config-prettier: ^10
Expand Down Expand Up @@ -17673,7 +17715,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.24.0
"@typescript-eslint/parser": 7.17.0
"@wireapp/eslint-config": "workspace:^"
eslint: 8.57.0
Expand Down Expand Up @@ -19388,6 +19430,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.0.1":
version: 2.0.1
resolution: "ts-api-utils@npm:2.0.1"
peerDependencies:
typescript: ">=4.8.4"
checksum: ca31f4dc3c0d69691599de2955b41879c27cb91257f2a468bbb444d3f09982a5f717a941fcebd3aaa092b778710647a0be1c2b1dd75cf6c82ceffc3bf4c7d27d
languageName: node
linkType: hard

"ts-dedent@npm:^2.0.0, ts-dedent@npm:^2.2.0":
version: 2.2.0
resolution: "ts-dedent@npm:2.2.0"
Expand Down
Loading