chore(deps): update storybook ecosystem to v8.6.12 (main)#3732
chore(deps): update storybook ecosystem to v8.6.12 (main)#3732renovate[bot] wants to merge 2 commits into
Conversation
|
|
🚀 Deployed on https://pr-3732--spectrum-css.netlify.app |
15ec03d to
bb21c9c
Compare
|
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 |
Edited/Blocked NotificationRenovate 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. |
| @@ -1,4 +1,4 @@ | |||
| import { Meta, Title } from "@storybook/blocks"; | |||
| import { Meta, Title, Markdown } from "@storybook/blocks"; | |||
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
But the tables are rendering as you pointed out on the migration guide page.

There was a problem hiding this comment.
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.
File metricsSummaryTotal 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. |
24f1eda to
a0341eb
Compare
| @@ -1,5 +1,3 @@ | |||
| /* stylelint-disable selector-class-pattern -- Targeting pre-defined Storybook classes */ | |||
There was a problem hiding this comment.
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"; | |||
There was a problem hiding this comment.
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.
But the tables are rendering as you pointed out on the migration guide page.

Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |


This PR contains the following updates:
8.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.128.4.7->8.6.12Release Notes
storybookjs/storybook (@storybook/addon-a11y)
v8.6.12Compare Source
ember-template-compilerimport for ember 6+ - #30682, thanks @leoeuclids!node_modulesfrom docgen - #30981, thanks @JReinhold!v8.6.11Compare Source
v8.6.10Compare Source
v8.6.9Compare Source
v8.6.8Compare Source
v8.6.7Compare Source
v8.6.6Compare Source
v8.6.5Compare Source
@angular-devkit/build-angularto installed packages - #30790, thanks @kasperpeulen!svelte2tsx@0.7.35- #30784, thanks @JReinhold!crypto.randomUUID- #30781, thanks @JReinhold!v8.6.4Compare Source
node_modulesin stats file - #30711, thanks @JReinhold!v8.6.3Compare Source
v8.6.2Compare Source
v8.6.1Compare Source
ember-template-compilerimport for ember 6+ - #30682, thanks @leoeuclids!node_modulesfrom docgen - #30981, thanks @JReinhold!v8.6.0Compare 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:
List of all updates
--yesand fix--features- #30534, thanks @ghengeveld!UniversalStoreAPI to sync state/events between multiple environments - #30445, thanks @JReinhold!node_modules- #30643, thanks @ndelangen!addon-essentialsnot working when used withgetAbsolutePath- #30557, thanks @JReinhold!+page.sveltefiles - #30369, thanks @xeho91!vitest.config.tswith workspaces, otherwise createvitest.workspace.ts- #30583, thanks @ghengeveld!v8.5.8Compare Source
esbuild@^0.25- #30574, thanks @JReinhold!v8.5.7Compare Source
v8.5.6Compare Source
v8.5.5Compare Source
v8.5.4Compare Source
v8.5.3Compare Source
globalstoextract()- #30415, thanks @ndelangen!v8.5.2Compare Source
v8.5.1Compare Source
interaction test->component test- #30333, thanks @kylegach!v8.5.0Compare 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:
List of all updates
@vitest/coverage-v8during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld!vitestdetects missing deps - #29763, thanks @ndelangen!test.includepatterns - #30029, thanks @JReinhold!vitestcrashes - #29751, thanks @ndelangen!vitest.setup.js- #30233, thanks @JReinhold!experimental-nextjs-vite- #29814, thanks @ndelangen!globwithtinyglobby- #29817, thanks @ghengeveld!staticDirswith Vitest - #29811, thanks @ghengeveld!require.resolve- #30026, thanks @ndelangen!storybookcommand - #29480, thanks @toothlessdev!TESTING_MODULE_RUN_ALL_REQUESTfor backward compatibility - #29711, thanks @ghengeveld!ERR_PACKAGE_PATH_NOT_EXPORTEDin@storybook/node-logger- #30093, thanks @JReinhold!scrollIntoViewbehavior and reimplement testing module time rendering - #30044, thanks @ghengeveld!@types/nodetodevDepsconsistently - #30163, thanks @ndelangen!useSharedState- #30259, thanks @JReinhold!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.
This PR was generated by Mend Renovate. View the repository job log.