Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit e1da130

Browse files
fix(deps): update dependency eslint-plugin-storybook to v0.10.1
1 parent 1792b61 commit e1da130

File tree

2 files changed

+98
-16
lines changed

2 files changed

+98
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"eslint-plugin-react-hooks": "4.6.0",
113113
"eslint-plugin-simple-import-sort": "10.0.0",
114114
"eslint-plugin-sonarjs": "0.19.0",
115-
"eslint-plugin-storybook": "0.6.11",
115+
"eslint-plugin-storybook": "0.10.1",
116116
"eslint-plugin-tailwindcss": "3.10.3",
117117
"eslint-plugin-testing-library": "5.10.2",
118118
"eslint-plugin-unicorn": "46.0.0",

yarn.lock

Lines changed: 97 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
373373
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
374374

375-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0":
375+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
376376
version "4.4.0"
377377
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
378378
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -1197,12 +1197,12 @@
11971197
dependencies:
11981198
"@sinonjs/commons" "^2.0.0"
11991199

1200-
"@storybook/csf@^0.0.1":
1201-
version "0.0.1"
1202-
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6"
1203-
integrity sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==
1200+
"@storybook/csf@^0.1.11":
1201+
version "0.1.11"
1202+
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
1203+
integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
12041204
dependencies:
1205-
lodash "^4.17.15"
1205+
type-fest "^2.19.0"
12061206

12071207
12081208
version "0.5.1"
@@ -1453,6 +1453,14 @@
14531453
"@typescript-eslint/types" "5.57.1"
14541454
"@typescript-eslint/visitor-keys" "5.57.1"
14551455

1456+
"@typescript-eslint/[email protected]":
1457+
version "8.10.0"
1458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.10.0.tgz#606ffe18314d7b5c2f118f2f02aaa2958107a19c"
1459+
integrity sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==
1460+
dependencies:
1461+
"@typescript-eslint/types" "8.10.0"
1462+
"@typescript-eslint/visitor-keys" "8.10.0"
1463+
14561464
"@typescript-eslint/[email protected]":
14571465
version "5.56.0"
14581466
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
@@ -1473,6 +1481,11 @@
14731481
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
14741482
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
14751483

1484+
"@typescript-eslint/[email protected]":
1485+
version "8.10.0"
1486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.10.0.tgz#eb29c4bc2ed23489348c297469c76d28c38fb618"
1487+
integrity sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==
1488+
14761489
"@typescript-eslint/[email protected]":
14771490
version "5.56.0"
14781491
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
@@ -1499,6 +1512,20 @@
14991512
semver "^7.3.7"
15001513
tsutils "^3.21.0"
15011514

1515+
"@typescript-eslint/[email protected]":
1516+
version "8.10.0"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.10.0.tgz#36cc66e06c5f44d6781f95cb03b132e985273a33"
1518+
integrity sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==
1519+
dependencies:
1520+
"@typescript-eslint/types" "8.10.0"
1521+
"@typescript-eslint/visitor-keys" "8.10.0"
1522+
debug "^4.3.4"
1523+
fast-glob "^3.3.2"
1524+
is-glob "^4.0.3"
1525+
minimatch "^9.0.4"
1526+
semver "^7.6.0"
1527+
ts-api-utils "^1.3.0"
1528+
15021529
"@typescript-eslint/[email protected]":
15031530
version "5.56.0"
15041531
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
@@ -1513,7 +1540,7 @@
15131540
eslint-scope "^5.1.1"
15141541
semver "^7.3.7"
15151542

1516-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.43.0", "@typescript-eslint/utils@^5.45.0":
1543+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.43.0":
15171544
version "5.57.1"
15181545
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
15191546
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
@@ -1527,6 +1554,16 @@
15271554
eslint-scope "^5.1.1"
15281555
semver "^7.3.7"
15291556

1557+
"@typescript-eslint/utils@^8.8.1":
1558+
version "8.10.0"
1559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.10.0.tgz#d78d1ce3ea3d2a88a2593ebfb1c98490131d00bf"
1560+
integrity sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==
1561+
dependencies:
1562+
"@eslint-community/eslint-utils" "^4.4.0"
1563+
"@typescript-eslint/scope-manager" "8.10.0"
1564+
"@typescript-eslint/types" "8.10.0"
1565+
"@typescript-eslint/typescript-estree" "8.10.0"
1566+
15301567
"@typescript-eslint/[email protected]":
15311568
version "5.56.0"
15321569
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
@@ -1543,6 +1580,14 @@
15431580
"@typescript-eslint/types" "5.57.1"
15441581
eslint-visitor-keys "^3.3.0"
15451582

1583+
"@typescript-eslint/[email protected]":
1584+
version "8.10.0"
1585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.10.0.tgz#7ce4c0c3b82140415c9cd9babe09e0000b4e9979"
1586+
integrity sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==
1587+
dependencies:
1588+
"@typescript-eslint/types" "8.10.0"
1589+
eslint-visitor-keys "^3.4.3"
1590+
15461591
JSONStream@^1.0.4:
15471592
version "1.3.5"
15481593
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -2837,14 +2882,13 @@ [email protected]:
28372882
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz#6654bc1c6d24c2183891b8bfe1175004dbba1e3c"
28382883
integrity sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==
28392884

2840-
eslint-plugin-storybook@0.6.11:
2841-
version "0.6.11"
2842-
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz#3c52fc3e994d1539d8a69c4028999402601eaacb"
2843-
integrity sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
2885+
eslint-plugin-storybook@0.10.1:
2886+
version "0.10.1"
2887+
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.1.tgz#1c8acf11098f1abe2ac565e4ee0b499a2428a464"
2888+
integrity sha512-YpxkdqyiKpMIrRquuvBaCinsqmZJ86JvXRX/gtRa4Qctpk0ipFt2cWqEjkB1HHWWG0DVRXlUBKHjRogC2Ig1fg==
28442889
dependencies:
2845-
"@storybook/csf" "^0.0.1"
2846-
"@typescript-eslint/utils" "^5.45.0"
2847-
requireindex "^1.1.0"
2890+
"@storybook/csf" "^0.1.11"
2891+
"@typescript-eslint/utils" "^8.8.1"
28482892
ts-dedent "^2.2.0"
28492893

28502894
@@ -2915,6 +2959,11 @@ eslint-visitor-keys@^3.4.1:
29152959
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
29162960
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
29172961

2962+
eslint-visitor-keys@^3.4.3:
2963+
version "3.4.3"
2964+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2965+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2966+
29182967
29192968
version "8.43.0"
29202969
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
@@ -3050,6 +3099,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9:
30503099
merge2 "^1.3.0"
30513100
micromatch "^4.0.4"
30523101

3102+
fast-glob@^3.3.2:
3103+
version "3.3.2"
3104+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3105+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3106+
dependencies:
3107+
"@nodelib/fs.stat" "^2.0.2"
3108+
"@nodelib/fs.walk" "^1.2.3"
3109+
glob-parent "^5.1.2"
3110+
merge2 "^1.3.0"
3111+
micromatch "^4.0.4"
3112+
30533113
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
30543114
version "2.1.0"
30553115
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4855,6 +4915,13 @@ minimatch@^8.0.2:
48554915
dependencies:
48564916
brace-expansion "^2.0.1"
48574917

4918+
minimatch@^9.0.4:
4919+
version "9.0.5"
4920+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4921+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4922+
dependencies:
4923+
brace-expansion "^2.0.1"
4924+
48584925
48594926
version "4.1.0"
48604927
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5946,7 +6013,7 @@ require-directory@^2.1.1:
59466013
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
59476014
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
59486015

5949-
requireindex@^1.1.0, requireindex@^1.2.0, requireindex@~1.2.0:
6016+
requireindex@^1.2.0, requireindex@~1.2.0:
59506017
version "1.2.0"
59516018
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
59526019
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
@@ -6121,6 +6188,11 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semve
61216188
dependencies:
61226189
lru-cache "^6.0.0"
61236190

6191+
semver@^7.6.0:
6192+
version "7.6.3"
6193+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
6194+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
6195+
61246196
set-blocking@^2.0.0:
61256197
version "2.0.0"
61266198
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6609,6 +6681,11 @@ trim-newlines@^3.0.0:
66096681
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
66106682
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
66116683

6684+
ts-api-utils@^1.3.0:
6685+
version "1.3.0"
6686+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
6687+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
6688+
66126689
ts-dedent@^2.2.0:
66136690
version "2.2.0"
66146691
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
@@ -6696,6 +6773,11 @@ type-fest@^1.0.2:
66966773
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
66976774
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
66986775

6776+
type-fest@^2.19.0:
6777+
version "2.19.0"
6778+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
6779+
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
6780+
66996781
type-fest@^3.0.0:
67006782
version "3.7.2"
67016783
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.7.2.tgz#08f83ee3229b63077e95c9035034d32905969457"

0 commit comments

Comments
 (0)