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

chore: update dependency @storybook/test-runner to v0.20.1 - autoclosed #62

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/test-runner 0.17.0 -> 0.20.1 age adoption passing confidence

Release Notes

storybookjs/test-runner (@​storybook/test-runner)

v0.20.1

Compare Source

v0.20.0

Compare Source

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.19.1

Compare Source

🐛 Bug Fix
Authors: 2

v0.19.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.18.2

Compare Source

🐛 Bug Fix
Authors: 3

v0.18.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.18.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from f8ce0ad to 96052e5 Compare May 20, 2024 19:04
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.18.0 chore: update dependency @storybook/test-runner to v0.18.1 May 20, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 96052e5 to 68a8922 Compare June 1, 2024 20:05
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.18.1 chore: update dependency @storybook/test-runner to v0.18.2 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 68a8922 to f8066fa Compare June 25, 2024 13:10
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.18.2 chore: update dependency @storybook/test-runner to v0.19.0 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from f8066fa to a52ae04 Compare July 18, 2024 14:30
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.19.0 chore: update dependency @storybook/test-runner to v0.19.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 5 times, most recently from eefdd86 to 43cd5b2 Compare September 22, 2024 07:48
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 43cd5b2 to e048f44 Compare December 1, 2024 13:26
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.19.1 chore: update dependency @storybook/test-runner to v0.20.0 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from e048f44 to 3b8812f Compare December 5, 2024 14:11
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.20.0 chore: update dependency @storybook/test-runner to v0.20.1 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 3 times, most recently from 7dc0139 to a72beac Compare December 8, 2024 02:01
@wadackel wadackel enabled auto-merge December 8, 2024 02:09
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from a72beac to 1598e82 Compare December 8, 2024 02:09
@wadackel wadackel merged commit cf99537 into main Dec 8, 2024
10 checks passed
@wadackel wadackel deleted the renovate/storybook-test-runner-0.x branch December 8, 2024 02:11
@renovate renovate bot changed the title chore: update dependency @storybook/test-runner to v0.20.1 chore: update dependency @storybook/test-runner to v0.20.1 - autoclosed Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant