Skip to content

Commit d3f3312

Browse files
chore(deps-dev): bump the eslint group across 1 directory with 3 updates
Bumps the eslint group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin). Updates `eslint` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) Updates `@eslint/js` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) Updates `eslint-plugin-storybook` from 9.1.13 to 10.0.2 - [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.0.2/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-storybook dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5542b6c commit d3f3312

File tree

6 files changed

+43
-46
lines changed

6 files changed

+43
-46
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"cpr": "3.0.1",
119119
"cross-env": "10.1.0",
120120
"dotenv": "17.2.3",
121-
"eslint": "9.38.0",
121+
"eslint": "9.39.0",
122122
"eslint-config-prettier": "10.1.8",
123123
"eslint-config-xo": "0.49.0",
124124
"eslint-plugin-package-json": "0.59.0",

showcases/patternhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.11",
44-
"eslint": "9.38.0",
44+
"eslint": "9.39.0",
4545
"eslint-config-next": "16.0.0",
4646
"iframe-resizer": "5.5.7",
4747
"open-cli": "8.0.0",

storybooks/_storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"react-dom": "18.3.1"
1313
},
1414
"devDependencies": {
15-
"@eslint/js": "9.38.0",
15+
"@eslint/js": "9.39.0",
1616
"@storybook/addon-docs": "9.1.13",
1717
"@storybook/react-vite": "9.1.13",
1818
"@types/react": "18.3.13",
1919
"@types/react-dom": "18.3.1",
2020
"@vitejs/plugin-react": "5.0.4",
21-
"eslint": "9.38.0",
21+
"eslint": "9.39.0",
2222
"eslint-plugin-react-hooks": "7.0.0",
2323
"eslint-plugin-react-refresh": "0.4.24",
24-
"eslint-plugin-storybook": "9.1.13",
24+
"eslint-plugin-storybook": "10.0.2",
2525
"globals": "16.4.0",
2626
"storybook": "9.1.13",
2727
"typescript": "~5.9.3",

storybooks/react-storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"react-dom": "18.3.1"
1313
},
1414
"devDependencies": {
15-
"@eslint/js": "9.38.0",
15+
"@eslint/js": "9.39.0",
1616
"@storybook/react-vite": "9.1.13",
1717
"@types/react": "18.3.13",
1818
"@types/react-dom": "18.3.1",
1919
"@vitejs/plugin-react": "5.0.4",
20-
"eslint": "9.38.0",
20+
"eslint": "9.39.0",
2121
"eslint-plugin-react-hooks": "7.0.0",
2222
"eslint-plugin-react-refresh": "0.4.24",
23-
"eslint-plugin-storybook": "9.1.13",
23+
"eslint-plugin-storybook": "10.0.2",
2424
"globals": "16.4.0",
2525
"storybook": "9.1.13",
2626
"typescript": "~5.9.3",

storybooks/vue-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@storybook/vue3-vite": "9.1.13",
1919
"@vitejs/plugin-vue": "6.0.1",
2020
"@vue/tsconfig": "0.8.1",
21-
"eslint-plugin-storybook": "9.1.13",
21+
"eslint-plugin-storybook": "10.0.2",
2222
"storybook": "9.1.13",
2323
"typescript": "~5.9.3",
2424
"vite": "7.1.11",

0 commit comments

Comments
 (0)