Skip to content

Commit 49cd583

Browse files
chore(deps-dev): bump the eslint group across 1 directory with 4 updates (#822)
Bumps the eslint group with 4 updates in the / directory: [@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.49.0 to 8.50.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.50.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.49.0 to 8.50.0 - [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.0/packages/parser) Updates `eslint-plugin-storybook` from 10.1.8 to 10.1.9 - [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.9/code/lib/eslint-plugin) Updates `eslint-plugin-testing-library` from 7.13.6 to 7.14.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Commits](testing-library/eslint-plugin-testing-library@v7.13.6...v7.14.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-storybook dependency-version: 10.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-testing-library dependency-version: 7.14.0 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 aa6d068 commit 49cd583

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

yarn.lock

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -3218,51 +3218,51 @@ __metadata:
32183218
linkType: hard
32193219

32203220
"@typescript-eslint/eslint-plugin@npm:^8.30.0":
3221-
version: 8.49.0
3222-
resolution: "@typescript-eslint/eslint-plugin@npm:8.49.0"
3221+
version: 8.50.0
3222+
resolution: "@typescript-eslint/eslint-plugin@npm:8.50.0"
32233223
dependencies:
32243224
"@eslint-community/regexpp": "npm:^4.10.0"
3225-
"@typescript-eslint/scope-manager": "npm:8.49.0"
3226-
"@typescript-eslint/type-utils": "npm:8.49.0"
3227-
"@typescript-eslint/utils": "npm:8.49.0"
3228-
"@typescript-eslint/visitor-keys": "npm:8.49.0"
3225+
"@typescript-eslint/scope-manager": "npm:8.50.0"
3226+
"@typescript-eslint/type-utils": "npm:8.50.0"
3227+
"@typescript-eslint/utils": "npm:8.50.0"
3228+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
32293229
ignore: "npm:^7.0.0"
32303230
natural-compare: "npm:^1.4.0"
32313231
ts-api-utils: "npm:^2.1.0"
32323232
peerDependencies:
3233-
"@typescript-eslint/parser": ^8.49.0
3233+
"@typescript-eslint/parser": ^8.50.0
32343234
eslint: ^8.57.0 || ^9.0.0
32353235
typescript: ">=4.8.4 <6.0.0"
3236-
checksum: 10/f51c45c7e3fe367a9855742229d1893b3df61aa725a199ee87fa81c7fc80128a0ba6971d39192be023d08262f320688c3483821d139024911cc9e88dbcd58c6b
3236+
checksum: 10/e35e7857c9e88aa075307c1775ebf009956cd226e8f76df9144799b32120274fd4470408777e60b84bdedc675cf863f108abda5fb6f9be61d06d0316bf427b57
32373237
languageName: node
32383238
linkType: hard
32393239

32403240
"@typescript-eslint/parser@npm:^8.30.0":
3241-
version: 8.49.0
3242-
resolution: "@typescript-eslint/parser@npm:8.49.0"
3241+
version: 8.50.0
3242+
resolution: "@typescript-eslint/parser@npm:8.50.0"
32433243
dependencies:
3244-
"@typescript-eslint/scope-manager": "npm:8.49.0"
3245-
"@typescript-eslint/types": "npm:8.49.0"
3246-
"@typescript-eslint/typescript-estree": "npm:8.49.0"
3247-
"@typescript-eslint/visitor-keys": "npm:8.49.0"
3244+
"@typescript-eslint/scope-manager": "npm:8.50.0"
3245+
"@typescript-eslint/types": "npm:8.50.0"
3246+
"@typescript-eslint/typescript-estree": "npm:8.50.0"
3247+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
32483248
debug: "npm:^4.3.4"
32493249
peerDependencies:
32503250
eslint: ^8.57.0 || ^9.0.0
32513251
typescript: ">=4.8.4 <6.0.0"
3252-
checksum: 10/b41706ff8b7bd65ca197cd334493c1062cda6cbbef23221b4937a6aed3c04dc74c3f58afb2cbb463f42980bae41289216cb3174bd74ead7a504878277d4ee3a6
3252+
checksum: 10/4c3a1011f9122def7b184cdbbc93f2be4167adda787085edb9cee9493957625b0611c0000b8e6d9c6003a0ad2945f2e7db56b31649f03e4c58a59c4d310234b6
32533253
languageName: node
32543254
linkType: hard
32553255

3256-
"@typescript-eslint/project-service@npm:8.49.0":
3257-
version: 8.49.0
3258-
resolution: "@typescript-eslint/project-service@npm:8.49.0"
3256+
"@typescript-eslint/project-service@npm:8.50.0":
3257+
version: 8.50.0
3258+
resolution: "@typescript-eslint/project-service@npm:8.50.0"
32593259
dependencies:
3260-
"@typescript-eslint/tsconfig-utils": "npm:^8.49.0"
3261-
"@typescript-eslint/types": "npm:^8.49.0"
3260+
"@typescript-eslint/tsconfig-utils": "npm:^8.50.0"
3261+
"@typescript-eslint/types": "npm:^8.50.0"
32623262
debug: "npm:^4.3.4"
32633263
peerDependencies:
32643264
typescript: ">=4.8.4 <6.0.0"
3265-
checksum: 10/ce6ed14247b2fbbd108e1accbf050d0585932a14bb9424ef0bc4f1e421a054c4da16caedb3469e3f1bacf0e5d6de78291aa633321ff6a7c79e5767d1c6d4ea51
3265+
checksum: 10/d503d270bf62750d96caafa1635297b4be35176361f6f27b30f25ca5b476145d74c914da3ec8f5fc88ee646aa2d809becbe509a81650fd2b2a74179956371329
32663266
languageName: node
32673267
linkType: hard
32683268

@@ -3276,38 +3276,38 @@ __metadata:
32763276
languageName: node
32773277
linkType: hard
32783278

3279-
"@typescript-eslint/scope-manager@npm:8.49.0":
3280-
version: 8.49.0
3281-
resolution: "@typescript-eslint/scope-manager@npm:8.49.0"
3279+
"@typescript-eslint/scope-manager@npm:8.50.0":
3280+
version: 8.50.0
3281+
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
32823282
dependencies:
3283-
"@typescript-eslint/types": "npm:8.49.0"
3284-
"@typescript-eslint/visitor-keys": "npm:8.49.0"
3285-
checksum: 10/ef13c9f7842efd5141798f4cc02ba46763e1bc0154ba804df143dfdf84ee2ee33de2932bef286c3e5a4806bf142b0327f37061d9c50153f31401c4f5e82086ce
3283+
"@typescript-eslint/types": "npm:8.50.0"
3284+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
3285+
checksum: 10/db4e33efacbd4f18a19a6bd9ac1ac9d6857f67a1d076a4d7f8569a4089ae676ab2a85667ae0bec8e21a32ff5398a5358af3ddcb83212c014165ee54aca6b0f13
32863286
languageName: node
32873287
linkType: hard
32883288

3289-
"@typescript-eslint/tsconfig-utils@npm:8.49.0, @typescript-eslint/tsconfig-utils@npm:^8.49.0":
3290-
version: 8.49.0
3291-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.49.0"
3289+
"@typescript-eslint/tsconfig-utils@npm:8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0":
3290+
version: 8.50.0
3291+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
32923292
peerDependencies:
32933293
typescript: ">=4.8.4 <6.0.0"
3294-
checksum: 10/296f8b078ecc5f954a6834f7b044ee4786784bae60a6d42037caad34b4602bdb2c2f0a18f36faee47f59c70727ac2abac264a225ab305bc80cfb21cd2ef9f852
3294+
checksum: 10/d43caece5c42db7561bcd49c0d3d829abd3ba8faf2d20eb57c60ddd0248afe6df76a5f1f11ec9d6b84153e0bb9e4f92929d6fd83789b520bc64fc51a69b68ba2
32953295
languageName: node
32963296
linkType: hard
32973297

3298-
"@typescript-eslint/type-utils@npm:8.49.0":
3299-
version: 8.49.0
3300-
resolution: "@typescript-eslint/type-utils@npm:8.49.0"
3298+
"@typescript-eslint/type-utils@npm:8.50.0":
3299+
version: 8.50.0
3300+
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
33013301
dependencies:
3302-
"@typescript-eslint/types": "npm:8.49.0"
3303-
"@typescript-eslint/typescript-estree": "npm:8.49.0"
3304-
"@typescript-eslint/utils": "npm:8.49.0"
3302+
"@typescript-eslint/types": "npm:8.50.0"
3303+
"@typescript-eslint/typescript-estree": "npm:8.50.0"
3304+
"@typescript-eslint/utils": "npm:8.50.0"
33053305
debug: "npm:^4.3.4"
33063306
ts-api-utils: "npm:^2.1.0"
33073307
peerDependencies:
33083308
eslint: ^8.57.0 || ^9.0.0
33093309
typescript: ">=4.8.4 <6.0.0"
3310-
checksum: 10/d4e88841edd5ddb6fcdb00011e2f67daa792dad01d7e2bd7a7c04fe3f3ffe59680fd707ccad27332003f5c469e89f16961cb1dfbd2e1b214ce3625378397f825
3310+
checksum: 10/60ea2500f8dcf1093ec49ffaa3063fb207c482f8fd88b8cde737e10aa67cf2bd49e5052623a6f4b4f7e1569c282b8eadb44ed3f34074ed56c1bd50167d00f61a
33113311
languageName: node
33123312
linkType: hard
33133313

@@ -3318,10 +3318,10 @@ __metadata:
33183318
languageName: node
33193319
linkType: hard
33203320

3321-
"@typescript-eslint/types@npm:8.49.0, @typescript-eslint/types@npm:^8.49.0":
3322-
version: 8.49.0
3323-
resolution: "@typescript-eslint/types@npm:8.49.0"
3324-
checksum: 10/40efafd393d9a3343a9e4bd127c6d5a919f34088227a3d0d6021b603d44f9c0403ad93d8c832959f49b71dfb4603721600363060d3a8f3637ac3fb5d6981ece7
3321+
"@typescript-eslint/types@npm:8.50.0, @typescript-eslint/types@npm:^8.50.0":
3322+
version: 8.50.0
3323+
resolution: "@typescript-eslint/types@npm:8.50.0"
3324+
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
33253325
languageName: node
33263326
linkType: hard
33273327

@@ -3343,37 +3343,37 @@ __metadata:
33433343
languageName: node
33443344
linkType: hard
33453345

3346-
"@typescript-eslint/typescript-estree@npm:8.49.0":
3347-
version: 8.49.0
3348-
resolution: "@typescript-eslint/typescript-estree@npm:8.49.0"
3346+
"@typescript-eslint/typescript-estree@npm:8.50.0":
3347+
version: 8.50.0
3348+
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
33493349
dependencies:
3350-
"@typescript-eslint/project-service": "npm:8.49.0"
3351-
"@typescript-eslint/tsconfig-utils": "npm:8.49.0"
3352-
"@typescript-eslint/types": "npm:8.49.0"
3353-
"@typescript-eslint/visitor-keys": "npm:8.49.0"
3350+
"@typescript-eslint/project-service": "npm:8.50.0"
3351+
"@typescript-eslint/tsconfig-utils": "npm:8.50.0"
3352+
"@typescript-eslint/types": "npm:8.50.0"
3353+
"@typescript-eslint/visitor-keys": "npm:8.50.0"
33543354
debug: "npm:^4.3.4"
33553355
minimatch: "npm:^9.0.4"
33563356
semver: "npm:^7.6.0"
33573357
tinyglobby: "npm:^0.2.15"
33583358
ts-api-utils: "npm:^2.1.0"
33593359
peerDependencies:
33603360
typescript: ">=4.8.4 <6.0.0"
3361-
checksum: 10/f84280d8068732d643c101dfb1018db23c1f142b3991e8a5a8e6d6813b79dc00dda96f7f08f256f20cf7efc14655bdc241a1eea406b56eb01156847a91ee621d
3361+
checksum: 10/824df4f062f8d3c512bc6eb70b4cc84cd72329f312c8c10628d66771efc74b2d5e2f2096a52438e0decc231fedf81ade9f07fe8cfb3b19325750256ea61c11c0
33623362
languageName: node
33633363
linkType: hard
33643364

3365-
"@typescript-eslint/utils@npm:8.49.0":
3366-
version: 8.49.0
3367-
resolution: "@typescript-eslint/utils@npm:8.49.0"
3365+
"@typescript-eslint/utils@npm:8.50.0":
3366+
version: 8.50.0
3367+
resolution: "@typescript-eslint/utils@npm:8.50.0"
33683368
dependencies:
33693369
"@eslint-community/eslint-utils": "npm:^4.7.0"
3370-
"@typescript-eslint/scope-manager": "npm:8.49.0"
3371-
"@typescript-eslint/types": "npm:8.49.0"
3372-
"@typescript-eslint/typescript-estree": "npm:8.49.0"
3370+
"@typescript-eslint/scope-manager": "npm:8.50.0"
3371+
"@typescript-eslint/types": "npm:8.50.0"
3372+
"@typescript-eslint/typescript-estree": "npm:8.50.0"
33733373
peerDependencies:
33743374
eslint: ^8.57.0 || ^9.0.0
33753375
typescript: ">=4.8.4 <6.0.0"
3376-
checksum: 10/3b5fe5184af4d7379498610ed71fa38476f4133b6b4a761b267ee1b103ab422e3082d071fed138d42e5c18b445a29dba496df74a88d0690053c58adc881ffe6e
3376+
checksum: 10/796899c1b7d7559734d50a64bf1f78a7e10325f66af10749410e037e299c9bce583cc04a3c957819edadbfd5726d643dc44ca3d6b4767d99aebeb0e8ed657d53
33773377
languageName: node
33783378
linkType: hard
33793379

@@ -3402,13 +3402,13 @@ __metadata:
34023402
languageName: node
34033403
linkType: hard
34043404

3405-
"@typescript-eslint/visitor-keys@npm:8.49.0":
3406-
version: 8.49.0
3407-
resolution: "@typescript-eslint/visitor-keys@npm:8.49.0"
3405+
"@typescript-eslint/visitor-keys@npm:8.50.0":
3406+
version: 8.50.0
3407+
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
34083408
dependencies:
3409-
"@typescript-eslint/types": "npm:8.49.0"
3409+
"@typescript-eslint/types": "npm:8.50.0"
34103410
eslint-visitor-keys: "npm:^4.2.1"
3411-
checksum: 10/f778c588f49174f21866c59f8d46d2c0cad0d68b7acc87982e279c28d63df9f229fafdc13f36932b45fb8151aaeb1f8f70b1a00c83e7dae3782121ec3e1dac68
3411+
checksum: 10/45703f0899a5627dabb22d7fbc83d1d771e8238bf8ffe712dfaf255140ba248a019829824396420e239737cde897723971d62c48d321aa59e5aae9f186ff87cd
34123412
languageName: node
34133413
linkType: hard
34143414

@@ -5265,26 +5265,26 @@ __metadata:
52655265
linkType: hard
52665266

52675267
"eslint-plugin-storybook@npm:^10.0.2":
5268-
version: 10.1.8
5269-
resolution: "eslint-plugin-storybook@npm:10.1.8"
5268+
version: 10.1.9
5269+
resolution: "eslint-plugin-storybook@npm:10.1.9"
52705270
dependencies:
52715271
"@typescript-eslint/utils": "npm:^8.8.1"
52725272
peerDependencies:
52735273
eslint: ">=8"
5274-
storybook: ^10.1.8
5275-
checksum: 10/c2092625b34eb20780836ac68d7958875140126fd62d1b42122e2a31c5bd41ffd98f8292ef3c7318ef7133a87e564eb43de83ecfec2b44e7bf55dfcde2e4a193
5274+
storybook: ^10.1.9
5275+
checksum: 10/65ea272cf450373d8b1f718f6c1ab878309f88b7cb2b27071b941d2b9d3402b0a102c1a83565c3bec64a9bc4a99ccbc8c25860fdf3112fed4dbfbe56361b0213
52765276
languageName: node
52775277
linkType: hard
52785278

52795279
"eslint-plugin-testing-library@npm:^7.1.1":
5280-
version: 7.13.6
5281-
resolution: "eslint-plugin-testing-library@npm:7.13.6"
5280+
version: 7.14.0
5281+
resolution: "eslint-plugin-testing-library@npm:7.14.0"
52825282
dependencies:
52835283
"@typescript-eslint/scope-manager": "npm:^8.15.0"
52845284
"@typescript-eslint/utils": "npm:^8.15.0"
52855285
peerDependencies:
52865286
eslint: ^8.57.0 || ^9.0.0
5287-
checksum: 10/dd68f6a7b302859ef34b8ccd50d6266b7e3e1ca471eba9007f4a7ffefa6ea5ec2956771bafbcd2ed5ca81ad211f7d1fdb7fb0aca87fd34df8ee20db6dc3751c4
5287+
checksum: 10/22ffe016762552680146dabd3590206ea255358b083749d6b3291fbdd37499ee9262677ee223a9265171e387b3e397a93a265f4acb327594cdeb26d9b7c897fe
52885288
languageName: node
52895289
linkType: hard
52905290

0 commit comments

Comments
 (0)