Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2025

Bumps @storybook/test-runner from 0.22.1 to 0.23.0.

Release notes

Sourced from @​storybook/test-runner's releases.

v0.23.0

🚀 Enhancement

In Storybook 9, the accessibility addon has been enhanced with automated reporting capabilities and the Test-runner has out of the box support for it. If you have @storybook/addon-a11y installed, as long as you enable them via parameters, you will get a11y checks for every story:

// .storybook/preview.ts
const preview = {
parameters: {
a11y: {
// 'error' will cause a11y violations to fail tests
test: 'error', // or 'todo' or 'off'
},
},
};
export default preview;

If you had a11y tests set up previously for Storybook 8 (using axe-playwright and the test-runner hooks), you can uninstall axe-playwright and remove all the code from the test-runner hooks, as they are not necessary anymore.

🐛 Bug Fix

Authors: 2

v0.23.0-next.4

🐛 Bug Fix

Authors: 1

v0.23.0-next.3

🐛 Bug Fix

Authors: 1

... (truncated)

Changelog

Sourced from @​storybook/test-runner's changelog.

v0.23.0 (Wed Jun 11 2025)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@storybook/test-runner](https://github.com/storybookjs/test-runner) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.23.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2025
@github-actions github-actions bot enabled auto-merge (squash) June 12, 2025 07:45
@github-actions github-actions bot merged commit 5324cb1 into main Jun 12, 2025
22 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/storybook/test-runner-0.23.0 branch June 12, 2025 07:52
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

Development

Successfully merging this pull request may close these issues.

0 participants