Bump @sveltejs/kit from 1.0.0-next.415 to 1.0.0-next.423
Created by: dependabot[bot]
Bumps @sveltejs/kit from 1.0.0-next.415 to 1.0.0-next.423.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@1
.0.0-next.423Patch Changes
- Accumulate data from parent layouts into
export let data
(#6050)
@sveltejs/kit
@1
.0.0-next.422Patch Changes
[breaking] remove ability for
+page.server.js
to respond toGET
requests with JSON (#6007)Handle
throw error/redirect
in+server.js
(#6028)handle
set-cookie
insetHeaders
(#6033)Handle windows paths and regexp chars in kit.alias (#6034)
Make errors type in Action type less restrictive (#6022)
Check that data is serializable (#5987)
Fix parent data type for layouts referencing named layouts in the same folder (#6025)
@sveltejs/kit
@1
.0.0-next.421Patch Changes
- Respect
export const prerender = false
in+page.server.js
(#6012)
@sveltejs/kit
@1
.0.0-next.420Patch Changes
- [fix] support linked
@sveltejs/kit
project in Vite 3.0.3+ (#5861)
@sveltejs/kit
@1
.0.0-next.419Patch Changes
... (truncated)
Changelog
Sourced from @sveltejs/kit
's changelog.
1.0.0-next.423
Patch Changes
- Accumulate data from parent layouts into
export let data
(#6050)1.0.0-next.422
Patch Changes
- [breaking] remove ability for
+page.server.js
to respond toGET
requests with JSON (#6007)
- Handle
throw error/redirect
in+server.js
(#6028)
- handle
set-cookie
insetHeaders
(#6033)
- Handle windows paths and regexp chars in kit.alias (#6034)
- Make errors type in Action type less restrictive (#6022)
- Check that data is serializable (#5987)
- Fix parent data type for layouts referencing named layouts in the same folder (#6025)
1.0.0-next.421
Patch Changes
- Respect
export const prerender = false
in+page.server.js
(#6012)1.0.0-next.420
Patch Changes
- [fix] support linked
@sveltejs/kit
project in Vite 3.0.3+ (#5861)1.0.0-next.419
Patch Changes
- Return a 303 response when a
POST
handler provides alocation
(#5989)
- Generate
__data.json
files for server-side redirects when prerendering (#5997)
- [chore] remove chokidar as dependency of kit (#5996)
- Use relative asset paths where possible (#4250)
1.0.0-next.418
... (truncated)
Commits
-
eecbbfc
Version Packages (next) (#6055) -
60a68a3
Accumulatedata
(#6050) -
4ef2f05
Version Packages (next) (#6040) -
566776a
check if data is serializable (#5987) -
a5f0506
[fix] correct parent data type for layouts (#6025) -
cfb6764
[fix] make errors in Action less restrictive (#6022) -
ca9f87d
[fix] handle set-cookie in setHeaders (#6033) -
e9b8c65
[fix] Handlethrow error/redirect
in+server.js
(#6028) -
b882e1c
[fix] Handle windows paths and regexp chars in kit.alias (#6034) -
dfeb672
remove ability for +page.server.js to respond to GET requests with JSON (#6007) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)