Skip to content

chore(deps): update storybook monorepo to v9.0.6 #201

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) =9.0.0-beta.5 -> =9.0.6 age adoption passing confidence
@storybook/addon-docs (source) =9.0.0-beta.5 -> =9.0.6 age adoption passing confidence
@storybook/addon-vitest (source) =9.0.0-beta.5 -> =9.0.6 age adoption passing confidence
@storybook/sveltekit (source) =9.0.0-beta.5 -> =9.0.6 age adoption passing confidence
storybook (source) =9.0.0-beta.5 -> =9.0.6 age adoption passing confidence

Release Notes

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

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

Storybook 9.0 is here

This is a huge release focused on testing and bundle size.

  • Component testing
    • 👆 Interactions
    • ♿️ Accessibility
    • 👁️ Visual changes
    • 🛡️ Coverage
  • 🪶 48% lighter bundle
  • 🏷️ Tags-based organization
  • 🌐 Story globals
  • 🏗️ Major upgrades: Svelte, Next, React Native, Angular

Please checkout our Migration guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the 9.0 prerelease changelogs

List of all updates

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 these updates 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 requested a review from lishaduck as a code owner May 8, 2025 14:26
@renovate renovate bot added the dependencies Relates to dependencies label May 8, 2025
@renovate renovate bot requested a review from ParkerH27 as a code owner May 8, 2025 14:26
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 1cbda1c to 09f4900 Compare May 8, 2025 15:06
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 09f4900 to 17b84e0 Compare May 15, 2025 00:15
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.0-beta.11 chore(deps): update storybook monorepo to v9.0.0-rc.0 May 15, 2025
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 17b84e0 to 0c8e8cf Compare May 17, 2025 23:30
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.0-rc.0 chore(deps): update storybook monorepo to v9.0.0-rc.2 May 17, 2025
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0c8e8cf to 3cb9724 Compare May 24, 2025 12:15
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.0-rc.2 chore(deps): update storybook monorepo to v9.0.0-rc.4 May 24, 2025
@lishaduck
Copy link
Member

--- a/apps/petal-notes/.storybook/vitest.setup.ts
+++ b/apps/petal-notes/.storybook/vitest.setup.ts
@@ -1,14 +1,8 @@
 import * as a11yAddonAnnotations from "@storybook/addon-a11y/preview";
 import { setProjectAnnotations } from "@storybook/sveltekit";
-import { beforeAll } from "vitest";
 
 import * as previewAnnotations from "./preview";
 
 // This is an important step to apply the right configuration when testing your stories.
 // More info at: https://storybook.js.org/docs/api/portable-stories/portable-stories-vitest#setprojectannotations
-const project = setProjectAnnotations([
-  a11yAddonAnnotations,
-  previewAnnotations,
-]);
-
-beforeAll(project.beforeAll);
+setProjectAnnotations([a11yAddonAnnotations, previewAnnotations]);

@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 3cb9724 to 0c0ef17 Compare May 31, 2025 11:51
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.0-rc.4 chore(deps): update storybook monorepo to v9.0.2 May 31, 2025
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0c0ef17 to 5f2400f Compare June 1, 2025 08:19
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.2 chore(deps): update storybook monorepo to v9.0.3 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 5f2400f to 6ab718b Compare June 5, 2025 04:12
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.3 chore(deps): update storybook monorepo to v9.0.4 Jun 5, 2025
Copy link
Contributor Author

renovate bot commented Jun 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERROR  Failed to switch pnpm to v10.10.0. Looks like pnpm CLI is missing at "/home/ubuntu/.local/share/pnpm/.tools/pnpm/10.10.0/bin" or is incorrect
spawnSync /home/ubuntu/.local/share/pnpm/.tools/pnpm/10.10.0/bin/pnpm ENOENT

@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6ab718b to 93e5b9e Compare June 7, 2025 16:14
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v9.0.4 chore(deps): update storybook monorepo to v9.0.6 Jun 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants