Skip to content

Commit f75c9f6

Browse files
fix(deps): update dependency eslint-plugin-storybook to v10 (#427)
* fix(deps): update dependency eslint-plugin-storybook to v10 * chore: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wakamsha <wakamsha@gmail.com>
1 parent 148c9f3 commit f75c9f6

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-promise": "7.2.1",
6363
"eslint-plugin-react": "7.37.5",
6464
"eslint-plugin-react-hooks": "7.0.1",
65-
"eslint-plugin-storybook": "9.1.20",
65+
"eslint-plugin-storybook": "10.3.5",
6666
"eslint-plugin-testing-library": "7.16.2",
6767
"eslint-plugin-unicorn": "56.0.1",
6868
"globals": "17.5.0",

packages/eslint-config/test/eslintrc/storybook/__snapshots__/snapshot.test.mts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
506506
"id-match": [
507507
"off",
508508
],
509+
"import-x/no-anonymous-default-export": [
510+
"off",
511+
],
509512
"import/consistent-type-specifier-style": [
510513
"error",
511514
"prefer-inline",

packages/eslint-config/test/flat/storybook/__snapshots__/snapshot.test.mts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ exports[`ESLint Configuration Snapshot Tests > should match ESLint Flat Configur
624624
"properties": false,
625625
},
626626
],
627+
"import-x/no-anonymous-default-export": [
628+
0,
629+
],
627630
"import/consistent-type-specifier-style": [
628631
2,
629632
"prefer-inline",

pnpm-lock.yaml

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)