Skip to content
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

Bump @storybook/manager-webpack5 from 6.3.12 to 6.4.4 #953

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2021

Bumps @storybook/manager-webpack5 from 6.3.12 to 6.4.4.

Release notes

Sourced from @​storybook/manager-webpack5's releases.

v6.4.4

Bug Fixes

  • CLI: Fix mainjsFramework automigrate (#16866)

v6.4.3

Bug Fixes

  • Don't render with modernInline if inlineStories is false (#16853)
  • Preview: Don't hide the story while preparing (#16850)

v6.4.2

Bug Fixes

  • UI: Ensure all classes+animations for our loaders are prefixed (#16815)
  • Angular: Add back-compat method to find options (styles) in angular.json (#16832)

v6.4.1

Bug Fixes

  • Core: Fix packageName check in build-dev (#16823)
  • CSFFile: Fix function exports (#16829)

Maintenance

  • Fix handle-release-branches workflow (#16801)

v6.4.0

Storybook 6.4 is here!! 🎉🎉🎉

SB6.4 adds interaction testing and performance re-architecture ahead of a huge 7.0 release.

  • ▶️ Interactive stories to simulate user behavior and tools to debug it
  • ⚡️ On-demand architecture for smaller builds and faster load times
  • Automigrate + versioned documentation for easier upgrades
  • 📋 Linter to enforce Storybook best practices
  • 💯 Hundreds more fixes and quality of life improvements

More info in the Github issue Storybook 6.4 Release 🛠. Release announcement coming soon!!!

v6.4.0-rc.11

Bug Fixes

  • Core: Fix breaking change in process/browser (#16795)

v6.4.0-rc.10

Bug Fixes

  • Core: Allow args/argTypes/component to be set via parameters for storiesOf back-compat (#16791)
  • Core: Sort the results of globby when constructing Story Index (#16788)

... (truncated)

Changelog

Sourced from @​storybook/manager-webpack5's changelog.

6.4.4 (December 2, 2021)

Bug Fixes

  • CLI: Fix mainjsFramework automigrate (#16866)

6.4.3 (December 1, 2021)

Bug Fixes

  • Don't render with modernInline if inlineStories is false (#16853)
  • Preview: Don't hide the story while preparing (#16850)

6.4.2 (December 1, 2021)

Bug Fixes

  • UI: Ensure all classes+animations for our loaders are prefixed (#16815)
  • Angular: Add back-compat method to find options (styles) in angular.json (#16832)

6.4.1 (November 30, 2021)

Bug Fixes

  • Core: Fix packageName check in build-dev (#16823)
  • CSFFile: Fix function exports (#16829)

Maintenance

  • Fix handle-release-branches workflow (#16801)

6.4.0 (November 27, 2021)

Storybook 6.4 is here!! 🎉🎉🎉

SB6.4 adds interaction testing and performance re-architecture ahead of a huge 7.0 release.

  • ▶️ Interactive stories to simulate user behavior and tools to debug it
  • ⚡️ On-demand architecture for smaller builds and faster load times
  • Automigrate + versioned documentation for easier upgrades
  • 📋 Linter to enforce Storybook best practices
  • 💯 Hundreds more fixes and quality of life improvements

More info in the Github issue Storybook 6.4 Release 🛠. Release announcement coming soon!!!

6.4.0-rc.11 (November 26, 2021)

Bug Fixes

  • Core: Fix breaking change in process/browser (#16795)

... (truncated)

Commits
  • 1cae7e1 v6.4.4
  • 9cc7b36 Update root, peer deps, version.ts/json to 6.4.4 [ci skip]
  • efe51de Update git head to 6.4.3, update yarn.lock
  • 3e8133a v6.4.3
  • 1cfd1a2 Update root, peer deps, version.ts/json to 6.4.3 [ci skip]
  • ef6d929 Update git head to 6.4.2, update yarn.lock
  • 6e5ec77 v6.4.2
  • d35f42b Update root, peer deps, version.ts/json to 6.4.2 [ci skip]
  • 7f97418 Update git head to 6.4.1, update yarn.lock
  • bb20e8f v6.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2021
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.3.12 to 6.4.4.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.4/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.4/lib/core)

---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/storybook/manager-webpack5-6.4.4 branch from 472f4cb to 0f5b187 Compare December 3, 2021 07:42
@arty-name
Copy link
Contributor

Superseded by #947

1 similar comment
@arty-name
Copy link
Contributor

Superseded by #947

@arty-name arty-name closed this Dec 3, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/storybook/manager-webpack5-6.4.4 branch December 3, 2021 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
1 participant