Skip to content

chore(deps): update svelte #966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update svelte #966

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/adapter-vercel (source) 5.7.2 -> 5.8.0 age confidence
@sveltejs/enhanced-img (source) ^0.6.0 -> ^0.7.0 age confidence
@sveltejs/kit (source) 2.22.2 -> 2.25.0 age confidence
@sveltejs/vite-plugin-svelte (source) 5.1.0 -> 5.1.1 age confidence
svelte (source) 5.35.2 -> 5.36.7 age confidence
svelte-check 4.2.2 -> 4.3.0 age confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-vercel)

v5.8.0

Compare Source

Minor Changes
  • feat: add support for read imported from $app/server in edge functions (#​13859)
Patch Changes
sveltejs/kit (@​sveltejs/enhanced-img)

v0.7.0

Compare Source

Minor Changes
  • breaking: use new filters and enhancements from vite-plugin-svelte. Requires vite >= 6.3 and vite-plugin-svelte >= 6.0. (#​13967)
sveltejs/kit (@​sveltejs/kit)

v2.25.0

Compare Source

Minor Changes
  • feat: support asynchronous read implementations from adapters (#​13859)
Patch Changes
  • fix: log when no Svelte config file has been found to avoid confusion (#​14001)

v2.24.0

Compare Source

Minor Changes
  • feat: typed params prop for page/layout components (#​13999)
Patch Changes
  • fix: treeshake internal storage.get helper (#​13998)

v2.23.0

Compare Source

Minor Changes
  • feat: support svelte.config.ts (#​13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work.
    In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes
  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#​13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#​13941)

v2.22.5

Compare Source

Patch Changes
  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#​13983)

v2.22.4

Compare Source

Patch Changes
  • fix: force $app/* modules to be bundled (#​13977)

v2.22.3

Compare Source

Patch Changes
  • fix: don't bundle @sveltejs/kit (#​13971)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v5.1.1

Compare Source

Patch Changes
  • fix: prevent accidental pollution of svelteconfig.extensions (#​1171)
sveltejs/svelte (svelte)

v5.36.7

Compare Source

Patch Changes
  • fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#​16424)

v5.36.6

Compare Source

Patch Changes
  • fix: delegate functions with shadowed variables if declared locally (#​16417)

  • fix: handle error in correct boundary after reset (#​16171)

  • fix: make <svelte:boundary> reset function a noop after the first call (#​16171)

v5.36.5

Compare Source

Patch Changes
  • fix: silence $inspect errors when the effect is about to be destroyed (#​16391)

  • fix: more informative error when effects run in an infinite loop (#​16405)

v5.36.4

Compare Source

Patch Changes
  • fix: avoid microtask in flushSync (#​16394)

  • fix: ensure compiler state is reset before compilation (#​16396)

v5.36.3

Compare Source

Patch Changes
  • fix: don't log await_reactivity_loss warning when signal is read in untrack (#​16385)

  • fix: better handle $inspect on array mutations (#​16389)

  • fix: leave proxied array length untouched when deleting properties (#​16389)

  • fix: update $effect.pending() immediately after a batch is removed (#​16382)

v5.36.2

Compare Source

Patch Changes
  • fix: add $effect.pending() to types (#​16376)

  • fix: add pending snippet to <svelte:boundary> types (#​16379)

v5.36.1

Compare Source

Patch Changes
  • fix: only skip updating bound <input> if the input was the source of the change (#​16373)

v5.36.0

Compare Source

Minor Changes
  • feat: support await in components when using the experimental.async compiler option (#​15844)
Patch Changes
  • fix: silence a11y warning for inert elements (#​16339)

  • chore: clean up a11y analysis code (#​16345)

v5.35.7

Compare Source

Patch Changes
  • fix: silence autofocus a11y warning inside <dialog> (#​16341)

  • fix: don't show adjusted error messages in boundaries (#​16360)

  • chore: replace inline regex with variable (#​16340)

v5.35.6

Compare Source

Patch Changes
  • chore: simplify reaction/source ownership tracking (#​16333)

  • chore: simplify internal component pop() (#​16331)

v5.35.5

Compare Source

Patch Changes
  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#​16325)

  • fix: re-evaluate derived props during teardown (#​16278)

v5.35.4

Compare Source

Patch Changes
  • fix: abort and reschedule effect processing after state change in user effect (#​16280)

v5.35.3

Compare Source

Patch Changes
  • fix: account for mounting when select_option in attribute_effect (#​16309)

  • fix: do not proxify the value assigned to a derived (#​16302)

sveltejs/language-tools (svelte-check)

v4.3.0

Compare Source

  • feat: zero types for params (#​2795)
  • feat: add await support (#​2799)
  • fix: strip doctype using AST instead of regex (#​2798)
  • chore: make human output more concise and readable (#​2748)

Configuration

📅 Schedule: Branch creation - "before 6am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
cookbook ❌ Failed (Inspect) Jul 17, 2025 11:15pm

@renovate renovate bot enabled auto-merge (squash) July 14, 2025 01:06
@renovate renovate bot force-pushed the renovate/svelte branch from b9a51f4 to 88637e8 Compare July 14, 2025 19:29
@renovate renovate bot force-pushed the renovate/svelte branch from 88637e8 to a8dd2b4 Compare July 14, 2025 23:59
@renovate renovate bot force-pushed the renovate/svelte branch from a8dd2b4 to 9ce770e Compare July 15, 2025 19:52
@renovate renovate bot force-pushed the renovate/svelte branch from 9ce770e to 3abfadc Compare July 16, 2025 00:32
@renovate renovate bot force-pushed the renovate/svelte branch from 3abfadc to d96781b Compare July 16, 2025 15:04
@renovate renovate bot force-pushed the renovate/svelte branch from d96781b to c5e7f47 Compare July 16, 2025 19:27
@renovate renovate bot force-pushed the renovate/svelte branch from c5e7f47 to a89eb59 Compare July 17, 2025 03:37
@renovate renovate bot force-pushed the renovate/svelte branch from a89eb59 to cf302df Compare July 17, 2025 11:56
@renovate renovate bot force-pushed the renovate/svelte branch from cf302df to 0eb2fb5 Compare July 17, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants