Build(deps-dev): Bump @sveltejs/kit from 2.10.1 to 2.15.0
Bumps @sveltejs/kit from 2.10.1 to 2.15.0.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@2
.15.0Minor Changes
- feat: add
bundleStrategy: 'inline'
option (#13193)
@sveltejs/kit
@2
.14.1Patch Changes
- fix: do not mutate URL during reroute logic (#13222)
@sveltejs/kit
@2
.14.0Minor 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)
@sveltejs/kit
@2
.13.0Minor Changes
- feat: add
bundleStrategy: 'split' | 'single'
option (#13173)
@sveltejs/kit
@2
.12.2Patch 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)
@sveltejs/kit
@2
.12.1Patch Changes
- fix: replace
navigating.current.<x>
withnavigating.<x>
(#13174)
@sveltejs/kit
@2
.12.0Minor 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)
@sveltejs/kit
@2
.11.1Patch Changes
- fix: adhere to Vite
build.minify
setting when building the service worker (#13143)
... (truncated)
Changelog
Sourced from @sveltejs/kit
's changelog.
2.15.0
Minor Changes
- feat: add
bundleStrategy: 'inline'
option (#13193)2.14.1
Patch Changes
- fix: do not mutate URL during reroute logic (#13222)
2.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)2.13.0
Minor Changes
- feat: add
bundleStrategy: 'split' | 'single'
option (#13173)2.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)2.12.1
Patch Changes
- fix: replace
navigating.current.<x>
withnavigating.<x>
(#13174)2.12.0
Minor Changes
- feat: add
$app/state
module (#13140)
... (truncated)
Commits
-
64c8e04
Version Packages (#13225) -
9a6f461
feat: add `bundleStrategy: 'inline' (#13193) -
a58a82e
Version Packages (#13223) -
5d02a95
fix: do not mutate URL during reroute logic (#13222) -
b7ff0b2
add since tag (#13215) -
141b0f9
Version Packages (#13212) -
ed4d53e
fix: create new URL when callinggoto(...)
, to handle case where URL is mut... -
fe8c37c
feat: hash based routing (#13191) -
7afa167
chore: prepare hash based routing (#13210) -
6531e36
Version Packages (#13199) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts