-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta: bump the storybook group with 7 updates #7073
Conversation
Bumps the storybook group with 7 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls) | `8.3.0` | `8.3.4` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.0` | `8.3.4` | | [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `8.3.0` | `8.3.4` | | [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport) | `8.3.0` | `8.3.4` | | [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `8.3.0` | `8.3.4` | | [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.9.0--canary.156.26b630a.0` | `0.9.0` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.0` | `8.3.4` | Updates `@storybook/addon-controls` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/addons/controls) Updates `@storybook/addon-interactions` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/addons/interactions) Updates `@storybook/addon-themes` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/addons/themes) Updates `@storybook/addon-viewport` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/addons/viewport) Updates `@storybook/nextjs` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/frameworks/nextjs) Updates `eslint-plugin-storybook` from 0.9.0--canary.156.26b630a.0 to 0.9.0 - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/eslint-plugin-storybook/commits/v0.9.0) Updates `storybook` from 8.3.0 to 8.3.4 - [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/v8.3.4/code/lib/cli) --- updated-dependencies: - dependency-name: "@storybook/addon-controls" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/addon-interactions" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/addon-themes" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/addon-viewport" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: "@storybook/nextjs" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing can affect us is the numbing of sass loader for nexjs plugin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing here
> lint:js
> eslint "**/*.{js,mjs,ts,tsx}"
Oops! Something went wrong! :(
ESLint: 9.10.0
TypeError: storybook.configs.flat/recommended is not iterable
at file:///home/runner/work/nodejs.org/nodejs.org/apps/site/eslint.config.js?mtime=1727804834350:135:35
at ModuleJob.run (node:internal/modules/esm/module_job:234:[25](https://github.com/nodejs/nodejs.org/actions/runs/11130672106/job/30930528602?pr=7073#step:8:27))
at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
at async loadFlatConfigFile (/home/runner/work/nodejs.org/nodejs.org/node_modules/eslint/lib/eslint/eslint.js:390:21)
at async calculateConfigArray (/home/runner/work/nodejs.org/nodejs.org/node_modules/eslint/lib/eslint/eslint.js:473:[28](https://github.com/nodejs/nodejs.org/actions/runs/11130672106/job/30930528602?pr=7073#step:8:30))
at async ESLint.lintFiles (/home/runner/work/nodejs.org/nodejs.org/node_modules/eslint/lib/eslint/eslint.js:922:25)
at async Object.execute (/home/runner/work/nodejs.org/nodejs.org/node_modules/eslint/lib/cli.js:502:23)
at async main (/home/runner/work/nodejs.org/nodejs.org/node_modules/eslint/bin/eslint.js:153:22)
npm error Lifecycle script `lint:js` failed with error:
npm error code 2
npm error path /home/runner/work/nodejs.org/nodejs.org/apps/site
npm error workspace @node-core/website
npm error location /home/runner/work/nodejs.org/nodejs.org/apps/site
npm error command failed
npm error command sh -c eslint "**/*.{js,mjs,ts,tsx}"
Found any issue on https://github.com/storybookjs/eslint-plugin-storybook. May be open one |
Superseded by #7099. |
Bumps the storybook group with 7 updates:
8.3.0
8.3.4
8.3.0
8.3.4
8.3.0
8.3.4
8.3.0
8.3.4
8.3.0
8.3.4
0.9.0--canary.156.26b630a.0
0.9.0
8.3.0
8.3.4
Updates
@storybook/addon-controls
from 8.3.0 to 8.3.4Release notes
Sourced from
@storybook/addon-controls
's releases.Changelog
Sourced from
@storybook/addon-controls
's changelog.Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]e159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]Updates
@storybook/addon-interactions
from 8.3.0 to 8.3.4Release notes
Sourced from
@storybook/addon-interactions
's releases.Changelog
Sourced from
@storybook/addon-interactions
's changelog.Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]1cf5bac
Merge pull request #29110 from storybookjs/kasper/fix-ansi-charse159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]Updates
@storybook/addon-themes
from 8.3.0 to 8.3.4Release notes
Sourced from
@storybook/addon-themes
's releases.Changelog
Sourced from
@storybook/addon-themes
's changelog.Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]e159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]Updates
@storybook/addon-viewport
from 8.3.0 to 8.3.4Release notes
Sourced from
@storybook/addon-viewport
's releases.Changelog
Sourced from
@storybook/addon-viewport
's changelog.Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]e159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]Updates
@storybook/nextjs
from 8.3.0 to 8.3.4Release notes
Sourced from
@storybook/nextjs
's releases.Changelog
Sourced from
@storybook/nextjs
's changelog.Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]e159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]cec1233
Merge pull request #29040 from HoncharenkoZhenya/nextUpdates
eslint-plugin-storybook
from 0.9.0--canary.156.26b630a.0 to 0.9.0Release notes
Sourced from eslint-plugin-storybook's releases.
Changelog
Sourced from eslint-plugin-storybook's changelog.
... (truncated)
Commits
Updates
storybook
from 8.3.0 to 8.3.4Release notes
Sourced from storybook's releases.
Changelog
Sourced from storybook's changelog.
Commits
20ab887
Bump version from "8.3.3" to "8.3.4" [skip ci]e159e49
Bump version from "8.3.2" to "8.3.3" [skip ci]ee03ab0
Bump version from "8.3.1" to "8.3.2" [skip ci]43accbc
Bump version from "8.3.0" to "8.3.1" [skip ci]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions