-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
meta: bump the storybook group with 3 updates #8601
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8601 +/- ##
=======================================
Coverage 74.95% 74.95%
=======================================
Files 103 103
Lines 9063 9063
Branches 312 312
=======================================
Hits 6793 6793
Misses 2268 2268
Partials 2 2 ☔ View full report in Codecov by Sentry. |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Bumps the storybook group with 3 updates: [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes), [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). Updates `@storybook/addon-themes` from 10.1.11 to 10.2.3 - [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.2.3/code/addons/themes) Updates `@storybook/react-webpack5` from 10.1.11 to 10.2.3 - [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.2.3/code/frameworks/react-webpack5) Updates `storybook` from 10.1.11 to 10.2.3 - [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.2.3/code/core) --- updated-dependencies: - dependency-name: "@storybook/addon-themes" dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/react-webpack5" dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: storybook dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com>
bf4231b to
af91b3a
Compare
Bumps the storybook group with 3 updates: @storybook/addon-themes, @storybook/react-webpack5 and storybook.
Updates
@storybook/addon-themesfrom 10.1.11 to 10.2.3Release notes
Sourced from
@storybook/addon-themes's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-themes's changelog.... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]e367333Bump version from "10.2.1" to "10.2.2" [skip ci]acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]d5bdd2aBump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]Updates
@storybook/react-webpack5from 10.1.11 to 10.2.3Release notes
Sourced from
@storybook/react-webpack5's releases.... (truncated)
Changelog
Sourced from
@storybook/react-webpack5's changelog.... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]e367333Bump version from "10.2.1" to "10.2.2" [skip ci]acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]d5bdd2aBump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]Updates
storybookfrom 10.1.11 to 10.2.3Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]4ef05efMerge pull request #33647 from storybookjs/fix-iframe-hrefe367333Bump version from "10.2.1" to "10.2.2" [skip ci]4ae4460Merge pull request #33694 from storybookjs/valentin/addon-vitest-support-simp...8fe8050Merge pull request #33705 from storybookjs/kasper/refs-401-loginurld9288e2Merge pull request #33675 from storybookjs/valentin/implement-agent-detection...acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]912784aMerge pull request #33315 from storybookjs/valentin/fix-vitest-mocker-resolutiona674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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