Build(deps-dev): Bump @sveltejs/kit from 2.10.1 to 2.14.0
Bumps @sveltejs/kit from 2.10.1 to 2.14.0.
Release notes
Sourced from @sveltejs/kit
's releases.
@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)
@sveltejs/kit
@2
.11.0Minor 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)
Changelog
Sourced from @sveltejs/kit
's changelog.
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)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)
2.11.1
Patch Changes
- fix: adhere to Vite
build.minify
setting when building the service worker (#13143)
... (truncated)
Commits
-
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) -
20f2720
feat: addbundleStrategy
option (#13173) -
b9dc4fd
Version Packages (#13194) -
5d30191
fix: correctly resolve$app/state
(alternative) (#13192) -
19823dd
fix: correctly resolve no hooks file when a similarly named directory exists ... -
089159c
Version Packages (#13175) - 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