Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gen-app-builder/chat-app/multi-29efd74223
Open

Bump svelte, flowbite-svelte, @sveltejs/kit, prettier-plugin-svelte and svelte-check in /gen-app-builder/chat-app#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gen-app-builder/chat-app/multi-29efd74223

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 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.53.6

Release notes

Sourced from svelte's releases.

svelte@5.53.6

Patch Changes

  • perf: optimize parser hot paths for faster compilation (#17811)

  • fix: SvelteMap incorrectly handles keys with undefined values (#17826)

  • fix: SvelteURL search setter now returns the normalized value, matching native URL behavior (#17828)

  • fix: visit synthetic value node during ssr (#17824)

  • fix: always case insensitive event handlers during ssr (#17822)

  • chore: more efficient effect scheduling (#17808)

  • perf: optimize compiler analysis phase (#17823)

  • fix: skip redundant batch.apply (#17816)

  • chore: null out current_batch before committing branches (#17809)

svelte@5.53.5

Patch Changes

svelte@5.53.4

Patch Changes

  • fix: set server context after async transformError (#17799)

  • fix: hydrate if blocks correctly (#17784)

  • fix: handle default parameters scope leaks (#17788)

  • fix: prevent flushed effects from running again (#17787)

svelte@5.53.3

Patch Changes

  • fix: render :catch of #await block with correct key (#17769)

  • chore: pin aria-query@5.3.1 (#17772)

  • fix: make string coercion consistent to toString (#17774)

svelte@5.53.2

Patch Changes

... (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](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.


Updates flowbite-svelte from 0.40.2 to 1.31.0

Release notes

Sourced from flowbite-svelte's releases.

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

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

v1.29.1

What's Changed

Dropdown item component updated with explicit onclick attribute handling on anchor elements. Theme definitions modified to enforce full-width, left-aligned layout for dropdown items. Minor end-of-file formatting adjustment to package.json.

Full Changelog: themesberg/flowbite-svelte@v1.29.0...v1.29.1

v1.29.0

What's Changed

Converted steppers to data-driven, interactive components: added a bindable 1-based current (some allow 0), clickable, showCheckmarkForCompleted, and onStepClick; per-step status computation, checkmark/icon rendering, theme updates, new icons, types adjustments, and many docs/examples added.

Full Changelog: themesberg/flowbite-svelte@v1.28.3...v1.29.0

v1.28.3

Full Changelog: themesberg/flowbite-svelte@v1.28.2...v1.28.3

... (truncated)

Changelog

Sourced from flowbite-svelte's changelog.

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
    • fix: Wrapped object in untrack: Changed the second parameter of warnThemeDeprecation from a plain object to untrack(() => ({ ... }))

1.30.0

Minor Changes

  • New Features

    Persistent dismissible banners and badges with a Reset button; banner dismissal tracking exposed.

    • Enhancements

    StepIndicator: clickable steps with onStepClick callback.

    • Documentation

    Added example and docs for the persistent dismissible Badge with Reset.

    • Refactor

    Broad reactivity and context updates to improve update timing and SSR stability (no UI changes).

    • Chores

    Dev dependency version bumps.

1.29.1

Patch Changes

  • fix: add DropdownItem onclick on anchor element

    Dropdown item component updated with explicit onclick attribute handling on anchor elements. Theme definitions modified to enforce full-width, left-aligned layout for dropdown items. Minor end-of-file formatting adjustment to package.json.

1.29.0

Minor Changes

  • feat: add click navigation to all stepper components

... (truncated)

Commits
  • 9a46566 fix: TimelineItem for default order (#1884)
  • 8383938 chore: dependencies update
  • 37fcc33 fix: theme reactivity, update ThemeProvider, themeUtils.ts (#1883)
  • 8912ed8 chore: dependencies update
  • 7ccf086 fix: replace // svelte-ignore state_referenced_locally with untrack((… (#1879)
  • cacc822 feat: Add data attributes for selected and active items in MulitSelect (#1877)
  • 77e7eea fix: move createSingleSelectionContext(multiple) out of the $effect() and cal...
  • 8e360bf Mcp overview update (#1874)
  • 2de7d30 v1.30.0 (#1873)
  • a31be49 fix: banner Onclose example, reactive code (#1869)
  • Additional commits viewable in compare view

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.0

Changelog

Sourced from prettier-plugin-svelte's changelog.

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
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations

3.2.6

  • (feat) Svelte 5: never quote single-expression-attributes

3.2.5

  • (fix) Svelte 5: format TypeScript in the template

... (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.53.6
- [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.53.6/packages/svelte)

Updates `flowbite-svelte` from 0.40.2 to 1.31.0
- [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.31.0)

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.0
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/v3.5.0/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits/v3.5.0)

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.53.6
  dependency-type: direct:development
- dependency-name: flowbite-svelte
  dependency-version: 1.31.0
  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.0
  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 Feb 28, 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