generated from paring-chan/command.ts-v3-quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependency @sveltejs/kit to v1.30.4 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/sveltejs-kit-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
aadf76b to
48bd0a3
Compare
48bd0a3 to
b86af57
Compare
b86af57 to
a17a4d1
Compare
a17a4d1 to
0caa95a
Compare
0caa95a to
c28bd05
Compare
c28bd05 to
b5eb1a2
Compare
b5eb1a2 to
0cb7d7f
Compare
0cb7d7f to
3237071
Compare
3237071 to
b7e7bd5
Compare
b7e7bd5 to
9e435eb
Compare
9e435eb to
138923c
Compare
138923c to
dbc4d9d
Compare
dbc4d9d to
1eb1f60
Compare
1eb1f60 to
80346e6
Compare
80346e6 to
6a4703a
Compare
934070a to
40da5b6
Compare
40da5b6 to
9703e56
Compare
9703e56 to
b0e0e38
Compare
b0e0e38 to
273cddf
Compare
273cddf to
6a5237f
Compare
6a5237f to
9fa29f4
Compare
9fa29f4 to
35596a2
Compare
35596a2 to
f6a9350
Compare
f6a9350 to
925a00f
Compare
925a00f to
3e450e6
Compare
3e450e6 to
d6a1d6f
Compare
d6a1d6f to
4b9c05c
Compare
0042715 to
6faa096
Compare
6faa096 to
b834fcc
Compare
b834fcc to
5e0a7a8
Compare
5e0a7a8 to
24d42d6
Compare
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.0.0-next.396→1.30.4Release Notes
sveltejs/kit (@sveltejs/kit)
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)
v1.25.1Compare 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.0Compare Source
Minor Changes
fallback(#9755)Patch Changes
fetchfor any scheme (#10699)v1.24.1Compare Source
Patch Changes
v1.24.0Compare Source
Minor Changes
Patch Changes
event.route(#10576)v1.23.1Compare Source
Patch Changes
pkg.workspaces(#10625)v1.23.0Compare Source
Minor Changes
feat: add warning for mistyped route filenames (#10558)
feat: accept
URLinredirect(#10570)Patch Changes
fix: adjust the type of
Navigation["type"](#10599)fix: allow logging
$page.urlduring prerendering (#10567)v1.22.6Compare 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.5Compare Source
Patch Changes
fix: make server assets available during
vite preview(#10511)chore: upgrade
undicito 5.23.0 (#10240)v1.22.4Compare Source
Patch Changes
fix: prevent duplicate module preload (#10442)
docs: Elaborate on credentialed
fetchbehaviour (#10421)v1.22.3Compare Source
Patch Changes
Responses with immutableHeaders(#10367)v1.22.2Compare 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.1Compare Source
Patch Changes
v1.22.0Compare Source
Minor Changes
feat: add
HEADserver method (#9753)feat: support caching of responses with
Varyheader (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: Acceptheader to fix browser caching of adjacent pages and endpoints (#9993)v1.21.0Compare Source
Minor Changes
feat: add
event.isSubRequestboolean indicating whether this is a call to one of the app's own APIs during SSR (or prerendering) (#10170)feat: add
privatePrefixtoconfig.kit.env(#9996)feat: export
VERSIONfrom@sveltejs/kit(#9969)Patch Changes
docs: update inline NavigationType documentation (#10269)
perf: cache dynamic imports of nodes (#10080)
v1.20.5Compare 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.4Compare Source
Patch Changes
v1.20.3Compare Source
Patch Changes
chore: remove
tiny-globas 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
fetchrespects headers from providedRequest(#10136)v1.20.2Compare Source
Patch Changes
fix: ensure optional routes with matchers and catch-all match correctly (#9987)
fix: disallow
actionsexport from a+layout.serverfile (#10046)fix: remove scrollbars from default error page (#10059)
v1.20.1Compare Source
Patch Changes
v1.20.0Compare Source
Minor Changes
v1.19.0Compare Source
Minor Changes
feat: allow link options to be set to
"true"and"false"(#10039)feat: add
resolvePathexport 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
Responses with immutableHeaderswhen 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.0Compare Source
Minor Changes
loads (#9945)v1.17.1Compare 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.0Compare Source
Minor Changes
feat: unshadow
dataandforminenhanceand warn about future deprecation when used indevmode (#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
vitePlugintoConfig(#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.3Compare Source
Patch Changes
fix: entry generation with mixed segments (#9879)
fix: use
focusVisible: falseto prevent unwanted focus ring on navigation (#9861)v1.16.2Compare Source
Patch Changes
fix: support Node 20 (
6e2efcf62)fix: reset focus synchronously on navigation (#9837)
v1.16.1Compare Source
Patch Changes
fix: realign state.branch on the client on first load (#9754)
fix: update
$page.datacorrectly after invalidate (#9798)fix: file not found in manifest (#9846)
v1.16.0Compare Source
Minor Changes
export const entries(#9571)v1.15.11Compare 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.10Compare Source
Patch Changes
v1.15.9Compare Source
Patch Changes
fix: correctly replace state when
data-sveltekit-replacestateis used with a hash link (#9751)fix: compute trailing slash on page server / data request (#9738)
fix: update vite-plugin-svelte to fix windows resolution issue (#9769)
v1.15.8Compare Source
Patch Changes
chore: revert undici pin and upgrade version (#9740)
chore: upgrade vite-plugin-svelte for resolve improvements and warnings (#9742)
v1.15.7Compare Source
Patch Changes
fix: provide better error when prerendered routes conflict with each other (#9692)
fix: prevent false positive warnings for fetch in Firefox and Safari (#9680)
fix: allow embedding two pages generated into the same page in "embedded" mode (#9610)
fix: don't include prerendered routes in default generateManifest (#9471)
fix: better error messages for handleable prerender failures (#9621)
v1.15.6Compare Source
Patch Changes
fix: use correct relative paths when rendering base path (#9343)
fix: handle redirect thrown in handle hook in response to form action (#9658)
fix: do not call beforeNavigate for download links (#9660)
v1.15.5Compare Source
Patch Changes
fix: correct allow header methods list for 405s (#9655)
fix: prevent routes/layouts from having conflicting files through resets or different extensions (#9590)
fix: prevent unhandled exceptions for invalid header values (#9638)
v1.15.4Compare Source
Patch Changes
fix: gracefully handle failure to load hooks.server.js (#9641)
feat: set sourcemapIgnoreList to filter out non-source directories (#9619)
v1.15.3Compare Source
Patch Changes
v1.15.2Compare Source
Patch Changes
ba436c66)v1.15.1Compare 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.0Compare Source
Minor Changes
SubmitFunctionthrough./$types(#9201)Patch Changes
fix: throw error when file can't be found in Vite manifest (#9558)
fix: make
error.messageenumerable when sendingssrLoadModuleerror to client (#9440)fix: pass
publicDirVite config in SSR (#9565)fix: balance parentheses in error about wrong content type for action (#9513)
v1.14.0Compare Source
Minor Changes
Patch Changes
submittertype toSubmitFunction(#9484)v1.13.0Compare Source
Minor Changes
Patch Changes
v1.12.0Compare Source
Minor Changes
feat: expose submitter in use:enhance SubmitFunction (#9425)
feat: add data-sveltekit-keepfocus and data-sveltekit-replacestate options to links (requires Svelte version 3.56 for type-checking with
svelte-check) (#9019)Patch Changes
fix: don't start debugger on 404s (#9424)
fix: handle srcset attributes with newline after comma (#9388)
fix: allow tsconfig to extend multiple other tsconfigs (#9413)
chore: update Undici to 5.21.0 (#9417)
v1.11.0Compare Source
Minor Changes
feat: pause on debugger when falling back to full page reload during development (#9305)
feat: expose
basevia$service-worker, make paths relative (#9250)Patch Changes
fix: don't automatically prerender non-SSR'd pages (#9352)
fix: use 308 responses for trailing slash redirects, instead of 301s (#9351)
fix: remove buggy cookie path detection (#9298)
fix: don't prevent
beforeNavigatecallbacks from running following a cancelled unloading navigation (#9347)fix: persist DOM state on beforeunload (#9345)
fix: redirect to path with/without trailing slash when previewing prerendered pages (#9353)
fix: avoid FOUC when using CSS modules in dev (#9323)
fix: don't skip required parameters after missing optional parameters (#9331)
fix: account for server-emitted assets when prerenering (#9349)
fix: deal with fast consecutive promise resolutions when streaming (#9332)
chore: replace deprecated property access in preparation for TS 5.0 (#9361)
v1.10.0Compare Source
Minor Changes
cookies.getAll(#9287)Patch Changes
fix: always include
<link rel="stylesheet">, even for stylesheets excluded from Link headers (#9255)fix: preserve form state when submitting a second time (#9267)
v1.9.3Compare Source
Patch Changes
v1.9.2Compare Source
Patch Changes
v1.9.1Compare Source
Patch Changes
v1.9.0Compare Source
Minor Changes
paths.relativeoption to control interpretation ofpaths.assetsandpaths.base(#9220)v1.8.8Compare Source
Patch Changes
@sveltejs/kittonoExternalfor ssr build (#9242)api.methodsandpage.methodstobuilder.routes(#9145)v1.8.7Compare Source
Patch Changes
paths.base(#9232)v1.8.6Compare Source
Patch Changes
v1.8.5Compare Source
Patch Changes
handle(#9198)v1.8.4Compare Source
Patch Changes
fix: include .mjs files in precompression (#9179)
fix: revert mjs extension usage by default, make it an option (#9179)
chore: dummy changeset to force a release (#9207)
v1.8.3Compare Source
Patch Changes
v1.8.2Compare Source
Patch Changes
v1.8.1Compare Source
Patch Changes
v1.8.0Compare Source
Minor Changes
Patch Changes
fix: set public env before starting app (#8957)
fix: preload modules on Safari (#8957)
fix: make
assetswork in client when app is served from a subfolder (#8957)v1.7.2Compare Source
Patch Changes
builder.writeClient()(#9095)v1.7.1Compare Source
Patch Changes
v1.7.0Minor Changes
Patch Changes
v1.6.0Minor Changes
OPTIONSserver method (#8731)Patch Changes
missing "./paths" specifier in "@​sveltejs/kit" packageerror occurring in all projects (#9050)v1.5.7Patch Changes
v1.5.6Patch Changes
fix: ssr defaults preventing minification for client build (#9012)
fix: client-side trailing slash redirect when preloading data (#8982)
v1.5.5Compare Source
Patch Changes
v1.5.3Compare Source
Patch Changes
docs: clarify that
version.nameshould be deterministic (#8956)fix: correctly include exported http methods in allow header (#8968)
chore: polyfill File from node:buffer (#8925)
fix: provide helpful error/warning when calling
fetchduring render (#8551)fix: print useful error when subscribing to SvelteKit's stores at the wrong time during SSR (#8960)
fix: ignore external links when automatically preloading (#8961)
chore: refactor fallback generation (#8972)
v1.5.2Compare Source
Patch Changes
paths.assetstopaths.base(#8928)v1.5.1Compare Source
Patch Changes
fix: pick up config from endpoints (#8933)
fix: don't reuse previous server load cache when there's no server load function (#8893)
fix: deduplicate paths in tsconfig (#8880)
docs: clarify version management feature (#8941)
v1.5.0Compare Source
Minor Changes
feat: support route-level configuration (#8740)
feat: add snapshot mechanism for preserving ephemeral DOM state (#8710)
Patch Changes
v1.4.0Compare Source
Minor Changes
Patch Changes
fix: ensure types of all form actions are accessible even if differing (#8877)
fix: correctly handle HttpErrors on the client side (#8829)
docs: discourage use of
gotowith external URLs (#8837)fix: prevent crawling empty urls (
<img src="">) (#8883)fix: correctly serialize request url when using load
fetch(#8876)fix: ensure endpoints can fetch endpoints on the same host but not part of the application (#8869)
v1.3.10Compare Source
Patch Changes
v1.3.9Compare Source
Patch Changes
v1.3.8Compare Source
Patch Changes
v1.3.7Compare Source
Patch Changes
fix: only show prerendering message when actually prerendering (#8809)
fix: handle anchors with special chars when navigating (#8806)
fix: await finalise hook and run it only once (#8817)
v1.3.6Compare Source
Patch Changes
fix: allow rest parameters to follow multiple optional - or not - parameters (#8761)
fix: consider headers when constructing request hash (#8754)
v1.3.5Compare Source
Patch Changes
docs: fix typo (#8790)
fix: build error on layout with missing leaves (#8792)
fix: handle hash links with non-ASCII characters when navigating (#8767)
v1.3.4Compare Source
Patch Changes
v1.3.3Compare Source
Patch Changes
process.envto child process (#8777)v1.3.2Compare Source
Patch Changes
v1.3.1Compare Source
Patch Changes
v1.3.0Compare Source
Minor Changes
Patch Changes
v1.2.10Compare Source
Patch Changes
chore: restrict methods allowed for POST (#8721)
fix: provide proper error when POSTing to a missing page endpoint (#8714)
v1.2.9Compare Source
Patch Changes
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 was generated by Mend Renovate. View the repository job log.