Skip to content

Bump svelte, flowbite-svelte, @sveltejs/kit, prettier-plugin-svelte and svelte-check in /gen-app-builder/chat-app#25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/gen-app-builder/chat-app/multi-7117e68ef7
Open

Bump svelte, flowbite-svelte, @sveltejs/kit, prettier-plugin-svelte and svelte-check in /gen-app-builder/chat-app#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/gen-app-builder/chat-app/multi-7117e68ef7

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps svelte, flowbite-svelte, @sveltejs/kit, prettier-plugin-svelte and svelte-check. These dependencies needed to be updated together.
Updates svelte from 4.1.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)
Commits
Maintainer changes

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


Updates flowbite-svelte from 0.40.2 to 1.33.1

Release notes

Sourced from flowbite-svelte's releases.

v1.33.1

Full Changelog: themesberg/flowbite-svelte@v1.32.1...v1.33.1

Version bump to align with npm release history

v1.32.1

What's Changed

Full Changelog: themesberg/flowbite-svelte@v1.32.0...v1.32.1

v1.32.0

What's Changed

Full Changelog: themesberg/flowbite-svelte@v1.31.0...v1.32.0

v1.31.0

What's Changed

Full Changelog: themesberg/flowbite-svelte@v1.30.1...v1.31.0

v1.30.1

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v1.30.0...v1.30.1

v1.30.0

What's Changed

... (truncated)

Changelog

Sourced from flowbite-svelte's changelog.

Changelog

1.33.0

Minor Changes

  • Fix/bugs (#1928)
    • fix: Datepicker fix
    • fix: #1921 snapshot example
    • fix: #1923 add closeAriaLabel props to Alert, Banner, Badge and Toast
    • fix: #1924 Navbar breakpoint
    • New Features
      • Added configurable close aria label for Alert, Badge, Banner, and Toast.
      • Added oninput support for TableSearch.
    • Bug Fixes
      • Fixed Datepicker input binding and interaction.
      • Improved Navbar breakpoint handling for more consistent responsive behavior.
    • Documentation
      • Updated example snapshot pattern and added changelog entry for 1.32.0.
    • Chores
      • Bumped package to 1.32.0 and updated dependencies.
    • fix: #1913 add oninput to TableSearch
    • fix: #1909 replace setContext in $effect with $derived + $effect pattern with a reactive-getter object
    • fix: workflow playwright update

1.32.0

Minor Changes

  • fix(Datepicker): input binding update and related datepicker bug fixes
  • feat(Alert/Banner/Badge/Toast): add closeAriaLabel prop for dismiss controls
  • fix(Navbar): adjust breakpoint handling
  • feat(TableSearch): add oninput handler support
  • docs/examples: update snapshot example

1.31.0

Minor Changes

  • feat: reactive theme provider

1.30.1

Patch Changes

  • fix:mcp overview update
    • feat: Add data attributes for selected and active items in MulitSelect
    • fix: Move createSingleSelectionContext(multiple) out of the $effect() and call it synchronously during component initialization
    • fix: Added import statement: import { untrack } from "svelte" to each file (or modified existing imports from svelte to include untrack)
    • fix: Removed comment line: Deleted the // svelte-ignore state_referenced_locally comment

... (truncated)

Commits

Updates @sveltejs/kit from 1.22.4 to 1.30.4

Changelog

Sourced from @​sveltejs/kit's changelog.

1.30.4

Patch Changes

  • chore(deps): upgrade and unpin undici (#11860)

1.30.3

Patch Changes

  • fix: correct documentation for beforeNavigate (#11300)

1.30.2

Patch Changes

  • fix: revert recent 'correctly return 415' and 'correctly return 404' changes (#11295)

1.30.1

Patch Changes

  • fix: prerendered root page with paths.base config uses correct trailing slash option (#10763)

  • fix: correctly return 404 when a form action is not found (#11278)

1.30.0

Minor Changes

  • feat: inline response.arrayBuffer() during ssr (#10535)

Patch Changes

  • fix: allow "false" value for preload link options (#10555)

  • fix: call worker unref instead of terminate (#10120)

  • fix: correctly analyse exported server API methods during build (#11019)

  • fix: avoid error when back navigating before page is initialized (#10636)

  • fix: allow service-worker.js to import assets (#9285)

  • fix: distinguish better between not-found and internal-error (#11131)

1.29.1

Patch Changes

... (truncated)

Commits

Updates prettier-plugin-svelte from 2.10.1 to 3.5.2

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.5.2

  • (fix) Preserve non-breaking spaces
  • (fix) handle comments in bind: get/set tuple
  • (fix) handle computed properties in e.g. {#each} blocks

3.5.1

  • (fix) Svelte 5: print trailing attribute comments

3.5.0

  • (feat) Svelte 5: print attribute comments

3.4.1

  • (fix) externalize all prettier imports
  • (fix) don't remove parantheses of bind:ings with as type casts

3.4.0

  • (feat) Svelte 5: support attachments ({@attach ...})

3.3.3

  • (fix) Svelte 5: ensure bind get/set is broken up correctly when too long

3.3.2

  • (fix) Svelte 5: handle type annotations on Svelte control flow blocks
  • (fix) preserve style/script tags at the end of the file when using svelteSortOrder: "none"

3.3.1

  • (feat) Svelte 5: support upcoming bind:value={get, set}

3.3.0

  • (feat) Svelte 5: support upcoming <svelte:boundary>
  • (feat) Svelte 5: support upcoming <svelte:html>
  • (feat) Svelte 5: support upcoming #each without as

3.2.8

  • (chore) provide IDE tooling a way to pass Svelte compiler path

3.2.7

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions

... (truncated)

Commits

Updates svelte-check from 3.4.6 to 3.8.6

Commits

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.

…nd svelte-check

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [flowbite-svelte](https://github.com/themesberg/flowbite-svelte), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) and [svelte-check](https://github.com/sveltejs/language-tools). These dependencies needed to be updated together.

Updates `svelte` from 4.1.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 `flowbite-svelte` from 0.40.2 to 1.33.1
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.40.2...v1.33.1)

Updates `@sveltejs/kit` from 1.22.4 to 1.30.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/@sveltejs/kit@1.30.4/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.30.4/packages/kit)

Updates `prettier-plugin-svelte` from 2.10.1 to 3.5.2
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits/v3.5.2)

Updates `svelte-check` from 3.4.6 to 3.8.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.4.6...svelte-check-3.8.6)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.55.7
  dependency-type: direct:development
- dependency-name: flowbite-svelte
  dependency-version: 1.33.1
  dependency-type: direct:production
- dependency-name: "@sveltejs/kit"
  dependency-version: 1.30.4
  dependency-type: direct:development
- dependency-name: prettier-plugin-svelte
  dependency-version: 3.5.2
  dependency-type: direct:development
- dependency-name: svelte-check
  dependency-version: 3.8.6
  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 14, 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