chore(deps): update dependency @sveltejs/kit to v2.16.0 #7408
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.15.3
->2.16.0
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.16.0
Compare Source
Minor Changes
feat: add ability to invalidate a custom identifier on
goto()
(#13256)feat: remove the
postinstall
script to support pnpm 10 (#13304)NOTE: users should add
"prepare": "svelte-kit sync
" to theirpackage.json
in order to avoid the following warning upon first running Vite:feat: provide
PageProps
andLayoutProps
types (#13308)Patch Changes
perf: shorten chunk file names (#13003)
fix: strip internal data before passing URL to
reroute
(#13092)fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)fix: use current
window.fetch
for server load fetch requests (#13315)fix: resolve symlinks when handling routes (#12740)
fix: prevent infinite reload when using the hash router and previewing
/index.html
(#13296)fix: service worker base path in dev mode (#12577)
chore: error during development when using
use:enhance
with+server
(#13197)chore: add most common status codes to
redirect()
JS documentation (#13301)fix: correctly link to assets inlined by the
inlineStyleThreshold
option (#13068)fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)
fix: use arrow function types over bound funcs (#12955)
fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)
Configuration
📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.