Skip to content

chore(deps): update storybook ecosystem to v8.6.12 (main)#3732

Closed
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-storybook-ecosystem
Closed

chore(deps): update storybook ecosystem to v8.6.12 (main)#3732
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-storybook-ecosystem

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/addon-actions (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/addon-docs (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/addon-interactions (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/blocks (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/builder-vite (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/components (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/core-events (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/manager-api (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/preview-api (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/theming (source) 8.4.7 -> 8.6.12 age adoption passing confidence
@storybook/web-components-vite (source) 8.4.7 -> 8.6.12 age adoption passing confidence
storybook (source) 8.4.7 -> 8.6.12 age adoption passing confidence

Release Notes

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

v8.6.12

Compare Source

v8.6.11

Compare Source

v8.6.10

Compare Source

v8.6.9

Compare Source

v8.6.8

Compare Source

v8.6.7

Compare Source

v8.6.6

Compare Source

v8.6.5

Compare Source

v8.6.4

Compare Source

v8.6.3

Compare Source

v8.6.2

Compare Source

v8.6.1

Compare Source

v8.6.0

Compare Source

The 8.6 release focuses on Storybook Test, which brings realtime component, accessibility, and visual UI tests to your favorite component workshop.

Here’s what’s new:

  • 🎁 Storybook Test installer for out-of-the-box tests in new projects
  • 🦾 Accessibility “todo” workflow to systematically fix a11y violations
  • 🗜️ 80% smaller create-storybook package for much faster installs
  • 🧪 Dozens of Test fixes based on user feedback
  • 📕 Docs fixes for table of contents, code snippets, and more
  • 🚨 Key security fixes for Vite and ESbuild
  • 💯 Hundreds more improvements
List of all updates

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0

Compare Source

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements
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 is behind base branch, 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 added dependencies Pull requests that update a dependency file ready-for-review skip_vrt Add to a PR to skip running VRT (but still pass the action) labels May 15, 2025
@renovate renovate Bot requested a review from a team May 15, 2025 13:49
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 15, 2025

⚠️ No Changeset found

Latest commit: a0341eb

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2025

🚀 Deployed on https://pr-3732--spectrum-css.netlify.app

@renovate renovate Bot force-pushed the renovate/main-storybook-ecosystem branch 2 times, most recently from 15ec03d to bb21c9c Compare May 15, 2025 14:21
@castastrophe
Copy link
Copy Markdown
Contributor

By removing remark-gfm, the JSDoc processing issue is resolved on this latest Storybook release. Validated by ensuring the tables continue to render here:

http://localhost:8080/?path=/docs/guides-migration-guide--docs

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@@ -1,4 +1,4 @@
import { Meta, Title } from "@storybook/blocks";
import { Meta, Title, Markdown } from "@storybook/blocks";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the markdown React component instead of remark-gfm to render markdown tables, we are now able to update to the latest Storybook without losing descriptions from the JSDocs.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing the storybook JS docs. This version I think is the one that we reverted in spectrum-two because it removed all of our descriptions on the docs pages.

PR:
Screenshot 2025-05-15 at 2 09 15 PM

Production:
Screenshot 2025-05-15 at 2 09 47 PM

But the tables are rendering as you pointed out on the migration guide page.
Screenshot 2025-05-15 at 2 08 56 PM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be fair, I haven't dug into why this might be. Just wanted to make sure I mentioned that I don't see the JS doc descriptions when I run locally or in the deploy preview.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2025

File metrics

Summary

Total size: 2.25 MB*

🎉 No changes detected in any packages

* Size is the sum of all main files for packages in the library.
* An ASCII character in UTF-8 is 8 bits or 1 byte.

@castastrophe castastrophe force-pushed the renovate/main-storybook-ecosystem branch from 24f1eda to a0341eb Compare May 15, 2025 15:36
@@ -1,5 +1,3 @@
/* stylelint-disable selector-class-pattern -- Targeting pre-defined Storybook classes */
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter was throwing warnings about this in the console when locally building storybook so I removed these.

@@ -1,4 +1,4 @@
import { Meta, Title } from "@storybook/blocks";
import { Meta, Title, Markdown } from "@storybook/blocks";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing the storybook JS docs. This version I think is the one that we reverted in spectrum-two because it removed all of our descriptions on the docs pages.

PR:
Screenshot 2025-05-15 at 2 09 15 PM

Production:
Screenshot 2025-05-15 at 2 09 47 PM

But the tables are rendering as you pointed out on the migration guide page.
Screenshot 2025-05-15 at 2 08 56 PM

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 15, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (8.6.12). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/main-storybook-ecosystem branch May 15, 2025 20:08
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 ready-for-review skip_vrt Add to a PR to skip running VRT (but still pass the action)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants