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(deps): update storybook #194

Merged
merged 1 commit into from
Dec 16, 2024
Merged

chore(deps): update storybook #194

merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-essentials (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/addon-interactions (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/addon-links (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/addon-onboarding (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/blocks (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/html (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/react (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/test (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/test-runner 0.20.0-next.2 -> 0.20.2-next.0 age adoption passing confidence
@storybook/types (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
@storybook/vue3 (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence
storybook (source) 8.5.0-alpha.15 -> 8.5.0-alpha.22 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

storybookjs/storybook (@​storybook/addon-essentials)

v8.5.0-alpha.22

Compare Source

8.5.0-alpha.22

v8.5.0-alpha.21

Compare Source

8.5.0-alpha.21

v8.5.0-alpha.20

Compare Source

8.5.0-alpha.20

v8.5.0-alpha.19

Compare Source

8.5.0-alpha.19

v8.5.0-alpha.18

Compare Source

8.5.0-alpha.18

v8.5.0-alpha.17

Compare Source

8.5.0-alpha.17

v8.5.0-alpha.16

Compare Source

8.5.0-alpha.16
storybookjs/test-runner (@​storybook/test-runner)

v0.20.2-next.0

Compare Source

🐛 Bug Fix
Authors: 1

v0.20.1

Compare Source

🐛 Bug Fix
Authors: 1

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Asia/Shanghai, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link

netlify bot commented Dec 15, 2024

Deploy Preview for storybook-rsbuild canceled.

Name Link
🔨 Latest commit 8f53839
🔍 Latest deploy log https://app.netlify.com/sites/storybook-rsbuild/deploys/675ff8df04ba3e000879c63f

@renovate renovate bot force-pushed the renovate/storybook branch from c58ba15 to 8f53839 Compare December 16, 2024 09:54
@renovate renovate bot changed the title chore(deps): update storybook to v8.5.0-alpha.22 chore(deps): update storybook Dec 16, 2024
@fi3ework fi3ework merged commit aefef12 into main Dec 16, 2024
7 checks passed
@fi3ework fi3ework deleted the renovate/storybook branch December 16, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant