Skip to content

Commit a708d65

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 8.58.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.58.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2d5449 commit a708d65

File tree

2 files changed

+225
-2
lines changed

2 files changed

+225
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/sinon": "17.0.3",
6767
"@types/sort-json": "2.0.3",
6868
"@types/uuid": "9.0.8",
69-
"@typescript-eslint/eslint-plugin": "7.17.0",
69+
"@typescript-eslint/eslint-plugin": "8.58.0",
7070
"@typescript-eslint/parser": "7.18.0",
7171
"@wireapp/copy-config": "2.3.13",
7272
"@wireapp/eslint-config": "3.1.9",

yarn.lock

Lines changed: 224 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,13 +2681,31 @@ __metadata:
26812681
languageName: node
26822682
linkType: hard
26832683

2684+
"@eslint-community/eslint-utils@npm:^4.9.1":
2685+
version: 4.9.1
2686+
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
2687+
dependencies:
2688+
eslint-visitor-keys: ^3.4.3
2689+
peerDependencies:
2690+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
2691+
checksum: 0a27c2d676c4be6b329ebb5dd8f6c5ef5fae9a019ff575655306d72874bb26f3ab20e0b241a5f086464bb1f2511ca26a29ff6f80c1e2b0b02eca4686b4dfe1b5
2692+
languageName: node
2693+
linkType: hard
2694+
26842695
"@eslint-community/regexpp@npm:^4.10.0":
26852696
version: 4.10.0
26862697
resolution: "@eslint-community/regexpp@npm:4.10.0"
26872698
checksum: 2a6e345429ea8382aaaf3a61f865cae16ed44d31ca917910033c02dc00d505d939f10b81e079fa14d43b51499c640138e153b7e40743c4c094d9df97d4e56f7b
26882699
languageName: node
26892700
linkType: hard
26902701

2702+
"@eslint-community/regexpp@npm:^4.12.2":
2703+
version: 4.12.2
2704+
resolution: "@eslint-community/regexpp@npm:4.12.2"
2705+
checksum: 1770bc81f676a72f65c7200b5675ff7a349786521f30e66125faaf767fde1ba1c19c3790e16ba8508a62a3933afcfc806a893858b3b5906faf693d862b9e4120
2706+
languageName: node
2707+
linkType: hard
2708+
26912709
"@eslint-community/regexpp@npm:^4.6.1":
26922710
version: 4.9.1
26932711
resolution: "@eslint-community/regexpp@npm:4.9.1"
@@ -4949,6 +4967,26 @@ __metadata:
49494967
languageName: node
49504968
linkType: hard
49514969

4970+
"@typescript-eslint/eslint-plugin@npm:8.58.0":
4971+
version: 8.58.0
4972+
resolution: "@typescript-eslint/eslint-plugin@npm:8.58.0"
4973+
dependencies:
4974+
"@eslint-community/regexpp": ^4.12.2
4975+
"@typescript-eslint/scope-manager": 8.58.0
4976+
"@typescript-eslint/type-utils": 8.58.0
4977+
"@typescript-eslint/utils": 8.58.0
4978+
"@typescript-eslint/visitor-keys": 8.58.0
4979+
ignore: ^7.0.5
4980+
natural-compare: ^1.4.0
4981+
ts-api-utils: ^2.5.0
4982+
peerDependencies:
4983+
"@typescript-eslint/parser": ^8.58.0
4984+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
4985+
typescript: ">=4.8.4 <6.1.0"
4986+
checksum: 11022128a5ff7110c3e1d950b3000e46ccf5991e4049137eb07562ca24ba770344cfcf89f1aa83af66a809b98eba194000dd50ae8c4f9bc47b956e4828074421
4987+
languageName: node
4988+
linkType: hard
4989+
49524990
"@typescript-eslint/parser@npm:7.17.0":
49534991
version: 7.17.0
49544992
resolution: "@typescript-eslint/parser@npm:7.17.0"
@@ -4998,6 +5036,19 @@ __metadata:
49985036
languageName: node
49995037
linkType: hard
50005038

5039+
"@typescript-eslint/project-service@npm:8.58.0":
5040+
version: 8.58.0
5041+
resolution: "@typescript-eslint/project-service@npm:8.58.0"
5042+
dependencies:
5043+
"@typescript-eslint/tsconfig-utils": ^8.58.0
5044+
"@typescript-eslint/types": ^8.58.0
5045+
debug: ^4.4.3
5046+
peerDependencies:
5047+
typescript: ">=4.8.4 <6.1.0"
5048+
checksum: 904fcac6648601ca4a6d0dd2a8e9208a4b92709ae355c8137e0982e315e71003549726f6cdde534120388e977c5dc1f823dacbfe4f1dafe4e7b24f906342227d
5049+
languageName: node
5050+
linkType: hard
5051+
50015052
"@typescript-eslint/scope-manager@npm:5.62.0":
50025053
version: 5.62.0
50035054
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -5058,6 +5109,16 @@ __metadata:
50585109
languageName: node
50595110
linkType: hard
50605111

5112+
"@typescript-eslint/scope-manager@npm:8.58.0":
5113+
version: 8.58.0
5114+
resolution: "@typescript-eslint/scope-manager@npm:8.58.0"
5115+
dependencies:
5116+
"@typescript-eslint/types": 8.58.0
5117+
"@typescript-eslint/visitor-keys": 8.58.0
5118+
checksum: 4149f902a08868eb1025467b7709f203e068b9cdcf4f3ebebcbbace6171dad5544d09dc58d35a4f80749825a84c08474f1be42f53369698a367e78e8b289ba93
5119+
languageName: node
5120+
linkType: hard
5121+
50615122
"@typescript-eslint/tsconfig-utils@npm:8.39.0, @typescript-eslint/tsconfig-utils@npm:^8.39.0":
50625123
version: 8.39.0
50635124
resolution: "@typescript-eslint/tsconfig-utils@npm:8.39.0"
@@ -5067,6 +5128,15 @@ __metadata:
50675128
languageName: node
50685129
linkType: hard
50695130

5131+
"@typescript-eslint/tsconfig-utils@npm:8.58.0, @typescript-eslint/tsconfig-utils@npm:^8.58.0":
5132+
version: 8.58.0
5133+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.58.0"
5134+
peerDependencies:
5135+
typescript: ">=4.8.4 <6.1.0"
5136+
checksum: b09463dd249f59dea1daaad46003c653a0ee8a2075dcc8e927096f71e96bb4a879f37269ddf55f4cc8a2b52c3ddab7356874fb83fccf6a9c2fb9885c8131bb14
5137+
languageName: node
5138+
linkType: hard
5139+
50705140
"@typescript-eslint/type-utils@npm:7.17.0":
50715141
version: 7.17.0
50725142
resolution: "@typescript-eslint/type-utils@npm:7.17.0"
@@ -5084,6 +5154,22 @@ __metadata:
50845154
languageName: node
50855155
linkType: hard
50865156

5157+
"@typescript-eslint/type-utils@npm:8.58.0":
5158+
version: 8.58.0
5159+
resolution: "@typescript-eslint/type-utils@npm:8.58.0"
5160+
dependencies:
5161+
"@typescript-eslint/types": 8.58.0
5162+
"@typescript-eslint/typescript-estree": 8.58.0
5163+
"@typescript-eslint/utils": 8.58.0
5164+
debug: ^4.4.3
5165+
ts-api-utils: ^2.5.0
5166+
peerDependencies:
5167+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
5168+
typescript: ">=4.8.4 <6.1.0"
5169+
checksum: 5f0f883259e33ce32263afc6efba45e9e45ac0416869205f7ea04396bf427688ac5de333b6f93da991568d5c881e42181fba98b95d71f7f8cd1ef9abfb61bad4
5170+
languageName: node
5171+
linkType: hard
5172+
50875173
"@typescript-eslint/types@npm:5.62.0":
50885174
version: 5.62.0
50895175
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -5126,6 +5212,13 @@ __metadata:
51265212
languageName: node
51275213
linkType: hard
51285214

5215+
"@typescript-eslint/types@npm:8.58.0, @typescript-eslint/types@npm:^8.58.0":
5216+
version: 8.58.0
5217+
resolution: "@typescript-eslint/types@npm:8.58.0"
5218+
checksum: 089ccf39080e164a0cc073b0483387a61105b69a3f150bfc3b7d8c04f07de6893c2122da31770c0cb7423dc539dc0107864c591484ce68229ccd31e70b6e3b91
5219+
languageName: node
5220+
linkType: hard
5221+
51295222
"@typescript-eslint/typescript-estree@npm:5.62.0":
51305223
version: 5.62.0
51315224
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -5240,6 +5333,25 @@ __metadata:
52405333
languageName: node
52415334
linkType: hard
52425335

5336+
"@typescript-eslint/typescript-estree@npm:8.58.0":
5337+
version: 8.58.0
5338+
resolution: "@typescript-eslint/typescript-estree@npm:8.58.0"
5339+
dependencies:
5340+
"@typescript-eslint/project-service": 8.58.0
5341+
"@typescript-eslint/tsconfig-utils": 8.58.0
5342+
"@typescript-eslint/types": 8.58.0
5343+
"@typescript-eslint/visitor-keys": 8.58.0
5344+
debug: ^4.4.3
5345+
minimatch: ^10.2.2
5346+
semver: ^7.7.3
5347+
tinyglobby: ^0.2.15
5348+
ts-api-utils: ^2.5.0
5349+
peerDependencies:
5350+
typescript: ">=4.8.4 <6.1.0"
5351+
checksum: 2820cce76914fde71ab30dd9b021559a36e075871e0a22902f45bb4a8ccb245e07c0aa9fde3374033e845b7136dc5b0553cc365f6046922ae6a283582b8403b5
5352+
languageName: node
5353+
linkType: hard
5354+
52435355
"@typescript-eslint/utils@npm:7.17.0":
52445356
version: 7.17.0
52455357
resolution: "@typescript-eslint/utils@npm:7.17.0"
@@ -5254,6 +5366,21 @@ __metadata:
52545366
languageName: node
52555367
linkType: hard
52565368

5369+
"@typescript-eslint/utils@npm:8.58.0":
5370+
version: 8.58.0
5371+
resolution: "@typescript-eslint/utils@npm:8.58.0"
5372+
dependencies:
5373+
"@eslint-community/eslint-utils": ^4.9.1
5374+
"@typescript-eslint/scope-manager": 8.58.0
5375+
"@typescript-eslint/types": 8.58.0
5376+
"@typescript-eslint/typescript-estree": 8.58.0
5377+
peerDependencies:
5378+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
5379+
typescript: ">=4.8.4 <6.1.0"
5380+
checksum: 3b89a91b9c26a323c1ab99f3c647b7d377fbf8b5f725af083633baa48b6467569762f00765e699ad4f30e82ce36b467316e21c6686b81d0803740256f528028e
5381+
languageName: node
5382+
linkType: hard
5383+
52575384
"@typescript-eslint/utils@npm:^5.62.0":
52585385
version: 5.62.0
52595386
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -5378,6 +5505,16 @@ __metadata:
53785505
languageName: node
53795506
linkType: hard
53805507

5508+
"@typescript-eslint/visitor-keys@npm:8.58.0":
5509+
version: 8.58.0
5510+
resolution: "@typescript-eslint/visitor-keys@npm:8.58.0"
5511+
dependencies:
5512+
"@typescript-eslint/types": 8.58.0
5513+
eslint-visitor-keys: ^5.0.0
5514+
checksum: 9dc25ed7ec64cf0fabda84a19f4d862575a7ef151aa740e8d32ede13c456aa3b9b6092496ca40cbc78ba948a8206fea9599a649599e0153b005d5d87eed3e9a8
5515+
languageName: node
5516+
linkType: hard
5517+
53815518
"@ungap/structured-clone@npm:^1.2.0":
53825519
version: 1.2.0
53835520
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6962,6 +7099,13 @@ __metadata:
69627099
languageName: node
69637100
linkType: hard
69647101

7102+
"balanced-match@npm:^4.0.2":
7103+
version: 4.0.4
7104+
resolution: "balanced-match@npm:4.0.4"
7105+
checksum: fb07bb66a0959c2843fc055838047e2a95ccebb837c519614afb067ebfdf2fa967ca8d712c35ced07f2cd26fc6f07964230b094891315ad74f11eba3d53178a0
7106+
languageName: node
7107+
linkType: hard
7108+
69657109
"base64-js@npm:^1.0.2, base64-js@npm:^1.3.1, base64-js@npm:^1.5.1":
69667110
version: 1.5.1
69677111
resolution: "base64-js@npm:1.5.1"
@@ -7070,6 +7214,15 @@ __metadata:
70707214
languageName: node
70717215
linkType: hard
70727216

7217+
"brace-expansion@npm:^5.0.5":
7218+
version: 5.0.5
7219+
resolution: "brace-expansion@npm:5.0.5"
7220+
dependencies:
7221+
balanced-match: ^4.0.2
7222+
checksum: 4481b7ffa467b34c14e258167dbd8d9485a2d31d03060e8e8b38142dcde32cdc89c8f55b04d3ae7aae9304fa7eac1dfafd602787cf09c019cc45de3bb6950ffc
7223+
languageName: node
7224+
linkType: hard
7225+
70737226
"braces@npm:^3.0.3, braces@npm:~3.0.2":
70747227
version: 3.0.3
70757228
resolution: "braces@npm:3.0.3"
@@ -10459,6 +10612,13 @@ __metadata:
1045910612
languageName: node
1046010613
linkType: hard
1046110614

10615+
"eslint-visitor-keys@npm:^5.0.0":
10616+
version: 5.0.1
10617+
resolution: "eslint-visitor-keys@npm:5.0.1"
10618+
checksum: d6cc6830536ab4a808f25325686c2c27862f27aab0c1ffed39627293b06cee05d95187da113cafd366314ea5be803b456115de71ad625e365020f20e2a6af89b
10619+
languageName: node
10620+
linkType: hard
10621+
1046210622
"eslint@npm:8.57.0":
1046310623
version: 8.57.0
1046410624
resolution: "eslint@npm:8.57.0"
@@ -10957,6 +11117,18 @@ __metadata:
1095711117
languageName: node
1095811118
linkType: hard
1095911119

11120+
"fdir@npm:^6.5.0":
11121+
version: 6.5.0
11122+
resolution: "fdir@npm:6.5.0"
11123+
peerDependencies:
11124+
picomatch: ^3 || ^4
11125+
peerDependenciesMeta:
11126+
picomatch:
11127+
optional: true
11128+
checksum: bd537daa9d3cd53887eed35efa0eab2dbb1ca408790e10e024120e7a36c6e9ae2b33710cb8381e35def01bc9c1d7eaba746f886338413e68ff6ebaee07b9a6e8
11129+
languageName: node
11130+
linkType: hard
11131+
1096011132
"file-contents@npm:^0.2.4":
1096111133
version: 0.2.4
1096211134
resolution: "file-contents@npm:0.2.4"
@@ -12414,6 +12586,13 @@ __metadata:
1241412586
languageName: node
1241512587
linkType: hard
1241612588

12589+
"ignore@npm:^7.0.5":
12590+
version: 7.0.5
12591+
resolution: "ignore@npm:7.0.5"
12592+
checksum: d0862bf64d3d58bf34d5fb0a9f725bec9ca5ce8cd1aecc8f28034269e8f69b8009ffd79ca3eda96962a6a444687781cd5efdb8c7c8ddc0a6996e36d31c217f14
12593+
languageName: node
12594+
linkType: hard
12595+
1241712596
"image-type@npm:4.1.0":
1241812597
version: 4.1.0
1241912598
resolution: "image-type@npm:4.1.0"
@@ -15196,6 +15375,15 @@ __metadata:
1519615375
languageName: node
1519715376
linkType: hard
1519815377

15378+
"minimatch@npm:^10.2.2":
15379+
version: 10.2.5
15380+
resolution: "minimatch@npm:10.2.5"
15381+
dependencies:
15382+
brace-expansion: ^5.0.5
15383+
checksum: 000423875fecbc7da1d74bf63c9081363a71291ef2588c376c45647ac004582cb5bc8cc09ef84420b26bfb490f4d0818d328e78569c6228e20d90271283f73ba
15384+
languageName: node
15385+
linkType: hard
15386+
1519915387
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1520015388
version: 3.1.2
1520115389
resolution: "minimatch@npm:3.1.2"
@@ -16452,6 +16640,13 @@ __metadata:
1645216640
languageName: node
1645316641
linkType: hard
1645416642

16643+
"picomatch@npm:^4.0.3":
16644+
version: 4.0.4
16645+
resolution: "picomatch@npm:4.0.4"
16646+
checksum: 76b387b5157951422fa6049a96bdd1695e39dd126cd99df34d343638dc5cdb8bcdc83fff288c23eddcf7c26657c35e3173d4d5f488c4f28b889b314472e0a662
16647+
languageName: node
16648+
linkType: hard
16649+
1645516650
"pidtree@npm:^0.6.0":
1645616651
version: 0.6.0
1645716652
resolution: "pidtree@npm:0.6.0"
@@ -18135,6 +18330,15 @@ __metadata:
1813518330
languageName: node
1813618331
linkType: hard
1813718332

18333+
"semver@npm:^7.7.3":
18334+
version: 7.7.4
18335+
resolution: "semver@npm:7.7.4"
18336+
bin:
18337+
semver: bin/semver.js
18338+
checksum: 9b4a6a58e98b9723fafcafa393c9d4e8edefaa60b8dfbe39e30892a3604cf1f45f52df9cfb1ae1a22b44c8b3d57fec8a9bb7b3e1645431587cb272399ede152e
18339+
languageName: node
18340+
linkType: hard
18341+
1813818342
"semver@npm:~7.7.3":
1813918343
version: 7.7.3
1814018344
resolution: "semver@npm:7.7.3"
@@ -19268,6 +19472,16 @@ __metadata:
1926819472
languageName: node
1926919473
linkType: hard
1927019474

19475+
"tinyglobby@npm:^0.2.15":
19476+
version: 0.2.15
19477+
resolution: "tinyglobby@npm:0.2.15"
19478+
dependencies:
19479+
fdir: ^6.5.0
19480+
picomatch: ^4.0.3
19481+
checksum: 0e33b8babff966c6ab86e9b825a350a6a98a63700fa0bb7ae6cf36a7770a508892383adc272f7f9d17aaf46a9d622b455e775b9949a3f951eaaf5dfb26331d44
19482+
languageName: node
19483+
linkType: hard
19484+
1927119485
"titleize@npm:^3.0.0":
1927219486
version: 3.0.0
1927319487
resolution: "titleize@npm:3.0.0"
@@ -19427,6 +19641,15 @@ __metadata:
1942719641
languageName: node
1942819642
linkType: hard
1942919643

19644+
"ts-api-utils@npm:^2.5.0":
19645+
version: 2.5.0
19646+
resolution: "ts-api-utils@npm:2.5.0"
19647+
peerDependencies:
19648+
typescript: ">=4.8.4"
19649+
checksum: 5b2a2db7aa041d60b040df691ee5e73d534fb4cb3cf4fd6d2c27c584a32836a7ca8272fb23d865e673559ea639fdba35f8623249bf931df22188f0aaef7f0075
19650+
languageName: node
19651+
linkType: hard
19652+
1943019653
"ts-node@npm:10.9.2":
1943119654
version: 10.9.2
1943219655
resolution: "ts-node@npm:10.9.2"
@@ -20773,7 +20996,7 @@ __metadata:
2077320996
"@types/sinon": 17.0.3
2077420997
"@types/sort-json": 2.0.3
2077520998
"@types/uuid": 9.0.8
20776-
"@typescript-eslint/eslint-plugin": 7.17.0
20999+
"@typescript-eslint/eslint-plugin": 8.58.0
2077721000
"@typescript-eslint/parser": 7.18.0
2077821001
"@wireapp/certificate-check": 0.7.27
2077921002
"@wireapp/commons": 5.4.13

0 commit comments

Comments
 (0)