Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Bump @storybook/addon-actions from 6.0.21 to 6.3.0 #116

Conversation

dependabot-preview[bot]
Copy link

Bumps @storybook/addon-actions from 6.0.21 to 6.3.0.

Release notes

Sourced from @​storybook/addon-actions's releases.

v6.3.0

Optimized for UI development

SB6.3 adds new UI development and testing features, while evolving with the JS ecosystem:

  • 📐 Layout debugging with Measure and Outline addons
  • 🔌 Reuse your stories in unit tests: Jest, Cypress & more
  • 🚀 Frameworks: Angular 12 Ivy, Lit2 web components
  • 🛠 Builders: Webpack5 stable, Vite community
  • 📦 Packaging: Modern ESM

It also contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 6.3.0-alpha.*, 6.3.0-beta.*, and 6.3.0-rc.* for the full list of changes. See Storybook 6 migration guide to upgrade from 5.x or MIGRATION.md for detailed migration instructions.

v6.3.0-rc.12

Features

  • CLI: Update types in React typescript templates (#15292)

Maintenance

  • Yarn: Disable unnecessary builds (#15299)
  • Toolbars: Add missing regenerator-runtime dependency (#15312)

v6.3.0-rc.11

Dependency Upgrades

  • Upgrade react-docgen-typescript-plugin per PR#46 (#15287)
  • Fix peer deps (#15288)

v6.3.0-rc.10

Bug Fixes

  • Angular: Fix nx project with workspace.json (#15267)
  • Angular: Fix some Ivy rendering glitches (#15279)

v6.3.0-rc.9

Dependency Upgrades

  • Bump postcss to 7.0.36 with security fix (#15276)
  • Fix monorepo peer deps (#15277)

v6.3.0-rc.8

Features

  • Angular: Add built-in Ivy support instead of relying on addon (#15229)

Bug Fixes

  • Addon-docs: Fix MDX compiler export to match new location (#15266)
  • Addon-viewport: Fix CSS for scale reset on firefox (#15128)

... (truncated)

Changelog

Sourced from @​storybook/addon-actions's changelog.

6.3.0 (June 23, 2021)

Optimized for UI development

SB6.3 adds new UI development and testing features, while evolving with the JS ecosystem:

  • 📐 Layout debugging with Measure and Outline addons
  • 🔌 Reuse your stories in unit tests: Jest, Cypress & more
  • 🚀 Frameworks: Angular 12 Ivy, Lit2 web components
  • 🛠 Builders: Webpack5 stable, Vite community
  • 📦 Packaging: Modern ESM

It also contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 6.3.0-alpha.*, 6.3.0-beta.*, and 6.3.0-rc.* for the full list of changes. See Storybook 6 migration guide to upgrade from 5.x or MIGRATION.md for detailed migration instructions.

6.3.0-rc.12 (June 23, 2021)

Features

  • CLI: Update types in React typescript templates (#15292)

Maintenance

  • Yarn: Disable unnecessary builds (#15299)
  • Toolbars: Add missing regenerator-runtime dependency (#15312)

6.3.0-rc.11 (June 18, 2021)

Dependency Upgrades

  • Upgrade react-docgen-typescript-plugin per PR#46 (#15287)
  • Fix peer deps (#15288)

6.3.0-rc.10 (June 17, 2021)

Bug Fixes

  • Angular: Fix nx project with workspace.json (#15267)
  • Angular: Fix some Ivy rendering glitches (#15279)

6.3.0-rc.9 (June 17, 2021)

Dependency Upgrades

  • Bump postcss to 7.0.36 with security fix (#15276)
  • Fix monorepo peer deps (#15277)

6.3.0-rc.8 (June 16, 2021)

Features

... (truncated)

Commits
  • 9a38133 v6.3.0
  • 0529f02 Update git head to 6.3.0-rc.12, update yarn.lock
  • fa3aaf1 v6.3.0-rc.12
  • 83f2a8e Update git head to 6.3.0-rc.11, update yarn.lock
  • db9968a v6.3.0-rc.11
  • b15e545 Update git head to 6.3.0-rc.10, update yarn.lock
  • 7e32d1d v6.3.0-rc.10
  • 2ef8b7d Update git head to 6.3.0-rc.9, update yarn.lock
  • 0be387f v6.3.0-rc.9
  • 718c591 Update git head to 6.3.0-rc.8, update yarn.lock
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 23, 2021
@dependabot-preview
Copy link
Author

Superseded by #119.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/storybook/addon-actions-6.3.0 branch June 28, 2021 09:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants