chore(deps): update dependency @sveltejs/kit to v2.7.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@sveltejs/kit (source) | devDependencies | minor | 2.5.0 -> 2.7.3 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.7.3
Patch Changes
-
fix: include importer in illegal import error message (#12820)
-
fix: don't try reading assets directly that aren't present (#12876)
-
fix: decode non-latin characters when previewing prerendered pages (#12874)
-
fix: better error message when a
Result
is returned from a form action (#12829) -
docs: update URLs for new svelte.dev site (#12857)
v2.7.2
Patch Changes
- fix: use absolute links in JSDoc comments (#12718)
v2.7.1
Patch Changes
-
chore: upgrade to sirv 3.0 (#12796)
-
fix: warn when form action responses are lost because SSR is off (#12063)
v2.7.0
Minor Changes
- feat: update service worker when new version is detected (#12448)
Patch Changes
-
fix: correctly handle relative paths when fetching assets on the server (#12113)
-
fix: decode non ASCII anchor hashes when scrolling into view (#12699)
-
fix: page response missing CSP and Link headers when return promise in
load
(#12418)
v2.6.4
Patch Changes
-
fix: only preload links that have a different URL than the current page (#12773)
-
fix: revert change to replace version in generateBundle (#12779)
-
fix: catch stack trace fixing errors thrown in web containers (#12775)
-
fix: use absolute links in JSDoc comments (#12772)
v2.6.3
Patch Changes
-
fix: ensure a changing
version
doesn't affect the hashes for chunks without any actual code changes (#12700) -
fix: prevent crash when logging URL search params in a server load function (#12763)
-
chore: revert update dependency cookie to ^0.7.0 (#12767)
v2.6.2
Patch Changes
- chore(deps): update dependency cookie to ^0.7.0 (#12746)
v2.6.1
Patch Changes
- fix: better error message when calling push/replaceState before router is initialized (#11968)
v2.6.0
Minor Changes
- feat: support typed arrays in
load
functions (#12716)
Patch Changes
- fix: open a new tab for
<form target="_blank">
and ` submissions (#11936)
v2.5.28
Patch Changes
- fix: import
node:process
instead of using globals (#12641)
v2.5.27
Patch Changes
-
fix: asynchronously instantiate components when using Svelte 5 (#12613)
-
fix: use
{@​render ...}
tag when generating default fallback page for svelte 5 apps (#12653) -
fix: emulate
event.platform
even when the route does not exist (#12513)
v2.5.26
Patch Changes
- fix: exclude service worker directory from tsconfig (#12196)
v2.5.25
Patch Changes
- chore: upgrade dts-buddy to 0.5.3 (
6056ba30e29ac5747c356fbf1a42dd71f2c4aa1f
)
v2.5.24
Patch Changes
- extend peer dependency range for @sveltejs/vite-plugin-svelte to include 4.0.0-next for improved svelte5 support (#12593)
v2.5.23
Patch Changes
- fix: use dynamic components in
root.svelte
instead ofsvelte:component
for svelte 5 (#12584)
v2.5.22
Patch Changes
- chore: configure provenance in a simpler manner (#12570)
v2.5.21
Patch Changes
- chore: package provenance (#12567)
v2.5.20
Patch Changes
- fix: set revalidate cache header on 404'd static assets (#12530)
v2.5.19
Patch Changes
- fix: Svelte 5 - ignore
binding_non_reactive
warning in generated root component (you also need to update tosvelte@5.0.0-next.204
) (#12524)
v2.5.18
Patch Changes
-
fix: respect HTML attributes
enctype
andformenctype
for forms withuse:enhance
(#12198) -
fix: prevent client import error when a
hooks.server
file imports a private environment variable (#12195) -
fix: set default
Content-Type
header toapplication/x-www-form-urlencoded
forPOST
form submissions withuse:enhance
to align with native form behaviour (#12198)
v2.5.17
Patch Changes
- chore: update package description (#11846)
v2.5.16
Patch Changes
- fix: determine local Svelte version more reliably (#12350)
v2.5.15
Patch Changes
- fix: always decode asset URLs (#12352)
v2.5.14
Patch Changes
- fix: read non-encoded data URIs (#12347)
v2.5.13
Patch Changes
- fix: decode asset URLs in dev when reading them, but for real this time (#12344)
v2.5.12
Patch Changes
- fix: decode asset URLs in dev when reading them (#12341)
v2.5.11
Patch Changes
-
fix: hrefs that start with
config.prerender.origin
are now crawled (#12277) -
chore: add keywords for discovery in npm search (#12330)
-
fix: handle whitespace in HTTP Accept header (#12292)
v2.5.10
Patch Changes
-
fix: exclude server files from optimizeDeps.entries (#12242)
-
fix: bump import-meta-resolve to remove deprecation warnings (#12240)
v2.5.9
Patch Changes
-
fix: yield main thread before navigating (#12225)
-
fix: correctly handle aliases to files in the
.svelte-kit
directory (#12220)
v2.5.8
Patch Changes
- fix: prevent excessive Vite dependency optimizations on navigation (#12182)
v2.5.7
Patch Changes
- chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#12141)
v2.5.6
Patch Changes
- fix: avoid incorrectly un- and re-escaping cookies collected during a server-side
fetch
(#11904)
v2.5.5
Patch Changes
- fix: only hydrate when page is server-rendered (#12050)
v2.5.4
Patch Changes
- fix: prevent navigation when
data-sveltekit-preload-data
fails to fetch due to network error (#11944)
v2.5.3
Patch Changes
-
fix: revert tsconfig change that includes svelte.config.js (#11908)
-
fix: exclude server worker from tsconfig again (#11727)
v2.5.2
Patch Changes
- fix: import
node:process
instead of using globals (#12641)
v2.5.1
Patch Changes
- fix: Svelte 5 - ignore
binding_non_reactive
warning in generated root component (you also need to update tosvelte@5.0.0-next.204
) (#12524)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.