Update dependency @sveltejs/kit to v2#10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
❌ Deploy Preview for resu-me failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.25.1->^2.0.0Release Notes
sveltejs/kit (@sveltejs/kit)
v2.5.3Compare Source
Patch Changes
fix: revert tsconfig change that includes svelte.config.js (#11908)
fix: exclude server worker from tsconfig again (#11727)
v2.5.2Compare Source
Patch Changes
v2.5.1Compare Source
Patch Changes
fix: prevent stale values after invalidation (#11870)
fix: prevent false positive
history.pushStateandhistory.replaceStatewarnings (#11858)fix: relax status code types (#11781)
fix:
popstatenavigations takepushStatenavigations into account (#11765)v2.5.0Compare Source
Minor Changes
Patch Changes
/@​fsprefix correctly on Windows when invokingread()in dev mode (#11728)v2.4.3Compare Source
Patch Changes
v2.4.2Compare Source
Patch Changes
v2.4.1Compare Source
Patch Changes
fix: use Vite's default value for
build.targetand respect override supplied by user (#11688)fix: properly decode base64 strings inside
read(#11682)fix: default route config to
{}for feature checking (#11685)fix: handle
onNavigatecallbacks correctly (#11678)v2.4.0Compare Source
Minor Changes
$app/servermodule withreadfunction for reading assets from filesystem (#11649)v2.3.5Compare Source
Patch Changes
v2.3.4Compare Source
Patch Changes
historymethods so other libs can monkeypatch it (#11657)v2.3.3Compare Source
Patch Changes
__sveltekit/module declarations from types (#11620)v2.3.2Compare Source
Patch Changes
fix: return plaintext 404 for anything under appDir (#11597)
fix: populate dynamic public env without using top-level await, which fails in Safari (#11601)
v2.3.1Compare Source
Patch Changes
fix: amend onNavigate type (#11599)
fix: better error message when peer dependency cannot be found (#11598)
v2.3.0Compare Source
Minor Changes
reroutehook (#11537)v2.2.2Compare Source
Patch Changes
style-srcCSP directive whenunsafe-inlineis not present (#11575)v2.2.1Compare Source
Patch Changes
feat: add CSP support for style-src-elem (#11562)
fix: address CSP conflicts with sha/nonce during dev (#11562)
v2.2.0Compare Source
Minor Changes
$env/static/publicin service workers (#10994)Patch Changes
document.URLcontains credentials (#11179)v2.1.2Compare Source
Patch Changes
v2.1.1Compare Source
Patch Changes
fix: respect the trailing slash option when navigating from the basepath root page (#11388)
chore: shrink error messages shipped to client (#11551)
v2.1.0Compare Source
Minor Changes
Patch Changes
v2.0.8Compare Source
Patch Changes
fix: always scroll to top when clicking a # or #top link (
099608c428a49504785eab3afe3b2e76a9317bdf)fix: add nonce or hash to "script-src-elem", "style-src-attr" and "style-src-elem" if defined in CSP config (#11485)
fix: decode server data with
stream: trueduring client-side navigation (#11409)fix: capture scroll position when using
pushState(#11540)chore: use peer dependencies when linked (#11433)
v2.0.7Compare Source
Patch Changes
v2.0.6Compare Source
Patch Changes
v2.0.5Compare Source
Patch Changes
fix: render SPA shell when SSR is turned off and there is no server data (#11405)
fix: upgrade
sirvandmrmimeto modernize javascript mime type (#11419)v2.0.4Compare Source
Patch Changes
chore: update primary branch from master to main (
47779436c5f6c4d50011d0ef8b2709a07c0fec5d)fix: adjust missing inner content warning (#11394)
fix: prevent esbuild adding phantom exports to service worker (#11400)
fix: goto type include state (#11398)
fix: ensure assets are served gzip in preview (#11377)
v2.0.3Compare Source
Patch Changes
v2.0.2Compare Source
Patch Changes
v2.0.1Compare Source
Patch Changes
v2.0.0Compare Source
Major Changes
breaking: remove top-level promise awaiting (#11176)
breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)
breaking: remove deprecated
use:enhancecallback values (#11282)breaking: turn
errorandredirectinto commands (#11165)breaking: the type for
dependsnow requires a:as part of the string (#11201)breaking: remove baseUrl fallback from generated tsconfig (#11294)
breaking: fail if route with +page and +server is marked prerenderable (#11256)
breaking: remove
resolvePathin favour ofresolveRoutefrom$app/paths(#11265)breaking: drop support for Svelte 3 (#11168)
breaking: require Vite 5.0.3+ (#11122)
breaking: generate
__data.jsonfiles as sibling to.htmlfiles (#11269)breaking: fail if +page and +server have mismatched config (#11256)
breaking: error if form without multipart/form-data enctype contains a file input (#11282)
breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)
breaking:
@sveltejs/vite-plugin-svelteis now a peer dependency and will need to be installed in each project using SvelteKit (#11184)breaking: stop re-exporting vitePreprocess (#11297)
breaking: require path option when setting/deleting/serializing cookies (#11240)
breaking: tighten up error handling (#11289)
breaking: remove state option from goto in favor of shallow routing (#11307)
breaking: disallow external navigation with
goto(#11207)breaking: upgrade to TypeScript 5. Default
moduleResolutiontobundlerin user projects to be permissive in consuming andNodeNextwhen runningpackageto be strict in distributing (#11160)breaking: undefined is no longer a valid value for paths.relative (#11185)
breaking: require Node 18.13 or newer (#11172)
breaking: fix path resolution (#11276)
breaking: remove
dangerZone.trackServerFetches(#11235)Minor Changes
feat: add untrack to load (#11311)
feat: implement shallow routing (#11307)
feat: provide SvelteKit html typings (#11222)
feat: redact internal stack trace when reporting config errors (#11292)
feat: allow for fine grained invalidation of search params (#11258)
Patch Changes
fix: prerender optional parameters as empty when
entriescontains'*'(#11178)fix: resolve route config correctly (#11256)
fix: import Svelte types from svelte/compiler (#11188)
fix: reset invalid resources after a successful invalidation (#11268)
fix: Adjust fail method and ActionFailure type (#11260)
chore(deps): upgrade cookies dependency (#11189)
v1.30.4Compare Source
Patch Changes
v1.30.3Compare Source
Patch Changes
v1.30.2Compare Source
Patch Changes
v1.30.1Compare Source
Patch Changes
fix: prerendered root page with
paths.baseconfig uses correct trailing slash option (#10763)fix: correctly return 404 when a form action is not found (#11278)
v1.30.0Compare Source
Minor Changes
response.arrayBuffer()during ssr (#10535)Patch Changes
fix: allow
"false"value for preload link options (#10555)fix: call worker
unrefinstead 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.1Compare Source
Patch Changes
fix: correctly return 415 when unexpected content types are submitted to actions (#11255)
chore: deprecate
preloadCodecalls with multiple arguments (#11266)v1.29.0Compare Source
Minor Changes
resolveRouteto$app/paths, deprecateresolvePath(#11261)v1.28.0Compare 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.7Compare 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.6Compare 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.5Compare Source
Patch Changes
fix: add vite.config.js to included files in generated tsconfig (#10788)
fix: cache location.origin on startup (#11004)
v1.27.4Compare Source
Patch Changes
fix: generate
__data.jsonfor prerendered pages when SSR is turned off (#10988)chore: add experimental compatibility for Svelte 5 (#11002)
v1.27.3Compare Source
Patch Changes
v1.27.2Compare Source
Patch Changes
FileNode polyfill for Node version 18.11.0+ (#10948)v1.27.1Compare Source
Patch Changes
v1.27.0Compare Source
Minor Changes
invalidateAllboolean option toenhancecallback (#9889)v1.26.0Compare 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.fetchinloadfunctions to allow libraries to patch it (#10009)chore(deps): update dependency undici to ~5.26.0 (#10860)
v1.25.2Compare Source
Patch Changes
fix: correctly update
$page.url.hashwhen 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)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.