Skip to content

Bump svelte, @steeze-ui/svelte-icon, @sveltejs/package and prettier-plugin-svelte - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-19e24cac53
Open

Bump svelte, @steeze-ui/svelte-icon, @sveltejs/package and prettier-plugin-svelte#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-19e24cac53

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps svelte, @steeze-ui/svelte-icon, @sveltejs/package and prettier-plugin-svelte. These dependencies needed to be updated together.
Updates svelte from 5.53.3 to 5.56.3

Release notes

Sourced from svelte's releases.

svelte@5.56.3

Patch Changes

  • fix: ignore errors that occur in destroyed effects (#18384)

  • fix: type BigInts in $state.snapshot(...) return values (#18388)

svelte@5.56.2

Patch Changes

  • fix: properly track effect end node for async sibling component (#18371)

  • fix: prevent false-positive reactivity loss warning (#18373)

  • chore: bump esrap dependency (#18372)

  • fix: ignore declaration tags for animation directive (#18366)

  • fix: reject pending async deriveds on discard (#18308)

svelte@5.56.1

Patch Changes

  • fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)

  • fix: parse declaration tag contents more robustly (#18353)

  • fix: correctly transform references to earlier declarators in a declaration tag (e.g. {let a = $state(0), b = $derived(a * 2)}) (#18348)

  • fix: avoid spurious state_referenced_locally warnings for $derived declarations in declaration tags (#18348)

  • fix: tolerate whitespace before let/const in declaration tags (#18348)

  • fix: prevent infinite loop when a tag's expression ends with a trailing / at the end of the input (#18350)

  • fix: more robust parsing of declaration tags with regards to type (#18330)

  • fix: preserve newlines in spread input values when the type attribute is applied after value (#18345)

  • fix: update SvelteURLSearchParams when setting duplicate keys to the same joined value (#18336)

  • fix: check references for blockers on server, too (#18352)

svelte@5.56.0

Minor Changes

  • feat: allow declarations in the template (#18282)

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.56.3

Patch Changes

  • fix: ignore errors that occur in destroyed effects (#18384)

  • fix: type BigInts in $state.snapshot(...) return values (#18388)

5.56.2

Patch Changes

  • fix: properly track effect end node for async sibling component (#18371)

  • fix: prevent false-positive reactivity loss warning (#18373)

  • chore: bump esrap dependency (#18372)

  • fix: ignore declaration tags for animation directive (#18366)

  • fix: reject pending async deriveds on discard (#18308)

5.56.1

Patch Changes

  • fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)

  • fix: parse declaration tag contents more robustly (#18353)

  • fix: correctly transform references to earlier declarators in a declaration tag (e.g. {let a = $state(0), b = $derived(a * 2)}) (#18348)

  • fix: avoid spurious state_referenced_locally warnings for $derived declarations in declaration tags (#18348)

  • fix: tolerate whitespace before let/const in declaration tags (#18348)

  • fix: prevent infinite loop when a tag's expression ends with a trailing / at the end of the input (#18350)

  • fix: more robust parsing of declaration tags with regards to type (#18330)

  • fix: preserve newlines in spread input values when the type attribute is applied after value (#18345)

  • fix: update SvelteURLSearchParams when setting duplicate keys to the same joined value (#18336)

  • fix: check references for blockers on server, too (#18352)

5.56.0

Minor Changes

... (truncated)

Commits

Updates @steeze-ui/svelte-icon from 1.5.0 to 1.6.2

Release notes

Sourced from @​steeze-ui/svelte-icon's releases.

@​steeze-ui/carbon-icons@​1.1.0

Features

Changelog

Sourced from @​steeze-ui/svelte-icon's changelog.

1.6.2

Fixes

  • export types correctly (size,theme and title should be optional)

1.6.1

Minor Changes

  • resolve deprecated svelte package.json spec

1.6.0

Breaking Changes

  • add svelte 5 support
Commits

Updates @sveltejs/package from 2.2.3 to 2.5.8

Release notes

Sourced from @​sveltejs/package's releases.

@​sveltejs/package@​2.5.8

Patch Changes

  • chore: bump svelte2tsx dependency to support TypeScript 6 (#15896)

@​sveltejs/package@​2.5.7

Patch Changes

  • chore(deps): update dependency chokidar to v5 (#14986)

@​sveltejs/package@​2.5.6

Patch Changes

  • fix: transform .ts extensions to .js in import/export statements of Svelte files when using rewriteRelativeImportExtensions (#14936)

@​sveltejs/package@​2.5.5

Patch Changes

  • fix: resolve aliases before transpiling for rewriteRelativeImportExtensions (#14673)
Changelog

Sourced from @​sveltejs/package's changelog.

2.5.8

Patch Changes

  • chore: bump svelte2tsx dependency to support TypeScript 6 (#15896)

2.5.7

Patch Changes

  • chore(deps): update dependency chokidar to v5 (#14986)

2.5.6

Patch Changes

  • fix: transform .ts extensions to .js in import/export statements of Svelte files when using rewriteRelativeImportExtensions (#14936)

2.5.5

Patch Changes

  • fix: resolve aliases before transpiling for rewriteRelativeImportExtensions (#14673)

2.5.4

Patch Changes

  • fix: resolve more alias issues (#14514)

2.5.3

Patch Changes

  • fix: handle import/export name, { ... } when resolving aliases (#14462)

2.5.2

Patch Changes

  • fix: handle import/export * (as ...) when resolving aliases (#14433)

  • fix: prevent false-positive alias replacement (#14433)

2.5.1

Patch Changes

  • fix: better alias resolution (#14413)

... (truncated)

Commits
Maintainer changes

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


Updates prettier-plugin-svelte from 2.10.1 to 4.1.0

Release notes

Sourced from prettier-plugin-svelte's releases.

prettier-plugin-svelte@4.1.0

Minor Changes

  • feat: support Svelte 5 declaration tags (#533)

prettier-plugin-svelte@4.0.1

Patch Changes

  • fix: print @const correctly (#530)

prettier-plugin-svelte@4.0.0

  • (breaking) Require Svelte 5
  • (breaking) Remove svelteBracketNewLine option
  • (breaking) Remove svelteStrictMode option
  • (fix) Keep trailing <!-- #endregion --> comments below svelte:options / scripts / styles
Changelog

Sourced from prettier-plugin-svelte's changelog.

4.1.0

Minor Changes

  • feat: support Svelte 5 declaration tags (#533)

4.0.1

Patch Changes

  • fix: print @const correctly (#530)

4.0.0

  • (breaking) Require Svelte 5
  • (breaking) Remove svelteBracketNewLine option
  • (breaking) Remove svelteStrictMode option
  • (fix) Keep trailing <!-- #endregion --> comments below svelte:options / scripts / styles

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"

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier-plugin-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.

…lugin-svelte

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [@steeze-ui/svelte-icon](https://github.com/steeze-ui/icons/tree/HEAD/packages/components/svelte-icon), [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) and [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte). These dependencies needed to be updated together.

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

Updates `@steeze-ui/svelte-icon` from 1.5.0 to 1.6.2
- [Release notes](https://github.com/steeze-ui/icons/releases)
- [Changelog](https://github.com/steeze-ui/icons/blob/main/packages/components/svelte-icon/CHANGELOG.md)
- [Commits](https://github.com/steeze-ui/icons/commits/HEAD/packages/components/svelte-icon)

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

Updates `prettier-plugin-svelte` from 2.10.1 to 4.1.0
- [Release notes](https://github.com/sveltejs/prettier-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits/prettier-plugin-svelte@4.1.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.56.3
  dependency-type: direct:development
- dependency-name: "@steeze-ui/svelte-icon"
  dependency-version: 1.6.2
  dependency-type: direct:development
- dependency-name: "@sveltejs/package"
  dependency-version: 2.5.8
  dependency-type: direct:development
- dependency-name: prettier-plugin-svelte
  dependency-version: 4.1.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 Jun 15, 2026
@netlify

netlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploy Preview for popui-icons ready!

Name Link
🔨 Latest commit d828c67
🔍 Latest deploy log https://app.netlify.com/projects/popui-icons/deploys/6a302ac7d591bc0007743b38
😎 Deploy Preview https://deploy-preview-14--popui-icons.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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