chore(deps): update dependency @sveltejs/kit to v2.15.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@sveltejs/kit (source) | devDependencies | minor | 2.5.24 -> 2.15.0 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.15.0
Minor Changes
- feat: add
bundleStrategy: 'inline'
option (#13193)
v2.14.1
Patch Changes
- fix: do not mutate URL during reroute logic (#13222)
v2.14.0
Minor Changes
- feat: add hash-based routing option (#13191)
Patch Changes
- fix: create new URL when calling
goto(...)
, to handle case where URL is mutated (#13196)
v2.13.0
Minor Changes
- feat: add
bundleStrategy: 'split' | 'single'
option (#13173)
v2.12.2
Patch Changes
-
fix: correctly resolve no hooks file when a similarly named directory exists (#13188)
-
fix: correctly resolve
$app/state
on the server with Vite 5 (#13192)
v2.12.1
Patch Changes
- fix: replace
navigating.current.<x>
withnavigating.<x>
(#13174)
v2.12.0
Minor Changes
- feat: add
$app/state
module (#13140)
Patch Changes
- chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#13167)
v2.11.1
Patch Changes
- fix: adhere to Vite
build.minify
setting when building the service worker (#13143)
v2.11.0
Minor Changes
- feat: transport custom types across the server/client boundary (#13149)
Patch Changes
- fix: correctly resolve hooks file when a similarly named directory exists (#13144)
v2.10.1
Patch Changes
- fix: export
init
hook fromget_hooks
(#13136)
v2.10.0
Minor Changes
- feat: server and client
init
hook (#13103)
Patch Changes
- fix: prevent hooks exported from
hooks.js
from overwriting hooks fromhooks.server.js
(#13104)
v2.9.1
Patch Changes
- fix: correctly match route groups preceding optional parameters (#13099)
v2.9.0
Minor Changes
- feat: Vite 6 support (#12270)
Patch Changes
- fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#13077)
v2.8.5
Patch Changes
- fix: don't hydrate when falling back to error page (#13056)
v2.8.4
Patch Changes
- fix: update inline css url generation for FOUC prevention in dev (#13007)
v2.8.3
Patch Changes
-
fix: ensure error messages are escaped (#13050)
-
fix: escape values included in dev 404 page (#13039)
v2.8.2
Patch Changes
-
fix: prevent duplicate fetch request when using Request with load function's fetch (#13023)
-
fix: do not override default cookie decoder to allow users to override the
cookie
library version (#13037)
v2.8.1
Patch Changes
-
fix: only add nonce to
script-src-elem
,style-src-attr
andstyle-src-elem
CSP directives whenunsafe-inline
is not present (#11613) -
fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)
v2.8.0
Minor Changes
- feat: add helper to identify
ActionFailure
objects (#12878)
v2.7.7
Patch Changes
- fix: update link in JSDoc (#12963)
v2.7.6
Patch Changes
- fix: update broken links in JSDoc (#12960)
v2.7.5
Patch Changes
-
fix: warn on invalid cookie name characters (#12806)
-
fix: when using
@vitejs/plugin-basic-ssl
, set a no-op proxy config to downgrade from HTTP/2 to TLS sinceundici
does not yet enable HTTP/2 by default (#12907)
v2.7.4
Patch Changes
-
fix: ensure element is focused after subsequent clicks of the same hash link (#12866)
-
fix: avoid preload if event default was prevented for
touchstart
andmousedown
events (#12887) -
fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#12866)
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
)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.