Skip to content

Bump svelte, @storybook/addon-essentials, @storybook/addon-svelte-csf and @storybook/svelte#13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-603df58d66
Open

Bump svelte, @storybook/addon-essentials, @storybook/addon-svelte-csf and @storybook/svelte#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-603df58d66

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps svelte, @storybook/addon-essentials, @storybook/addon-svelte-csf and @storybook/svelte. These dependencies needed to be updated together.
Updates svelte from 3.38.2 to 5.55.7

Release notes

Sourced from svelte's releases.

svelte@5.55.7

Patch Changes

svelte@5.55.6

Patch Changes

  • fix: leave stale promises to wait for a later resolution, instead of rejecting (#18180)

  • fix: keep dependencies of $state.eager/pending (#18218)

  • fix: reapply context after transforming error during SSR (#18099)

  • fix: don't rebase just-created batches (#18117)

  • chore: allow null for pending in typings (#18201)

  • fix: flush eager effects in production (#18107)

  • fix: rethrow error of failed iterable after calling return() (#18169)

  • fix: account for proxified instance when updating bind:this (#18147)

  • fix: ensure scheduled batch is flushed if not obsolete (#18131)

  • fix: resolve stale deriveds with latest value (#18167)

  • chore: remove unnecessary increment_pending calls (#18183)

  • fix: correctly compile component member expressions for SSR (#18192)

  • fix: reset source.updated stack traces after flush (#18196)

  • fix: replacing async 'blocking' strategy with 'merging' (#18205)

  • fix: allow @debug tags to reference awaited variables (#18138)

  • fix: re-run fallback props if dependencies update (#18146)

  • fix: abort running obsolete async branches (#18118)

... (truncated)

Changelog

Sourced from svelte's changelog.

svelte

4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

4.2.2

Patch Changes

  • fix: support camelCase properties on custom elements (#9328)

  • fix: add missing plaintext-only value to contenteditable type (#9242)

  • chore: upgrade magic-string to 0.30.4 (#9292)

  • fix: ignore trailing comments when comparing nodes (#9197)

4.2.1

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

4.2.0

Minor Changes

  • feat: move svelteHTML from language-tools into core to load the correct svelte/element types (#9070)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for svelte since your current version.


Updates @storybook/addon-essentials from 6.2.9 to 6.5.16

Commits

Updates @storybook/addon-svelte-csf from 1.0.0 to 5.1.2

Release notes

Sourced from @​storybook/addon-svelte-csf's releases.

v5.1.2

Patch Changes

v5.1.1

🐛 Bug Fix

Authors: 1

v5.1.0

🚀 Enhancement

Authors: 1

v5.0.12

⚠️ Pushed to main

Authors: 1

v5.0.11

🐛 Bug Fix

Authors: 2

v5.0.10

🐛 Bug Fix

Authors: 1

... (truncated)

Changelog

Sourced from @​storybook/addon-svelte-csf's changelog.

5.1.2

Patch Changes

5.1.1

🐛 Bug Fix

Authors: 1


5.1.0

🚀 Enhancement

Authors: 1


5.0.12

⚠️ Pushed to main

Authors: 1


5.0.11

🐛 Bug Fix

Authors: 2

... (truncated)

Commits
  • 0ff845e Merge pull request #345 from storybookjs/changeset-release/main
  • abcaae3 Version Packages
  • d43a041 Merge pull request #347 from storybookjs/tooling/migrate-changelog-minimal
  • f482df6 Minimally migrate CHANGELOG.md to be changesets-compatible
  • d3e430b Migrate CHANGELOG.md from auto format to changesets format
  • 96c8655 Merge pull request #344 from storybookjs/tooling/streamline-release-tooling
  • b674a96 Remind agents to run pnpm format before committing
  • 5e9a12b Fix formatting in AGENTS.md and changeset file
  • accce0f Fix AGENTS.md: remove overview/commands, fix changeset filename convention
  • c97e980 Add AGENTS.md and CLAUDE.md with release/changeset instructions
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/addon-svelte-csf since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates @storybook/svelte from 6.2.9 to 10.4.0

Release notes

Sourced from @​storybook/svelte's releases.

v10.4.0

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Changelog

Sourced from @​storybook/svelte's changelog.

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Commits
  • f8c16d1 Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]
  • e02da0b Bump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]
  • 6fe5959 Merge branch 'next' into next-release
  • fd0b833 Fix Vite 8 + Vitest + Svelte breaking rolldown deps scanner
  • 429fb3e Bump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]
  • 488dd08 Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [skip ci]
  • 62d53db Merge pull request #34675 from storybookjs/valentin/change-detection-barrel-f...
  • 2c6fbf1 Merge branch 'next-release' into next
  • d3253d6 Fix CI: add ImportEdge.importedNames in parser tests, run prettier on docs
  • 7567d67 Merge remote-tracking branch 'origin/next' into valentin/change-detection-perf
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​storybook/svelte since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

… and @storybook/svelte

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/addon-svelte-csf](https://github.com/storybookjs/addon-svelte-csf) and [@storybook/svelte](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/svelte). These dependencies needed to be updated together.

Updates `svelte` from 3.38.2 to 5.55.7
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG-pre-5.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.7/packages/svelte)

Updates `@storybook/addon-essentials` from 6.2.9 to 6.5.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/code/addons/essentials)

Updates `@storybook/addon-svelte-csf` from 1.0.0 to 5.1.2
- [Release notes](https://github.com/storybookjs/addon-svelte-csf/releases)
- [Changelog](https://github.com/storybookjs/addon-svelte-csf/blob/main/CHANGELOG.md)
- [Commits](storybookjs/addon-svelte-csf@v1.0.0...v5.1.2)

Updates `@storybook/svelte` from 6.2.9 to 10.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.0/code/renderers/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.55.7
  dependency-type: direct:development
- dependency-name: "@storybook/addon-essentials"
  dependency-version: 6.5.16
  dependency-type: direct:development
- dependency-name: "@storybook/addon-svelte-csf"
  dependency-version: 5.1.2
  dependency-type: direct:development
- dependency-name: "@storybook/svelte"
  dependency-version: 10.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants