Closed renovate[bot] closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
live-visual-editing-next | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-astro | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-next | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-next-with-i18n | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-nuxt | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-page-builder-demo | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-remix | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-storybook | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-studio | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm | ||
visual-editing-svelte | 🛑 Canceled (Inspect) | Nov 6, 2024 3:34pm |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@storybook/addon-essentials@8.4.2 | Transitive: environment, eval, filesystem | +31 |
8.88 MB | shilman |
npm/@storybook/addon-interactions@8.4.2 | Transitive: environment | +10 |
3.72 MB | domyen, ghengeveld, jreinhold, ...8 more |
npm/@storybook/addon-links@8.4.2 | None | +4 |
299 kB | domyen, ghengeveld, jreinhold, ...8 more |
npm/@storybook/addon-themes@8.4.2 | None | +1 |
44.8 kB | shilman |
npm/@storybook/react-vite@8.4.2 | Transitive: environment, eval, filesystem, shell, unsafe | +94 |
15.2 MB | shilman |
npm/@storybook/react@8.4.2 | environment | +6 |
944 kB | shilman |
npm/@storybook/test@8.4.2 | environment, eval | +54 |
9.77 MB | shilman |
npm/storybook@8.4.2 | Transitive: environment, eval, filesystem, network, shell | +44 |
22.9 MB | shilman |
🚮 Removed packages: npm/@storybook/addon-essentials@8.3.6, npm/@storybook/addon-interactions@8.3.6, npm/@storybook/addon-links@8.3.6, npm/@storybook/addon-themes@8.3.6, npm/@storybook/react-vite@8.3.6, npm/@storybook/react@8.3.6, npm/@storybook/test@8.3.6, npm/storybook@8.3.6
This PR contains the following updates:
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
^8.3.6
->^8.4.2
Release Notes
storybookjs/storybook (@storybook/addon-essentials)
### [`v8.4.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#842) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.1...v8.4.2) - Addon Test: Fix post-install logic for Next.js Vite framework support - [#29524](https://redirect.github.com/storybookjs/storybook/pull/29524), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Only render the TestingModule component in development mode - [#29501](https://redirect.github.com/storybookjs/storybook/pull/29501), thanks [@yannbf](https://redirect.github.com/yannbf)! - CLI: Fix Solid init by installing `@storybook/test` - [#29514](https://redirect.github.com/storybookjs/storybook/pull/29514), thanks [@shilman](https://redirect.github.com/shilman)! - Core: Shim CJS-only globals in ESM output - [#29157](https://redirect.github.com/storybookjs/storybook/pull/29157), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Next.js: Fix bundled react and react-dom in monorepos - [#29444](https://redirect.github.com/storybookjs/storybook/pull/29444), thanks [@sentience](https://redirect.github.com/sentience)! ### [`v8.4.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#841) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.0...v8.4.1) - Core: Relax peer dep constraint of shim packages - [#29503](https://redirect.github.com/storybookjs/storybook/pull/29503), thanks [@kasperpeulen](https://redirect.github.com/kasperpeulen)! ### [`v8.4.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#840) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.7...v8.4.0) Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser! - ▶️ **Unified UI** for component testing - 5️⃣ **Svelte 5** and Svelte CSF support - ⚛️ **React Native Storybook 8** release - 🏷️ **Tags-based filtering** to organize your Storybook - 🫧 **Dependency cleanup** to reduce install footprint - 💯 **Hundreds** more improvementsList of all updates
- Addon Test: Adjust file exports to be ESM/CJS compatible - [#29471](https://redirect.github.com/storybookjs/storybook/pull/29471), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Error when addon interactions exists - [#29434](https://redirect.github.com/storybookjs/storybook/pull/29434), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Escape XML when converting ANSI to HTML in test errors - [#29446](https://redirect.github.com/storybookjs/storybook/pull/29446), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Addon Test: Fix hiding stacktrace for assertion errors in test panel - [#29458](https://redirect.github.com/storybookjs/storybook/pull/29458), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Addon Test: Improve Error Handling - [#29476](https://redirect.github.com/storybookjs/storybook/pull/29476), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Improve postinstall script - [#29479](https://redirect.github.com/storybookjs/storybook/pull/29479), thanks [@yannbf](https://redirect.github.com/yannbf)! - Addon Test: Improve unsupported vitest message - [#29486](https://redirect.github.com/storybookjs/storybook/pull/29486), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Only register testing module in Vite projects - [#29472](https://redirect.github.com/storybookjs/storybook/pull/29472), thanks [@yannbf](https://redirect.github.com/yannbf)! - Addon Test: Throttle Vitest progress updates more heavily - [#29482](https://redirect.github.com/storybookjs/storybook/pull/29482), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Addon-docs, blocks: Prebundle dependencies - [#29301](https://redirect.github.com/storybookjs/storybook/pull/29301), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Addon-Test: Support for `@vitest/browser` v2.1.2 - [#29407](https://redirect.github.com/storybookjs/storybook/pull/29407), thanks [@strozw](https://redirect.github.com/strozw)! - Blocks: Prebundle `es-toolkit` - [#29259](https://redirect.github.com/storybookjs/storybook/pull/29259), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Builder-vite: Replace .at() call with \[] in codegen - [#29048](https://redirect.github.com/storybookjs/storybook/pull/29048), thanks [@Chudesnov](https://redirect.github.com/Chudesnov)! - CLI: Don't add `@storybook/addon-links` by default - [#29177](https://redirect.github.com/storybookjs/storybook/pull/29177), thanks [@tobiasdiez](https://redirect.github.com/tobiasdiez)! - CLI: Ensure `.gitignore` updated via CLI ends with a newline - [#29124](https://redirect.github.com/storybookjs/storybook/pull/29124), thanks [@3w36zj6](https://redirect.github.com/3w36zj6)! - CLI: Fix `yarn` detection - [#29448](https://redirect.github.com/storybookjs/storybook/pull/29448), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - CLI: Migrate from `chalk` to `picocolors` - [#28262](https://redirect.github.com/storybookjs/storybook/pull/28262), thanks [@43081j](https://redirect.github.com/43081j)! - CLI: Refactor NPMProxy error parsing logic - [#29459](https://redirect.github.com/storybookjs/storybook/pull/29459), thanks [@yannbf](https://redirect.github.com/yannbf)! - ConfigFile: Fix `export { X }` parsing - [#29344](https://redirect.github.com/storybookjs/storybook/pull/29344), thanks [@vctqs1](https://redirect.github.com/vctqs1)! - Core: Add unified UI Testing Module - [#29241](https://redirect.github.com/storybookjs/storybook/pull/29241), thanks [@yannbf](https://redirect.github.com/yannbf)! - Core: Close story status menu when selecting an item - [#29455](https://redirect.github.com/storybookjs/storybook/pull/29455), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix building Storybook deleting project root files - [#29371](https://redirect.github.com/storybookjs/storybook/pull/29371), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Core: Fix race condition during empty folder init - [#29490](https://redirect.github.com/storybookjs/storybook/pull/29490), thanks [@valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Core: Make `prettier` an optional peer dependency - [#29223](https://redirect.github.com/storybookjs/storybook/pull/29223), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Core: Migrate from `express` to `polka` - [#29230](https://redirect.github.com/storybookjs/storybook/pull/29230), thanks [@43081j](https://redirect.github.com/43081j)! - Core: Migrate from `qs` to `picoquery` - [#28315](https://redirect.github.com/storybookjs/storybook/pull/28315), thanks [@43081j](https://redirect.github.com/43081j)! - Core: Open 'Component tests' addon panel when clicking a story status - [#29456](https://redirect.github.com/storybookjs/storybook/pull/29456), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Remove `handlebars` usage - [#29208](https://redirect.github.com/storybookjs/storybook/pull/29208), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Core: Remove dependence on `file-system-cache` - [#29256](https://redirect.github.com/storybookjs/storybook/pull/29256), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Core: Replace `fs-extra` with the native APIs - [#29126](https://redirect.github.com/storybookjs/storybook/pull/29126), thanks [@ziebam](https://redirect.github.com/ziebam)! - Core: Replace `lodash` with `es-toolkit` - [#28981](https://redirect.github.com/storybookjs/storybook/pull/28981), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Core: Show checkmark icon in story status dropdown and update status label for component tests - [#29451](https://redirect.github.com/storybookjs/storybook/pull/29451), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Show tooltip on filter toggles to clarify their purpose - [#29447](https://redirect.github.com/storybookjs/storybook/pull/29447), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Track test provider state in sessionStorage - [#29450](https://redirect.github.com/storybookjs/storybook/pull/29450), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Upgrade `esbuild`, broadening version range - [#29254](https://redirect.github.com/storybookjs/storybook/pull/29254), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Dependencies: Upgrade VTA to v3.1.0 - [#29449](https://redirect.github.com/storybookjs/storybook/pull/29449), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Dependencies: Upgrade VTA to v3.2.0 to resolve peerDep conflict - [#29461](https://redirect.github.com/storybookjs/storybook/pull/29461), thanks [@ghengeveld](https://redirect.github.com/ghengeveld)! - Interactions: Escape xml of interactions errors - [#29414](https://redirect.github.com/storybookjs/storybook/pull/29414), thanks [@kasperpeulen](https://redirect.github.com/kasperpeulen)! - Maintenance: Fix broken and outdated documentation links - [#29412](https://redirect.github.com/storybookjs/storybook/pull/29412), thanks [@jonniebigodes](https://redirect.github.com/jonniebigodes)! - Manager: Add tags property to ComponentEntry objects - [#29343](https://redirect.github.com/storybookjs/storybook/pull/29343), thanks [@Sidnioulz](https://redirect.github.com/Sidnioulz)! - React: Prebundle all of `renderers/react`'s dependencies - [#29298](https://redirect.github.com/storybookjs/storybook/pull/29298), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Svelte: Improve argTypes inference with `svelte2tsx` - support runes - [#29423](https://redirect.github.com/storybookjs/storybook/pull/29423), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Test: Remove unused `util` dependency - [#29310](https://redirect.github.com/storybookjs/storybook/pull/29310), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - UI: Brand image css class conflict causes image to resize on hot reloads - [#29129](https://redirect.github.com/storybookjs/storybook/pull/29129), thanks [@ShreySinha02](https://redirect.github.com/ShreySinha02)! - UI: Fix RefIndicator to use CheckIcon instead of string - [#29209](https://redirect.github.com/storybookjs/storybook/pull/29209), thanks [@JSMike](https://redirect.github.com/JSMike)! - UI: Simple tag filtering - [#29333](https://redirect.github.com/storybookjs/storybook/pull/29333), thanks [@shilman](https://redirect.github.com/shilman)! - UI: Use production-mode `react` in manager - [#29197](https://redirect.github.com/storybookjs/storybook/pull/29197), thanks [@ndelangen](https://redirect.github.com/ndelangen)! - Viewport-addon: Add InitialViewportKeys type to viewport addon - [#29182](https://redirect.github.com/storybookjs/storybook/pull/29182), thanks [@hyeongrok7874](https://redirect.github.com/hyeongrok7874)! - Vite: Add jsdoc-type-pratt-parser to `optimizeDeps` - [#29179](https://redirect.github.com/storybookjs/storybook/pull/29179), thanks [@tobiasdiez](https://redirect.github.com/tobiasdiez)! - Vite: Cleanup and prebundle dependencies - [#29302](https://redirect.github.com/storybookjs/storybook/pull/29302), thanks [@JReinhold](https://redirect.github.com/JReinhold)! - Webpack: Fix export 'act' (imported as 'React4') was not found in 'react' errors in webpack - [#29235](https://redirect.github.com/storybookjs/storybook/pull/29235), thanks [@kasperpeulen](https://redirect.github.com/kasperpeulen)!Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate using a curated preset maintained by . View repository job log here