Commit 369f07f
authored
fix(deps): update storybook monorepo to v10 (major) (#1500)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@storybook/addon-docs](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/docs)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/docs))
| [`9.1.16` ->
`10.0.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/9.1.16/10.0.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/builder-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite))
| [`9.1.16` ->
`10.0.6`](https://renovatebot.com/diffs/npm/@storybook%2fbuilder-vite/9.1.16/10.0.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite))
| [`9.1.16` ->
`10.0.6`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/9.1.16/10.0.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [storybook](https://storybook.js.org)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core))
| [`9.1.16` ->
`10.0.6`](https://renovatebot.com/diffs/npm/storybook/9.1.16/10.0.6) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>storybookjs/storybook (@​storybook/addon-docs)</summary>
###
[`v10.0.6`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1006)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.5...v10.0.6)
- CSF: Fix export interface declaration for NextPreview -
[#​32914](https://redirect.github.com/storybookjs/storybook/pull/32914),
thanks [@​icopp](https://redirect.github.com/icopp)!
- Controls: Add range validation in Number Control -
[#​32539](https://redirect.github.com/storybookjs/storybook/pull/32539),
thanks [@​ia319](https://redirect.github.com/ia319)!
- Fix: Export interface declaration for ReactMeta -
[#​32915](https://redirect.github.com/storybookjs/storybook/pull/32915),
thanks [@​icopp](https://redirect.github.com/icopp)!
- Vitest Addon: Add support for Preact -
[#​32948](https://redirect.github.com/storybookjs/storybook/pull/32948),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
###
[`v10.0.5`](https://redirect.github.com/storybookjs/storybook/compare/v10.0.4...f3bad0ed9f91a57c4f9bf894d44baa1a806a77fb)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.4...v10.0.5)
###
[`v10.0.4`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1004)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.3...v10.0.4)
- CLI: Fix issue with running Storybook after being initialized -
[#​32929](https://redirect.github.com/storybookjs/storybook/pull/32929),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- CRA: Fix `module` not defined in ESM -
[#​32940](https://redirect.github.com/storybookjs/storybook/pull/32940),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
###
[`v10.0.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1003)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.2...v10.0.3)
- Core: Better handling for TypeScript satisfies/as syntaxes -
[#​32891](https://redirect.github.com/storybookjs/storybook/pull/32891),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Fix wrong import to fix Yarn PnP support -
[#​32928](https://redirect.github.com/storybookjs/storybook/pull/32928),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- ESlint: Update `@storybook/experimental-nextjs-vite` in
`no-renderer-packages` rule -
[#​32909](https://redirect.github.com/storybookjs/storybook/pull/32909),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- React Native: Update withStorybook setup instructions -
[#​32919](https://redirect.github.com/storybookjs/storybook/pull/32919),
thanks [@​dannyhw](https://redirect.github.com/dannyhw)!
###
[`v10.0.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1002)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.1...v10.0.2)
- CLI: Fix glob string formatting in csf-factories codemod -
[#​32880](https://redirect.github.com/storybookjs/storybook/pull/32880),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Improve file path resolution on Windows -
[#​32893](https://redirect.github.com/storybookjs/storybook/pull/32893),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest -
[#​32881](https://redirect.github.com/storybookjs/storybook/pull/32881),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
###
[`v10.0.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1001)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.0.0...v10.0.1)
- Presets: Fix incorrect imports -
[#​32875](https://redirect.github.com/storybookjs/storybook/pull/32875),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Upgrade: Satellite compatible with 10.1 prerelease -
[#​32877](https://redirect.github.com/storybookjs/storybook/pull/32877),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
###
[`v10.0.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1000)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.16...v10.0.0)
Storybook 10 contains one breaking change: it’s ESM-only. This
simplifies our distribution and reduces install size by 29% while
simultaneously unminifying dist code for easier debugging.
It also includes features to level up your UI development,
documentation, and testing workflows:
- 🧩 Module automocking for easier testing
- 🏭 Typesafe CSF factories Preview for React
- 💫 UI editing and sharing optimizations
- 🏷️ Tag filtering exclusion and configuration for sidebar management
- 🔀 Next 16, Vitest 4, Svelte async components, and more!
<details>
<summary>List of all updates</summary>
- A11Y: Bugfix missing `manager.js` entry-file -
[#​32780](https://redirect.github.com/storybookjs/storybook/pull/32780),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- A11y: Persist tab/highlight across docs navigation -
[#​32762](https://redirect.github.com/storybookjs/storybook/pull/32762),
thanks [@​404Dealer](https://redirect.github.com/404Dealer)!
- Addon A11y: Prevent setting highlights for old results -
[#​32178](https://redirect.github.com/storybookjs/storybook/pull/32178),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Addon Docs: Fix Symbol conversion issue in docs page and controls
panel -
[#​32220](https://redirect.github.com/storybookjs/storybook/pull/32220),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Addon Vitest: Fix incorrect file modifications during setup -
[#​32844](https://redirect.github.com/storybookjs/storybook/pull/32844),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Addon Vitest: Support modifying mergeConfig on addon setup -
[#​32753](https://redirect.github.com/storybookjs/storybook/pull/32753),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Addon-docs: Add eject button to canvas toolbar -
[#​29825](https://redirect.github.com/storybookjs/storybook/pull/29825),
thanks [@​mihkeleidast](https://redirect.github.com/mihkeleidast)!
- AddonA11Y: Fix postinstall -
[#​32309](https://redirect.github.com/storybookjs/storybook/pull/32309),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- AddonViewport: Stricter types -
[#​32324](https://redirect.github.com/storybookjs/storybook/pull/32324),
thanks [@​hpohlmeyer](https://redirect.github.com/hpohlmeyer)!
- Angular: Add fileURLToPath for preview annotation paths -
[#​32812](https://redirect.github.com/storybookjs/storybook/pull/32812),
thanks
[@​brandonroberts](https://redirect.github.com/brandonroberts)!
- Angular: Fix `entry.polyfills` undefined error -
[#​32230](https://redirect.github.com/storybookjs/storybook/pull/32230),
thanks [@​sk-pub](https://redirect.github.com/sk-pub)!
- Angular: Inherit options from browserTarget -
[#​32108](https://redirect.github.com/storybookjs/storybook/pull/32108),
thanks
[@​gingeekrishna](https://redirect.github.com/gingeekrishna)!
- AutoMigration: Fix sb10 migration when main config contains `require`
-
[#​32558](https://redirect.github.com/storybookjs/storybook/pull/32558),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Build: Fix dts bundling external detection -
[#​32366](https://redirect.github.com/storybookjs/storybook/pull/32366),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Cleanup: Remove duplicated entrypoints in core -
[#​32507](https://redirect.github.com/storybookjs/storybook/pull/32507),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CLI: Add addon-console automigration -
[#​32083](https://redirect.github.com/storybookjs/storybook/pull/32083),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- CLI: Avoid mixed CSF in files with unconventional stories -
[#​32716](https://redirect.github.com/storybookjs/storybook/pull/32716),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- CLI: Change message in downgrade-blocker -
[#​32745](https://redirect.github.com/storybookjs/storybook/pull/32745),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CLI: CSF factories codemod - support annotations in npx context -
[#​32741](https://redirect.github.com/storybookjs/storybook/pull/32741),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- CLI: Fix CSF factories addon syncing in storybook add command -
[#​32728](https://redirect.github.com/storybookjs/storybook/pull/32728),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- CLI: Fix throwing in readonly environments -
[#​31785](https://redirect.github.com/storybookjs/storybook/pull/31785),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- CLI: Init not running `dev` when it should fixed -
[#​32457](https://redirect.github.com/storybookjs/storybook/pull/32457),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CLI: Make relative imports default in csf-factories codemod -
[#​32610](https://redirect.github.com/storybookjs/storybook/pull/32610),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- CLI: Switch over to modern-tar -
[#​32763](https://redirect.github.com/storybookjs/storybook/pull/32763),
thanks [@​ayuhito](https://redirect.github.com/ayuhito)!
- Codemod: Replace `globby` with `tinyglobby` -
[#​31407](https://redirect.github.com/storybookjs/storybook/pull/31407),
thanks [@​benmccann](https://redirect.github.com/benmccann)!
- Controls: Allow primitive values of ReactNode argType -
[#​31931](https://redirect.github.com/storybookjs/storybook/pull/31931),
thanks
[@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov)!
- Controls: Fix adding new values to arrays -
[#​32512](https://redirect.github.com/storybookjs/storybook/pull/32512),
thanks
[@​takashi-kasajima](https://redirect.github.com/takashi-kasajima)!
- Core: Add "open in editor" feature -
[#​32452](https://redirect.github.com/storybookjs/storybook/pull/32452),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Add parameter typings for addon-pseudo-state -
[#​32384](https://redirect.github.com/storybookjs/storybook/pull/32384),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Dedupe aria-query and
[@​testing-library/dom](https://redirect.github.com/testing-library/dom)
packages -
[#​32801](https://redirect.github.com/storybookjs/storybook/pull/32801),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Enhance warning for Testing Library's `screen` usage in docs
mode -
[#​32851](https://redirect.github.com/storybookjs/storybook/pull/32851),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Ensure valid QR code URL -
[#​32661](https://redirect.github.com/storybookjs/storybook/pull/32661),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix `external-globals-plugin` handle `undefined` cache dir -
[#​32579](https://redirect.github.com/storybookjs/storybook/pull/32579),
thanks [@​walkerburgin](https://redirect.github.com/walkerburgin)!
- Core: Fix Node 24 deprecation warning -
[#​32382](https://redirect.github.com/storybookjs/storybook/pull/32382),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Core: Fix staticCopy not copying `index.html` to sub directory -
[#​32259](https://redirect.github.com/storybookjs/storybook/pull/32259),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Core: Fix stepping back through story interactions panel -
[#​32793](https://redirect.github.com/storybookjs/storybook/pull/32793),
thanks [@​ia319](https://redirect.github.com/ia319)!
- Core: Improve addon detection in automigrations on windows -
[#​31937](https://redirect.github.com/storybookjs/storybook/pull/31937),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Improve es-toolkit usage for better tree-shaking -
[#​32787](https://redirect.github.com/storybookjs/storybook/pull/32787),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Join framework preset path with slash -
[#​32838](https://redirect.github.com/storybookjs/storybook/pull/32838),
thanks
[@​brandonroberts](https://redirect.github.com/brandonroberts)!
- Core: Make `subtype` an optional property on an index input -
[#​32602](https://redirect.github.com/storybookjs/storybook/pull/32602),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Core: Mark pnp support as deprecated -
[#​32645](https://redirect.github.com/storybookjs/storybook/pull/32645),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Core: Prevent `BAIL` state from showing in interactions panel when
switching stories -
[#​32172](https://redirect.github.com/storybookjs/storybook/pull/32172),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Prevent navigating to hidden (filtered) item -
[#​32715](https://redirect.github.com/storybookjs/storybook/pull/32715),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Remove CJS bundles, only ship ESM -
[#​31819](https://redirect.github.com/storybookjs/storybook/pull/31819),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Core: Replace es-toolkit compat imports with non-compat -
[#​32837](https://redirect.github.com/storybookjs/storybook/pull/32837),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Switch from `mlly` to `exsolve` -
[#​32383](https://redirect.github.com/storybookjs/storybook/pull/32383),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Update tags filter UI -
[#​32343](https://redirect.github.com/storybookjs/storybook/pull/32343),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Use `exsolve` `resolveModulePath` for `safeResolveModule` -
[#​32477](https://redirect.github.com/storybookjs/storybook/pull/32477),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Core: Various QA fixes -
[#​32629](https://redirect.github.com/storybookjs/storybook/pull/32629),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- CoreServer: Fix `Arc can't get every window` -
[#​32508](https://redirect.github.com/storybookjs/storybook/pull/32508),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CSF: Add Storybook test syntax (Storybook v10) -
[#​32455](https://redirect.github.com/storybookjs/storybook/pull/32455),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- CSF: Enhance config-to-csf-factory to support type wrappers -
[#​32543](https://redirect.github.com/storybookjs/storybook/pull/32543),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Dev: Improve the browser opening experience -
[#​32488](https://redirect.github.com/storybookjs/storybook/pull/32488),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Dts: Ensure `.tsx` files emit `.d.ts` type files -
[#​32461](https://redirect.github.com/storybookjs/storybook/pull/32461),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Fix: Allow proceeding without selecting automigrations in upgrade
command -
[#​32597](https://redirect.github.com/storybookjs/storybook/pull/32597),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- Fix: ESLint plugin homepage URL updates -
[#​32445](https://redirect.github.com/storybookjs/storybook/pull/32445),
thanks [@​VivekKavala](https://redirect.github.com/VivekKavala)!
- Fix: Incorrect URLS for the upgrade command -
[#​32624](https://redirect.github.com/storybookjs/storybook/pull/32624),
thanks
[@​jonniebigodes](https://redirect.github.com/jonniebigodes)!
- Maintenance: Fix bundle size bloat caused by `SyntaxHighlighter`
(`createElement`) -
[#​32800](https://redirect.github.com/storybookjs/storybook/pull/32800),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Maintenance: Hotfix for missing nextjs dts files, thanks
[@​ndelangen](https://redirect.github.com/ndelangen)!
- Maintenance: Remove globalization for dropped entrypoints -
[#​32491](https://redirect.github.com/storybookjs/storybook/pull/32491),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Mock: Catch errors when transforming preview files -
[#​32216](https://redirect.github.com/storybookjs/storybook/pull/32216),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Modernize: Replace `fs-extra` with native APIs -
[#​32296](https://redirect.github.com/storybookjs/storybook/pull/32296),
thanks [@​y-hsgw](https://redirect.github.com/y-hsgw)!
- Move: Addon jest into it's own repository -
[#​32646](https://redirect.github.com/storybookjs/storybook/pull/32646),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Next.js-vite: Use `fileURLToPath` for module resolution in preset -
[#​32386](https://redirect.github.com/storybookjs/storybook/pull/32386),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Next.js: Avoid multiple webpack versions at runtime -
[#​32313](https://redirect.github.com/storybookjs/storybook/pull/32313),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Next.js: Remove next/config usage in Next.js >=v16 projects -
[#​32547](https://redirect.github.com/storybookjs/storybook/pull/32547),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Next.js: Return mocked router instead of actual router in useRouter -
[#​32131](https://redirect.github.com/storybookjs/storybook/pull/32131),
thanks [@​JulioJ11](https://redirect.github.com/JulioJ11)!
- Nextjs: Fix config access for Vite -
[#​32759](https://redirect.github.com/storybookjs/storybook/pull/32759),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Nextjs: Fix Nextjs version detection with prereleases -
[#​32724](https://redirect.github.com/storybookjs/storybook/pull/32724),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Onboarding: Prevent confetti overlay from intercepting pointer events
-
[#​32660](https://redirect.github.com/storybookjs/storybook/pull/32660),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Onboarding: Tweak referral wording in survey -
[#​32185](https://redirect.github.com/storybookjs/storybook/pull/32185),
thanks [@​shilman](https://redirect.github.com/shilman)!
- PreactVite: Add `node` entry point -
[#​32534](https://redirect.github.com/storybookjs/storybook/pull/32534),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Presets: Support extensionless imports in TS-based presets -
[#​32641](https://redirect.github.com/storybookjs/storybook/pull/32641),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- React Native: Fix document reference error in open-in-editor -
[#​32572](https://redirect.github.com/storybookjs/storybook/pull/32572),
thanks [@​dannyhw](https://redirect.github.com/dannyhw)!
- React: Simplify version detection -
[#​32802](https://redirect.github.com/storybookjs/storybook/pull/32802),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Replace: Use `empathic` over `find-up` -
[#​31338](https://redirect.github.com/storybookjs/storybook/pull/31338),
thanks [@​beeequeue](https://redirect.github.com/beeequeue)!
- Svelte: Improve support for async components -
[#​31476](https://redirect.github.com/storybookjs/storybook/pull/31476),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Svelte: Simplify public types - use modern `Component` -
[#​31394](https://redirect.github.com/storybookjs/storybook/pull/31394),
thanks [@​xeho91](https://redirect.github.com/xeho91)!
- SvelteKit: Add support for mocking `$app/state` -
[#​31369](https://redirect.github.com/storybookjs/storybook/pull/31369),
thanks [@​xeho91](https://redirect.github.com/xeho91)!
- SvelteKit: Fix `set_context_after_init` error when experimental async
is enabled -
[#​32513](https://redirect.github.com/storybookjs/storybook/pull/32513),
thanks [@​Jakeii](https://redirect.github.com/Jakeii)!
- Tags: Remove undocumented x-only tags -
[#​32360](https://redirect.github.com/storybookjs/storybook/pull/32360),
thanks [@​shilman](https://redirect.github.com/shilman)!
- Telemetry: Improve dev cancellation handling -
[#​32218](https://redirect.github.com/storybookjs/storybook/pull/32218),
thanks [@​shilman](https://redirect.github.com/shilman)!
- Telemetry: Send index stats on dev exit -
[#​32168](https://redirect.github.com/storybookjs/storybook/pull/32168),
thanks [@​shilman](https://redirect.github.com/shilman)!
- UI: Allow showing or hiding the addon panel -
[#​32348](https://redirect.github.com/storybookjs/storybook/pull/32348),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Improve sidebar empty state -
[#​32548](https://redirect.github.com/storybookjs/storybook/pull/32548),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- UI: Improve syntax-highlighter bundling -
[#​32776](https://redirect.github.com/storybookjs/storybook/pull/32776),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Update: Satellite repos after major version bump -
[#​32303](https://redirect.github.com/storybookjs/storybook/pull/32303),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Upgrade: Enhance ESM compatibility checks and banner generation -
[#​32694](https://redirect.github.com/storybookjs/storybook/pull/32694),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Upgrade: Packages `open` -
[#​32484](https://redirect.github.com/storybookjs/storybook/pull/32484),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Upgrades: Packages `boxen` `commander` `giget` -
[#​32469](https://redirect.github.com/storybookjs/storybook/pull/32469),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Vite: Optimize @​storybook/addon-docs/blocks dependency -
[#​32798](https://redirect.github.com/storybookjs/storybook/pull/32798),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
</details>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on Saturday" in timezone
Europe/Oslo, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/) using a
[preset](https://redirect.github.com/code-obos/dkt-renovate-presets/tree/main/ecosystem)
from [<img alt="Obos"
src="https://raw.githubusercontent.com/code-obos/dkt-renovate-presets/refs/heads/main/assets/obos_liggende_hus_hvit.svg"
height="10">](https://www.obos.no/?utm_source=github&utm_medium=referral&utm_campaign=dkt-renovate-preset).
View repository job log
[here](https://app.renovatebot.com/dashboard#github/code-obos/grunnmuren)
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyLimqDvuI8gbWFqb3IiLCLwn5OmIGRlcHMiLCLwn6SWIGJvdCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 61fd90a commit 369f07f
2 files changed
+117
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments