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

build(deps-dev): bump @storybook/test-runner from 0.19.1 to 0.20.1 #660

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

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

Release notes

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

v0.20.1

🐛 Bug Fix

Authors: 1

v0.20.0

Release Notes

Refactor: Align with Storybook 8.2 core package layout

This is a structural change that shouldn't really affect you. As long as you have the storybook dependency in your app (which you should), you're good! This change makes it so that the test-runner deduplicates Storybook dependencies, and therefore, slims down your node_modules size.

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
    }
  },
}

🚀 Enhancement

📝 Documentation

Authors: 6

v0.20.0-next.2

Release Notes

... (truncated)

Changelog

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

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
    }
  },
}

🚀 Enhancement

📝 Documentation

Authors: 6

... (truncated)

Commits
  • 055cca4 Bump version to: 0.20.1 [skip ci]
  • 6efa9a3 Update CHANGELOG.md [skip ci]
  • 7bc1bcf Merge pull request #520 from storybookjs/release/v0.20.1
  • faeafe7 Merge branch 'main' into release/v0.20.1
  • eb1a945 Merge pull request #519 from storybookjs/yann/fix-hooks-issue
  • 6bff30e fix postVisit hook issue
  • 8dabc7a Bump version to: 0.20.0 [skip ci]
  • c1571a8 Update CHANGELOG.md [skip ci]
  • dc1e287 Merge pull request #518 from storybookjs/release/v0.20.0
  • 0129a50 bring back main deps
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for quantum-deploy-previews ready!

Name Link
🔨 Latest commit 26ab9e4
🔍 Latest deploy log https://app.netlify.com/sites/quantum-deploy-previews/deploys/6760b45c35e2200008e0026a
😎 Deploy Preview https://deploy-preview-660--quantum-deploy-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/storybook/test-runner-0.20.1 branch from d5571c4 to ac999a7 Compare December 9, 2024 23:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [@storybook/test-runner](https://github.com/storybookjs/test-runner) from 0.19.1 to 0.20.1.
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.20.1/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.19.1...v0.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/storybook/test-runner-0.20.1 branch from ac999a7 to 26ab9e4 Compare December 16, 2024 23:14
@github-actions github-actions bot merged commit 1518e31 into main Dec 16, 2024
7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/storybook/test-runner-0.20.1 branch December 16, 2024 23:16
@github-actions github-actions bot mentioned this pull request Dec 17, 2024
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