Skip to content

chore(deps-dev): bump @storybook/test-runner from 0.19.1 to 0.21.0 in /packages/wethegit-components#426

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/wethegit-components/storybook/test-runner-0.21.0
Closed

chore(deps-dev): bump @storybook/test-runner from 0.19.1 to 0.21.0 in /packages/wethegit-components#426
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/wethegit-components/storybook/test-runner-0.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 23, 2024

Copy link
Copy Markdown
Contributor

Bumps @storybook/test-runner from 0.19.1 to 0.21.0.

Release notes

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

v0.21.0

🚀 Enhancement

🐛 Bug Fix

Authors: 3

v0.21.0-next.1

🐛 Bug Fix

Authors: 1

v0.21.0-next.0

🚀 Enhancement

Authors: 1

v0.20.2-next.0

🐛 Bug Fix

Authors: 1

v0.20.1

🐛 Bug Fix

... (truncated)

Changelog

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

v0.21.0 (Fri Dec 20 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 3


v0.20.1 (Mon Dec 02 2024)

🐛 Bug Fix

Authors: 1


v0.20.0 (Thu Nov 28 2024)

Release Notes

Feature: Run postVisit on failures (#494)

The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the hasFailure property in the context passed to the hook:

const config: TestRunnerConfig = {
  async postVisit(_page, context) {
    if(context.hasFailure) {
      console.log('problems!')
      // do a snapshot, write a log, or anything you like
    }
  },
}
</tr></table> 

... (truncated)

Commits
  • 301bdae Bump version to: 0.21.0 [skip ci]
  • e51456e Update CHANGELOG.md [skip ci]
  • f09c925 Merge pull request #527 from storybookjs/release/v0.21.0
  • 5cd46e3 Merge branch 'main' into release/v0.21.0
  • 30d8924 Merge pull request #523 from guspan-tanadi/notehighlight
  • 9cb0ec2 Merge pull request #526 from storybookjs/fix-rsc-error-handling
  • b21c854 Merge pull request #521 from kaelig/add-listTests
  • b7a6bca handle RSC errors
  • 36573a0 style(README): highlight Markdown Note section
  • 740607e Add listTests flag from Jest
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for @​storybook/test-runner since your current version.


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.19.1 to 0.21.0.
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.21.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.19.1...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@dependabot dependabot Bot requested a review from a team as a code owner December 23, 2024 21:26
@dependabot dependabot Bot added the security Urgent label Dec 23, 2024
@changeset-bot

changeset-bot Bot commented Dec 23, 2024

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 095b976

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #439.

@dependabot dependabot Bot closed this Feb 17, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/wethegit-components/storybook/test-runner-0.21.0 branch February 17, 2025 21:48
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 security Urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants