-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Bump esbuild, @storybook/addon-essentials, @storybook/addon-interactions, @storybook/addon-styling, @storybook/blocks, @storybook/react, @storybook/react-webpack5 and storybook in /docs #2827
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
…ons, @storybook/addon-styling, @storybook/blocks, @storybook/react, @storybook/react-webpack5 and storybook Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.2 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions), [@storybook/addon-styling](https://github.com/storybookjs/addon-styling), [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react), [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli). These dependencies need to be updated together. Updates `esbuild` from 0.17.19 to 0.25.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.17.19...v0.25.2) Updates `@storybook/addon-essentials` from 7.0.27 to 8.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.12/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.6.12/code/addons/essentials) Updates `@storybook/addon-interactions` from 7.0.27 to 7.6.20 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/7.6.20/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/7.6.20/code/addons/interactions) Updates `@storybook/addon-styling` from 1.3.3 to 2.0.0 - [Release notes](https://github.com/storybookjs/addon-styling/releases) - [Changelog](https://github.com/storybookjs/addon-styling/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/addon-styling/commits) Updates `@storybook/blocks` from 7.0.27 to 8.6.12 - [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.6.12/code/lib/blocks) Updates `@storybook/react` from 7.0.27 to 8.6.12 - [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.6.12/code/renderers/react) Updates `@storybook/react-webpack5` from 7.0.27 to 8.6.12 - [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.6.12/code/frameworks/react-webpack5) Updates `storybook` from 7.0.27 to 8.6.12 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.12/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.6.12/code/lib/cli) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.2 dependency-type: indirect - dependency-name: "@storybook/addon-essentials" dependency-version: 8.6.12 dependency-type: direct:production - dependency-name: "@storybook/addon-interactions" dependency-version: 7.6.20 dependency-type: direct:production - dependency-name: "@storybook/addon-styling" dependency-version: 2.0.0 dependency-type: direct:production - dependency-name: "@storybook/blocks" dependency-version: 8.6.12 dependency-type: direct:production - dependency-name: "@storybook/react" dependency-version: 8.6.12 dependency-type: direct:production - dependency-name: "@storybook/react-webpack5" dependency-version: 8.6.12 dependency-type: direct:production - dependency-name: storybook dependency-version: 8.6.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps esbuild to 0.25.2 and updates ancestor dependencies esbuild, @storybook/addon-essentials, @storybook/addon-interactions, @storybook/addon-styling, @storybook/blocks, @storybook/react, @storybook/react-webpack5 and storybook. These dependencies need to be updated together.
Updates
esbuild
from 0.17.19 to 0.25.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
4475787
publish 0.25.2 to npm8f56771
fix #4121: map js regexp flags to go regexp flags36b458d
follow-up to #41098b8437c
feat: support index source map (#4109)75286c1
unit test for absolute windows paths in source mapbcc77fb
fix #4100: invalid identifiers in node annotation37cb6a2
fix a warning fromnpm publish
6bfc1c1
publish 0.25.1 to npmf9b3952
fix #4078: prepend namespaces to source map pathsccf3dd7
add "contributed by" in changelogUpdates
@storybook/addon-essentials
from 7.0.27 to 8.6.12Release notes
Sourced from
@storybook/addon-essentials
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials
's changelog.... (truncated)
Commits
1c35b29
Bump version from "8.6.11" to "8.6.12" [skip ci]2afd30d
Bump version from "8.6.10" to "8.6.11" [skip ci]23d2037
Bump version from "8.6.9" to "8.6.10" [skip ci]207c2f4
Bump version from "8.6.8" to "8.6.9" [skip ci]d4960ea
Bump version from "8.6.7" to "8.6.8" [skip ci]019cd1f
Bump version from "8.6.6" to "8.6.7" [skip ci]9a7a795
Bump version from "8.6.5" to "8.6.6" [skip ci]4e23d75
Bump version from "8.6.4" to "8.6.5" [skip ci]d826042
Bump version from "8.6.3" to "8.6.4" [skip ci]d4e73f5
Bump version from "8.6.2" to "8.6.3" [skip ci]Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for
@storybook/addon-essentials
since your current version.Updates
@storybook/addon-interactions
from 7.0.27 to 7.6.20Changelog
Sourced from
@storybook/addon-interactions
's changelog.... (truncated)
Commits
1fe1c39
Bump version from 7.6.19 to 7.6.20 [skip ci]0264a14
Bump version from 7.6.18 to 7.6.19 (manual) [skip ci]5622242
Bump version from 7.6.17 to 7.6.18 MANUALLY (again)6e6cbcf
temporarily decrease version number for CI2f3744f
Bump version from 7.6.17 to 7.6.18 MANUALLY60bf2b5
Bump version from "7.6.16" to "7.6.17" [skip ci]287300b
Bump version from "7.6.15" to "7.6.16" [skip ci]91a8921
Revert 244518bcc3b4
Bump version from "7.6.14" to "7.6.15" [skip ci]8d42c55
Bump version from "7.6.13" to "7.6.14" [skip ci]Maintainer changes
This version was pushed to npm by valentinpalkovic, a new releaser for
@storybook/addon-interactions
since your current version.Updates
@storybook/addon-styling
from 1.3.3 to 2.0.0Release notes
Sourced from
@storybook/addon-styling
's releases.Changelog
Sourced from
@storybook/addon-styling
's changelog.... (truncated)
Commits
Updates
@storybook/blocks
from 7.0.27 to 8.6.12Release notes
Sourced from
@storybook/blocks
's releases.... (truncated)
Changelog
Sourced from
@storybook/blocks
's changelog.... (truncated)
Commits
1c35b29
Bump version from "8.6.11" to "8.6.12" [skip ci]2afd30d
Bump version from "8.6.10" to "8.6.11" [skip ci]23d2037
Bump version from "8.6.9" to "8.6.10" [skip ci]549b913
Merge pull request #30913 from JamesIves/next207c2f4
Bump version from "8.6.8" to "8.6.9" [skip ci]d4960ea
Bump version from "8.6.7" to "8.6.8" [skip ci]019cd1f
Bump version from "8.6.6" to "8.6.7" [skip ci]9a7a795
Bump version from "8.6.5" to "8.6.6" [skip ci]4e23d75
Bump version from "8.6.4" to "8.6.5" [skip ci]d826042
Bump version from "8.6.3" to "8.6.4" [skip ci]Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for
@storybook/blocks
since your current version.Updates
@storybook/react
from 7.0.27 to 8.6.12Release notes
Sourced from
@storybook/react
's releases.... (truncated)
Changelog
Sourced from
@storybook/react
's changelog.... (truncated)
Commits
1c35b29
Bump version from "8.6.11" to "8.6.12" [skip ci]2afd30d
Bump version from "8.6.10" to "8.6.11" [skip ci]23d2037
Bump version from "8.6.9" to "8.6.10" [skip ci]c988182
Merge pull request #30929 from storybookjs/kasper/fix-act207c2f4
Bump version from "8.6.8" to "8.6.9" [skip ci]d4960ea
Bump version from "8.6.7" to "8.6.8" [skip ci]623184b
Merge pull request #30847 from storybookjs/kasper/ssr-portable-stories019cd1f
Bump version from "8.6.6" to "8.6.7" [skip ci]9a7a795
Bump version from "8.6.5" to "8.6.6" [skip ci]4e23d75
Bump version from "8.6.4" to "8.6.5" [skip ci]Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for
@storybook/react
since your current version.Updates
@storybook/react-webpack5
from 7.0.27 to 8.6.12Release notes
Sourced from
@storybook/react-webpack5
's releases.