chore(deps): update sveltekit monorepo #432
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.1
->2.1.1
1.15.9
->1.30.4
^2.0.0
->2.0.2
2.0.2
->2.3.1
Release Notes
sveltejs/kit (@sveltejs/adapter-auto)
v2.1.1
Compare Source
Patch Changes
chore(deps): update dependency
import-meta-resolve
to v4 (#10970)Updated dependencies [
072430ec5
]:v2.1.0
Compare Source
Minor Changes
sveltejs/kit (@sveltejs/kit)
v1.30.4
Compare Source
Patch Changes
v1.30.3
Compare Source
Patch Changes
v1.30.2
Compare Source
Patch Changes
v1.30.1
Compare Source
Patch Changes
fix: prerendered root page with
paths.base
config uses correct trailing slash option (#10763)fix: correctly return 404 when a form action is not found (#11278)
v1.30.0
Compare Source
Minor Changes
response.arrayBuffer()
during ssr (#10535)Patch Changes
fix: allow
"false"
value for preload link options (#10555)fix: call worker
unref
instead ofterminate
(#10120)fix: correctly analyse exported server API methods during build (#11019)
fix: avoid error when back navigating before page is initialized (#10636)
fix: allow service-worker.js to import assets (#9285)
fix: distinguish better between not-found and internal-error (#11131)
v1.29.1
Compare Source
Patch Changes
fix: correctly return 415 when unexpected content types are submitted to actions (#11255)
chore: deprecate
preloadCode
calls with multiple arguments (#11266)v1.29.0
Compare Source
Minor Changes
resolveRoute
to$app/paths
, deprecateresolvePath
(#11261)v1.28.0
Compare Source
Minor Changes
Patch Changes
fix: resolve relative cookie paths before storing (#11253)
chore: deprecate cookies.set/delete without path option (#11237)
fix: make sure promises from fetch handle errors (#11228)
v1.27.7
Compare Source
Patch Changes
fix: set runes option in generated root (#11111)
fix: retain URL query string for trailing slash redirects to prerendered pages (#11142)
v1.27.6
Compare Source
Patch Changes
fix: use runes in generated root when detecting Svelte 5 (#11028)
fix: correctly prerender pages that use browser globals and have SSR turned off (#11032)
fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#11025)
v1.27.5
Compare Source
Patch Changes
fix: add vite.config.js to included files in generated tsconfig (#10788)
fix: cache location.origin on startup (#11004)
v1.27.4
Compare Source
Patch Changes
fix: generate
__data.json
for prerendered pages when SSR is turned off (#10988)chore: add experimental compatibility for Svelte 5 (#11002)
v1.27.3
Compare Source
Patch Changes
v1.27.2
Compare Source
Patch Changes
File
Node polyfill for Node version 18.11.0+ (#10948)v1.27.1
Compare Source
Patch Changes
v1.27.0
Compare Source
Minor Changes
invalidateAll
boolean option toenhance
callback (#9889)v1.26.0
Compare Source
Minor Changes
Patch Changes
fix: basic mime type handling for prerendered pages in preview (#10851)
chore: use just a single library (mrmime) for mime type handling (#10851)
chore: bump undici to address security issue (#10885)
fix: follow whatwg fetch spec for handling redirect loops (#10857)
fix: use
window.fetch
inload
functions to allow libraries to patch it (#10009)chore(deps): update dependency undici to ~5.26.0 (#10860)
v1.25.2
Compare Source
Patch Changes
fix: correctly update
$page.url.hash
when navigating history (#10843)fix: strip virtual module prefix from error messages (#10776)
fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#10727)
fix: only remove Vite manifest when copying files (#10782)
v1.25.1
Compare Source
Patch Changes
fix: correct line numbers in stack trace (#10769)
fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#10565)
fix: allow optional param in middle of route (#10736)
chore: update
undici
(#10641)v1.25.0
Compare Source
Minor Changes
fallback
(#9755)Patch Changes
fetch
for any scheme (#10699)v1.24.1
Compare Source
Patch Changes
v1.24.0
Compare Source
Minor Changes
Patch Changes
event.route
(#10576)v1.23.1
Compare Source
Patch Changes
pkg.workspaces
(#10625)v1.23.0
Compare Source
Minor Changes
feat: add warning for mistyped route filenames (#10558)
feat: accept
URL
inredirect
(#10570)Patch Changes
fix: adjust the type of
Navigation["type"]
(#10599)fix: allow logging
$page.url
during prerendering (#10567)v1.22.6
Compare Source
Patch Changes
fix: correctly restore trailing slash in url pathname for data requests (#10475)
fix: load trailing slash option from server even when there's no load function (#10475)
v1.22.5
Compare Source
Patch Changes
fix: make server assets available during
vite preview
(#10511)chore: upgrade
undici
to 5.23.0 (#10240)v1.22.4
Compare Source
Patch Changes
fix: prevent duplicate module preload (#10442)
docs: Elaborate on credentialed
fetch
behaviour (#10421)v1.22.3
Compare Source
Patch Changes
Response
s with immutableHeaders
(#10367)v1.22.2
Compare Source
Patch Changes
fix: wait a tick before announcing new page title (#10363)
feat: more helpful error for preview if build output doesn't exist (#10337)
v1.22.1
Compare Source
Patch Changes
v1.22.0
Compare Source
Minor Changes
feat: add
HEAD
server method (#9753)feat: support caching of responses with
Vary
header (except forVary: *
) (#9993)Patch Changes
fix: avoid running load function on invalid requests (#9752)
fix: update page store when URL hash is changed from the address bar (#10202)
fix: include
Vary: Accept
header to fix browser caching of adjacent pages and endpoints (#9993)v1.21.0
Compare Source
Minor Changes
feat: add
event.isSubRequest
boolean indicating whether this is a call to one of the app's own APIs during SSR (or prerendering) (#10170)feat: add
privatePrefix
toconfig.kit.env
(#9996)feat: export
VERSION
from@sveltejs/kit
(#9969)Patch Changes
docs: update inline NavigationType documentation (#10269)
perf: cache dynamic imports of nodes (#10080)
v1.20.5
Compare Source
Patch Changes
fix: batch synchronous invalidate invocations (#10145)
fix: allow rest params to be empty in resolvePath (#10146)
fix: correctly close dialogs when form is enhanced (#10093)
fix: precompress filter (#10185)
v1.20.4
Compare Source
Patch Changes
v1.20.3
Compare Source
Patch Changes
chore: remove
tiny-glob
as a dependency (#10166)fix: don't import types from
svelte/internal
(#10172)fix: don't skip rest parameter's matcher when there is a non-matching optional parameter (#10020)
fix: ensure
fetch
respects headers from providedRequest
(#10136)v1.20.2
Compare Source
Patch Changes
fix: ensure optional routes with matchers and catch-all match correctly (#9987)
fix: disallow
actions
export from a+layout.server
file (#10046)fix: remove scrollbars from default error page (#10059)
v1.20.1
Compare Source
Patch Changes
v1.20.0
Compare Source
Minor Changes
v1.19.0
Compare Source
Minor Changes
feat: allow link options to be set to
"true"
and"false"
(#10039)feat: add
resolvePath
export for building relative paths from route IDs and parameters (#9949)Patch Changes
fix: prevent history change when clicking same hash link (#10032)
fix: gracefully handle server endpoints that return
Response
s with immutableHeaders
when prerendering (#10030)fix: do not add content-security-policy meta element if content is empty (#10026)
docs: correct
ResolveOptions['preload']
inline documentation (#10037)fix: avoid creating update check timer on the server (#10015)
v1.18.0
Compare Source
Minor Changes
load
s (#9945)v1.17.1
Compare Source
Patch Changes
fix: ensure styles are loaded in dev mode for routes containing special characters (#9894)
feat: warn users when enhancing forms with files but no
enctype="multipart/form-data"
(#9888)v1.17.0
Compare Source
Minor Changes
feat: unshadow
data
andform
inenhance
and warn about future deprecation when used indev
mode (#9902)feat: crawl URLs in
<meta>
tags (#9900)Patch Changes
fix: avoid trying to inline raw or url css imports (#9925)
feat: prerender in worker rather than subprocess to support Deno (#9919)
perf: add
<script>
to prerendered redirects for faster redirects (#9911)fix: add typing for
vitePlugin
toConfig
(#9946)fix: stop setting Kit cookie defaults on cookies parsed from headers (#9908)
fix: only skip hydration with vite overlay if current page is an error (#9892)
v1.16.3
Compare Source
Patch Changes
fix: entry generation with mixed segments (#9879)
fix: use
focusVisible: false
to prevent unwanted focus ring on navigation (#9861)v1.16.2
Compare Source
Patch Changes
fix: support Node 20 (
6e2efcf62
)fix: reset focus synchronously on navigation (#9837)
v1.16.1
Compare Source
Patch Changes
fix: realign state.branch on the client on first load (#9754)
fix: update
$page.data
correctly after invalidate (#9798)fix: file not found in manifest (#9846)
v1.16.0
Compare Source
Minor Changes
export const entries
(#9571)v1.15.11
Compare Source
Patch Changes
chore: more compact representation for invalidated search param (#9708)
chore: fix import path to app script on windows (#9743)
fix: make $app/navigation more resilient to bundler reordering (#9808)
fix: page load
fetch()
now accepts the same input types for the body as the native fetch function (#9801)fix: handle preload and filterSerializedResponseHeaders in sequence function (#9741)
v1.15.10
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/package)
v2.3.1
Compare Source
Patch Changes
lang="ts"
tag in Svelte 5 (#12080)v2.3.0
Compare Source
Minor Changes
v2.2.7
Compare Source
Patch Changes
v2.2.6
Compare Source
Patch Changes
.svelte.js/ts
files (#11619)v2.2.5
Compare Source
Patch Changes
v2.2.4
Compare Source
Patch Changes
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
)v2.2.3
Compare Source
Patch Changes
v2.2.2
Compare Source
Patch Changes
v2.2.1
Compare Source
Patch Changes
dist/
folder (#10514)v2.2.0
Compare Source
Minor Changes
v2.1.0
Compare Source
Minor Changes
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.