Skip to content

Commit ec9bd69

Browse files
chore(deps-dev): bump the eslint group with 4 updates (#827)
Bumps the eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `@typescript-eslint/eslint-plugin` from 8.50.0 to 8.50.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/v8.50.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.50.0 to 8.50.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/parser) Updates `eslint-plugin-storybook` from 10.1.9 to 10.1.10 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.10/code/lib/eslint-plugin) Updates `eslint-plugin-testing-library` from 7.14.0 to 7.15.3 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.14.0...v7.15.3) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-storybook dependency-version: 10.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d7d732 commit ec9bd69

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

yarn.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,55 +3227,55 @@ __metadata:
32273227
linkType: hard
32283228

32293229
"@typescript-eslint/eslint-plugin@npm:^8.30.0":
3230-
version: 8.50.0
3231-
resolution: "@typescript-eslint/eslint-plugin@npm:8.50.0"
3230+
version: 8.50.1
3231+
resolution: "@typescript-eslint/eslint-plugin@npm:8.50.1"
32323232
dependencies:
32333233
"@eslint-community/regexpp": "npm:^4.10.0"
3234-
"@typescript-eslint/scope-manager": "npm:8.50.0"
3235-
"@typescript-eslint/type-utils": "npm:8.50.0"
3236-
"@typescript-eslint/utils": "npm:8.50.0"
3237-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
3234+
"@typescript-eslint/scope-manager": "npm:8.50.1"
3235+
"@typescript-eslint/type-utils": "npm:8.50.1"
3236+
"@typescript-eslint/utils": "npm:8.50.1"
3237+
"@typescript-eslint/visitor-keys": "npm:8.50.1"
32383238
ignore: "npm:^7.0.0"
32393239
natural-compare: "npm:^1.4.0"
32403240
ts-api-utils: "npm:^2.1.0"
32413241
peerDependencies:
3242-
"@typescript-eslint/parser": ^8.50.0
3242+
"@typescript-eslint/parser": ^8.50.1
32433243
eslint: ^8.57.0 || ^9.0.0
32443244
typescript: ">=4.8.4 <6.0.0"
3245-
checksum: 10/e35e7857c9e88aa075307c1775ebf009956cd226e8f76df9144799b32120274fd4470408777e60b84bdedc675cf863f108abda5fb6f9be61d06d0316bf427b57
3245+
checksum: 10/d4351575f8a2a7ac509681e22ef6773f13085b8c01a549e5316311c5757571d65692d60c1cd1a8d6872005adcc2ecfc4a605770a4dce2cc438da02e5bda505bd
32463246
languageName: node
32473247
linkType: hard
32483248

32493249
"@typescript-eslint/parser@npm:^8.30.0":
3250-
version: 8.50.0
3251-
resolution: "@typescript-eslint/parser@npm:8.50.0"
3250+
version: 8.50.1
3251+
resolution: "@typescript-eslint/parser@npm:8.50.1"
32523252
dependencies:
3253-
"@typescript-eslint/scope-manager": "npm:8.50.0"
3254-
"@typescript-eslint/types": "npm:8.50.0"
3255-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
3256-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
3253+
"@typescript-eslint/scope-manager": "npm:8.50.1"
3254+
"@typescript-eslint/types": "npm:8.50.1"
3255+
"@typescript-eslint/typescript-estree": "npm:8.50.1"
3256+
"@typescript-eslint/visitor-keys": "npm:8.50.1"
32573257
debug: "npm:^4.3.4"
32583258
peerDependencies:
32593259
eslint: ^8.57.0 || ^9.0.0
32603260
typescript: ">=4.8.4 <6.0.0"
3261-
checksum: 10/4c3a1011f9122def7b184cdbbc93f2be4167adda787085edb9cee9493957625b0611c0000b8e6d9c6003a0ad2945f2e7db56b31649f03e4c58a59c4d310234b6
3261+
checksum: 10/444c799c34edc5bc3cb7178d3b3bb3c5526d8b4662f575a687c9fc65868c6f965bed3df07507769284cb0f20822a656d192049d77e717c3f34b8154f13ce481a
32623262
languageName: node
32633263
linkType: hard
32643264

3265-
"@typescript-eslint/project-service@npm:8.50.0":
3266-
version: 8.50.0
3267-
resolution: "@typescript-eslint/project-service@npm:8.50.0"
3265+
"@typescript-eslint/project-service@npm:8.50.1":
3266+
version: 8.50.1
3267+
resolution: "@typescript-eslint/project-service@npm:8.50.1"
32683268
dependencies:
3269-
"@typescript-eslint/tsconfig-utils": "npm:^8.50.0"
3270-
"@typescript-eslint/types": "npm:^8.50.0"
3269+
"@typescript-eslint/tsconfig-utils": "npm:^8.50.1"
3270+
"@typescript-eslint/types": "npm:^8.50.1"
32713271
debug: "npm:^4.3.4"
32723272
peerDependencies:
32733273
typescript: ">=4.8.4 <6.0.0"
3274-
checksum: 10/d503d270bf62750d96caafa1635297b4be35176361f6f27b30f25ca5b476145d74c914da3ec8f5fc88ee646aa2d809becbe509a81650fd2b2a74179956371329
3274+
checksum: 10/9e97bdb3485215a4ada558f4c02d39b0b629a649a1b21dd22e56712dc8cdafe827ab664f6168367a3c4461e6787b8d8a2c7dc2b2e83c5a5634bd2ef2ac286931
32753275
languageName: node
32763276
linkType: hard
32773277

3278-
"@typescript-eslint/scope-manager@npm:8.30.1, @typescript-eslint/scope-manager@npm:^8.15.0":
3278+
"@typescript-eslint/scope-manager@npm:8.30.1":
32793279
version: 8.30.1
32803280
resolution: "@typescript-eslint/scope-manager@npm:8.30.1"
32813281
dependencies:
@@ -3285,38 +3285,38 @@ __metadata:
32853285
languageName: node
32863286
linkType: hard
32873287

3288-
"@typescript-eslint/scope-manager@npm:8.50.0":
3289-
version: 8.50.0
3290-
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
3288+
"@typescript-eslint/scope-manager@npm:8.50.1, @typescript-eslint/scope-manager@npm:^8.50.0":
3289+
version: 8.50.1
3290+
resolution: "@typescript-eslint/scope-manager@npm:8.50.1"
32913291
dependencies:
3292-
"@typescript-eslint/types": "npm:8.50.0"
3293-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
3294-
checksum: 10/db4e33efacbd4f18a19a6bd9ac1ac9d6857f67a1d076a4d7f8569a4089ae676ab2a85667ae0bec8e21a32ff5398a5358af3ddcb83212c014165ee54aca6b0f13
3292+
"@typescript-eslint/types": "npm:8.50.1"
3293+
"@typescript-eslint/visitor-keys": "npm:8.50.1"
3294+
checksum: 10/fae4ccf2c474fe44b6c5b729dc957f547755e537748bf912135bd0b57cdcea31e27f2aa722fb9a2b3e01e01208c5f1c992c4ccbe63415c9c568ef51f1ab28835
32953295
languageName: node
32963296
linkType: hard
32973297

3298-
"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
3299-
version: 8.50.0
3300-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
3298+
"@typescript-eslint/tsconfig-utils@npm:8.50.1, @typescript-eslint/tsconfig-utils@npm:^8.50.1":
3299+
version: 8.50.1
3300+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.1"
33013301
peerDependencies:
33023302
typescript: ">=4.8.4 <6.0.0"
3303-
checksum: 10/d43caece5c42db7561bcd49c0d3d829abd3ba8faf2d20eb57c60ddd0248afe6df76a5f1f11ec9d6b84153e0bb9e4f92929d6fd83789b520bc64fc51a69b68ba2
3303+
checksum: 10/e05f27ef76d0b69c4bb563e5fc5432f884fc2fbc9d7035f7350d67e5fc32a1dad9a07310755c52d9fce5cba2b509a42ffbf899fb11e6fd8469c1d6ca6c3cd423
33043304
languageName: node
33053305
linkType: hard
33063306

3307-
"@typescript-eslint/type-utils@npm:8.50.0":
3308-
version: 8.50.0
3309-
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
3307+
"@typescript-eslint/type-utils@npm:8.50.1":
3308+
version: 8.50.1
3309+
resolution: "@typescript-eslint/type-utils@npm:8.50.1"
33103310
dependencies:
3311-
"@typescript-eslint/types": "npm:8.50.0"
3312-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
3313-
"@typescript-eslint/utils": "npm:8.50.0"
3311+
"@typescript-eslint/types": "npm:8.50.1"
3312+
"@typescript-eslint/typescript-estree": "npm:8.50.1"
3313+
"@typescript-eslint/utils": "npm:8.50.1"
33143314
debug: "npm:^4.3.4"
33153315
ts-api-utils: "npm:^2.1.0"
33163316
peerDependencies:
33173317
eslint: ^8.57.0 || ^9.0.0
33183318
typescript: ">=4.8.4 <6.0.0"
3319-
checksum: 10/60ea2500f8dcf1093ec49ffaa3063fb207c482f8fd88b8cde737e10aa67cf2bd49e5052623a6f4b4f7e1569c282b8eadb44ed3f34074ed56c1bd50167d00f61a
3319+
checksum: 10/0985a4594c523cf6040e8244fa59e0c28837e29cf8a68a74cec76c411506ae3637621135f9517a2e67abef15231708ece89ab7bdfa08b8c7d8ea59d2c103d1cc
33203320
languageName: node
33213321
linkType: hard
33223322

@@ -3327,10 +3327,10 @@ __metadata:
33273327
languageName: node
33283328
linkType: hard
33293329

3330-
"@typescript-eslint/types@npm:8.50.0, @typescript-eslint/types@npm:^8.50.0":
3331-
version: 8.50.0
3332-
resolution: "@typescript-eslint/types@npm:8.50.0"
3333-
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
3330+
"@typescript-eslint/types@npm:8.50.1, @typescript-eslint/types@npm:^8.50.1":
3331+
version: 8.50.1
3332+
resolution: "@typescript-eslint/types@npm:8.50.1"
3333+
checksum: 10/fb5f89790bfaae8af09c835d2735c3162821d5e1e37b643cd317684f412bcf67282625b29f62b59619abd07ee36158c96cc958c2c5ce75f268cf13cb154b3125
33343334
languageName: node
33353335
linkType: hard
33363336

@@ -3352,41 +3352,41 @@ __metadata:
33523352
languageName: node
33533353
linkType: hard
33543354

3355-
"@typescript-eslint/typescript-estree@npm:8.50.0":
3356-
version: 8.50.0
3357-
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
3355+
"@typescript-eslint/typescript-estree@npm:8.50.1":
3356+
version: 8.50.1
3357+
resolution: "@typescript-eslint/typescript-estree@npm:8.50.1"
33583358
dependencies:
3359-
"@typescript-eslint/project-service": "npm:8.50.0"
3360-
"@typescript-eslint/tsconfig-utils": "npm:8.50.0"
3361-
"@typescript-eslint/types": "npm:8.50.0"
3362-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
3359+
"@typescript-eslint/project-service": "npm:8.50.1"
3360+
"@typescript-eslint/tsconfig-utils": "npm:8.50.1"
3361+
"@typescript-eslint/types": "npm:8.50.1"
3362+
"@typescript-eslint/visitor-keys": "npm:8.50.1"
33633363
debug: "npm:^4.3.4"
33643364
minimatch: "npm:^9.0.4"
33653365
semver: "npm:^7.6.0"
33663366
tinyglobby: "npm:^0.2.15"
33673367
ts-api-utils: "npm:^2.1.0"
33683368
peerDependencies:
33693369
typescript: ">=4.8.4 <6.0.0"
3370-
checksum: 10/824df4f062f8d3c512bc6eb70b4cc84cd72329f312c8c10628d66771efc74b2d5e2f2096a52438e0decc231fedf81ade9f07fe8cfb3b19325750256ea61c11c0
3370+
checksum: 10/3da56bb297c2e7e237f99dc853138075dd01839c695f392bf8395b4013e1236e588925a0fe347a011cfcc3bfa5377bf0d69a2b03ca2b03926bfa9f303c36d030
33713371
languageName: node
33723372
linkType: hard
33733373

3374-
"@typescript-eslint/utils@npm:8.50.0":
3375-
version: 8.50.0
3376-
resolution: "@typescript-eslint/utils@npm:8.50.0"
3374+
"@typescript-eslint/utils@npm:8.50.1, @typescript-eslint/utils@npm:^8.50.0":
3375+
version: 8.50.1
3376+
resolution: "@typescript-eslint/utils@npm:8.50.1"
33773377
dependencies:
33783378
"@eslint-community/eslint-utils": "npm:^4.7.0"
3379-
"@typescript-eslint/scope-manager": "npm:8.50.0"
3380-
"@typescript-eslint/types": "npm:8.50.0"
3381-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
3379+
"@typescript-eslint/scope-manager": "npm:8.50.1"
3380+
"@typescript-eslint/types": "npm:8.50.1"
3381+
"@typescript-eslint/typescript-estree": "npm:8.50.1"
33823382
peerDependencies:
33833383
eslint: ^8.57.0 || ^9.0.0
33843384
typescript: ">=4.8.4 <6.0.0"
3385-
checksum: 10/796899c1b7d7559734d50a64bf1f78a7e10325f66af10749410e037e299c9bce583cc04a3c957819edadbfd5726d643dc44ca3d6b4767d99aebeb0e8ed657d53
3385+
checksum: 10/71fe0bc1c9f0676b67842275d611b90f5874164a275663e026673df3cb4dba0c8d27c27b2e6f556d37e19a31e3462e35a80d6f37eb6fe5ffd28aae0bdcb0beca
33863386
languageName: node
33873387
linkType: hard
33883388

3389-
"@typescript-eslint/utils@npm:^8.15.0, @typescript-eslint/utils@npm:^8.8.1":
3389+
"@typescript-eslint/utils@npm:^8.8.1":
33903390
version: 8.30.1
33913391
resolution: "@typescript-eslint/utils@npm:8.30.1"
33923392
dependencies:
@@ -3411,13 +3411,13 @@ __metadata:
34113411
languageName: node
34123412
linkType: hard
34133413

3414-
"@typescript-eslint/visitor-keys@npm:8.50.0":
3415-
version: 8.50.0
3416-
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
3414+
"@typescript-eslint/visitor-keys@npm:8.50.1":
3415+
version: 8.50.1
3416+
resolution: "@typescript-eslint/visitor-keys@npm:8.50.1"
34173417
dependencies:
3418-
"@typescript-eslint/types": "npm:8.50.0"
3418+
"@typescript-eslint/types": "npm:8.50.1"
34193419
eslint-visitor-keys: "npm:^4.2.1"
3420-
checksum: 10/45703f0899a5627dabb22d7fbc83d1d771e8238bf8ffe712dfaf255140ba248a019829824396420e239737cde897723971d62c48d321aa59e5aae9f186ff87cd
3420+
checksum: 10/59616dd2d5fc1a5b722c6812d23ed95bb896523daacfa58a15095aefb7ee393749765709b2fbdfe0a2968636f21879b9e847246eb00aa05281df084014698ced
34213421
languageName: node
34223422
linkType: hard
34233423

@@ -5274,26 +5274,26 @@ __metadata:
52745274
linkType: hard
52755275

52765276
"eslint-plugin-storybook@npm:^10.0.2":
5277-
version: 10.1.9
5278-
resolution: "eslint-plugin-storybook@npm:10.1.9"
5277+
version: 10.1.10
5278+
resolution: "eslint-plugin-storybook@npm:10.1.10"
52795279
dependencies:
52805280
"@typescript-eslint/utils": "npm:^8.8.1"
52815281
peerDependencies:
52825282
eslint: ">=8"
5283-
storybook: ^10.1.9
5284-
checksum: 10/65ea272cf450373d8b1f718f6c1ab878309f88b7cb2b27071b941d2b9d3402b0a102c1a83565c3bec64a9bc4a99ccbc8c25860fdf3112fed4dbfbe56361b0213
5283+
storybook: ^10.1.10
5284+
checksum: 10/2630a93be6d78cdf6e7e4119074ad629df05808e40437edc26f0b637cc395139f478e33a4128165288669f0283016f5e6a3eb4bd21e493cc2407e2efa3d747f7
52855285
languageName: node
52865286
linkType: hard
52875287

52885288
"eslint-plugin-testing-library@npm:^7.1.1":
5289-
version: 7.14.0
5290-
resolution: "eslint-plugin-testing-library@npm:7.14.0"
5289+
version: 7.15.3
5290+
resolution: "eslint-plugin-testing-library@npm:7.15.3"
52915291
dependencies:
5292-
"@typescript-eslint/scope-manager": "npm:^8.15.0"
5293-
"@typescript-eslint/utils": "npm:^8.15.0"
5292+
"@typescript-eslint/scope-manager": "npm:^8.50.0"
5293+
"@typescript-eslint/utils": "npm:^8.50.0"
52945294
peerDependencies:
52955295
eslint: ^8.57.0 || ^9.0.0
5296-
checksum: 10/22ffe016762552680146dabd3590206ea255358b083749d6b3291fbdd37499ee9262677ee223a9265171e387b3e397a93a265f4acb327594cdeb26d9b7c897fe
5296+
checksum: 10/744c599570ff513a6bd3d0292b8e3296f4eaee2450ff0ef9652c0992709aba065c2a082e14f56d178c2300670407b1cfc3bce0055de1abbc9b069b23512aa502
52975297
languageName: node
52985298
linkType: hard
52995299

0 commit comments

Comments
 (0)