Bump @sveltejs/kit from 1.0.0-next.567 to 1.0.0-next.578
Bumps @sveltejs/kit from 1.0.0-next.567 to 1.0.0-next.578.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@1
.0.0-next.578Patch Changes
[fix] respect fetch cache option (#8024)
[breaking] rename invalid() to fail() and ValidationError to ActionFailure (#8012)
[breaking] replace automatic fallback generation with
builder.generateFallback(fallback)
(#8013)
@sveltejs/kit
@1
.0.0-next.577Patch Changes
- [breaking] add embedded option, turned off by default (#7969)
@sveltejs/kit
@1
.0.0-next.576Patch Changes
- [breaking] make
sveltekit()
return a promise of array of Vite plugins (#7994)
@sveltejs/kit
@1
.0.0-next.575Patch Changes
[fix] throw error when using enhance on GET forms (#7948)
[breaking] strip
__data.json
from url (#7979)
@sveltejs/kit
@1
.0.0-next.574Patch Changes
- [feat] split Vite plugin in two (#7990)
@sveltejs/kit
@1
.0.0-next.573Patch Changes
[fix] adjust ActionData type (#7962)
[breaking] disallow unknown exports (except when starting with an underscore) from
+(layout|page)(.server)?.js
and+server.js
files (#7878)[fix] continuous optionals should not throw conflict error (#7939)
fix
enhance
error message when form action doesn't exist or csrf is enabled (#7958)
@sveltejs/kit
@1
.0.0-next.572Minor Changes
- Checks that element is not null before reading getAttribute (#7930)
Patch Changes
- [chore] update
magic-string
(#7931)
... (truncated)
Changelog
Sourced from @sveltejs/kit
's changelog.
1.0.0-next.578
Patch Changes
[fix] respect fetch cache option (#8024)
[breaking] rename invalid() to fail() and ValidationError to ActionFailure (#8012)
[breaking] replace automatic fallback generation with
builder.generateFallback(fallback)
(#8013)1.0.0-next.577
Patch Changes
- [breaking] add embedded option, turned off by default (#7969)
1.0.0-next.576
Patch Changes
- [breaking] make
sveltekit()
return a promise of array of Vite plugins (#7994)1.0.0-next.575
Patch Changes
[fix] throw error when using enhance on GET forms (#7948)
[breaking] strip
__data.json
from url (#7979)1.0.0-next.574
Patch Changes
- [feat] split Vite plugin in two (#7990)
1.0.0-next.573
Patch Changes
[fix] adjust ActionData type (#7962)
[breaking] disallow unknown exports (except when starting with an underscore) from
+(layout|page)(.server)?.js
and+server.js
files (#7878)[fix] continuous optionals should not throw conflict error (#7939)
fix
enhance
error message when form action doesn't exist or csrf is enabled (#7958)1.0.0-next.572
... (truncated)
Commits
-
95fd4fa
Version Packages (next) (#8021) -
3b98005
[breaking] renameinvalid(...)
andValidationError
(#8012) -
ef8915f
[fix] respect fetch cache option (#8024) -
20ed756
Usesatifies
operator (#7861) -
154ee74
[breaking] add builder.generateFallback(fallback) API (#8013) -
961b9b4
Version Packages (next) (#8011) -
33108cc
[breaking] add embedded option, turned off by default (#7969) -
3485f32
Version Packages (next) (#8004) -
61db3b5
[breaking] makesveltekit()
return a promise (#7994) -
132dece
Version Packages (next) (#7999) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts