Update dependency @sveltejs/kit to v1.27.3 #14

Open
odit_renovate wants to merge 3 commits from renovate/sveltejs-kit-1.x into main

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 1.0.0-next.324 -> 1.27.3 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)

v1.27.2

Compare Source

Patch Changes
  • fix: missing File Node polyfill for Node version 18.11.0+ (#​10948)

v1.27.1

Compare Source

Patch Changes
  • fix: only apply some polyfills below node 18.11 (#​10920)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
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 in load 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
  • feat: add server endpoint catch-all method handler fallback (#​9755)
Patch Changes
  • fix: allow calling fetch for any scheme (#​10699)

v1.24.1

Compare Source

Patch Changes
  • fix: mark aborted/cancelled navigation as handled (#​10666)

v1.24.0

Compare Source

Minor Changes
  • feat: onNavigate lifecycle function (#​9605)
Patch Changes
  • fix: Use Proxy to track usage of client side load event.route (#​10576)

v1.23.1

Compare Source

Patch Changes
  • fix: process globs in pkg.workspaces (#​10625)

v1.23.0

Compare Source

Minor Changes
  • feat: add warning for mistyped route filenames (#​10558)

  • feat: accept URL in redirect (#​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
  • fix: gracefully handle server endpoints that return Responses with immutable Headers (#​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
  • perf: only have Vite generate relative paths when required (#​10287)

v1.22.0

Compare Source

Minor Changes
  • feat: add HEAD server method (#​9753)

  • feat: support caching of responses with Vary header (except for Vary: *) (#​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 to config.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
  • fix: remove reference to tiny-glob from postinstall script (#​10174)

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 provided Request (#​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
  • fix: don't copy public folder in service worker build (#​10082)

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 Responses with immutable Headers 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
  • security: Stop implicitly tracking URLs as dependencies in server-side loads (#​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 and form in enhance and warn about future deprecation when used in dev 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 to Config (#​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
  • feat: route-level entry generators via 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
  • fix: log whole error object in default handleError (#​9791)

v1.15.9

Compare Source

Patch Changes
  • fix: correctly replace state when data-sveltekit-replacestate is 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.8

Compare Source

Patch Changes
  • chore: revert undici pin and upgrade version (#​9740)

  • chore: upgrade vite-plugin-svelte for resolve improvements and warnings (#​9742)

v1.15.7

Compare 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.6

Compare 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.5

Compare 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.4

Compare 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.3

Compare Source

Patch Changes
  • fix: prevent building duplicate CSS files (#​9382)

v1.15.2

Compare Source

Patch Changes
  • fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)

v1.15.1

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.0

Compare Source

Minor Changes
  • feat: expose stronger typed SubmitFunction through ./$types (#​9201)
Patch Changes
  • fix: throw error when file can't be found in Vite manifest (#​9558)

  • fix: make error.message enumerable when sending ssrLoadModule error to client (#​9440)

  • fix: pass publicDir Vite config in SSR (#​9565)

  • fix: balance parentheses in error about wrong content type for action (#​9513)

v1.14.0

Compare Source

Minor Changes
  • feat: add HMR to fallback error pages during dev (#​9497)
Patch Changes
  • fix: add submitter type to SumbitFunction (#​9484)

v1.13.0

Compare Source

Minor Changes
  • feat: add dark mode styles to default error page (#​9460)
Patch Changes
  • fix: recover from errors during dev by reloading (#​9441)

v1.12.0

Compare 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.0

Compare Source

Minor Changes
  • feat: pause on debugger when falling back to full page reload during development (#​9305)

  • feat: expose base via $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 beforeNavigate callbacks 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.0

Compare Source

Minor Changes
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.3

Compare Source

Patch Changes
  • fix: successive optional route parameters can now be empty (#​9266)

v1.9.2

Compare Source

Patch Changes
  • fix: correct undefined reference to global var with Vitest (#​9252)

v1.9.1

Compare Source

Patch Changes
  • feat: warn when calling depends(...) with special URI scheme (#​9246)

v1.9.0

Compare Source

Minor Changes
  • feat: add paths.relative option to control interpretation of paths.assets and paths.base (#​9220)

v1.8.8

Compare Source

Patch Changes
  • fix: always add @sveltejs/kit to noExternal for ssr build (#​9242)
  • feat: add api.methods and page.methods to builder.routes (#​9145)

v1.8.7

Compare Source

Patch Changes
  • fix: correct not found message when setting paths.base (#​9232)

v1.8.6

Compare Source

Patch Changes
  • fix: bundle SvelteKit when using Vitest (#​9172)

v1.8.5

Compare Source

Patch Changes
  • fix: allow relative fetch to endpoint outside app from within handle (#​9198)

v1.8.4

Compare 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.3

Compare Source

Patch Changes
  • fix: use a proprietary content-type to ensure response is not buffered (#​9142)

v1.8.2

Compare Source

Patch Changes
  • fix: append newline to trigger script evaluation (#​9139)

v1.8.1

Compare Source

Patch Changes
  • fix: encode streamed chunks (#​9136)

v1.8.0

Compare Source

Minor Changes
  • feat: implement streaming promises for server load functions (#​8901)
Patch Changes
  • fix: set public env before starting app (#​8957)

  • fix: preload modules on Safari (#​8957)

  • fix: make assets work in client when app is served from a subfolder (#​8957)

v1.7.2

Compare Source

Patch Changes
  • fix: return correct asset list from builder.writeClient() (#​9095)

v1.7.1

Compare Source

Patch Changes
  • fix: deploy server assets. Only works with Vite 4.1+ (#​9073)

v1.7.0

Minor Changes
  • feat: richer error message for invalid exports (#​9055)
Patch Changes
  • chore: throw more helpful error when encoding uri fails during prerendering (#​9053)

v1.6.0

Minor Changes
  • feat: add OPTIONS server method (#​8731)
Patch Changes
  • fix: solve missing "./paths" specifier in "@&#8203;sveltejs/kit" package error occurring in all projects (#​9050)

v1.5.7

Patch Changes
  • fix: use internal alias that won't collide with user aliases (#​9022)

v1.5.6

Patch Changes
  • fix: ssr defaults preventing minification for client build (#​9012)

  • fix: client-side trailing slash redirect when preloading data (#​8982)

v1.5.5

Compare Source

Patch Changes
  • fix: warn after failed data preloads in dev (#​8985)

v1.5.3

Compare Source

Patch Changes
  • docs: clarify that version.name should 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 fetch during 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.2

Compare Source

Patch Changes
  • fix: always default paths.assets to paths.base (#​8928)

v1.5.1

Compare 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.0

Compare Source

Minor Changes
  • feat: support route-level configuration (#​8740)

  • feat: add snapshot mechanism for preserving ephemeral DOM state (#​8710)

Patch Changes
  • chore(deps): update dependency undici to v5.18.0 (#​8884)

v1.4.0

Compare Source

Minor Changes
  • feat: allow $app/paths to be used without an app (#​8838)
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 goto with 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.10

Compare Source

Patch Changes
  • fix: preserve build error messages (#​8846)

v1.3.9

Compare Source

Patch Changes
  • fix: output errors properly if pages fail to compile (#​8813)

v1.3.8

Compare Source

Patch Changes
  • fix: remove Vite manifest before running adapter (#​8815)

v1.3.7

Compare 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.6

Compare 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.5

Compare 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.4

Compare Source

Patch Changes

v1.3.3

Compare Source

Patch Changes
  • fix: forward process.env to child process (#​8777)

v1.3.2

Compare Source

Patch Changes
  • fix: take base path into account when preloading code (#​8748)

v1.3.1

Compare Source

Patch Changes
  • fix: preserve build error messages (#​8846)

v1.3.0

Compare Source

Minor Changes
  • feat: allow generated tsconfig to be modified (#​8606)
Patch Changes
  • fix: skip navigation hooks on popstate events when only hash changed (#​8730)

v1.2.10

Compare Source

Patch Changes
  • chore: restrict methods allowed for POST (#​8721)

  • fix: provide proper error when POSTing to a missing page endpoint (#​8714)

v1.2.9

Compare Source

Patch Changes
  • fix: reapply exports alignment after Vite dependency optimizations (#​8690)

v1.2.8

Compare Source

Patch Changes
  • fix: include base path in path to start script (#​8651)

v1.2.7

Compare Source

Patch Changes
  • fix: set headers when throwing redirect in handle (#​8648)

v1.2.6

Compare Source

Patch Changes
  • fix: allow importing assets while using base path (#​8683)

v1.2.5

Compare Source

Patch Changes
  • fix: check for wrong return values from form actions (#​8553)

v1.2.4

Compare Source

Patch Changes
  • chore: update undici to v5.16.0 (#​8668)

v1.2.3

Compare Source

Patch Changes
  • fix: set environment variables before postbuild analysis (#​8647)

v1.2.2

Compare Source

Patch Changes
  • fix: focus management after navigation (#​8466)

v1.2.1

Compare Source

Patch Changes
  • chore: restrict methods allowed for POST (#​8721)

  • fix: provide proper error when POSTing to a missing page endpoint (#​8714)

v1.2.0

Compare Source

Minor Changes
  • feat: add text(...) helper for generating text responses (#​8371)

  • feat: enable access to public env within app.html (#​8449)

  • fix: add Content-Length header to SvelteKit-generated responses (#​8371)

v1.1.4

Compare Source

Patch Changes
  • fix: squelch unknown prop warning for +error.svelte components (#​8593)

v1.1.3

Compare Source

Patch Changes
  • docs: explain how to add ambient typings (#​8558)

  • fix: ignore target="_blank" links (#​8563)

v1.1.2

Compare Source

Patch Changes
  • fix: correct link in types documentation (#​8557)

  • fix: correctly detect changed data (#​8377)

  • fix: only generate type definitions with sync command (#​8552)

  • fix: remove baseUrl to prevent wrong TypeScript auto imports if possible (#​8568)

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
  • feat: warn when usage of page options in .svelte files or missing <slot /> in layout is detected (#​8475)
Patch Changes
  • fix: exit postbuild step with code 0 (#​8514)

  • fix: only run missing page check in dev mode (#​8515)

  • fix: avoid input name clobbering form method check (#​8471)

  • fix: exclude service worker from tsconfig (#​8508)

  • fix: provide better error message in case of missing +page.svelte (#​8478)

v1.0.13

Compare Source

Patch Changes
  • chore: separate generated from non-generated server code (#​8429)

v1.0.12

Compare Source

Patch Changes
  • fix: make prerendered endpoint callable from non-prerendered server load (#​8453)

  • docs: add links to http status codes (#​8480)

  • fix: prerender page when prerender set to 'auto' and ssr set to true (#​8481)

  • fix: prevent false positive warnings for fetch uses in firefox (#​8456)

  • fix: check version on node fetch fail (#​8487)

  • fix: avoid unnecessary $page store updates (#​8457)

v1.0.11

Compare Source

Patch Changes
  • feat: warn that hydration may break if comments are removed from HTML (#​8423)
  • fix: ignore <a> elements with no href attribute when refocusing after navigation (#​8418)
  • fix: invalidate dependencies implicitly added by fetch in server load functions (#​8420)

v1.0.10

Compare Source

Patch Changes
  • fix: skip inline cache when vary header is present (#​8406)

v1.0.9

Compare Source

Patch Changes
  • fix: add assetFileNames to worker rollup options (#​8384)

v1.0.8

Compare Source

Patch Changes
  • feat: error in dev mode if global fetch is used with relative URL (#​8370)
  • fix: disable illegal import detection when running unit tests (#​8365)
  • fix: only prerender a given dependency once (#​8376)
  • fix: updated.check() type changed to Promise<boolean> (#​8400)
  • fix: don't strip body in no-cors mode on the server (#​8412)
  • fix: quote 'script' in CSP directives (#​8372)
  • fix: correctly compare route ids for load change detection (#​8399)
  • fix: don't add nonce attribute to <link> elements (#​8369)

v1.0.7

Compare Source

Patch Changes
  • fix: ignore *.test.js and *.spec.js files in params directory (#​8250)

v1.0.6

Compare Source

Patch Changes
  • fix: guarantee that $page.route has the correct shape (#​8359)

v1.0.5

Compare Source

Patch Changes
  • fix: update typings of event.platform to be possibly undefined (#​8232)

v1.0.3

Compare Source

Patch Changes
  • feat: include submitter's value when progressively enhancing <form method="get"> (#​8273)

v1.0.2

Compare Source

Patch Changes
  • fix: correct filterSerializedResponseHeaders error message (#​8348)
  • fix: correct form action redirect status code (#​8210)

v1.0.1

Compare Source

Patch Changes
  • chore: separate generated from non-generated server code (#​8429)

v1.0.0

Compare Source

Major Changes

First major release, see below for the history of changes that lead up to this.
Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch

v1.0.0-next.589

Compare Source

Patch Changes
  • breaking: remove warnings/errors about removed/changed APIs (#​8019)

v1.0.0-next.588

Compare Source

Patch Changes
  • fix: remove obsolete generated types correctly (#​8149)

v1.0.0-next.587

Compare Source

Patch Changes
  • breaking: prerender shells when ssr false and prerender not false (#​8131)

v1.0.0-next.586

Compare Source

Patch Changes
  • fix: don't de/encode initial and explicit string headers (#​8113)

v1.0.0-next.585

Compare Source

Patch Changes
  • fix: remove unused elements from default error component (#​8110)

v1.0.0-next.584

Compare Source

Patch Changes
  • fix: load errorTemplate from correct location (#​8096)
  • More robust manifest error recovery (#​8095)

v1.0.0-next.583

Compare Source

Patch Changes
  • restart vite dev-server on svelte config change (#​8087)
  • Set correct $page.status when using enhance and result is of type 'error' (#​8073)
  • fix: ensure export conditions are resolve through Vite (#​8092)
  • fix: don't crash Vite dev server on manifest error (#​8093)

v1.0.0-next.582

Compare Source

Patch Changes
  • fix: improve split between Vite plugins (#​8055)
  • fix: set Vite base URL (#​8046)
  • add declaration for vitePreprocess reexport (#​8053)

v1.0.0-next.581

Compare Source

Patch Changes

v1.0.0-next.580

Compare Source

Patch Changes
  • breaking: throw an error on invalid load response (#​8003)
  • fix: allow SvelteKit to be used without bundling (#​7950)

v1.0.0-next.579

Compare Source

Patch Changes
  • breaking: update svelte peerDependency to ^3.54.0 (#​7543)
  • update esbuild to ^0.16.3 (#​7543)
  • breaking: upgrade to Vite 4 (#​7543)

v1.0.0-next.578

Compare Source

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)

v1.0.0-next.577

Compare Source

Patch Changes
  • breaking: add embedded option, turned off by default (#​7969)

v1.0.0-next.576

Compare Source

Patch Changes
  • breaking: make sveltekit() return a promise of array of Vite plugins (#​7994)

v1.0.0-next.575

Compare Source

Patch Changes
  • fix: throw error when using enhance on GET forms (#​7948)
  • breaking: strip __data.json from url (#​7979)

v1.0.0-next.574

Compare Source

Patch Changes
  • feat: split Vite plugin in two (#​7990)

v1.0.0-next.573

Compare Source

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)

v1.0.0-next.572

Compare Source

Minor Changes
  • Checks that element is not null before reading getAttribute (#​7930)
Patch Changes
  • chore: update magic-string (#​7931)
  • add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled (#​7933)
  • reload dev page on change of app.html (#​7944)

v1.0.0-next.571

Compare Source

Patch Changes
  • fix: use searchParams for x-sveltekit-invalidated (#​7912)
  • fix: correct Vite config merging with force option (#​7911)
  • fix: rebuild manifest when client hooks or param matcher file is added/removed (#​7915)

v1.0.0-next.570

Compare Source

Patch Changes
  • Remove prepublishOnly script (#​7893)

v1.0.0-next.567

Compare Source

Patch Changes
  • Co-locate synthetic types with other Kit types (#​7864)

v1.0.0-next.566

Compare Source

Patch Changes

v1.0.0-next.565

Compare Source

Patch Changes
  • breaking: Replace data-sveltekit-prefetch with -preload-code and -preload-data (#​7776)
  • breaking: Rename prefetch to preloadData and prefetchRoutes to preloadCode (#​7776)

v1.0.0-next.564

Compare Source

Patch Changes
  • chore: upgrade undici (#​7830)
  • Make $page.url resilient against mutations (#​7827)

v1.0.0-next.563

Compare Source

Patch Changes
  • feat: allow handleError to return a promise (#​7780)
  • breaking: remove format option from generateManifest(...) (#​7820)

v1.0.0-next.562

Compare Source

Patch Changes
  • fix: handle redirects in handle hook while processing data request (#​7797)
  • Make touchstart listener passive (#​7818)
  • breaking: remove getStaticDirectory() from builder API (#​7809)
  • Make console.warn wrapper named rather than anonymous (#​7811)

v1.0.0-next.561

Compare Source

Patch Changes
  • Upgrade vite-plugin-svelte to ^1.3.1 (#​7760)

v1.0.0-next.560

Compare Source

Patch Changes
  • breaking: Rename prerendering to building, remove config.kit.prerender.enabled (#​7762)

v1.0.0-next.559

Compare Source

Patch Changes
  • Roll over non-matching optional parameters instead of 404ing (#​7753)
  • fix: enable Vite's modulePreload.polyfill (#​7770)

v1.0.0-next.557

Compare Source

Patch Changes
  • external fetch calls: ensure serialized cookie values are url-encoded [#​7736] (#​7736)

v1.0.0-next.556

Compare Source

Patch Changes
  • fix: preserve Vite CLI opts (#​7749)

v1.0.0-next.555

Compare Source

Patch Changes
  • Made config.kit.outDir able to be located in node_modules (#​7707)

v1.0.0-next.554

Compare Source

Patch Changes
  • create stronger types for dynamically generated env modules (#​7735)
  • breaking: Make trailingSlash a page option, rather than configuration (#​7719)
  • Handle hash links with non-ASCII characters when prerendering (#​7729)
  • Ignore popstate events from outside the router (#​7721)

v1.0.0-next.553

Compare Source

Patch Changes
  • Prevent Vite from nuking logs on startup (#​7724)

v1.0.0-next.552

Compare Source

Patch Changes
  • Don't hardcode version in client bundle (#​7694)
  • Allow .d.ts files to have a + prefix (#​7682)
  • Expose version from $app/environment (#​7689)
  • fix: export HttpError/Redirect interface (#​7701)
  • fix: don't preload fonts by default (#​7704)
  • Always set Accept and Accept-Language headers when making a self-request (#​7722)
  • fix: adjust interfaces to fix type errors (#​7718)

v1.0.0-next.551

Compare Source

Patch Changes
  • Add Access-Control-Allow-Origin: * to static assets in dev (#​7688)
  • Ignore presence of keepfocus and noscroll in goto options if correctly-cased options are also present (#​7678)

v1.0.0-next.550

Compare Source

Patch Changes
  • feat: preload fonts and add preload customization (#​4963)

v1.0.0-next.549

Compare Source

Patch Changes
  • Always apply Node polyfills (#​7675)

v1.0.0-next.548

Compare Source

Patch Changes
  • Only apply polyfills where necessary (#​7668)

v1.0.0-next.547

Compare Source

Patch Changes
  • fix: safely join url segments in manifest (#​7653)
  • breaking: use devalue to (de)serialize action data (#​7494)
  • Warn if %sveltekit.body% is direct child of <body> (#​7652)

v1.0.0-next.546

Compare Source

Patch Changes
  • fix outdated config error (#​7649)
  • breaking: use hex/unicode escape sequences for encoding special characters in route directory names (#​7644)
  • fix beforeNavigate description — routeId -> route.id (#​7643)

v1.0.0-next.545

Compare Source

Patch Changes
  • fix: prerendering path and layout fixes (#​7639)
  • fix: add Promise return type to the enhance action (#​7629)

v1.0.0-next.544

Compare Source

Patch Changes
  • breaking: narrow down possible status codes for redirects to 300-308 (#​7615)
  • feat: add fallback component for layouts without one (#​7619)

v1.0.0-next.543

Compare Source

Patch Changes
  • Don't print search params error when prerendering fallback page (#​7598)
  • allow async function for enhance action parameter (#​7608)
  • Run service worker during development (#​7597)
  • feat: support throwing redirect in handle (#​7612)
  • Workaround for the DOM clobbering for use:enhance (#​7599)
  • fix: don't cache prefetch errors (#​7610)

v1.0.0-next.542

Compare Source

Patch Changes
  • Add support for linking to tags (#​7596)
  • breaking: don't run beforeNavigate during redirects (#​7588)
  • fix: respect autofocus following navigation or enhanced form submit (#​6643)

v1.0.0-next.541

Compare Source

Minor Changes
  • fix: don't clean build and output directories when using --watch (#​7516)
Patch Changes
  • fix: handle expected errors thrown in handle hook correctly (#​7566)

v1.0.0-next.540

Compare Source

Patch Changes
  • Serve prerendered non-page files when running preview (#​7576)
  • fix: caching takes now into account the body payload (#​7546)
  • fix: handle locked readable stream when reading body (#​7565)
  • fix: prefetch should ignore links ignored by the router (#​7580)
  • fix: migration error when using $page.routeId (#​7574)
  • prevent loading of illegal modules in the browser, rather than during SSR (#​7507)
  • fix: prevent double decoding of path segment (#​7550)

v1.0.0-next.539

Compare Source

Patch Changes
  • Omit prerendered routes from server manifest (#​7541)

v1.0.0-next.538

Compare Source

Patch Changes
  • feat: enable caching for __data.json requests (#​7532)
  • fix: prevent double decoding of params (#​7521)
  • fix: take into account Request input when serializing fetch data (#​7531)
  • fix: better cookie warning checks (#​7528)

v1.0.0-next.537

Compare Source

Patch Changes
  • feat: better navigation interfaces (#​7529)

v1.0.0-next.536

Compare Source

Patch Changes
  • custom aliases resolved in service worker builds (#​7500)

v1.0.0-next.535

Compare Source

Patch Changes
  • breaking: call beforeNavigate once with type unload on external navigation, rename type 'load' to 'enter' and type 'unload' to 'leave', add 'willUnload' property (#​6813)

v1.0.0-next.534

Compare Source

Patch Changes
  • breaking: more consistent casing for goto options (#​7502)
  • breaking: replace routeId with route.id (#​7450)
  • Fix nullish data node reference (#​7503)

v1.0.0-next.533

Compare Source

Patch Changes
  • fix: bump required Vite version and address warning (#​7491)

v1.0.0-next.532

Compare Source

Patch Changes

v1.0.0-next.531

Compare Source

Patch Changes
  • breaking: change config.kit.prerender.onError to handleHttpError, and check for invalid fragment links (#​7375)
  • fix escaping bug in crawler (#​7375)

v1.0.0-next.530

Compare Source

Patch Changes
  • fix: fetch erroring on Cloudflare (#​7453)
  • Only simulate CORS errors for shared load functions (#​7454)

v1.0.0-next.529

Compare Source

Patch Changes
  • fix: better type generation for load functions with different return values (#​7425)
  • fix: correctly strip data suffix at root page (#​7445)
  • update dependencies (#​7355)

v1.0.0-next.528

Compare Source

Patch Changes
  • Restore req.url to req.originalUrl in dev and preview (#​7343)

v1.0.0-next.527

Compare Source

Patch Changes
  • fix: harmonize cookie path and add dev time warnings (#​7416)
  • feat: add invalidateAll option to goto (#​7407)

v1.0.0-next.526

Compare Source

Patch Changes
  • declare function type with named syntax (#​7396)
  • fix: optional params can be undefined (#​7379)
  • fix: support undici 5.12.0 and pin it (#​7412)
  • chore: upgrade to vite-plugin-svelte 1.1.0 and enable prebundleSvelteLibraries (#​7388)
  • Show more descriptive error if data returned from load is a non-POJO (#​7386)

v1.0.0-next.525

Compare Source

Patch Changes
  • Always avoid caching form submission on enhanced forms (#​7350)

v1.0.0-next.524

Compare Source

Patch Changes
  • fix: get type gen working again (#​7370)
  • fix: don't run matchers for empty optional params (#​7346)

v1.0.0-next.523

Compare Source

Patch Changes
  • fix: split route ids into correct segments (#​7367)

v1.0.0-next.522

Compare Source

Patch Changes
  • docs: rewrite load docs (#​7174)
  • breaking: Prefix all route IDs with / (#​7338)

v1.0.0-next.521

Compare Source

Patch Changes
  • feat: add reset option to update method of enhance (#​7326)
  • breaking: remove global fetch override when prerendering (#​7318)
  • Improve error message when prefetching fails (#​7314)

v1.0.0-next.520

Compare Source

Patch Changes
  • fix: ensure serialized headers check is always applied (#​7221)

v1.0.0-next.519

Compare Source

Patch Changes
  • breaking: throw error when routes conflict (#​7051)
  • feat: implement optional route params (#​7051)

v1.0.0-next.518

Compare Source

Patch Changes
  • Enable removal of non-browser code from client builds (#​7296)
  • feat: more info about prerendering errors, add strict option to adapter-static (#​7264)

v1.0.0-next.517

Compare Source

Patch Changes
  • fix: more informative serialization error messages (#​7303)
  • fix: add $types to includes for better DX (#​7301)

v1.0.0-next.516

Compare Source

Patch Changes
  • fix: better navigation protocol check (#​7067)
  • fix: forward cookie headers on etag response (#​7256)
  • Properly resolve absolute paths to relative on server build (#​7252)

v1.0.0-next.515

Compare Source

Patch Changes
  • Account for relative path to routes in config.kit.files.routes (#​7223)
  • Use config.kit.paths.base prefix for static assets (#​4448)

v1.0.0-next.514

Compare Source

Patch Changes
  • add helpful error message for throw invalid() in form actions (#​7225)

v1.0.0-next.513

Compare Source

Patch Changes
  • Transfer server data as devalue-encoded JSON (#​7177)
  • fix: remove groups from segments for adapters (#​7222)

v1.0.0-next.512

Compare Source

Patch Changes
  • Fix parsing content-type header for actions (#​7195)
  • fix: reset form in use:enhance after successful submit (#​7207)
  • fix: auto-update commented PageError (#​7189)

v1.0.0-next.511

Compare Source

Patch Changes
  • perf: render head links before other content (#​7160)

v1.0.0-next.510

Compare Source

Patch Changes

v1.0.0-next.509

Compare Source

Patch Changes
  • Apply define config to service worker (#​7140)
  • chore: Skip removing HTTP/2 pseudo-headers, which is no longer necessary with undici (#​7142)
  • bump devalue to version 4 (#​7147)

v1.0.0-next.508

Compare Source

Patch Changes
  • chore: Upgrade undici so that we can use its multipart form data parsing instead of node-fetch's (#​7131)

v1.0.0-next.507

Compare Source

Patch Changes
  • Allow TypedArray request bodies in fetch in load (#​7065)
  • Use FormData polyfill from undici rather than node-fetch (#​7065)

v1.0.0-next.506

Compare Source

Patch Changes
  • Default to insecure cookies when serving on http://localhost (#​7090)
  • docs: explain ramifications of base path (#​7095)
  • fix: decode routeIds in headers for prerendering (#​7097)
  • feat: provide update to use:enhance callback (#​7083)

v1.0.0-next.505

Compare Source

Patch Changes
  • fix: handle form action returning nothing; handle page.(server).js without load functions (#​7050)
  • fix: add RequestEvent to $types when +layout.server.js present (#​7063)

v1.0.0-next.504

Compare Source

Patch Changes
  • Add the submitter value with name to formData for use:enhance (#​7012)

v1.0.0-next.503

Compare Source

Patch Changes
  • Added form property to $page store (#​6986)
  • Throw an error if prerenderable routes are not prerendered (#​6974)

v1.0.0-next.502

Compare Source

Patch Changes
  • fix: prevent data types from becoming type never, notice moved/deleted files (#​7002)
  • Allow ActionData to be undefined (#​6994)
  • Respect config.kit.env.dir when running vite preview (#​7001)
  • Only run postinstall script if package.json exists (#​6998)
  • Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js (#​6997)

v1.0.0-next.501

Compare Source

Patch Changes
  • fix: unwrap promises for load function data on the client (#​6972)

v1.0.0-next.500

Compare Source

Patch Changes
  • Allow prerendered pages to link to non-prerenderable endpoints (#​6977)
  • fix: handle SPA root data loading error (#​6918)

v1.0.0-next.499

Compare Source

Patch Changes
  • breaking: rename App.PageError to App.Error (#​6963)

v1.0.0-next.498

Compare Source

Patch Changes
  • chdir before attempting postinstall (#​6969)

v1.0.0-next.497

Compare Source

Patch Changes
  • Add origin header for non-GET and external requests made with server-side fetch (#​6901)

v1.0.0-next.496

Compare Source

Patch Changes
  • fix: update page status when applying action (#​6942)
  • fix: apply redirect/error logic for use:enhance (#​6828)

v1.0.0-next.495

Compare Source

Patch Changes
  • Run svelte-kit sync in all workspace directories during postinstall (#​6949)

v1.0.0-next.494

Compare Source

Patch Changes
  • Fix fetch type (#​6955)
  • Add csp wasm-unsafe-eval keyword (#​6958)
  • Register service worker with relative URL (#​6954)

v1.0.0-next.493

Compare Source

Patch Changes
  • fix: allow missing routes folder (#​6944)
  • Only forward set-cookie headers for internal fetches (#​6923)

v1.0.0-next.492

Compare Source

Patch Changes
  • fix: add missing depends function to ServerLoadEvent type (#​6935)
  • Redact error message if getRequest fails (#​6936)
  • Add cookies.serialize method (#​6925)
  • Always apply cookies, not just for matched routes (#​6925)
  • fix: tighten up navigation and invalidation logic (#​6924)
  • Respond with 413 if request body is too large (#​6936)

v1.0.0-next.491

Compare Source

Patch Changes

v1.0.0-next.490

Compare Source

Patch Changes
  • fix write_types on windows using posixify() (#​6913)
  • Prevent caching of __data.js files (#​6904)
  • Make url property getters non-enumerable (#​6909)

v1.0.0-next.489

Compare Source

Patch Changes
  • fix: tighten up handling and documentation around 404 (#​6897)

v1.0.0-next.488

Compare Source

Patch Changes
  • Decode HTML entities in href attributes when crawling (#​6891)

v1.0.0-next.487

Compare Source

Patch Changes
  • feat: allow +server.js files next to +page files (#​6773)

v1.0.0-next.486

Compare Source

Patch Changes
  • fix: handle jsdoc without tags while generating proxy types (#​6884)

v1.0.0-next.485

Compare Source

Patch Changes

v1.0.0-next.484

Compare Source

Patch Changes
  • fix: forward cookies from fetch on redirect response (#​6833)
  • adding missing @types/cookie dependency (#​6818)
  • fix write_types on windows (#​6843)

v1.0.0-next.483

Compare Source

Patch Changes
  • fix: various cookies fixes and improvements (#​6811)

v1.0.0-next.482

Compare Source

Patch Changes
  • fix: ActionData type (#​6748)
  • fix: reuse server data while not reusing client load (#​6778)
  • fix: update current.url on hashchange (#​6802)
  • Change illegal import message to reference public-facing code rather than client-side code (#​6646)
  • fix: silence prop warnings (#​6798)
  • chore: Refactor graph analysis for better unit tests (#​6727)
  • fix: error when using paths.base and import assets (#​6769)

v1.0.0-next.481

Compare Source

Patch Changes
  • fix: docs links in generated and published types (#​6741)

v1.0.0-next.480

Compare Source

Patch Changes
  • breaking: make action passed to enhance function a URL instead of a string (#​6678)

v1.0.0-next.479

Compare Source

Patch Changes
  • breaking: request creation cleanup (#​6681)
  • breaking: limit adapter-node request size (#​6684)

v1.0.0-next.478

Compare Source

Patch Changes
  • breaking: hooks file renames; error shape defined through handleError (#​6675)
  • breaking: remove element property; enhance can only be used on form elements (#​6662)

v1.0.0-next.477

Compare Source

Patch Changes
  • breaking: prevent import of $lib/server modules in client-facing code (#​6623)
  • breaking: change sveltekit.message to sveltekit.error.message (#​6659)
  • breaking: apply 304 logic after handle, so handle receives original response from resolve (#​6639)

v1.0.0-next.476

Compare Source

Patch Changes
  • breaking: change use:enhance signature to support <button formaction> (#​6633)

v1.0.0-next.475

Compare Source

Patch Changes

v1.0.0-next.474

Compare Source

Patch Changes
  • breaking: disallow default and named actions next to each other (#​6615)

v1.0.0-next.473

Compare Source

Patch Changes
  • fix: pass form prop to pages (#​6611)

v1.0.0-next.472

Compare Source

Patch Changes
  • breaking: add API for interacting with cookies (#​6593)
  • breaking: Replace POST/PUT/PATCH/DELETE in +page.server.js with export const actions (#​6469)

v1.0.0-next.471

Compare Source

Patch Changes
  • breaking: Allow users to designate modules as server-only (#​6422)
  • breaking: exclude headers from serialized responses by default, add filterSerializedResponseHeaders resolve option (#​6569)

v1.0.0-next.470

Compare Source

Patch Changes
  • Bump vite-plugin-svelte and required vite version (#​6583)
  • feat: Support for $env/dynamic/* in Vite ecosystem tools (#​6454)
  • breaking: Replace externalFetch with handleFetch (#​6565)

v1.0.0-next.469

Compare Source

Patch Changes
  • disable rollupOptions.output.hoistTransitiveImports by default (#​6560)

v1.0.0-next.468

Compare Source

Patch Changes
  • breaking: simulate CORS errors in server-side fetch (#​6550)

v1.0.0-next.467

Compare Source

Patch Changes
  • breaking: prevent server-side fetch from reading files with # character in the filename (#​6549)

v1.0.0-next.466

Compare Source

Patch Changes
  • breaking: change Navigation type to include from/to.params and from/to.routeId (#​6552)
  • Warn about incorrect data-sveltekit-x values (#​6546)

v1.0.0-next.465

Compare Source

Patch Changes
  • feat: add type to navigation object (#​6537)

v1.0.0-next.464

Compare Source

Patch Changes
  • Fix server manifest generation (#​6507)
  • Silently skip prefetching of external URLs when using data-sveltekit-prefetch. Warn like before when calling prefetch() for external URLs. (#​6518)

v1.0.0-next.463

Compare Source

Patch Changes
  • fix peer dependency warning on vite-3.1.0-beta.1 (#​6512)
  • breaking: respect cache-control max-age on the client for initially fetched responses (#​6461)

v1.0.0-next.462

Compare Source

Patch Changes
  • breaking: block cross-site form POSTs by default. disable with config.kit.csrf.checkOrigin (#​6510)

v1.0.0-next.461

Compare Source

Patch Changes
  • breaking: call invalidate(fn) predicates with a URL instead of a string (#​6493)
  • Prefer JSON responses when returning errors if accept header is */* (#​6497)
  • breaking: replace invalidate() with invalidateAll() (#​6493)

v1.0.0-next.460

Compare Source

Patch Changes
  • breaking: Remove sveltekit:start event (#​6484)

v1.0.0-next.459

Compare Source

Patch Changes
  • Prevent validation_errors from being serialized twice (#​6468)

v1.0.0-next.458

Compare Source

Patch Changes
  • breaking: catch and render raw response when unexpected error occurs in endpoint (#​6434)

v1.0.0-next.457

Compare Source

Patch Changes
  • Print error if resolveOpts.ssr is set (#​6475)

v1.0.0-next.456

Compare Source

Patch Changes
  • Apply data-sveltekit-prefetch/noscroll/reload to all child <a> elements (#​6442)
  • fix: Saving the root route will write types now (#​6450)

v1.0.0-next.455

Compare Source

Patch Changes
  • bump vite-plugin-svelte to 1.0.3 to fix an issue with svelte-inspector in vite 3.1 (#​6443)
  • chore: bump ts version and ensure it works with latest changes (#​6428)
  • breaking: ssr/hydrate/router/prerender.default are now configurable in +page(.server).js and +layout(.server).js (#​6197)
  • breaking: add error.html page, rename kit.config.files.template to kit.config.files.appTemplate (#​6367)
  • breaking: merge resolve options when using sequence helper (#​6401)
  • breaking: replace router/hydrate page options with csr (#​6446)
  • breaking: add prerender = 'auto' option, and extend prerender option to endpoints (#​6392)

v1.0.0-next.454

Compare Source

Patch Changes
  • breaking: Replace sveltekit:* with valid HTML attributes like data-sveltekit-* (#​6170)

v1.0.0-next.453

Compare Source

Patch Changes
  • Include type descriptions for ambient declarations (#​6416)

v1.0.0-next.452

Compare Source

Patch Changes
  • breaking: remove App.PrivateEnv and App.PublicEnv in favour of generated types (#​6413)

v1.0.0-next.451

Compare Source

Patch Changes
  • Prevent infinite reloads on / when root +layout.server.js exports load (#​6405)

v1.0.0-next.450

Compare Source

Patch Changes
  • breaking: require Vite 3.1.0-beta.1 (#​6398)

v1.0.0-next.449

Compare Source

Patch Changes
  • fix: silence unused type hints in generated proxy files (#​6391)

v1.0.0-next.448

Compare Source

Patch Changes
  • prevent test suites from getting published (#​6386)
  • fix: remove unnecessary JSON serialization of server data (#​6382)
  • breaking: require Node 16.14 (#​6388)

v1.0.0-next.447

Compare Source

Patch Changes
  • Use devalue to serialize server-only load return values (#​6318)

v1.0.0-next.446

Compare Source

Patch Changes
  • fix: encode if root layout has server load (#​6352)

v1.0.0-next.445

Compare Source

Patch Changes
  • breaking: rename $app/env to $app/environment, to disambiguate with $env/... (#​6334)

v1.0.0-next.444

Compare Source

Patch Changes
  • set errors on root component (#​6330)
  • fix: do not call server and update $page.data unnecessarily (#​6311)

v1.0.0-next.443

Compare Source

Patch Changes
  • fix: prevent unused types warning (#​6293)
  • fix: don't reuse server load data from previous page if current doesn't have a load function (#​6309)

v1.0.0-next.442

Compare Source

Patch Changes
  • fix: handle case where parent() refers to missing load function (#​6282)

v1.0.0-next.441

Compare Source

Patch Changes
  • fix: Set errors prop on all layout/leaf components, not just page that happens to be deepest (#​6279)
  • Fix route sorting with groups (#​6288)

v1.0.0-next.440

Compare Source

Patch Changes
  • fix: type tweaks (#​6271)
  • Correctly determine whether route uses server data (#​6275)

v1.0.0-next.439

Compare Source

Patch Changes
  • feat: add App.PageData type (#​6226)

v1.0.0-next.438

Compare Source

Patch Changes
  • more granular URL property tracking during load (#​6237)
  • breaking: change event.clientAddress to event.getClientAddress() (#​6237)
  • Remove all enumerable getters from RequestEvent and LoadEvent (#​6237)

v1.0.0-next.437

Compare Source

Patch Changes
  • fix: only generate blank non-SSR pages when prerendering is enabled (#​6251)

v1.0.0-next.436

Compare Source

Patch Changes
  • fix: prerender routes in a (group) (#​6232)

v1.0.0-next.435

Compare Source

Patch Changes
  • fix: allow @ route breakouts to layouts in [foo] or (foo) directories (#​6224)

v1.0.0-next.434

Compare Source

Patch Changes
  • Always create $types for a route with a layout, leaf or endpoint (#​6222)

v1.0.0-next.433

Compare Source

Patch Changes
  • feat: Moved hooks.js initialization from Server.respond into Server.init (#​6179)

v1.0.0-next.432

Compare Source

Patch Changes
  • breaking: implement new layout system (see the PR for migration instructions) (#​6174)

v1.0.0-next.431

Compare Source

Patch Changes
  • feat: Avoid running load on the server unnecessarily (#​6056)

v1.0.0-next.430

Compare Source

Patch Changes
  • feat: Added config.kit.env.dir, which allows users to set a directory to search for .env files (#​6175)

v1.0.0-next.429

Compare Source

Patch Changes
  • fix: Prevent import of $env/*/private in client (#​6018)
  • Fix vite.config.ts "Cannot find module '@​sveltejs/kit/vite' or its corresponding type declarations." (#​6140)

v1.0.0-next.428

Compare Source

Patch Changes
  • Allow $app/stores to be used from anywhere on the browser (#​6100)
  • use enumerable: false on "[x] no longer exists" getters so that they are not triggered by spreading (#​6105)
  • Fix pattern matching for routes starting with an encoded @ symbol (#​6110)
  • Fix typos in generating LayoutServerLoad.{name} type (#​6123)
  • Fix sorting of files into +layout, +error, everything else. (#​6108)
  • Add test folder to generated tsconfig (#​6085)

v1.0.0-next.427

Compare Source

Patch Changes
  • Throw error if browser.hydrate is false and browser.router is true (#​6086)

v1.0.0-next.426

Compare Source

Patch Changes
  • Avoid using [].at(-1) in the client (#​6082)

v1.0.0-next.425

Compare Source

Patch Changes
  • Silence more unknown prop warnings coming from SvelteKit (#​6078)

v1.0.0-next.424

Compare Source

Patch Changes
  • prevent duplicate module ids by disabling optimizeDeps for @​sveltejs/kit (#​6057)
  • Generate types when Svelte file missing, fix layout params (#​6066)
  • Silence unknown prop warnings coming from SvelteKit (#​6071)

v1.0.0-next.423

Compare Source

Patch Changes
  • Accumulate data from parent layouts into export let data (#​6050)

v1.0.0-next.422

Compare Source

Patch Changes
  • breaking: remove ability for +page.server.js to respond to GET requests with JSON (#​6007)
  • Handle throw error/redirect in +server.js (#​6028)
  • handle set-cookie in setHeaders (#​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)

v1.0.0-next.421

Compare Source

Patch Changes
  • Respect export const prerender = false in +page.server.js (#​6012)

v1.0.0-next.420

Compare Source

Patch Changes
  • fix: support linked @sveltejs/kit project in Vite 3.0.3+ (#​5861)

v1.0.0-next.419

Compare Source

Patch Changes
  • Return a 303 response when a POST handler provides a location (#​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)

v1.0.0-next.418

Compare Source

Patch Changes
  • Prevent double import of env modules (#​5955)
  • Tighten up params typings, fix load function typings, add event typings to generated types (#​5974)

v1.0.0-next.417

Compare Source

Patch Changes
  • Render pages without a .svelte file in their proper layout/error files (#​5972)

v1.0.0-next.416

Compare Source

Patch Changes
  • fix: allow additional keys in svelte.config.js (#​5961)

v1.0.0-next.415

Compare Source

Patch Changes
  • breaking: Remove session object (#​5946)

v1.0.0-next.414

Compare Source

Patch Changes
  • Correctly provide server parent data (#​5916)

v1.0.0-next.413

Compare Source

Patch Changes
  • feat: $env/static/* are now virtual to prevent writing sensitive values to disk (#​5825)

v1.0.0-next.412

Compare Source

Patch Changes
  • Lazy load Svelte components to reenable no-ssr use cases (#​5930)

v1.0.0-next.411

Compare Source

Patch Changes
  • Hydration validation errors (#​5918)
  • Handle function without params when writing TS proxy (#​5928)
  • fix: prevent Content-Length header from being incorrectly inherited by requests made from load's fetch during SSR (#​5922)
  • Provide helpful error message on invalid named layout reference (#​5912)

v1.0.0-next.410

Compare Source

Patch Changes
  • Fix generated path extension for AwaitedProperties (#​5917)

v1.0.0-next.409

Compare Source

Patch Changes
  • make generated type import path ends in .js (#​5907)

v1.0.0-next.408

Compare Source

Patch Changes
  • Only search for layout name in basename (#​5897)

v1.0.0-next.407

Compare Source

Patch Changes
  • Allow actions to return undefined (#​5892)
  • fix: avoid manifest collisions (#​5874)
  • Make package command remove publishConfig.directory from generated package.json (#​5848)

v1.0.0-next.406

Compare Source

Patch Changes

v1.0.0-next.405

Compare Source

Patch Changes
  • Move compress logic to Builder API (#​5822)
  • feat: implement Link header (#​5735)

v1.0.0-next.403

Compare Source

Patch Changes
  • chore: upgrade to Undici 5.8.1 (#​5804)

v1.0.0-next.402

Compare Source

Patch Changes
  • fix: Import analysis doesn't get stuck in an infinite loop when encountering cyclical imports (#​5794)

v1.0.0-next.401

Compare Source

Patch Changes
  • fix: chdir to user's application directory before running postinstall sync (#​5771)

v1.0.0-next.400

Compare Source

Patch Changes

v1.0.0-next.399

Compare Source

Patch Changes
  • Use @​sveltejs/kit postinstall lifecycle hook to invoke 'svelte-kit sync' instead of prepare in projects created by create-svelte (#​5760)

v1.0.0-next.398

Compare Source

Patch Changes
  • Check url protocol to avoid mailto links navigated by kit in mobile devices (#​5726)
  • fix: Windows correctly errors on $env/*/private imports and Illegal module analysis in dev ignores non-js|ts|svelte files (#​5739)
  • feat: include reference to @sveltejs/kit types in ambient file (#​5745)

v1.0.0-next.397

Compare Source

Patch Changes
  • load env before importing hooks during dev (#​5728)
  • Add DOM.Iterable to default tsconfig (#​5734)

v1.0.0-next.396

Compare Source

Patch Changes
  • fix: Environment variable generated types (#​5719)

v1.0.0-next.395

Compare Source

Patch Changes
  • Add $env/static/private, $env/static/public, $env/dynamic/private and $env/dynamic/public modules (#​5663)

v1.0.0-next.394

Compare Source

Patch Changes
  • Set Vite's publicDir and correctly serve public assets earlier in pipeline (#​5686)
  • prerender in a subprocess (#​5678)

v1.0.0-next.393

Compare Source

Patch Changes
  • Prevent needless prop updates causing rerenders (#​5671)
  • Support custom Vite config locations (#​5705)
  • Prevent rerender when route state did not change (#​5654)

v1.0.0-next.392

Compare Source

Patch Changes
  • Revert publicDir change from 1.0.0-next.387 (#​5683)

v1.0.0-next.391

Compare Source

Patch Changes
  • breaking: replace transformPage with transformPageChunk (#​5657)

v1.0.0-next.390

Compare Source

Patch Changes
  • fix: vite dev no longer covers errors (#​5563)

v1.0.0-next.389

Compare Source

Patch Changes
  • Only normalise internal URLs (#​5645)

v1.0.0-next.388

Compare Source

Patch Changes
  • Reset stack traces to avoid double-fix (#​5644)

v1.0.0-next.387

Compare Source

Patch Changes
  • set Vite's publicDir option (#​5648)
  • Normalize paths inside prerenderer, so they are correct inside $service-worker (#​5641)

v1.0.0-next.386

Compare Source

Patch Changes
  • Ensure private cache when something is returned from getSession hook (#​5640)
  • fix: transform link[rel=icon] to be absolute to avoid console error when navigating (#​5583)

v1.0.0-next.385

Compare Source

Patch Changes
  • Make 404 error more helpful if paths.base is missing (#​5622)
  • fix: decode parameters on client (d02f1f25)
  • Add config.kit.prerender.origin (#​5627)

v1.0.0-next.384

Compare Source

Patch Changes
  • Respect custom Vite mode in SSR build (#​5602)
  • breaking: remove mode, prod and server from $app/env (#​5602)

v1.0.0-next.383

Compare Source

Patch Changes
  • Add formData method in superclass rather than monkey-patch (#​5629)

v1.0.0-next.382

Compare Source

Patch Changes
  • fix: change Vite's output directory from _app to client (#​5620)

v1.0.0-next.381

Compare Source

Patch Changes
  • Handle errors in Node streams (#​5616)

v1.0.0-next.380

Compare Source

Patch Changes
  • Handle circular dependencies in dynamic imports (#​5619)
  • fix: handle binary data when prerendering (#​5497)
  • breaking: remove writeStatic to align with Vite (#​5618)
  • Reset navigating store upon return to site with a bfcache hit (#​5613)

v1.0.0-next.379

Compare Source

Patch Changes
  • Use define instead of import.meta.env.VITE_SVELTEKIT_FOO for internal values (#​5594)

v1.0.0-next.378

Compare Source

Patch Changes
  • Pause Node streams as necessary when converting to ReadableStream (#​5587)
  • improve vite version check to work with custom resolutions, eg. pnpm overrides (#​5586)

v1.0.0-next.377

Compare Source

Patch Changes
  • breaking: Endpoint method names uppercased to match HTTP specifications (#​5513)

v1.0.0-next.376

Compare Source

Patch Changes
  • fix: ensure completed_build is reset (#​5541)

v1.0.0-next.375

Compare Source

Patch Changes
  • fix: don't try adapting if build failed (#​5536)
  • Render generic error page if __layout returns error while rendering full error page (#​4665)

v1.0.0-next.374

Compare Source

Patch Changes
  • removed vite key from config definition (#​5530)
  • Render page with correct status code when non-get endpoint returns validation error (#​4328)

v1.0.0-next.373

Compare Source

Patch Changes

v1.0.0-next.372

Compare Source

Patch Changes
  • ignore invalid accept header values instead of throwing an error (#​5502)
  • support CSP report-only mode (#​5496)

v1.0.0-next.371

Compare Source

Patch Changes
  • Pin vite-plugin-svelte to 1.0.0-next.49 (#​5498)

v1.0.0-next.370

Compare Source

Patch Changes
  • Don't automatically buffer request bodies (#​5442)

v1.0.0-next.369

Compare Source

Patch Changes
  • skip closeBundle hook during dev to prevent errors on restart (#​5466)
  • Normalize paths on prefetch (fixes #​5457) (#​5458)
  • clearer error on bad matcher names (#​5460)

v1.0.0-next.368

Compare Source

Patch Changes

v1.0.0-next.367

Compare Source

Patch Changes
  • fix: allow Vite plugins to output mutable assets (#​5416)

v1.0.0-next.366

Compare Source

Patch Changes
  • reset selection in setTimeout after navigating, to ensure correct behaviour in Firefox (#​5058)

v1.0.0-next.364

Compare Source

Patch Changes
  • breaking: Use Vite defaults for port and strictPort (#​5392)
  • Use anonymous function in service worker init script to support legacy browsers (#​5417)

v1.0.0-next.363

Compare Source

Patch Changes
  • chore: upgrade TypeScript to 4.7.4 (#​5414)

v1.0.0-next.362

Compare Source

Patch Changes

v1.0.0-next.361

Compare Source

Patch Changes
  • breaking: require Node 16.9 (#​5395)
  • remove FLoC protection, now that we vanquished Google (#​5018)
  • Prevent Connection header from being incorrectly inherited by requests made from load's fetch during SSR (#​5393)
  • Returns errors from page endpoints as JSON where appropriate (#​5314)
  • Allow body to be a binary ReadableStream (#​5407)

v1.0.0-next.360

Compare Source

Patch Changes
  • fix: support conditional Vite configs (#​5376)
  • Allow server restart when config changed (#​5379)
  • Include dynamically imported styles during SSR (#​5138)

v1.0.0-next.359

Compare Source

Patch Changes
  • Adjust type imports to satisfy TS NodeNext moduleResolution (#​5360)
  • breaking: require vite.config.js (#​5332)
  • breaking: graduate @​sveltejs/kit/vite from experimental (#​5332)
  • breaking: switch to vite CLI for dev, build, and preview commands (#​5332)

v1.0.0-next.358

Compare Source

Patch Changes
  • Only exit process in closeBundle hook if prerender is enabled (#​5356)
  • fix: don't log warning if root is configured (#​5330)

v1.0.0-next.357

Compare Source

Patch Changes
  • breaking: change endpointExtensions to moduleExtensions, and use to filter param matchers (#​5085)
  • fix server crash when accessing a malformed URI (#​5246)

v1.0.0-next.356

Compare Source

Patch Changes
  • Stream request bodies (#​5291)
  • Enable multipart formdata parsing with node-fetch (#​5292)
  • fix: allow user to set dev port (#​5303)
  • breaking: use undici instead of node-fetch (#​5117)

v1.0.0-next.355

Compare Source

Patch Changes
  • chore: Prerendering URL is now a subclass instead of a proxy (#​5278)
  • fix: support vite.config.js on Windows (#​5265)
  • Allow both string and URL as the first argument of $app/navigation#goto (#​5282)
  • rename goto(href) to goto(url) (#​5286)
  • Add types for @​sveltejs/kit/experimental/vite (#​5266)
  • fix: port flag doesn't work in preview (#​5284)

v1.0.0-next.354

Compare Source

Patch Changes
  • Added server and prod env variables (#​5251)

v1.0.0-next.353

Compare Source

Patch Changes
  • Expose Vite plugin as @​sveltejs/kit/experimental/vite (#​5094)

v1.0.0-next.352

Compare Source

Patch Changes
  • fix manifest not updating when adding routes (#​5157)

v1.0.0-next.351

Compare Source

Patch Changes
  • fix: URL instance methods now work in load (#​5183)
  • Upgrade vite-plugin-svelte (4e4625ea)

v1.0.0-next.350

Compare Source

Patch Changes
  • breaking: revert removal of kit.browser.hydrate (#​5178)

v1.0.0-next.349

Compare Source

Patch Changes
  • breaking: remove kit.browser.hydrate config in favor of compilerOptions.hydratable (#​5155)
  • chore: upgrade to Vite 2.9.10 (#​5170)

v1.0.0-next.348

Compare Source

Patch Changes
  • Disallow access to __data.json for standalone endpoints (#​5149)
  • chore: introduce KitConfig type (#​5141)
  • Prevent incorrect redirect for __data.json request with trailingSlash: 'always' (#​5149)

v1.0.0-next.347

Compare Source

Patch Changes
  • Update dependencies (#​5121)
  • allow symlinked static assets in dev (#​5089)

v1.0.0-next.346

Compare Source

Patch Changes
  • chore: provide Vite config via plugin (#​5073)
  • Reload page to recover from HMR errors (#​5108)
  • chore: shared Vite build config (#​5105)
  • fix BodyValidator handling for nested object literals (#​5118)
  • fix: don't set credentials to undefined in server-side fetch (#​5116)

v1.0.0-next.345

Compare Source

Patch Changes
  • Prevent component double mounting caused by HMR invalidation (#​4891)
  • Only recreate manifest when files inside config.kit.files.routes are added or deleted (#​5076)

v1.0.0-next.344

Compare Source

Patch Changes
  • fix: svelte-kit sync no longer permanently deletes the types directory (#​5063)
  • chore: trigger sync and other setup from plugin (#​5067)
  • Update engines to specify that Node 16.7 is required (#​5062)
  • only serve _app/immutable with immutable cache header, not _app/version.json (#​5051)

v1.0.0-next.343

Compare Source

Patch Changes
  • chore: return config from server start methods (#​5043)

v1.0.0-next.342

Compare Source

Patch Changes
  • ensure static assets are only served if correct case is used (#​5047)
  • breaking: stop suppressing /favicon.ico requests, handle them as a valid route (#​5046)
  • don't warn about window.fetch during hydration (#​5041)

v1.0.0-next.341

Compare Source

Patch Changes
  • fix: page store correct after navigation when an identical route with a different hash had been prefetched (#​5039)
  • breaking: replace @​sveltejs/kit/install-fetch with @​sveltejs/kit/node/polyfills (#​4934)
  • fix: Prerendered pages fail if they access session. (#​4811)

v1.0.0-next.340

Compare Source

Patch Changes
  • feat: Pages marked for prerendering fail during ssr at runtime (#​4812)
  • Throw load validation errors so that they are caught by handleError (#​4953)
  • Allow symlinked directories in the routes folder (#​4957)
  • breaking: Rename LoadInput to LoadEvent (#​5015)
  • allow disableScrollHandling to be called in afterNavigate (#​4948)
  • Add config.kit.alias (#​4964)
  • use namespace import for vite to support upcoming vite 3.0 esm (#​5030)

v1.0.0-next.339

Compare Source

Patch Changes
  • breaking: resolve relative urls from the target page when using load's fetch (#​5025)
  • fix: svelte-kit sync gracefully handles a nonexistent routes folder (#​5020)
  • breaking: Replace %svelte.body% with %sveltekit.body%, etc. (#​5016)

v1.0.0-next.338

Compare Source

Patch Changes
  • breaking: remove amp config option in favour of amp.transform helper function (#​4710)
  • breaking: accessing url.hash from load now results in a helpful error (#​4983)

v1.0.0-next.337

Compare Source

Patch Changes
  • fix: don't watch outDir, except for the generated directory (#​4997)
  • Warn if load uses window.fetch (#​4958)
  • Only run viteServeStaticMiddleware after server has attempted response (#​4974)

v1.0.0-next.336

Compare Source

Patch Changes
  • Pass config to vite-plugin-svelte instead of reloading it (#​4760)
  • fix FOUC regression during dev (#​4990)
  • move RequestEvent and ResolveOptions as public types (#​4809)
  • breaking: write generated types to __types directories (#​4705)

v1.0.0-next.335

Compare Source

Patch Changes
  • breaking: change data-hydrate to data-sveltekit-hydrate (#​4972)
  • Fix default port override (#​4970)

v1.0.0-next.334

Compare Source

Patch Changes
  • fix: deduplicate injected css during dev (#​4920)

v1.0.0-next.333

Compare Source

Patch Changes
  • breaking: delay automatic service worker registration until load event (#​4950)

v1.0.0-next.332

Compare Source

Patch Changes
  • Revert dev command default options (#​4949)

v1.0.0-next.331

Compare Source

Patch Changes
  • fix BodyValidator for nested interfaces (#​4939)
  • breaking: drop Node 14 support (#​4922)
  • only skip files that were already written when prerendering (#​4928)
  • Set default options for dev command (#​4932)

v1.0.0-next.330

Compare Source

Patch Changes
  • Fix Safari scroll bug on ssr:false page reload (#​4846)

v1.0.0-next.329

Compare Source

Patch Changes
  • fix: stop flash of unstyled content when using CSS flavours (#​4882)
  • delegate RequestHandler generics Body validation (#​4897)
  • feat: more specific types for kit.prerender.entries config (#​4880)
  • Prevent unhandled rejections when loading page modules (#​4732)

v1.0.0-next.328

Compare Source

Patch Changes
  • Print useful 404 response when requesting unprefixed path in preview (#​4751)
  • Prevent naive path normalization during prerendering (#​4761)

v1.0.0-next.327

Compare Source

Patch Changes
  • generate tsconfig when running svelte-kit package (#​4824)

v1.0.0-next.326

Compare Source

Patch Changes
  • breaking: add lib, module, and target to generated tsconfig (#​4791)

v1.0.0-next.325

Compare Source

Patch Changes
  • Display network logs in node 18 (#​4778)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/kit](https://kit.svelte.dev) ([source](https://github.com/sveltejs/kit)) | [`1.0.0-next.324` -> `1.27.3`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.0.0-next.324/1.27.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/1.0.0-next.324/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/1.0.0-next.324/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v1.27.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1273) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.27.2...@sveltejs/kit@1.27.3) ##### Patch Changes - fix: use correct environment file for rendering spa fallback page ([#&#8203;10963](https://github.com/sveltejs/kit/pull/10963)) ### [`v1.27.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1272) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.27.1...@sveltejs/kit@1.27.2) ##### Patch Changes - fix: missing `File` Node polyfill for Node version 18.11.0+ ([#&#8203;10948](https://github.com/sveltejs/kit/pull/10948)) ### [`v1.27.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1271) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.27.0...@sveltejs/kit@1.27.1) ##### Patch Changes - fix: only apply some polyfills below node 18.11 ([#&#8203;10920](https://github.com/sveltejs/kit/pull/10920)) ### [`v1.27.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1270) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.26.0...@sveltejs/kit@1.27.0) ##### Minor Changes - feat: add `invalidateAll` boolean option to `enhance` callback ([#&#8203;9889](https://github.com/sveltejs/kit/pull/9889)) ### [`v1.26.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1260) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.25.2...@sveltejs/kit@1.26.0) ##### Minor Changes - feat: infer route parameter type from matcher's guard check if applicable ([#&#8203;10755](https://github.com/sveltejs/kit/pull/10755)) ##### Patch Changes - fix: basic mime type handling for prerendered pages in preview ([#&#8203;10851](https://github.com/sveltejs/kit/pull/10851)) - chore: use just a single library (mrmime) for mime type handling ([#&#8203;10851](https://github.com/sveltejs/kit/pull/10851)) - chore: bump undici to address security issue ([#&#8203;10885](https://github.com/sveltejs/kit/pull/10885)) - fix: follow whatwg fetch spec for handling redirect loops ([#&#8203;10857](https://github.com/sveltejs/kit/pull/10857)) - fix: use `window.fetch` in `load` functions to allow libraries to patch it ([#&#8203;10009](https://github.com/sveltejs/kit/pull/10009)) - chore(deps): update dependency undici to ~5.26.0 ([#&#8203;10860](https://github.com/sveltejs/kit/pull/10860)) ### [`v1.25.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1252) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.25.1...@sveltejs/kit@1.25.2) ##### Patch Changes - fix: correctly update `$page.url.hash` when navigating history ([#&#8203;10843](https://github.com/sveltejs/kit/pull/10843)) - fix: strip virtual module prefix from error messages ([#&#8203;10776](https://github.com/sveltejs/kit/pull/10776)) - fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered ([#&#8203;10727](https://github.com/sveltejs/kit/pull/10727)) - fix: only remove Vite manifest when copying files ([#&#8203;10782](https://github.com/sveltejs/kit/pull/10782)) ### [`v1.25.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1251) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.25.0...@sveltejs/kit@1.25.1) ##### Patch Changes - fix: correct line numbers in stack trace ([#&#8203;10769](https://github.com/sveltejs/kit/pull/10769)) - fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint ([#&#8203;10565](https://github.com/sveltejs/kit/pull/10565)) - fix: allow optional param in middle of route ([#&#8203;10736](https://github.com/sveltejs/kit/pull/10736)) - chore: update `undici` ([#&#8203;10641](https://github.com/sveltejs/kit/pull/10641)) ### [`v1.25.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1250) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.24.1...@sveltejs/kit@1.25.0) ##### Minor Changes - feat: add server endpoint catch-all method handler `fallback` ([#&#8203;9755](https://github.com/sveltejs/kit/pull/9755)) ##### Patch Changes - fix: allow calling `fetch` for any scheme ([#&#8203;10699](https://github.com/sveltejs/kit/pull/10699)) ### [`v1.24.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1241) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.24.0...@sveltejs/kit@1.24.1) ##### Patch Changes - fix: mark aborted/cancelled navigation as handled ([#&#8203;10666](https://github.com/sveltejs/kit/pull/10666)) ### [`v1.24.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1240) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.23.1...@sveltejs/kit@1.24.0) ##### Minor Changes - feat: onNavigate lifecycle function ([#&#8203;9605](https://github.com/sveltejs/kit/pull/9605)) ##### Patch Changes - fix: Use Proxy to track usage of client side load `event.route` ([#&#8203;10576](https://github.com/sveltejs/kit/pull/10576)) ### [`v1.23.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1231) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.23.0...@sveltejs/kit@1.23.1) ##### Patch Changes - fix: process globs in `pkg.workspaces` ([#&#8203;10625](https://github.com/sveltejs/kit/pull/10625)) ### [`v1.23.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1230) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.6...@sveltejs/kit@1.23.0) ##### Minor Changes - feat: add warning for mistyped route filenames ([#&#8203;10558](https://github.com/sveltejs/kit/pull/10558)) - feat: accept `URL` in `redirect` ([#&#8203;10570](https://github.com/sveltejs/kit/pull/10570)) ##### Patch Changes - fix: adjust the type of `Navigation["type"]` ([#&#8203;10599](https://github.com/sveltejs/kit/pull/10599)) - fix: allow logging `$page.url` during prerendering ([#&#8203;10567](https://github.com/sveltejs/kit/pull/10567)) ### [`v1.22.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1226) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.5...@sveltejs/kit@1.22.6) ##### Patch Changes - fix: correctly restore trailing slash in url pathname for data requests ([#&#8203;10475](https://github.com/sveltejs/kit/pull/10475)) - fix: load trailing slash option from server even when there's no load function ([#&#8203;10475](https://github.com/sveltejs/kit/pull/10475)) ### [`v1.22.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1225) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.4...@sveltejs/kit@1.22.5) ##### Patch Changes - fix: make server assets available during `vite preview` ([#&#8203;10511](https://github.com/sveltejs/kit/pull/10511)) - chore: upgrade `undici` to 5.23.0 ([#&#8203;10240](https://github.com/sveltejs/kit/pull/10240)) ### [`v1.22.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1224) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.3...@sveltejs/kit@1.22.4) ##### Patch Changes - fix: prevent duplicate module preload ([#&#8203;10442](https://github.com/sveltejs/kit/pull/10442)) - docs: Elaborate on credentialed `fetch` behaviour ([#&#8203;10421](https://github.com/sveltejs/kit/pull/10421)) ### [`v1.22.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1223) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.2...@sveltejs/kit@1.22.3) ##### Patch Changes - fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` ([#&#8203;10367](https://github.com/sveltejs/kit/pull/10367)) ### [`v1.22.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1222) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.1...@sveltejs/kit@1.22.2) ##### Patch Changes - fix: wait a tick before announcing new page title ([#&#8203;10363](https://github.com/sveltejs/kit/pull/10363)) - feat: more helpful error for preview if build output doesn't exist ([#&#8203;10337](https://github.com/sveltejs/kit/pull/10337)) ### [`v1.22.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1221) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.0...@sveltejs/kit@1.22.1) ##### Patch Changes - perf: only have Vite generate relative paths when required ([#&#8203;10287](https://github.com/sveltejs/kit/pull/10287)) ### [`v1.22.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1220) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.21.0...@sveltejs/kit@1.22.0) ##### Minor Changes - feat: add `HEAD` server method ([#&#8203;9753](https://github.com/sveltejs/kit/pull/9753)) - feat: support caching of responses with `Vary` header (except for `Vary: *`) ([#&#8203;9993](https://github.com/sveltejs/kit/pull/9993)) ##### Patch Changes - fix: avoid running load function on invalid requests ([#&#8203;9752](https://github.com/sveltejs/kit/pull/9752)) - fix: update page store when URL hash is changed from the address bar ([#&#8203;10202](https://github.com/sveltejs/kit/pull/10202)) - fix: include `Vary: Accept` header to fix browser caching of adjacent pages and endpoints ([#&#8203;9993](https://github.com/sveltejs/kit/pull/9993)) ### [`v1.21.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1210) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.5...@sveltejs/kit@1.21.0) ##### 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) ([#&#8203;10170](https://github.com/sveltejs/kit/pull/10170)) - feat: add `privatePrefix` to `config.kit.env` ([#&#8203;9996](https://github.com/sveltejs/kit/pull/9996)) - feat: export `VERSION` from `@sveltejs/kit` ([#&#8203;9969](https://github.com/sveltejs/kit/pull/9969)) ##### Patch Changes - docs: update inline NavigationType documentation ([#&#8203;10269](https://github.com/sveltejs/kit/pull/10269)) - perf: cache dynamic imports of nodes ([#&#8203;10080](https://github.com/sveltejs/kit/pull/10080)) ### [`v1.20.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1205) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.4...@sveltejs/kit@1.20.5) ##### Patch Changes - fix: batch synchronous invalidate invocations ([#&#8203;10145](https://github.com/sveltejs/kit/pull/10145)) - fix: allow rest params to be empty in resolvePath ([#&#8203;10146](https://github.com/sveltejs/kit/pull/10146)) - fix: correctly close dialogs when form is enhanced ([#&#8203;10093](https://github.com/sveltejs/kit/pull/10093)) - fix: precompress filter ([#&#8203;10185](https://github.com/sveltejs/kit/pull/10185)) ### [`v1.20.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1204) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.3...@sveltejs/kit@1.20.4) ##### Patch Changes - fix: remove reference to tiny-glob from postinstall script ([#&#8203;10174](https://github.com/sveltejs/kit/pull/10174)) ### [`v1.20.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1203) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.2...@sveltejs/kit@1.20.3) ##### Patch Changes - chore: remove `tiny-glob` as a dependency ([#&#8203;10166](https://github.com/sveltejs/kit/pull/10166)) - fix: don't import types from `svelte/internal` ([#&#8203;10172](https://github.com/sveltejs/kit/pull/10172)) - fix: don't skip rest parameter's matcher when there is a non-matching optional parameter ([#&#8203;10020](https://github.com/sveltejs/kit/pull/10020)) - fix: ensure `fetch` respects headers from provided `Request` ([#&#8203;10136](https://github.com/sveltejs/kit/pull/10136)) ### [`v1.20.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1202) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.1...@sveltejs/kit@1.20.2) ##### Patch Changes - fix: ensure optional routes with matchers and catch-all match correctly ([#&#8203;9987](https://github.com/sveltejs/kit/pull/9987)) - fix: disallow `actions` export from a `+layout.server` file ([#&#8203;10046](https://github.com/sveltejs/kit/pull/10046)) - fix: remove scrollbars from default error page ([#&#8203;10059](https://github.com/sveltejs/kit/pull/10059)) ### [`v1.20.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1201) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.20.0...@sveltejs/kit@1.20.1) ##### Patch Changes - fix: don't copy public folder in service worker build ([#&#8203;10082](https://github.com/sveltejs/kit/pull/10082)) ### [`v1.20.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1200) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.19.0...@sveltejs/kit@1.20.0) ##### Minor Changes - feat: support Svelte 4 ([#&#8203;10048](https://github.com/sveltejs/kit/pull/10048)) ### [`v1.19.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1190) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.18.0...@sveltejs/kit@1.19.0) ##### Minor Changes - feat: allow link options to be set to `"true"` and `"false"` ([#&#8203;10039](https://github.com/sveltejs/kit/pull/10039)) - feat: add `resolvePath` export for building relative paths from route IDs and parameters ([#&#8203;9949](https://github.com/sveltejs/kit/pull/9949)) ##### Patch Changes - fix: prevent history change when clicking same hash link ([#&#8203;10032](https://github.com/sveltejs/kit/pull/10032)) - fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` when prerendering ([#&#8203;10030](https://github.com/sveltejs/kit/pull/10030)) - fix: do not add content-security-policy meta element if content is empty ([#&#8203;10026](https://github.com/sveltejs/kit/pull/10026)) - docs: correct `ResolveOptions['preload']` inline documentation ([#&#8203;10037](https://github.com/sveltejs/kit/pull/10037)) - fix: avoid creating update check timer on the server ([#&#8203;10015](https://github.com/sveltejs/kit/pull/10015)) ### [`v1.18.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1180) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.17.1...@sveltejs/kit@1.18.0) ##### Minor Changes - security: Stop implicitly tracking URLs as dependencies in server-side `load`s ([#&#8203;9945](https://github.com/sveltejs/kit/pull/9945)) ### [`v1.17.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1171) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.17.0...@sveltejs/kit@1.17.1) ##### Patch Changes - fix: ensure styles are loaded in dev mode for routes containing special characters ([#&#8203;9894](https://github.com/sveltejs/kit/pull/9894)) - feat: warn users when enhancing forms with files but no `enctype="multipart/form-data"` ([#&#8203;9888](https://github.com/sveltejs/kit/pull/9888)) ### [`v1.17.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1170) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.16.3...@sveltejs/kit@1.17.0) ##### Minor Changes - feat: unshadow `data` and `form` in `enhance` and warn about future deprecation when used in `dev` mode ([#&#8203;9902](https://github.com/sveltejs/kit/pull/9902)) - feat: crawl URLs in `<meta>` tags ([#&#8203;9900](https://github.com/sveltejs/kit/pull/9900)) ##### Patch Changes - fix: avoid trying to inline raw or url css imports ([#&#8203;9925](https://github.com/sveltejs/kit/pull/9925)) - feat: prerender in worker rather than subprocess to support Deno ([#&#8203;9919](https://github.com/sveltejs/kit/pull/9919)) - perf: add `<script>` to prerendered redirects for faster redirects ([#&#8203;9911](https://github.com/sveltejs/kit/pull/9911)) - fix: add typing for `vitePlugin` to `Config` ([#&#8203;9946](https://github.com/sveltejs/kit/pull/9946)) - fix: stop setting Kit cookie defaults on cookies parsed from headers ([#&#8203;9908](https://github.com/sveltejs/kit/pull/9908)) - fix: only skip hydration with vite overlay if current page is an error ([#&#8203;9892](https://github.com/sveltejs/kit/pull/9892)) ### [`v1.16.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1163) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.16.2...@sveltejs/kit@1.16.3) ##### Patch Changes - fix: entry generation with mixed segments ([#&#8203;9879](https://github.com/sveltejs/kit/pull/9879)) - fix: use `focusVisible: false` to prevent unwanted focus ring on navigation ([#&#8203;9861](https://github.com/sveltejs/kit/pull/9861)) ### [`v1.16.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1162) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.16.1...@sveltejs/kit@1.16.2) ##### Patch Changes - fix: support Node 20 ([`6e2efcf62`](https://github.com/sveltejs/kit/commit/6e2efcf627ce8d179c941212d761aa93568b1724)) - fix: reset focus synchronously on navigation ([#&#8203;9837](https://github.com/sveltejs/kit/pull/9837)) ### [`v1.16.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1161) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.16.0...@sveltejs/kit@1.16.1) ##### Patch Changes - fix: realign state.branch on the client on first load ([#&#8203;9754](https://github.com/sveltejs/kit/pull/9754)) - fix: update `$page.data` correctly after invalidate ([#&#8203;9798](https://github.com/sveltejs/kit/pull/9798)) - fix: file not found in manifest ([#&#8203;9846](https://github.com/sveltejs/kit/pull/9846)) ### [`v1.16.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1160) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.11...@sveltejs/kit@1.16.0) ##### Minor Changes - feat: route-level entry generators via `export const entries` ([#&#8203;9571](https://github.com/sveltejs/kit/pull/9571)) ### [`v1.15.11`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#11511) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.10...@sveltejs/kit@1.15.11) ##### Patch Changes - chore: more compact representation for invalidated search param ([#&#8203;9708](https://github.com/sveltejs/kit/pull/9708)) - chore: fix import path to app script on windows ([#&#8203;9743](https://github.com/sveltejs/kit/pull/9743)) - fix: make $app/navigation more resilient to bundler reordering ([#&#8203;9808](https://github.com/sveltejs/kit/pull/9808)) - fix: page load `fetch()` now accepts the same input types for the body as the native fetch function ([#&#8203;9801](https://github.com/sveltejs/kit/pull/9801)) - fix: handle preload and filterSerializedResponseHeaders in sequence function ([#&#8203;9741](https://github.com/sveltejs/kit/pull/9741)) ### [`v1.15.10`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#11510) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.9...@sveltejs/kit@1.15.10) ##### Patch Changes - fix: log whole error object in default handleError ([#&#8203;9791](https://github.com/sveltejs/kit/pull/9791)) ### [`v1.15.9`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1159) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.8...@sveltejs/kit@1.15.9) ##### Patch Changes - fix: correctly replace state when `data-sveltekit-replacestate` is used with a hash link ([#&#8203;9751](https://github.com/sveltejs/kit/pull/9751)) - fix: compute trailing slash on page server / data request ([#&#8203;9738](https://github.com/sveltejs/kit/pull/9738)) - fix: update vite-plugin-svelte to fix windows resolution issue ([#&#8203;9769](https://github.com/sveltejs/kit/pull/9769)) ### [`v1.15.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1158) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.7...@sveltejs/kit@1.15.8) ##### Patch Changes - chore: revert undici pin and upgrade version ([#&#8203;9740](https://github.com/sveltejs/kit/pull/9740)) - chore: upgrade vite-plugin-svelte for resolve improvements and warnings ([#&#8203;9742](https://github.com/sveltejs/kit/pull/9742)) ### [`v1.15.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1157) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.6...@sveltejs/kit@1.15.7) ##### Patch Changes - fix: provide better error when prerendered routes conflict with each other ([#&#8203;9692](https://github.com/sveltejs/kit/pull/9692)) - fix: prevent false positive warnings for fetch in Firefox and Safari ([#&#8203;9680](https://github.com/sveltejs/kit/pull/9680)) - fix: allow embedding two pages generated into the same page in "embedded" mode ([#&#8203;9610](https://github.com/sveltejs/kit/pull/9610)) - fix: don't include prerendered routes in default generateManifest ([#&#8203;9471](https://github.com/sveltejs/kit/pull/9471)) - fix: better error messages for handleable prerender failures ([#&#8203;9621](https://github.com/sveltejs/kit/pull/9621)) ### [`v1.15.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1156) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.5...@sveltejs/kit@1.15.6) ##### Patch Changes - fix: use correct relative paths when rendering base path ([#&#8203;9343](https://github.com/sveltejs/kit/pull/9343)) - fix: handle redirect thrown in handle hook in response to form action ([#&#8203;9658](https://github.com/sveltejs/kit/pull/9658)) - fix: do not call beforeNavigate for download links ([#&#8203;9660](https://github.com/sveltejs/kit/pull/9660)) ### [`v1.15.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1155) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.4...@sveltejs/kit@1.15.5) ##### Patch Changes - fix: correct allow header methods list for 405s ([#&#8203;9655](https://github.com/sveltejs/kit/pull/9655)) - fix: prevent routes/layouts from having conflicting files through resets or different extensions ([#&#8203;9590](https://github.com/sveltejs/kit/pull/9590)) - fix: prevent unhandled exceptions for invalid header values ([#&#8203;9638](https://github.com/sveltejs/kit/pull/9638)) ### [`v1.15.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1154) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.3...@sveltejs/kit@1.15.4) ##### Patch Changes - fix: gracefully handle failure to load hooks.server.js ([#&#8203;9641](https://github.com/sveltejs/kit/pull/9641)) - feat: set sourcemapIgnoreList to filter out non-source directories ([#&#8203;9619](https://github.com/sveltejs/kit/pull/9619)) ### [`v1.15.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1153) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.2...@sveltejs/kit@1.15.3) ##### Patch Changes - fix: prevent building duplicate CSS files ([#&#8203;9382](https://github.com/sveltejs/kit/pull/9382)) ### [`v1.15.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1152) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.1...@sveltejs/kit@1.15.2) ##### Patch Changes - fix: address security advisory [CVE-2023-29008](https://github.com/sveltejs/kit/security/advisories/GHSA-gv7g-x59x-wf8f) by doing a case-insensitive comparison when checking header value ([`ba436c66`](https://github.com/sveltejs/kit/commit/ba436c6685e751d968a960fbda65f24cf7a82e9f)) ### [`v1.15.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#11511) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.15.0...@sveltejs/kit@1.15.1) ##### Patch Changes - chore: more compact representation for invalidated search param ([#&#8203;9708](https://github.com/sveltejs/kit/pull/9708)) - chore: fix import path to app script on windows ([#&#8203;9743](https://github.com/sveltejs/kit/pull/9743)) - fix: make $app/navigation more resilient to bundler reordering ([#&#8203;9808](https://github.com/sveltejs/kit/pull/9808)) - fix: page load `fetch()` now accepts the same input types for the body as the native fetch function ([#&#8203;9801](https://github.com/sveltejs/kit/pull/9801)) - fix: handle preload and filterSerializedResponseHeaders in sequence function ([#&#8203;9741](https://github.com/sveltejs/kit/pull/9741)) ### [`v1.15.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1150) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.14.0...@sveltejs/kit@1.15.0) ##### Minor Changes - feat: expose stronger typed `SubmitFunction` through `./$types` ([#&#8203;9201](https://github.com/sveltejs/kit/pull/9201)) ##### Patch Changes - fix: throw error when file can't be found in Vite manifest ([#&#8203;9558](https://github.com/sveltejs/kit/pull/9558)) - fix: make `error.message` enumerable when sending `ssrLoadModule` error to client ([#&#8203;9440](https://github.com/sveltejs/kit/pull/9440)) - fix: pass `publicDir` Vite config in SSR ([#&#8203;9565](https://github.com/sveltejs/kit/pull/9565)) - fix: balance parentheses in error about wrong content type for action ([#&#8203;9513](https://github.com/sveltejs/kit/pull/9513)) ### [`v1.14.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1140) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.13.0...@sveltejs/kit@1.14.0) ##### Minor Changes - feat: add HMR to fallback error pages during dev ([#&#8203;9497](https://github.com/sveltejs/kit/pull/9497)) ##### Patch Changes - fix: add `submitter` type to `SumbitFunction` ([#&#8203;9484](https://github.com/sveltejs/kit/pull/9484)) ### [`v1.13.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1130) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.12.0...@sveltejs/kit@1.13.0) ##### Minor Changes - feat: add dark mode styles to default error page ([#&#8203;9460](https://github.com/sveltejs/kit/pull/9460)) ##### Patch Changes - fix: recover from errors during dev by reloading ([#&#8203;9441](https://github.com/sveltejs/kit/pull/9441)) ### [`v1.12.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1120) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.11.0...@sveltejs/kit@1.12.0) ##### Minor Changes - feat: expose submitter in use:enhance SubmitFunction ([#&#8203;9425](https://github.com/sveltejs/kit/pull/9425)) - feat: add data-sveltekit-keepfocus and data-sveltekit-replacestate options to links (requires Svelte version 3.56 for type-checking with `svelte-check`) ([#&#8203;9019](https://github.com/sveltejs/kit/pull/9019)) ##### Patch Changes - fix: don't start debugger on 404s ([#&#8203;9424](https://github.com/sveltejs/kit/pull/9424)) - fix: handle srcset attributes with newline after comma ([#&#8203;9388](https://github.com/sveltejs/kit/pull/9388)) - fix: allow tsconfig to extend multiple other tsconfigs ([#&#8203;9413](https://github.com/sveltejs/kit/pull/9413)) - chore: update Undici to 5.21.0 ([#&#8203;9417](https://github.com/sveltejs/kit/pull/9417)) ### [`v1.11.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1110) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.10.0...@sveltejs/kit@1.11.0) ##### Minor Changes - feat: pause on debugger when falling back to full page reload during development ([#&#8203;9305](https://github.com/sveltejs/kit/pull/9305)) - feat: expose `base` via `$service-worker`, make paths relative ([#&#8203;9250](https://github.com/sveltejs/kit/pull/9250)) ##### Patch Changes - fix: don't automatically prerender non-SSR'd pages ([#&#8203;9352](https://github.com/sveltejs/kit/pull/9352)) - fix: use 308 responses for trailing slash redirects, instead of 301s ([#&#8203;9351](https://github.com/sveltejs/kit/pull/9351)) - fix: remove buggy cookie path detection ([#&#8203;9298](https://github.com/sveltejs/kit/pull/9298)) - fix: don't prevent `beforeNavigate` callbacks from running following a cancelled unloading navigation ([#&#8203;9347](https://github.com/sveltejs/kit/pull/9347)) - fix: persist DOM state on beforeunload ([#&#8203;9345](https://github.com/sveltejs/kit/pull/9345)) - fix: redirect to path with/without trailing slash when previewing prerendered pages ([#&#8203;9353](https://github.com/sveltejs/kit/pull/9353)) - fix: avoid FOUC when using CSS modules in dev ([#&#8203;9323](https://github.com/sveltejs/kit/pull/9323)) - fix: don't skip required parameters after missing optional parameters ([#&#8203;9331](https://github.com/sveltejs/kit/pull/9331)) - fix: account for server-emitted assets when prerenering ([#&#8203;9349](https://github.com/sveltejs/kit/pull/9349)) - fix: deal with fast consecutive promise resolutions when streaming ([#&#8203;9332](https://github.com/sveltejs/kit/pull/9332)) - chore: replace deprecated property access in preparation for TS 5.0 ([#&#8203;9361](https://github.com/sveltejs/kit/pull/9361)) ### [`v1.10.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1100) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.9.3...@sveltejs/kit@1.10.0) ##### Minor Changes - feat: add `cookies.getAll` ([#&#8203;9287](https://github.com/sveltejs/kit/pull/9287)) ##### Patch Changes - fix: always include `<link rel="stylesheet">`, even for stylesheets excluded from Link headers ([#&#8203;9255](https://github.com/sveltejs/kit/pull/9255)) - fix: preserve form state when submitting a second time ([#&#8203;9267](https://github.com/sveltejs/kit/pull/9267)) ### [`v1.9.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#193) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.9.2...@sveltejs/kit@1.9.3) ##### Patch Changes - fix: successive optional route parameters can now be empty ([#&#8203;9266](https://github.com/sveltejs/kit/pull/9266)) ### [`v1.9.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#192) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.9.1...@sveltejs/kit@1.9.2) ##### Patch Changes - fix: correct undefined reference to global var with Vitest ([#&#8203;9252](https://github.com/sveltejs/kit/pull/9252)) ### [`v1.9.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#191) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.9.0...@sveltejs/kit@1.9.1) ##### Patch Changes - feat: warn when calling depends(...) with special URI scheme ([#&#8203;9246](https://github.com/sveltejs/kit/pull/9246)) ### [`v1.9.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#190) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.8...@sveltejs/kit@1.9.0) ##### Minor Changes - feat: add `paths.relative` option to control interpretation of `paths.assets` and `paths.base` ([#&#8203;9220](https://github.com/sveltejs/kit/pull/9220)) ### [`v1.8.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#188) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.7...@sveltejs/kit@1.8.8) ##### Patch Changes - fix: always add `@sveltejs/kit` to `noExternal` for ssr build ([#&#8203;9242](https://github.com/sveltejs/kit/pull/9242)) - feat: add `api.methods` and `page.methods` to `builder.routes` ([#&#8203;9145](https://github.com/sveltejs/kit/pull/9145)) ### [`v1.8.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#187) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.6...@sveltejs/kit@1.8.7) ##### Patch Changes - fix: correct not found message when setting `paths.base` ([#&#8203;9232](https://github.com/sveltejs/kit/pull/9232)) ### [`v1.8.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#186) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.5...@sveltejs/kit@1.8.6) ##### Patch Changes - fix: bundle SvelteKit when using Vitest ([#&#8203;9172](https://github.com/sveltejs/kit/pull/9172)) ### [`v1.8.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#185) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.4...@sveltejs/kit@1.8.5) ##### Patch Changes - fix: allow relative fetch to endpoint outside app from within `handle` ([#&#8203;9198](https://github.com/sveltejs/kit/pull/9198)) ### [`v1.8.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#184) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.3...@sveltejs/kit@1.8.4) ##### Patch Changes - fix: include .mjs files in precompression ([#&#8203;9179](https://github.com/sveltejs/kit/pull/9179)) - fix: revert mjs extension usage by default, make it an option ([#&#8203;9179](https://github.com/sveltejs/kit/pull/9179)) - chore: dummy changeset to force a release ([#&#8203;9207](https://github.com/sveltejs/kit/pull/9207)) ### [`v1.8.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#183) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.2...@sveltejs/kit@1.8.3) ##### Patch Changes - fix: use a proprietary content-type to ensure response is not buffered ([#&#8203;9142](https://github.com/sveltejs/kit/pull/9142)) ### [`v1.8.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#182) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.1...@sveltejs/kit@1.8.2) ##### Patch Changes - fix: append newline to trigger script evaluation ([#&#8203;9139](https://github.com/sveltejs/kit/pull/9139)) ### [`v1.8.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#181) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.8.0...@sveltejs/kit@1.8.1) ##### Patch Changes - fix: encode streamed chunks ([#&#8203;9136](https://github.com/sveltejs/kit/pull/9136)) ### [`v1.8.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#180) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.7.2...@sveltejs/kit@1.8.0) ##### Minor Changes - feat: implement streaming promises for server load functions ([#&#8203;8901](https://github.com/sveltejs/kit/pull/8901)) ##### Patch Changes - fix: set public env before starting app ([#&#8203;8957](https://github.com/sveltejs/kit/pull/8957)) - fix: preload modules on Safari ([#&#8203;8957](https://github.com/sveltejs/kit/pull/8957)) - fix: make `assets` work in client when app is served from a subfolder ([#&#8203;8957](https://github.com/sveltejs/kit/pull/8957)) ### [`v1.7.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#172) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.7.1...@sveltejs/kit@1.7.2) ##### Patch Changes - fix: return correct asset list from `builder.writeClient()` ([#&#8203;9095](https://github.com/sveltejs/kit/pull/9095)) ### [`v1.7.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#171) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.7.0...@sveltejs/kit@1.7.1) ##### Patch Changes - fix: deploy server assets. Only works with Vite 4.1+ ([#&#8203;9073](https://github.com/sveltejs/kit/pull/9073)) ### [`v1.7.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#170) ##### Minor Changes - feat: richer error message for invalid exports ([#&#8203;9055](https://github.com/sveltejs/kit/pull/9055)) ##### Patch Changes - chore: throw more helpful error when encoding uri fails during prerendering ([#&#8203;9053](https://github.com/sveltejs/kit/pull/9053)) ### [`v1.6.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#160) ##### Minor Changes - feat: add `OPTIONS` server method ([#&#8203;8731](https://github.com/sveltejs/kit/pull/8731)) ##### Patch Changes - fix: solve `missing "./paths" specifier in "@&#8203;sveltejs/kit" package` error occurring in all projects ([#&#8203;9050](https://github.com/sveltejs/kit/pull/9050)) ### [`v1.5.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#157) ##### Patch Changes - fix: use internal alias that won't collide with user aliases ([#&#8203;9022](https://github.com/sveltejs/kit/pull/9022)) ### [`v1.5.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#156) ##### Patch Changes - fix: ssr defaults preventing minification for client build ([#&#8203;9012](https://github.com/sveltejs/kit/pull/9012)) - fix: client-side trailing slash redirect when preloading data ([#&#8203;8982](https://github.com/sveltejs/kit/pull/8982)) ### [`v1.5.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#155) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.5.3...@sveltejs/kit@1.5.5) ##### Patch Changes - fix: warn after failed data preloads in dev ([#&#8203;8985](https://github.com/sveltejs/kit/pull/8985)) ### [`v1.5.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#153) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.5.2...@sveltejs/kit@1.5.3) ##### Patch Changes - docs: clarify that `version.name` should be deterministic ([#&#8203;8956](https://github.com/sveltejs/kit/pull/8956)) - fix: correctly include exported http methods in allow header ([#&#8203;8968](https://github.com/sveltejs/kit/pull/8968)) - chore: polyfill File from node:buffer ([#&#8203;8925](https://github.com/sveltejs/kit/pull/8925)) - fix: provide helpful error/warning when calling `fetch` during render ([#&#8203;8551](https://github.com/sveltejs/kit/pull/8551)) - fix: print useful error when subscribing to SvelteKit's stores at the wrong time during SSR ([#&#8203;8960](https://github.com/sveltejs/kit/pull/8960)) - fix: ignore external links when automatically preloading ([#&#8203;8961](https://github.com/sveltejs/kit/pull/8961)) - chore: refactor fallback generation ([#&#8203;8972](https://github.com/sveltejs/kit/pull/8972)) ### [`v1.5.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#152) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.5.1...@sveltejs/kit@1.5.2) ##### Patch Changes - fix: always default `paths.assets` to `paths.base` ([#&#8203;8928](https://github.com/sveltejs/kit/pull/8928)) ### [`v1.5.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#151) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.5.0...@sveltejs/kit@1.5.1) ##### Patch Changes - fix: pick up config from endpoints ([#&#8203;8933](https://github.com/sveltejs/kit/pull/8933)) - fix: don't reuse previous server load cache when there's no server load function ([#&#8203;8893](https://github.com/sveltejs/kit/pull/8893)) - fix: deduplicate paths in tsconfig ([#&#8203;8880](https://github.com/sveltejs/kit/pull/8880)) - docs: clarify version management feature ([#&#8203;8941](https://github.com/sveltejs/kit/pull/8941)) ### [`v1.5.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#150) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.4.0...@sveltejs/kit@1.5.0) ##### Minor Changes - feat: support route-level configuration ([#&#8203;8740](https://github.com/sveltejs/kit/pull/8740)) - feat: add snapshot mechanism for preserving ephemeral DOM state ([#&#8203;8710](https://github.com/sveltejs/kit/pull/8710)) ##### Patch Changes - chore(deps): update dependency undici to v5.18.0 ([#&#8203;8884](https://github.com/sveltejs/kit/pull/8884)) ### [`v1.4.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#140) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.10...@sveltejs/kit@1.4.0) ##### Minor Changes - feat: allow $app/paths to be used without an app ([#&#8203;8838](https://github.com/sveltejs/kit/pull/8838)) ##### Patch Changes - fix: ensure types of all form actions are accessible even if differing ([#&#8203;8877](https://github.com/sveltejs/kit/pull/8877)) - fix: correctly handle HttpErrors on the client side ([#&#8203;8829](https://github.com/sveltejs/kit/pull/8829)) - docs: discourage use of `goto` with external URLs ([#&#8203;8837](https://github.com/sveltejs/kit/pull/8837)) - fix: prevent crawling empty urls (`<img src="">`) ([#&#8203;8883](https://github.com/sveltejs/kit/pull/8883)) - fix: correctly serialize request url when using load `fetch` ([#&#8203;8876](https://github.com/sveltejs/kit/pull/8876)) - fix: ensure endpoints can fetch endpoints on the same host but not part of the application ([#&#8203;8869](https://github.com/sveltejs/kit/pull/8869)) ### [`v1.3.10`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1310) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.9...@sveltejs/kit@1.3.10) ##### Patch Changes - fix: preserve build error messages ([#&#8203;8846](https://github.com/sveltejs/kit/pull/8846)) ### [`v1.3.9`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#139) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.8...@sveltejs/kit@1.3.9) ##### Patch Changes - fix: output errors properly if pages fail to compile ([#&#8203;8813](https://github.com/sveltejs/kit/pull/8813)) ### [`v1.3.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#138) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.7...@sveltejs/kit@1.3.8) ##### Patch Changes - fix: remove Vite manifest before running adapter ([#&#8203;8815](https://github.com/sveltejs/kit/pull/8815)) ### [`v1.3.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#137) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.6...@sveltejs/kit@1.3.7) ##### Patch Changes - fix: only show prerendering message when actually prerendering ([#&#8203;8809](https://github.com/sveltejs/kit/pull/8809)) - fix: handle anchors with special chars when navigating ([#&#8203;8806](https://github.com/sveltejs/kit/pull/8806)) - fix: await finalise hook and run it only once ([#&#8203;8817](https://github.com/sveltejs/kit/pull/8817)) ### [`v1.3.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#136) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.5...@sveltejs/kit@1.3.6) ##### Patch Changes - fix: allow rest parameters to follow multiple optional - or not - parameters ([#&#8203;8761](https://github.com/sveltejs/kit/pull/8761)) - fix: consider headers when constructing request hash ([#&#8203;8754](https://github.com/sveltejs/kit/pull/8754)) ### [`v1.3.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#135) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.4...@sveltejs/kit@1.3.5) ##### Patch Changes - docs: fix typo ([#&#8203;8790](https://github.com/sveltejs/kit/pull/8790)) - fix: build error on layout with missing leaves ([#&#8203;8792](https://github.com/sveltejs/kit/pull/8792)) - fix: handle hash links with non-ASCII characters when navigating ([#&#8203;8767](https://github.com/sveltejs/kit/pull/8767)) ### [`v1.3.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#134) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.3...@sveltejs/kit@1.3.4) ##### Patch Changes - chore: bump devalue ([#&#8203;8789](https://github.com/sveltejs/kit/pull/8789)) ### [`v1.3.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#133) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.2...@sveltejs/kit@1.3.3) ##### Patch Changes - fix: forward `process.env` to child process ([#&#8203;8777](https://github.com/sveltejs/kit/pull/8777)) ### [`v1.3.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#132) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.1...@sveltejs/kit@1.3.2) ##### Patch Changes - fix: take base path into account when preloading code ([#&#8203;8748](https://github.com/sveltejs/kit/pull/8748)) ### [`v1.3.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1310) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.3.0...@sveltejs/kit@1.3.1) ##### Patch Changes - fix: preserve build error messages ([#&#8203;8846](https://github.com/sveltejs/kit/pull/8846)) ### [`v1.3.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#130) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.10...@sveltejs/kit@1.3.0) ##### Minor Changes - feat: allow generated tsconfig to be modified ([#&#8203;8606](https://github.com/sveltejs/kit/pull/8606)) ##### Patch Changes - fix: skip navigation hooks on popstate events when only hash changed ([#&#8203;8730](https://github.com/sveltejs/kit/pull/8730)) ### [`v1.2.10`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1210) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.9...@sveltejs/kit@1.2.10) ##### Patch Changes - chore: restrict methods allowed for POST ([#&#8203;8721](https://github.com/sveltejs/kit/pull/8721)) - fix: provide proper error when POSTing to a missing page endpoint ([#&#8203;8714](https://github.com/sveltejs/kit/pull/8714)) ### [`v1.2.9`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#129) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.8...@sveltejs/kit@1.2.9) ##### Patch Changes - fix: reapply exports alignment after Vite dependency optimizations ([#&#8203;8690](https://github.com/sveltejs/kit/pull/8690)) ### [`v1.2.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#128) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.7...@sveltejs/kit@1.2.8) ##### Patch Changes - fix: include base path in path to start script ([#&#8203;8651](https://github.com/sveltejs/kit/pull/8651)) ### [`v1.2.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#127) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.6...@sveltejs/kit@1.2.7) ##### Patch Changes - fix: set headers when throwing redirect in handle ([#&#8203;8648](https://github.com/sveltejs/kit/pull/8648)) ### [`v1.2.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#126) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.5...@sveltejs/kit@1.2.6) ##### Patch Changes - fix: allow importing assets while using base path ([#&#8203;8683](https://github.com/sveltejs/kit/pull/8683)) ### [`v1.2.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#125) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.4...@sveltejs/kit@1.2.5) ##### Patch Changes - fix: check for wrong return values from form actions ([#&#8203;8553](https://github.com/sveltejs/kit/pull/8553)) ### [`v1.2.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#124) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.3...@sveltejs/kit@1.2.4) ##### Patch Changes - chore: update undici to v5.16.0 ([#&#8203;8668](https://github.com/sveltejs/kit/pull/8668)) ### [`v1.2.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#123) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.2...@sveltejs/kit@1.2.3) ##### Patch Changes - fix: set environment variables before postbuild analysis ([#&#8203;8647](https://github.com/sveltejs/kit/pull/8647)) ### [`v1.2.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#122) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.1...@sveltejs/kit@1.2.2) ##### Patch Changes - fix: focus management after navigation ([#&#8203;8466](https://github.com/sveltejs/kit/pull/8466)) ### [`v1.2.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1210) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.2.0...@sveltejs/kit@1.2.1) ##### Patch Changes - chore: restrict methods allowed for POST ([#&#8203;8721](https://github.com/sveltejs/kit/pull/8721)) - fix: provide proper error when POSTing to a missing page endpoint ([#&#8203;8714](https://github.com/sveltejs/kit/pull/8714)) ### [`v1.2.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#120) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.1.4...@sveltejs/kit@1.2.0) ##### Minor Changes - feat: add `text(...)` helper for generating text responses ([#&#8203;8371](https://github.com/sveltejs/kit/pull/8371)) - feat: enable access to public env within app.html ([#&#8203;8449](https://github.com/sveltejs/kit/pull/8449)) - fix: add `Content-Length` header to SvelteKit-generated responses ([#&#8203;8371](https://github.com/sveltejs/kit/pull/8371)) ### [`v1.1.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#114) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.1.3...@sveltejs/kit@1.1.4) ##### Patch Changes - fix: squelch unknown prop warning for `+error.svelte` components ([#&#8203;8593](https://github.com/sveltejs/kit/pull/8593)) ### [`v1.1.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#113) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.1.2...@sveltejs/kit@1.1.3) ##### Patch Changes - docs: explain how to add ambient typings ([#&#8203;8558](https://github.com/sveltejs/kit/pull/8558)) - fix: ignore `target="_blank"` links ([#&#8203;8563](https://github.com/sveltejs/kit/pull/8563)) ### [`v1.1.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#112) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.1.1...@sveltejs/kit@1.1.2) ##### Patch Changes - fix: correct link in types documentation ([#&#8203;8557](https://github.com/sveltejs/kit/pull/8557)) - fix: correctly detect changed data ([#&#8203;8377](https://github.com/sveltejs/kit/pull/8377)) - fix: only generate type definitions with `sync` command ([#&#8203;8552](https://github.com/sveltejs/kit/pull/8552)) - fix: remove baseUrl to prevent wrong TypeScript auto imports if possible ([#&#8203;8568](https://github.com/sveltejs/kit/pull/8568)) ### [`v1.1.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#111) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.1.0...@sveltejs/kit@1.1.1) ##### Patch Changes - chore: upgrade devalue ([#&#8203;8520](https://github.com/sveltejs/kit/pull/8520)) ### [`v1.1.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#110) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.13...@sveltejs/kit@1.1.0) ##### Minor Changes - feat: warn when usage of page options in `.svelte` files or missing `<slot />` in layout is detected ([#&#8203;8475](https://github.com/sveltejs/kit/pull/8475)) ##### Patch Changes - fix: exit postbuild step with code 0 ([#&#8203;8514](https://github.com/sveltejs/kit/pull/8514)) - fix: only run missing page check in dev mode ([#&#8203;8515](https://github.com/sveltejs/kit/pull/8515)) - fix: avoid input name clobbering form method check ([#&#8203;8471](https://github.com/sveltejs/kit/pull/8471)) - fix: exclude service worker from tsconfig ([#&#8203;8508](https://github.com/sveltejs/kit/pull/8508)) - fix: provide better error message in case of missing `+page.svelte` ([#&#8203;8478](https://github.com/sveltejs/kit/pull/8478)) ### [`v1.0.13`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1013) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.12...@sveltejs/kit@1.0.13) ##### Patch Changes - chore: separate generated from non-generated server code ([#&#8203;8429](https://github.com/sveltejs/kit/pull/8429)) ### [`v1.0.12`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1012) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.11...@sveltejs/kit@1.0.12) ##### Patch Changes - fix: make prerendered endpoint callable from non-prerendered server load ([#&#8203;8453](https://github.com/sveltejs/kit/pull/8453)) - docs: add links to http status codes ([#&#8203;8480](https://github.com/sveltejs/kit/pull/8480)) - fix: prerender page when prerender set to 'auto' and ssr set to true ([#&#8203;8481](https://github.com/sveltejs/kit/pull/8481)) - fix: prevent false positive warnings for fetch uses in firefox ([#&#8203;8456](https://github.com/sveltejs/kit/pull/8456)) - fix: check version on node fetch fail ([#&#8203;8487](https://github.com/sveltejs/kit/pull/8487)) - fix: avoid unnecessary $page store updates ([#&#8203;8457](https://github.com/sveltejs/kit/pull/8457)) ### [`v1.0.11`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1011) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.10...@sveltejs/kit@1.0.11) ##### Patch Changes - feat: warn that hydration may break if comments are removed from HTML ([#&#8203;8423](https://github.com/sveltejs/kit/pull/8423)) - fix: ignore `<a>` elements with no `href` attribute when refocusing after navigation ([#&#8203;8418](https://github.com/sveltejs/kit/pull/8418)) - fix: invalidate dependencies implicitly added by `fetch` in server load functions ([#&#8203;8420](https://github.com/sveltejs/kit/pull/8420)) ### [`v1.0.10`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1010) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.9...@sveltejs/kit@1.0.10) ##### Patch Changes - fix: skip inline cache when vary header is present ([#&#8203;8406](https://github.com/sveltejs/kit/pull/8406)) ### [`v1.0.9`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#109) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.8...@sveltejs/kit@1.0.9) ##### Patch Changes - fix: add `assetFileNames` to worker rollup options ([#&#8203;8384](https://github.com/sveltejs/kit/pull/8384)) ### [`v1.0.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#108) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.7...@sveltejs/kit@1.0.8) ##### Patch Changes - feat: error in dev mode if global `fetch` is used with relative URL ([#&#8203;8370](https://github.com/sveltejs/kit/pull/8370)) - fix: disable illegal import detection when running unit tests ([#&#8203;8365](https://github.com/sveltejs/kit/pull/8365)) - fix: only prerender a given dependency once ([#&#8203;8376](https://github.com/sveltejs/kit/pull/8376)) - fix: `updated.check()` type changed to `Promise<boolean>` ([#&#8203;8400](https://github.com/sveltejs/kit/pull/8400)) - fix: don't strip body in no-cors mode on the server ([#&#8203;8412](https://github.com/sveltejs/kit/pull/8412)) - fix: quote 'script' in CSP directives ([#&#8203;8372](https://github.com/sveltejs/kit/pull/8372)) - fix: correctly compare route ids for load change detection ([#&#8203;8399](https://github.com/sveltejs/kit/pull/8399)) - fix: don't add nonce attribute to `<link>` elements ([#&#8203;8369](https://github.com/sveltejs/kit/pull/8369)) ### [`v1.0.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#107) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.6...@sveltejs/kit@1.0.7) ##### Patch Changes - fix: ignore `*.test.js` and `*.spec.js` files in `params` directory ([#&#8203;8250](https://github.com/sveltejs/kit/pull/8250)) ### [`v1.0.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#106) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.5...@sveltejs/kit@1.0.6) ##### Patch Changes - fix: guarantee that `$page.route` has the correct shape ([#&#8203;8359](https://github.com/sveltejs/kit/pull/8359)) ### [`v1.0.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#105) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.3...@sveltejs/kit@1.0.5) ##### Patch Changes - fix: update typings of `event.platform` to be possibly undefined ([#&#8203;8232](https://github.com/sveltejs/kit/pull/8232)) ### [`v1.0.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#103) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.2...@sveltejs/kit@1.0.3) ##### Patch Changes - feat: include submitter's value when progressively enhancing `<form method="get">` ([#&#8203;8273](https://github.com/sveltejs/kit/pull/8273)) ### [`v1.0.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#102) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.1...@sveltejs/kit@1.0.2) ##### Patch Changes - fix: correct `filterSerializedResponseHeaders` error message ([#&#8203;8348](https://github.com/sveltejs/kit/pull/8348)) - fix: correct form action redirect status code ([#&#8203;8210](https://github.com/sveltejs/kit/pull/8210)) ### [`v1.0.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1013) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0...@sveltejs/kit@1.0.1) ##### Patch Changes - chore: separate generated from non-generated server code ([#&#8203;8429](https://github.com/sveltejs/kit/pull/8429)) ### [`v1.0.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.589...@sveltejs/kit@1.0.0) ##### Major Changes First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch ### [`v1.0.0-next.589`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next589) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.588...@sveltejs/kit@1.0.0-next.589) ##### Patch Changes - breaking: remove warnings/errors about removed/changed APIs ([#&#8203;8019](https://github.com/sveltejs/kit/pull/8019)) ### [`v1.0.0-next.588`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next588) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.587...@sveltejs/kit@1.0.0-next.588) ##### Patch Changes - fix: remove obsolete generated types correctly ([#&#8203;8149](https://github.com/sveltejs/kit/pull/8149)) ### [`v1.0.0-next.587`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next587) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.586...@sveltejs/kit@1.0.0-next.587) ##### Patch Changes - breaking: prerender shells when ssr false and prerender not false ([#&#8203;8131](https://github.com/sveltejs/kit/pull/8131)) ### [`v1.0.0-next.586`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next586) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.585...@sveltejs/kit@1.0.0-next.586) ##### Patch Changes - fix: don't de/encode initial and explicit string headers ([#&#8203;8113](https://github.com/sveltejs/kit/pull/8113)) ### [`v1.0.0-next.585`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next585) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.584...@sveltejs/kit@1.0.0-next.585) ##### Patch Changes - fix: remove unused elements from default error component ([#&#8203;8110](https://github.com/sveltejs/kit/pull/8110)) ### [`v1.0.0-next.584`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next584) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.583...@sveltejs/kit@1.0.0-next.584) ##### Patch Changes - fix: load errorTemplate from correct location ([#&#8203;8096](https://github.com/sveltejs/kit/pull/8096)) - More robust manifest error recovery ([#&#8203;8095](https://github.com/sveltejs/kit/pull/8095)) ### [`v1.0.0-next.583`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next583) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.582...@sveltejs/kit@1.0.0-next.583) ##### Patch Changes - restart vite dev-server on svelte config change ([#&#8203;8087](https://github.com/sveltejs/kit/pull/8087)) - Set correct `$page.status` when using `enhance` and result is of type `'error'` ([#&#8203;8073](https://github.com/sveltejs/kit/pull/8073)) - fix: ensure export conditions are resolve through Vite ([#&#8203;8092](https://github.com/sveltejs/kit/pull/8092)) - fix: don't crash Vite dev server on manifest error ([#&#8203;8093](https://github.com/sveltejs/kit/pull/8093)) ### [`v1.0.0-next.582`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next582) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.581...@sveltejs/kit@1.0.0-next.582) ##### Patch Changes - fix: improve split between Vite plugins ([#&#8203;8055](https://github.com/sveltejs/kit/pull/8055)) - fix: set Vite base URL ([#&#8203;8046](https://github.com/sveltejs/kit/pull/8046)) - add declaration for vitePreprocess reexport ([#&#8203;8053](https://github.com/sveltejs/kit/pull/8053)) ### [`v1.0.0-next.581`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next581) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.580...@sveltejs/kit@1.0.0-next.581) ##### Patch Changes - feat: vitePreprocess ([#&#8203;8036](https://github.com/sveltejs/kit/pull/8036)) ### [`v1.0.0-next.580`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next580) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.579...@sveltejs/kit@1.0.0-next.580) ##### Patch Changes - breaking: throw an error on invalid load response ([#&#8203;8003](https://github.com/sveltejs/kit/pull/8003)) - fix: allow SvelteKit to be used without bundling ([#&#8203;7950](https://github.com/sveltejs/kit/pull/7950)) ### [`v1.0.0-next.579`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next579) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.578...@sveltejs/kit@1.0.0-next.579) ##### Patch Changes - breaking: update svelte peerDependency to ^3.54.0 ([#&#8203;7543](https://github.com/sveltejs/kit/pull/7543)) - update esbuild to ^0.16.3 ([#&#8203;7543](https://github.com/sveltejs/kit/pull/7543)) - breaking: upgrade to Vite 4 ([#&#8203;7543](https://github.com/sveltejs/kit/pull/7543)) ### [`v1.0.0-next.578`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next578) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.577...@sveltejs/kit@1.0.0-next.578) ##### Patch Changes - fix: respect fetch cache option ([#&#8203;8024](https://github.com/sveltejs/kit/pull/8024)) - breaking: rename invalid() to fail() and ValidationError to ActionFailure ([#&#8203;8012](https://github.com/sveltejs/kit/pull/8012)) - breaking: replace automatic fallback generation with `builder.generateFallback(fallback)` ([#&#8203;8013](https://github.com/sveltejs/kit/pull/8013)) ### [`v1.0.0-next.577`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next577) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.576...@sveltejs/kit@1.0.0-next.577) ##### Patch Changes - breaking: add embedded option, turned off by default ([#&#8203;7969](https://github.com/sveltejs/kit/pull/7969)) ### [`v1.0.0-next.576`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next576) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.575...@sveltejs/kit@1.0.0-next.576) ##### Patch Changes - breaking: make `sveltekit()` return a promise of array of Vite plugins ([#&#8203;7994](https://github.com/sveltejs/kit/pull/7994)) ### [`v1.0.0-next.575`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next575) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.574...@sveltejs/kit@1.0.0-next.575) ##### Patch Changes - fix: throw error when using enhance on GET forms ([#&#8203;7948](https://github.com/sveltejs/kit/pull/7948)) - breaking: strip `__data.json` from url ([#&#8203;7979](https://github.com/sveltejs/kit/pull/7979)) ### [`v1.0.0-next.574`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next574) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.573...@sveltejs/kit@1.0.0-next.574) ##### Patch Changes - feat: split Vite plugin in two ([#&#8203;7990](https://github.com/sveltejs/kit/pull/7990)) ### [`v1.0.0-next.573`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next573) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.572...@sveltejs/kit@1.0.0-next.573) ##### Patch Changes - fix: adjust ActionData type ([#&#8203;7962](https://github.com/sveltejs/kit/pull/7962)) - breaking: disallow unknown exports (except when starting with an underscore) from `+(layout|page)(.server)?.js` and `+server.js` files ([#&#8203;7878](https://github.com/sveltejs/kit/pull/7878)) - fix: continuous optionals should not throw conflict error ([#&#8203;7939](https://github.com/sveltejs/kit/pull/7939)) - fix `enhance` error message when form action doesn't exist or csrf is enabled ([#&#8203;7958](https://github.com/sveltejs/kit/pull/7958)) ### [`v1.0.0-next.572`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next572) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.571...@sveltejs/kit@1.0.0-next.572) ##### Minor Changes - Checks that element is not null before reading getAttribute ([#&#8203;7930](https://github.com/sveltejs/kit/pull/7930)) ##### Patch Changes - chore: update `magic-string` ([#&#8203;7931](https://github.com/sveltejs/kit/pull/7931)) - add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled ([#&#8203;7933](https://github.com/sveltejs/kit/pull/7933)) - reload dev page on change of app.html ([#&#8203;7944](https://github.com/sveltejs/kit/pull/7944)) ### [`v1.0.0-next.571`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next571) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.570...@sveltejs/kit@1.0.0-next.571) ##### Patch Changes - fix: use searchParams for x-sveltekit-invalidated ([#&#8203;7912](https://github.com/sveltejs/kit/pull/7912)) - fix: correct Vite config merging with force option ([#&#8203;7911](https://github.com/sveltejs/kit/pull/7911)) - fix: rebuild manifest when client hooks or param matcher file is added/removed ([#&#8203;7915](https://github.com/sveltejs/kit/pull/7915)) ### [`v1.0.0-next.570`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next570) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.567...@sveltejs/kit@1.0.0-next.570) ##### Patch Changes - Remove prepublishOnly script ([#&#8203;7893](https://github.com/sveltejs/kit/pull/7893)) ### [`v1.0.0-next.567`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next567) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.566...@sveltejs/kit@1.0.0-next.567) ##### Patch Changes - Co-locate synthetic types with other Kit types ([#&#8203;7864](https://github.com/sveltejs/kit/pull/7864)) ### [`v1.0.0-next.566`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next566) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.565...@sveltejs/kit@1.0.0-next.566) ##### Patch Changes - Add more type documentation ([#&#8203;7003](https://github.com/sveltejs/kit/pull/7003)) - breaking: move SubmitFunction into [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) ([#&#8203;7003](https://github.com/sveltejs/kit/pull/7003)) ### [`v1.0.0-next.565`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next565) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.564...@sveltejs/kit@1.0.0-next.565) ##### Patch Changes - breaking: Replace `data-sveltekit-prefetch` with `-preload-code` and `-preload-data` ([#&#8203;7776](https://github.com/sveltejs/kit/pull/7776)) - breaking: Rename `prefetch` to `preloadData` and `prefetchRoutes` to `preloadCode` ([#&#8203;7776](https://github.com/sveltejs/kit/pull/7776)) ### [`v1.0.0-next.564`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next564) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.563...@sveltejs/kit@1.0.0-next.564) ##### Patch Changes - chore: upgrade undici ([#&#8203;7830](https://github.com/sveltejs/kit/pull/7830)) - Make `$page.url` resilient against mutations ([#&#8203;7827](https://github.com/sveltejs/kit/pull/7827)) ### [`v1.0.0-next.563`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next563) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.562...@sveltejs/kit@1.0.0-next.563) ##### Patch Changes - feat: allow handleError to return a promise ([#&#8203;7780](https://github.com/sveltejs/kit/pull/7780)) - breaking: remove `format` option from `generateManifest(...)` ([#&#8203;7820](https://github.com/sveltejs/kit/pull/7820)) ### [`v1.0.0-next.562`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next562) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.561...@sveltejs/kit@1.0.0-next.562) ##### Patch Changes - fix: handle redirects in handle hook while processing data request ([#&#8203;7797](https://github.com/sveltejs/kit/pull/7797)) - Make touchstart listener passive ([#&#8203;7818](https://github.com/sveltejs/kit/pull/7818)) - breaking: remove `getStaticDirectory()` from builder API ([#&#8203;7809](https://github.com/sveltejs/kit/pull/7809)) - Make console.warn wrapper named rather than anonymous ([#&#8203;7811](https://github.com/sveltejs/kit/pull/7811)) ### [`v1.0.0-next.561`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next561) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.560...@sveltejs/kit@1.0.0-next.561) ##### Patch Changes - Upgrade vite-plugin-svelte to ^1.3.1 ([#&#8203;7760](https://github.com/sveltejs/kit/pull/7760)) ### [`v1.0.0-next.560`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next560) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.559...@sveltejs/kit@1.0.0-next.560) ##### Patch Changes - breaking: Rename `prerendering` to `building`, remove `config.kit.prerender.enabled` ([#&#8203;7762](https://github.com/sveltejs/kit/pull/7762)) ### [`v1.0.0-next.559`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next559) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.557...@sveltejs/kit@1.0.0-next.559) ##### Patch Changes - Roll over non-matching optional parameters instead of 404ing ([#&#8203;7753](https://github.com/sveltejs/kit/pull/7753)) - fix: enable Vite's modulePreload.polyfill ([#&#8203;7770](https://github.com/sveltejs/kit/pull/7770)) ### [`v1.0.0-next.557`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next557) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.556...@sveltejs/kit@1.0.0-next.557) ##### Patch Changes - external fetch calls: ensure serialized cookie values are url-encoded \[[#&#8203;7736](https://github.com/sveltejs/kit/issues/7736)] ([#&#8203;7736](https://github.com/sveltejs/kit/pull/7736)) ### [`v1.0.0-next.556`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next556) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.555...@sveltejs/kit@1.0.0-next.556) ##### Patch Changes - fix: preserve Vite CLI opts ([#&#8203;7749](https://github.com/sveltejs/kit/pull/7749)) ### [`v1.0.0-next.555`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next555) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.554...@sveltejs/kit@1.0.0-next.555) ##### Patch Changes - Made `config.kit.outDir` able to be located in `node_modules` ([#&#8203;7707](https://github.com/sveltejs/kit/pull/7707)) ### [`v1.0.0-next.554`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next554) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.553...@sveltejs/kit@1.0.0-next.554) ##### Patch Changes - create stronger types for dynamically generated env modules ([#&#8203;7735](https://github.com/sveltejs/kit/pull/7735)) - breaking: Make `trailingSlash` a page option, rather than configuration ([#&#8203;7719](https://github.com/sveltejs/kit/pull/7719)) - Handle hash links with non-ASCII characters when prerendering ([#&#8203;7729](https://github.com/sveltejs/kit/pull/7729)) - Ignore popstate events from outside the router ([#&#8203;7721](https://github.com/sveltejs/kit/pull/7721)) ### [`v1.0.0-next.553`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next553) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.552...@sveltejs/kit@1.0.0-next.553) ##### Patch Changes - Prevent Vite from nuking logs on startup ([#&#8203;7724](https://github.com/sveltejs/kit/pull/7724)) ### [`v1.0.0-next.552`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next552) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.551...@sveltejs/kit@1.0.0-next.552) ##### Patch Changes - Don't hardcode version in client bundle ([#&#8203;7694](https://github.com/sveltejs/kit/pull/7694)) - Allow .d.ts files to have a + prefix ([#&#8203;7682](https://github.com/sveltejs/kit/pull/7682)) - Expose version from `$app/environment` ([#&#8203;7689](https://github.com/sveltejs/kit/pull/7689)) - fix: export HttpError/Redirect interface ([#&#8203;7701](https://github.com/sveltejs/kit/pull/7701)) - fix: don't preload fonts by default ([#&#8203;7704](https://github.com/sveltejs/kit/pull/7704)) - Always set `Accept` and `Accept-Language` headers when making a self-request ([#&#8203;7722](https://github.com/sveltejs/kit/pull/7722)) - fix: adjust interfaces to fix type errors ([#&#8203;7718](https://github.com/sveltejs/kit/pull/7718)) ### [`v1.0.0-next.551`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next551) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.550...@sveltejs/kit@1.0.0-next.551) ##### Patch Changes - Add `Access-Control-Allow-Origin: *` to static assets in dev ([#&#8203;7688](https://github.com/sveltejs/kit/pull/7688)) - Ignore presence of `keepfocus` and `noscroll` in `goto` options if correctly-cased options are also present ([#&#8203;7678](https://github.com/sveltejs/kit/pull/7678)) ### [`v1.0.0-next.550`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next550) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.549...@sveltejs/kit@1.0.0-next.550) ##### Patch Changes - feat: preload fonts and add preload customization ([#&#8203;4963](https://github.com/sveltejs/kit/pull/4963)) ### [`v1.0.0-next.549`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next549) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.548...@sveltejs/kit@1.0.0-next.549) ##### Patch Changes - Always apply Node polyfills ([#&#8203;7675](https://github.com/sveltejs/kit/pull/7675)) ### [`v1.0.0-next.548`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next548) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.547...@sveltejs/kit@1.0.0-next.548) ##### Patch Changes - Only apply polyfills where necessary ([#&#8203;7668](https://github.com/sveltejs/kit/pull/7668)) ### [`v1.0.0-next.547`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next547) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.546...@sveltejs/kit@1.0.0-next.547) ##### Patch Changes - fix: safely join url segments in manifest ([#&#8203;7653](https://github.com/sveltejs/kit/pull/7653)) - breaking: use devalue to (de)serialize action data ([#&#8203;7494](https://github.com/sveltejs/kit/pull/7494)) - Warn if `%sveltekit.body%` is direct child of `<body>` ([#&#8203;7652](https://github.com/sveltejs/kit/pull/7652)) ### [`v1.0.0-next.546`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next546) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.545...@sveltejs/kit@1.0.0-next.546) ##### Patch Changes - fix outdated config error ([#&#8203;7649](https://github.com/sveltejs/kit/pull/7649)) - breaking: use hex/unicode escape sequences for encoding special characters in route directory names ([#&#8203;7644](https://github.com/sveltejs/kit/pull/7644)) - fix `beforeNavigate` description — `routeId` -> `route.id` ([#&#8203;7643](https://github.com/sveltejs/kit/pull/7643)) ### [`v1.0.0-next.545`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next545) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.544...@sveltejs/kit@1.0.0-next.545) ##### Patch Changes - fix: prerendering path and layout fixes ([#&#8203;7639](https://github.com/sveltejs/kit/pull/7639)) - fix: add Promise return type to the `enhance` action ([#&#8203;7629](https://github.com/sveltejs/kit/pull/7629)) ### [`v1.0.0-next.544`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next544) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.543...@sveltejs/kit@1.0.0-next.544) ##### Patch Changes - breaking: narrow down possible status codes for redirects to 300-308 ([#&#8203;7615](https://github.com/sveltejs/kit/pull/7615)) - feat: add fallback component for layouts without one ([#&#8203;7619](https://github.com/sveltejs/kit/pull/7619)) ### [`v1.0.0-next.543`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next543) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.542...@sveltejs/kit@1.0.0-next.543) ##### Patch Changes - Don't print search params error when prerendering fallback page ([#&#8203;7598](https://github.com/sveltejs/kit/pull/7598)) - allow async function for `enhance` action parameter ([#&#8203;7608](https://github.com/sveltejs/kit/pull/7608)) - Run service worker during development ([#&#8203;7597](https://github.com/sveltejs/kit/pull/7597)) - feat: support throwing redirect in handle ([#&#8203;7612](https://github.com/sveltejs/kit/pull/7612)) - Workaround for the DOM clobbering for use:enhance ([#&#8203;7599](https://github.com/sveltejs/kit/pull/7599)) - fix: don't cache prefetch errors ([#&#8203;7610](https://github.com/sveltejs/kit/pull/7610)) ### [`v1.0.0-next.542`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next542) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.541...@sveltejs/kit@1.0.0-next.542) ##### Patch Changes - Add support for linking to <a name="hash"> tags ([#&#8203;7596](https://github.com/sveltejs/kit/pull/7596)) - breaking: don't run beforeNavigate during redirects ([#&#8203;7588](https://github.com/sveltejs/kit/pull/7588)) - fix: respect autofocus following navigation or enhanced form submit ([#&#8203;6643](https://github.com/sveltejs/kit/pull/6643)) ### [`v1.0.0-next.541`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next541) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.540...@sveltejs/kit@1.0.0-next.541) ##### Minor Changes - fix: don't clean build and output directories when using `--watch` ([#&#8203;7516](https://github.com/sveltejs/kit/pull/7516)) ##### Patch Changes - fix: handle expected errors thrown in handle hook correctly ([#&#8203;7566](https://github.com/sveltejs/kit/pull/7566)) ### [`v1.0.0-next.540`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next540) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.539...@sveltejs/kit@1.0.0-next.540) ##### Patch Changes - Serve prerendered non-page files when running preview ([#&#8203;7576](https://github.com/sveltejs/kit/pull/7576)) - fix: caching takes now into account the body payload ([#&#8203;7546](https://github.com/sveltejs/kit/pull/7546)) - fix: handle locked readable stream when reading body ([#&#8203;7565](https://github.com/sveltejs/kit/pull/7565)) - fix: prefetch should ignore links ignored by the router ([#&#8203;7580](https://github.com/sveltejs/kit/pull/7580)) - fix: migration error when using $page.routeId ([#&#8203;7574](https://github.com/sveltejs/kit/pull/7574)) - prevent loading of illegal modules in the browser, rather than during SSR ([#&#8203;7507](https://github.com/sveltejs/kit/pull/7507)) - fix: prevent double decoding of path segment ([#&#8203;7550](https://github.com/sveltejs/kit/pull/7550)) ### [`v1.0.0-next.539`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next539) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.538...@sveltejs/kit@1.0.0-next.539) ##### Patch Changes - Omit prerendered routes from server manifest ([#&#8203;7541](https://github.com/sveltejs/kit/pull/7541)) ### [`v1.0.0-next.538`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next538) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.537...@sveltejs/kit@1.0.0-next.538) ##### Patch Changes - feat: enable caching for `__data.json` requests ([#&#8203;7532](https://github.com/sveltejs/kit/pull/7532)) - fix: prevent double decoding of params ([#&#8203;7521](https://github.com/sveltejs/kit/pull/7521)) - fix: take into account Request input when serializing fetch data ([#&#8203;7531](https://github.com/sveltejs/kit/pull/7531)) - fix: better cookie warning checks ([#&#8203;7528](https://github.com/sveltejs/kit/pull/7528)) ### [`v1.0.0-next.537`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next537) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.536...@sveltejs/kit@1.0.0-next.537) ##### Patch Changes - feat: better navigation interfaces ([#&#8203;7529](https://github.com/sveltejs/kit/pull/7529)) ### [`v1.0.0-next.536`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next536) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.535...@sveltejs/kit@1.0.0-next.536) ##### Patch Changes - custom aliases resolved in service worker builds ([#&#8203;7500](https://github.com/sveltejs/kit/pull/7500)) ### [`v1.0.0-next.535`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next535) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.534...@sveltejs/kit@1.0.0-next.535) ##### Patch Changes - breaking: call beforeNavigate once with type unload on external navigation, rename type 'load' to 'enter' and type 'unload' to 'leave', add 'willUnload' property ([#&#8203;6813](https://github.com/sveltejs/kit/pull/6813)) ### [`v1.0.0-next.534`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next534) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.533...@sveltejs/kit@1.0.0-next.534) ##### Patch Changes - breaking: more consistent casing for goto options ([#&#8203;7502](https://github.com/sveltejs/kit/pull/7502)) - breaking: replace routeId with route.id ([#&#8203;7450](https://github.com/sveltejs/kit/pull/7450)) - Fix nullish data node reference ([#&#8203;7503](https://github.com/sveltejs/kit/pull/7503)) ### [`v1.0.0-next.533`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next533) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.532...@sveltejs/kit@1.0.0-next.533) ##### Patch Changes - fix: bump required Vite version and address warning ([#&#8203;7491](https://github.com/sveltejs/kit/pull/7491)) ### [`v1.0.0-next.532`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next532) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.531...@sveltejs/kit@1.0.0-next.532) ##### Patch Changes - Bump devalue version ([#&#8203;7466](https://github.com/sveltejs/kit/pull/7466)) ### [`v1.0.0-next.531`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next531) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.530...@sveltejs/kit@1.0.0-next.531) ##### Patch Changes - breaking: change `config.kit.prerender.onError` to `handleHttpError`, and check for invalid fragment links ([#&#8203;7375](https://github.com/sveltejs/kit/pull/7375)) - fix escaping bug in crawler ([#&#8203;7375](https://github.com/sveltejs/kit/pull/7375)) ### [`v1.0.0-next.530`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next530) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.529...@sveltejs/kit@1.0.0-next.530) ##### Patch Changes - fix: fetch erroring on Cloudflare ([#&#8203;7453](https://github.com/sveltejs/kit/pull/7453)) - Only simulate CORS errors for shared load functions ([#&#8203;7454](https://github.com/sveltejs/kit/pull/7454)) ### [`v1.0.0-next.529`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next529) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.528...@sveltejs/kit@1.0.0-next.529) ##### Patch Changes - fix: better type generation for load functions with different return values ([#&#8203;7425](https://github.com/sveltejs/kit/pull/7425)) - fix: correctly strip data suffix at root page ([#&#8203;7445](https://github.com/sveltejs/kit/pull/7445)) - update dependencies ([#&#8203;7355](https://github.com/sveltejs/kit/pull/7355)) ### [`v1.0.0-next.528`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next528) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.527...@sveltejs/kit@1.0.0-next.528) ##### Patch Changes - Restore `req.url` to `req.originalUrl` in dev and preview ([#&#8203;7343](https://github.com/sveltejs/kit/pull/7343)) ### [`v1.0.0-next.527`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next527) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.526...@sveltejs/kit@1.0.0-next.527) ##### Patch Changes - fix: harmonize cookie path and add dev time warnings ([#&#8203;7416](https://github.com/sveltejs/kit/pull/7416)) - feat: add invalidateAll option to goto ([#&#8203;7407](https://github.com/sveltejs/kit/pull/7407)) ### [`v1.0.0-next.526`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next526) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.525...@sveltejs/kit@1.0.0-next.526) ##### Patch Changes - declare function type with named syntax ([#&#8203;7396](https://github.com/sveltejs/kit/pull/7396)) - fix: optional params can be undefined ([#&#8203;7379](https://github.com/sveltejs/kit/pull/7379)) - fix: support undici 5.12.0 and pin it ([#&#8203;7412](https://github.com/sveltejs/kit/pull/7412)) - chore: upgrade to vite-plugin-svelte 1.1.0 and enable prebundleSvelteLibraries ([#&#8203;7388](https://github.com/sveltejs/kit/pull/7388)) - Show more descriptive error if data returned from `load` is a non-POJO ([#&#8203;7386](https://github.com/sveltejs/kit/pull/7386)) ### [`v1.0.0-next.525`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next525) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.524...@sveltejs/kit@1.0.0-next.525) ##### Patch Changes - Always avoid caching form submission on enhanced forms ([#&#8203;7350](https://github.com/sveltejs/kit/pull/7350)) ### [`v1.0.0-next.524`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next524) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.523...@sveltejs/kit@1.0.0-next.524) ##### Patch Changes - fix: get type gen working again ([#&#8203;7370](https://github.com/sveltejs/kit/pull/7370)) - fix: don't run matchers for empty optional params ([#&#8203;7346](https://github.com/sveltejs/kit/pull/7346)) ### [`v1.0.0-next.523`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next523) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.522...@sveltejs/kit@1.0.0-next.523) ##### Patch Changes - fix: split route ids into correct segments ([#&#8203;7367](https://github.com/sveltejs/kit/pull/7367)) ### [`v1.0.0-next.522`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next522) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.521...@sveltejs/kit@1.0.0-next.522) ##### Patch Changes - docs: rewrite load docs ([#&#8203;7174](https://github.com/sveltejs/kit/pull/7174)) - breaking: Prefix all route IDs with / ([#&#8203;7338](https://github.com/sveltejs/kit/pull/7338)) ### [`v1.0.0-next.521`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next521) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.520...@sveltejs/kit@1.0.0-next.521) ##### Patch Changes - feat: add reset option to update method of enhance ([#&#8203;7326](https://github.com/sveltejs/kit/pull/7326)) - breaking: remove global fetch override when prerendering ([#&#8203;7318](https://github.com/sveltejs/kit/pull/7318)) - Improve error message when prefetching fails ([#&#8203;7314](https://github.com/sveltejs/kit/pull/7314)) ### [`v1.0.0-next.520`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next520) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.519...@sveltejs/kit@1.0.0-next.520) ##### Patch Changes - fix: ensure serialized headers check is always applied ([#&#8203;7221](https://github.com/sveltejs/kit/pull/7221)) ### [`v1.0.0-next.519`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next519) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.518...@sveltejs/kit@1.0.0-next.519) ##### Patch Changes - breaking: throw error when routes conflict ([#&#8203;7051](https://github.com/sveltejs/kit/pull/7051)) - feat: implement optional route params ([#&#8203;7051](https://github.com/sveltejs/kit/pull/7051)) ### [`v1.0.0-next.518`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next518) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.517...@sveltejs/kit@1.0.0-next.518) ##### Patch Changes - Enable removal of non-browser code from client builds ([#&#8203;7296](https://github.com/sveltejs/kit/pull/7296)) - feat: more info about prerendering errors, add strict option to adapter-static ([#&#8203;7264](https://github.com/sveltejs/kit/pull/7264)) ### [`v1.0.0-next.517`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next517) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.516...@sveltejs/kit@1.0.0-next.517) ##### Patch Changes - fix: more informative serialization error messages ([#&#8203;7303](https://github.com/sveltejs/kit/pull/7303)) - fix: add `$types` to includes for better DX ([#&#8203;7301](https://github.com/sveltejs/kit/pull/7301)) ### [`v1.0.0-next.516`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next516) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.515...@sveltejs/kit@1.0.0-next.516) ##### Patch Changes - fix: better navigation protocol check ([#&#8203;7067](https://github.com/sveltejs/kit/pull/7067)) - fix: forward cookie headers on etag response ([#&#8203;7256](https://github.com/sveltejs/kit/pull/7256)) - Properly resolve absolute paths to relative on server build ([#&#8203;7252](https://github.com/sveltejs/kit/pull/7252)) ### [`v1.0.0-next.515`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next515) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.514...@sveltejs/kit@1.0.0-next.515) ##### Patch Changes - Account for relative path to routes in `config.kit.files.routes` ([#&#8203;7223](https://github.com/sveltejs/kit/pull/7223)) - Use config.kit.paths.base prefix for static assets ([#&#8203;4448](https://github.com/sveltejs/kit/pull/4448)) ### [`v1.0.0-next.514`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next514) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.513...@sveltejs/kit@1.0.0-next.514) ##### Patch Changes - add helpful error message for `throw invalid()` in form actions ([#&#8203;7225](https://github.com/sveltejs/kit/pull/7225)) ### [`v1.0.0-next.513`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next513) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.512...@sveltejs/kit@1.0.0-next.513) ##### Patch Changes - Transfer server data as devalue-encoded JSON ([#&#8203;7177](https://github.com/sveltejs/kit/pull/7177)) - fix: remove groups from segments for adapters ([#&#8203;7222](https://github.com/sveltejs/kit/pull/7222)) ### [`v1.0.0-next.512`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next512) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.511...@sveltejs/kit@1.0.0-next.512) ##### Patch Changes - Fix parsing content-type header for actions ([#&#8203;7195](https://github.com/sveltejs/kit/pull/7195)) - fix: reset form in use:enhance after successful submit ([#&#8203;7207](https://github.com/sveltejs/kit/pull/7207)) - fix: auto-update commented PageError ([#&#8203;7189](https://github.com/sveltejs/kit/pull/7189)) ### [`v1.0.0-next.511`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next511) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.510...@sveltejs/kit@1.0.0-next.511) ##### Patch Changes - perf: render head links before other content ([#&#8203;7160](https://github.com/sveltejs/kit/pull/7160)) ### [`v1.0.0-next.510`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next510) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.509...@sveltejs/kit@1.0.0-next.510) ##### Patch Changes - Add `fetch` to `RequestEvent` ([#&#8203;7113](https://github.com/sveltejs/kit/pull/7113)) ### [`v1.0.0-next.509`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next509) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.508...@sveltejs/kit@1.0.0-next.509) ##### Patch Changes - Apply define config to service worker ([#&#8203;7140](https://github.com/sveltejs/kit/pull/7140)) - chore: Skip removing HTTP/2 pseudo-headers, which is no longer necessary with undici ([#&#8203;7142](https://github.com/sveltejs/kit/pull/7142)) - bump devalue to version 4 ([#&#8203;7147](https://github.com/sveltejs/kit/pull/7147)) ### [`v1.0.0-next.508`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next508) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.507...@sveltejs/kit@1.0.0-next.508) ##### Patch Changes - chore: Upgrade undici so that we can use its multipart form data parsing instead of node-fetch's ([#&#8203;7131](https://github.com/sveltejs/kit/pull/7131)) ### [`v1.0.0-next.507`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next507) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.506...@sveltejs/kit@1.0.0-next.507) ##### Patch Changes - Allow TypedArray request bodies in `fetch` in `load` ([#&#8203;7065](https://github.com/sveltejs/kit/pull/7065)) - Use `FormData` polyfill from `undici` rather than `node-fetch` ([#&#8203;7065](https://github.com/sveltejs/kit/pull/7065)) ### [`v1.0.0-next.506`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next506) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.505...@sveltejs/kit@1.0.0-next.506) ##### Patch Changes - Default to insecure cookies when serving on http://localhost ([#&#8203;7090](https://github.com/sveltejs/kit/pull/7090)) - docs: explain ramifications of base path ([#&#8203;7095](https://github.com/sveltejs/kit/pull/7095)) - fix: decode routeIds in headers for prerendering ([#&#8203;7097](https://github.com/sveltejs/kit/pull/7097)) - feat: provide `update` to `use:enhance` callback ([#&#8203;7083](https://github.com/sveltejs/kit/pull/7083)) ### [`v1.0.0-next.505`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next505) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.504...@sveltejs/kit@1.0.0-next.505) ##### Patch Changes - fix: handle form action returning nothing; handle page.(server).js without load functions ([#&#8203;7050](https://github.com/sveltejs/kit/pull/7050)) - fix: add `RequestEvent` to `$types` when `+layout.server.js` present ([#&#8203;7063](https://github.com/sveltejs/kit/pull/7063)) ### [`v1.0.0-next.504`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next504) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.503...@sveltejs/kit@1.0.0-next.504) ##### Patch Changes - Add the submitter value with name to formData for use:enhance ([#&#8203;7012](https://github.com/sveltejs/kit/pull/7012)) ### [`v1.0.0-next.503`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next503) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.502...@sveltejs/kit@1.0.0-next.503) ##### Patch Changes - Added form property to $page store ([#&#8203;6986](https://github.com/sveltejs/kit/pull/6986)) - Throw an error if prerenderable routes are not prerendered ([#&#8203;6974](https://github.com/sveltejs/kit/pull/6974)) ### [`v1.0.0-next.502`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next502) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.501...@sveltejs/kit@1.0.0-next.502) ##### Patch Changes - fix: prevent data types from becoming type `never`, notice moved/deleted files ([#&#8203;7002](https://github.com/sveltejs/kit/pull/7002)) - Allow ActionData to be undefined ([#&#8203;6994](https://github.com/sveltejs/kit/pull/6994)) - Respect `config.kit.env.dir` when running `vite preview` ([#&#8203;7001](https://github.com/sveltejs/kit/pull/7001)) - Only run postinstall script if package.json exists ([#&#8203;6998](https://github.com/sveltejs/kit/pull/6998)) - Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js ([#&#8203;6997](https://github.com/sveltejs/kit/pull/6997)) ### [`v1.0.0-next.501`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next501) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.500...@sveltejs/kit@1.0.0-next.501) ##### Patch Changes - fix: unwrap promises for load function data on the client ([#&#8203;6972](https://github.com/sveltejs/kit/pull/6972)) ### [`v1.0.0-next.500`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next500) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.499...@sveltejs/kit@1.0.0-next.500) ##### Patch Changes - Allow prerendered pages to link to non-prerenderable endpoints ([#&#8203;6977](https://github.com/sveltejs/kit/pull/6977)) - fix: handle SPA root data loading error ([#&#8203;6918](https://github.com/sveltejs/kit/pull/6918)) ### [`v1.0.0-next.499`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next499) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.498...@sveltejs/kit@1.0.0-next.499) ##### Patch Changes - breaking: rename App.PageError to App.Error ([#&#8203;6963](https://github.com/sveltejs/kit/pull/6963)) ### [`v1.0.0-next.498`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next498) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.497...@sveltejs/kit@1.0.0-next.498) ##### Patch Changes - chdir before attempting postinstall ([#&#8203;6969](https://github.com/sveltejs/kit/pull/6969)) ### [`v1.0.0-next.497`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next497) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.496...@sveltejs/kit@1.0.0-next.497) ##### Patch Changes - Add origin header for non-GET and external requests made with server-side fetch ([#&#8203;6901](https://github.com/sveltejs/kit/pull/6901)) ### [`v1.0.0-next.496`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next496) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.495...@sveltejs/kit@1.0.0-next.496) ##### Patch Changes - fix: update page status when applying action ([#&#8203;6942](https://github.com/sveltejs/kit/pull/6942)) - fix: apply redirect/error logic for `use:enhance` ([#&#8203;6828](https://github.com/sveltejs/kit/pull/6828)) ### [`v1.0.0-next.495`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next495) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.494...@sveltejs/kit@1.0.0-next.495) ##### Patch Changes - Run `svelte-kit sync` in all workspace directories during postinstall ([#&#8203;6949](https://github.com/sveltejs/kit/pull/6949)) ### [`v1.0.0-next.494`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next494) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.493...@sveltejs/kit@1.0.0-next.494) ##### Patch Changes - Fix fetch type ([#&#8203;6955](https://github.com/sveltejs/kit/pull/6955)) - Add csp wasm-unsafe-eval keyword ([#&#8203;6958](https://github.com/sveltejs/kit/pull/6958)) - Register service worker with relative URL ([#&#8203;6954](https://github.com/sveltejs/kit/pull/6954)) ### [`v1.0.0-next.493`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next493) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.492...@sveltejs/kit@1.0.0-next.493) ##### Patch Changes - fix: allow missing routes folder ([#&#8203;6944](https://github.com/sveltejs/kit/pull/6944)) - Only forward set-cookie headers for internal fetches ([#&#8203;6923](https://github.com/sveltejs/kit/pull/6923)) ### [`v1.0.0-next.492`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next492) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.491...@sveltejs/kit@1.0.0-next.492) ##### Patch Changes - fix: add missing depends function to ServerLoadEvent type ([#&#8203;6935](https://github.com/sveltejs/kit/pull/6935)) - Redact error message if `getRequest` fails ([#&#8203;6936](https://github.com/sveltejs/kit/pull/6936)) - Add cookies.serialize method ([#&#8203;6925](https://github.com/sveltejs/kit/pull/6925)) - Always apply cookies, not just for matched routes ([#&#8203;6925](https://github.com/sveltejs/kit/pull/6925)) - fix: tighten up navigation and invalidation logic ([#&#8203;6924](https://github.com/sveltejs/kit/pull/6924)) - Respond with 413 if request body is too large ([#&#8203;6936](https://github.com/sveltejs/kit/pull/6936)) ### [`v1.0.0-next.491`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next491) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.490...@sveltejs/kit@1.0.0-next.491) ##### Patch Changes - fix: symlink routes ([#&#8203;6796](https://github.com/sveltejs/kit/pull/6796)) ### [`v1.0.0-next.490`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next490) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.489...@sveltejs/kit@1.0.0-next.490) ##### Patch Changes - fix `write_types` on windows using posixify() ([#&#8203;6913](https://github.com/sveltejs/kit/pull/6913)) - Prevent caching of `__data.js` files ([#&#8203;6904](https://github.com/sveltejs/kit/pull/6904)) - Make url property getters non-enumerable ([#&#8203;6909](https://github.com/sveltejs/kit/pull/6909)) ### [`v1.0.0-next.489`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next489) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.488...@sveltejs/kit@1.0.0-next.489) ##### Patch Changes - fix: tighten up handling and documentation around 404 ([#&#8203;6897](https://github.com/sveltejs/kit/pull/6897)) ### [`v1.0.0-next.488`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next488) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.487...@sveltejs/kit@1.0.0-next.488) ##### Patch Changes - Decode HTML entities in `href` attributes when crawling ([#&#8203;6891](https://github.com/sveltejs/kit/pull/6891)) ### [`v1.0.0-next.487`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next487) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.486...@sveltejs/kit@1.0.0-next.487) ##### Patch Changes - feat: allow +server.js files next to +page files ([#&#8203;6773](https://github.com/sveltejs/kit/pull/6773)) ### [`v1.0.0-next.486`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next486) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.485...@sveltejs/kit@1.0.0-next.486) ##### Patch Changes - fix: handle jsdoc without tags while generating proxy types ([#&#8203;6884](https://github.com/sveltejs/kit/pull/6884)) ### [`v1.0.0-next.485`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next485) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.484...@sveltejs/kit@1.0.0-next.485) ##### Patch Changes - fix to ActionData type generation ([#&#8203;6869](https://github.com/sveltejs/kit/pull/6869)) - The return type of cookies.get is string|undefined [#&#8203;6865](https://github.com/sveltejs/kit/issues/6865) ([#&#8203;6867](https://github.com/sveltejs/kit/pull/6867)) ### [`v1.0.0-next.484`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next484) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.483...@sveltejs/kit@1.0.0-next.484) ##### Patch Changes - fix: forward cookies from fetch on redirect response ([#&#8203;6833](https://github.com/sveltejs/kit/pull/6833)) - adding missing `@types/cookie` dependency ([#&#8203;6818](https://github.com/sveltejs/kit/pull/6818)) - fix `write_types` on windows ([#&#8203;6843](https://github.com/sveltejs/kit/pull/6843)) ### [`v1.0.0-next.483`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next483) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.482...@sveltejs/kit@1.0.0-next.483) ##### Patch Changes - fix: various `cookies` fixes and improvements ([#&#8203;6811](https://github.com/sveltejs/kit/pull/6811)) ### [`v1.0.0-next.482`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next482) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.481...@sveltejs/kit@1.0.0-next.482) ##### Patch Changes - fix: ActionData type ([#&#8203;6748](https://github.com/sveltejs/kit/pull/6748)) - fix: reuse server data while not reusing client load ([#&#8203;6778](https://github.com/sveltejs/kit/pull/6778)) - fix: update current.url on hashchange ([#&#8203;6802](https://github.com/sveltejs/kit/pull/6802)) - Change illegal import message to reference public-facing code rather than client-side code ([#&#8203;6646](https://github.com/sveltejs/kit/pull/6646)) - fix: silence prop warnings ([#&#8203;6798](https://github.com/sveltejs/kit/pull/6798)) - chore: Refactor graph analysis for better unit tests ([#&#8203;6727](https://github.com/sveltejs/kit/pull/6727)) - fix: error when using `paths.base` and `import` assets ([#&#8203;6769](https://github.com/sveltejs/kit/pull/6769)) ### [`v1.0.0-next.481`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next481) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.480...@sveltejs/kit@1.0.0-next.481) ##### Patch Changes - fix: docs links in generated and published types ([#&#8203;6741](https://github.com/sveltejs/kit/pull/6741)) ### [`v1.0.0-next.480`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next480) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.479...@sveltejs/kit@1.0.0-next.480) ##### Patch Changes - breaking: make action passed to enhance function a URL instead of a string ([#&#8203;6678](https://github.com/sveltejs/kit/pull/6678)) ### [`v1.0.0-next.479`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next479) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.478...@sveltejs/kit@1.0.0-next.479) ##### Patch Changes - breaking: request creation cleanup ([#&#8203;6681](https://github.com/sveltejs/kit/pull/6681)) - breaking: limit adapter-node request size ([#&#8203;6684](https://github.com/sveltejs/kit/pull/6684)) ### [`v1.0.0-next.478`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next478) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.477...@sveltejs/kit@1.0.0-next.478) ##### Patch Changes - breaking: hooks file renames; error shape defined through handleError ([#&#8203;6675](https://github.com/sveltejs/kit/pull/6675)) - breaking: remove element property; enhance can only be used on form elements ([#&#8203;6662](https://github.com/sveltejs/kit/pull/6662)) ### [`v1.0.0-next.477`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next477) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.476...@sveltejs/kit@1.0.0-next.477) ##### Patch Changes - breaking: prevent import of `$lib/server` modules in client-facing code ([#&#8203;6623](https://github.com/sveltejs/kit/pull/6623)) - breaking: change sveltekit.message to sveltekit.error.message ([#&#8203;6659](https://github.com/sveltejs/kit/pull/6659)) - breaking: apply 304 logic after handle, so handle receives original response from resolve ([#&#8203;6639](https://github.com/sveltejs/kit/pull/6639)) ### [`v1.0.0-next.476`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next476) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.475...@sveltejs/kit@1.0.0-next.476) ##### Patch Changes - breaking: change use:enhance signature to support `<button formaction>` ([#&#8203;6633](https://github.com/sveltejs/kit/pull/6633)) ### [`v1.0.0-next.475`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next475) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.474...@sveltejs/kit@1.0.0-next.475) ##### Patch Changes - cookies.delete fix [#&#8203;6609](https://github.com/sveltejs/kit/issues/6609) ([#&#8203;6622](https://github.com/sveltejs/kit/pull/6622)) - feat: provide `SubmitFunction` type ([#&#8203;6613](https://github.com/sveltejs/kit/pull/6613)) - fix: address Vite warning when using base or asset path ([#&#8203;6621](https://github.com/sveltejs/kit/pull/6621)) ### [`v1.0.0-next.474`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next474) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.473...@sveltejs/kit@1.0.0-next.474) ##### Patch Changes - breaking: disallow default and named actions next to each other ([#&#8203;6615](https://github.com/sveltejs/kit/pull/6615)) ### [`v1.0.0-next.473`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next473) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.472...@sveltejs/kit@1.0.0-next.473) ##### Patch Changes - fix: pass `form` prop to pages ([#&#8203;6611](https://github.com/sveltejs/kit/pull/6611)) ### [`v1.0.0-next.472`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next472) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.471...@sveltejs/kit@1.0.0-next.472) ##### Patch Changes - breaking: add API for interacting with cookies ([#&#8203;6593](https://github.com/sveltejs/kit/pull/6593)) - breaking: Replace `POST`/`PUT`/`PATCH`/`DELETE` in `+page.server.js` with `export const actions` ([#&#8203;6469](https://github.com/sveltejs/kit/pull/6469)) ### [`v1.0.0-next.471`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next471) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.470...@sveltejs/kit@1.0.0-next.471) ##### Patch Changes - breaking: Allow users to designate modules as server-only ([#&#8203;6422](https://github.com/sveltejs/kit/pull/6422)) - breaking: exclude headers from serialized responses by default, add `filterSerializedResponseHeaders` `resolve` option ([#&#8203;6569](https://github.com/sveltejs/kit/pull/6569)) ### [`v1.0.0-next.470`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next470) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.469...@sveltejs/kit@1.0.0-next.470) ##### Patch Changes - Bump vite-plugin-svelte and required vite version ([#&#8203;6583](https://github.com/sveltejs/kit/pull/6583)) - feat: Support for `$env/dynamic/*` in Vite ecosystem tools ([#&#8203;6454](https://github.com/sveltejs/kit/pull/6454)) - breaking: Replace `externalFetch` with `handleFetch` ([#&#8203;6565](https://github.com/sveltejs/kit/pull/6565)) ### [`v1.0.0-next.469`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next469) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.468...@sveltejs/kit@1.0.0-next.469) ##### Patch Changes - disable `rollupOptions.output.hoistTransitiveImports` by default ([#&#8203;6560](https://github.com/sveltejs/kit/pull/6560)) ### [`v1.0.0-next.468`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next468) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.467...@sveltejs/kit@1.0.0-next.468) ##### Patch Changes - breaking: simulate CORS errors in server-side fetch ([#&#8203;6550](https://github.com/sveltejs/kit/pull/6550)) ### [`v1.0.0-next.467`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next467) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.466...@sveltejs/kit@1.0.0-next.467) ##### Patch Changes - breaking: prevent server-side fetch from reading files with # character in the filename ([#&#8203;6549](https://github.com/sveltejs/kit/pull/6549)) ### [`v1.0.0-next.466`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next466) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.465...@sveltejs/kit@1.0.0-next.466) ##### Patch Changes - breaking: change Navigation type to include from/to.params and from/to.routeId ([#&#8203;6552](https://github.com/sveltejs/kit/pull/6552)) - Warn about incorrect data-sveltekit-x values ([#&#8203;6546](https://github.com/sveltejs/kit/pull/6546)) ### [`v1.0.0-next.465`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next465) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.464...@sveltejs/kit@1.0.0-next.465) ##### Patch Changes - feat: add `type` to navigation object ([#&#8203;6537](https://github.com/sveltejs/kit/pull/6537)) ### [`v1.0.0-next.464`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next464) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.463...@sveltejs/kit@1.0.0-next.464) ##### Patch Changes - Fix server manifest generation ([#&#8203;6507](https://github.com/sveltejs/kit/pull/6507)) - Silently skip prefetching of external URLs when using `data-sveltekit-prefetch`. Warn like before when calling `prefetch()` for external URLs. ([#&#8203;6518](https://github.com/sveltejs/kit/pull/6518)) ### [`v1.0.0-next.463`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next463) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.462...@sveltejs/kit@1.0.0-next.463) ##### Patch Changes - fix peer dependency warning on vite-3.1.0-beta.1 ([#&#8203;6512](https://github.com/sveltejs/kit/pull/6512)) - breaking: respect cache-control max-age on the client for initially fetched responses ([#&#8203;6461](https://github.com/sveltejs/kit/pull/6461)) ### [`v1.0.0-next.462`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next462) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.461...@sveltejs/kit@1.0.0-next.462) ##### Patch Changes - breaking: block cross-site form POSTs by default. disable with config.kit.csrf.checkOrigin ([#&#8203;6510](https://github.com/sveltejs/kit/pull/6510)) ### [`v1.0.0-next.461`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next461) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.460...@sveltejs/kit@1.0.0-next.461) ##### Patch Changes - breaking: call `invalidate(fn)` predicates with a URL instead of a string ([#&#8203;6493](https://github.com/sveltejs/kit/pull/6493)) - Prefer JSON responses when returning errors if accept header is `*/*` ([#&#8203;6497](https://github.com/sveltejs/kit/pull/6497)) - breaking: replace invalidate() with invalidateAll() ([#&#8203;6493](https://github.com/sveltejs/kit/pull/6493)) ### [`v1.0.0-next.460`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next460) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.459...@sveltejs/kit@1.0.0-next.460) ##### Patch Changes - breaking: Remove sveltekit:start event ([#&#8203;6484](https://github.com/sveltejs/kit/pull/6484)) ### [`v1.0.0-next.459`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next459) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.458...@sveltejs/kit@1.0.0-next.459) ##### Patch Changes - Prevent validation_errors from being serialized twice ([#&#8203;6468](https://github.com/sveltejs/kit/pull/6468)) ### [`v1.0.0-next.458`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next458) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.457...@sveltejs/kit@1.0.0-next.458) ##### Patch Changes - breaking: catch and render raw response when unexpected error occurs in endpoint ([#&#8203;6434](https://github.com/sveltejs/kit/pull/6434)) ### [`v1.0.0-next.457`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next457) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.456...@sveltejs/kit@1.0.0-next.457) ##### Patch Changes - Print error if resolveOpts.ssr is set ([#&#8203;6475](https://github.com/sveltejs/kit/pull/6475)) ### [`v1.0.0-next.456`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next456) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.455...@sveltejs/kit@1.0.0-next.456) ##### Patch Changes - Apply `data-sveltekit-prefetch/noscroll/reload` to all child `<a>` elements ([#&#8203;6442](https://github.com/sveltejs/kit/pull/6442)) - fix: Saving the root route will write types now ([#&#8203;6450](https://github.com/sveltejs/kit/pull/6450)) ### [`v1.0.0-next.455`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next455) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.454...@sveltejs/kit@1.0.0-next.455) ##### Patch Changes - bump vite-plugin-svelte to 1.0.3 to fix an issue with svelte-inspector in vite 3.1 ([#&#8203;6443](https://github.com/sveltejs/kit/pull/6443)) - chore: bump ts version and ensure it works with latest changes ([#&#8203;6428](https://github.com/sveltejs/kit/pull/6428)) - breaking: `ssr/hydrate/router/prerender.default` are now configurable in `+page(.server).js` and `+layout(.server).js` ([#&#8203;6197](https://github.com/sveltejs/kit/pull/6197)) - breaking: add `error.html` page, rename `kit.config.files.template` to `kit.config.files.appTemplate` ([#&#8203;6367](https://github.com/sveltejs/kit/pull/6367)) - breaking: merge resolve options when using sequence helper ([#&#8203;6401](https://github.com/sveltejs/kit/pull/6401)) - breaking: replace `router`/`hydrate` page options with `csr` ([#&#8203;6446](https://github.com/sveltejs/kit/pull/6446)) - breaking: add `prerender = 'auto'` option, and extend `prerender` option to endpoints ([#&#8203;6392](https://github.com/sveltejs/kit/pull/6392)) ### [`v1.0.0-next.454`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next454) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.453...@sveltejs/kit@1.0.0-next.454) ##### Patch Changes - breaking: Replace `sveltekit:*` with valid HTML attributes like `data-sveltekit-*` ([#&#8203;6170](https://github.com/sveltejs/kit/pull/6170)) ### [`v1.0.0-next.453`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next453) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.452...@sveltejs/kit@1.0.0-next.453) ##### Patch Changes - Include type descriptions for ambient declarations ([#&#8203;6416](https://github.com/sveltejs/kit/pull/6416)) ### [`v1.0.0-next.452`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next452) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.451...@sveltejs/kit@1.0.0-next.452) ##### Patch Changes - breaking: remove App.PrivateEnv and App.PublicEnv in favour of generated types ([#&#8203;6413](https://github.com/sveltejs/kit/pull/6413)) ### [`v1.0.0-next.451`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next451) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.450...@sveltejs/kit@1.0.0-next.451) ##### Patch Changes - Prevent infinite reloads on `/` when root `+layout.server.js` exports `load` ([#&#8203;6405](https://github.com/sveltejs/kit/pull/6405)) ### [`v1.0.0-next.450`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next450) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.449...@sveltejs/kit@1.0.0-next.450) ##### Patch Changes - breaking: require Vite 3.1.0-beta.1 ([#&#8203;6398](https://github.com/sveltejs/kit/pull/6398)) ### [`v1.0.0-next.449`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next449) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.448...@sveltejs/kit@1.0.0-next.449) ##### Patch Changes - fix: silence unused type hints in generated proxy files ([#&#8203;6391](https://github.com/sveltejs/kit/pull/6391)) ### [`v1.0.0-next.448`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next448) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.447...@sveltejs/kit@1.0.0-next.448) ##### Patch Changes - prevent test suites from getting published ([#&#8203;6386](https://github.com/sveltejs/kit/pull/6386)) - fix: remove unnecessary JSON serialization of server data ([#&#8203;6382](https://github.com/sveltejs/kit/pull/6382)) - breaking: require Node 16.14 ([#&#8203;6388](https://github.com/sveltejs/kit/pull/6388)) ### [`v1.0.0-next.447`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next447) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.446...@sveltejs/kit@1.0.0-next.447) ##### Patch Changes - Use devalue to serialize server-only `load` return values ([#&#8203;6318](https://github.com/sveltejs/kit/pull/6318)) ### [`v1.0.0-next.446`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next446) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.445...@sveltejs/kit@1.0.0-next.446) ##### Patch Changes - fix: encode if root layout has server load ([#&#8203;6352](https://github.com/sveltejs/kit/pull/6352)) ### [`v1.0.0-next.445`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next445) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.444...@sveltejs/kit@1.0.0-next.445) ##### Patch Changes - breaking: rename `$app/env` to `$app/environment`, to disambiguate with `$env/...` ([#&#8203;6334](https://github.com/sveltejs/kit/pull/6334)) ### [`v1.0.0-next.444`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next444) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.443...@sveltejs/kit@1.0.0-next.444) ##### Patch Changes - set errors on root component ([#&#8203;6330](https://github.com/sveltejs/kit/pull/6330)) - fix: do not call server and update `$page.data` unnecessarily ([#&#8203;6311](https://github.com/sveltejs/kit/pull/6311)) ### [`v1.0.0-next.443`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next443) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.442...@sveltejs/kit@1.0.0-next.443) ##### Patch Changes - fix: prevent unused types warning ([#&#8203;6293](https://github.com/sveltejs/kit/pull/6293)) - fix: don't reuse server load data from previous page if current doesn't have a load function ([#&#8203;6309](https://github.com/sveltejs/kit/pull/6309)) ### [`v1.0.0-next.442`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next442) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.441...@sveltejs/kit@1.0.0-next.442) ##### Patch Changes - fix: handle case where parent() refers to missing load function ([#&#8203;6282](https://github.com/sveltejs/kit/pull/6282)) ### [`v1.0.0-next.441`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next441) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.440...@sveltejs/kit@1.0.0-next.441) ##### Patch Changes - fix: Set `errors` prop on all layout/leaf components, not just page that happens to be deepest ([#&#8203;6279](https://github.com/sveltejs/kit/pull/6279)) - Fix route sorting with groups ([#&#8203;6288](https://github.com/sveltejs/kit/pull/6288)) ### [`v1.0.0-next.440`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next440) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.439...@sveltejs/kit@1.0.0-next.440) ##### Patch Changes - fix: type tweaks ([#&#8203;6271](https://github.com/sveltejs/kit/pull/6271)) - Correctly determine whether route uses server data ([#&#8203;6275](https://github.com/sveltejs/kit/pull/6275)) ### [`v1.0.0-next.439`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next439) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.438...@sveltejs/kit@1.0.0-next.439) ##### Patch Changes - feat: add App.PageData type ([#&#8203;6226](https://github.com/sveltejs/kit/pull/6226)) ### [`v1.0.0-next.438`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next438) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.437...@sveltejs/kit@1.0.0-next.438) ##### Patch Changes - more granular URL property tracking during load ([#&#8203;6237](https://github.com/sveltejs/kit/pull/6237)) - breaking: change event.clientAddress to event.getClientAddress() ([#&#8203;6237](https://github.com/sveltejs/kit/pull/6237)) - Remove all enumerable getters from RequestEvent and LoadEvent ([#&#8203;6237](https://github.com/sveltejs/kit/pull/6237)) ### [`v1.0.0-next.437`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next437) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.436...@sveltejs/kit@1.0.0-next.437) ##### Patch Changes - fix: only generate blank non-SSR pages when prerendering is enabled ([#&#8203;6251](https://github.com/sveltejs/kit/pull/6251)) ### [`v1.0.0-next.436`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next436) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.435...@sveltejs/kit@1.0.0-next.436) ##### Patch Changes - fix: prerender routes in a (group) ([#&#8203;6232](https://github.com/sveltejs/kit/pull/6232)) ### [`v1.0.0-next.435`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next435) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.434...@sveltejs/kit@1.0.0-next.435) ##### Patch Changes - fix: allow `@` route breakouts to layouts in `[foo]` or `(foo)` directories ([#&#8203;6224](https://github.com/sveltejs/kit/pull/6224)) ### [`v1.0.0-next.434`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next434) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.433...@sveltejs/kit@1.0.0-next.434) ##### Patch Changes - Always create `$types` for a route with a layout, leaf or endpoint ([#&#8203;6222](https://github.com/sveltejs/kit/pull/6222)) ### [`v1.0.0-next.433`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next433) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.432...@sveltejs/kit@1.0.0-next.433) ##### Patch Changes - feat: Moved hooks.js initialization from Server.respond into Server.init ([#&#8203;6179](https://github.com/sveltejs/kit/pull/6179)) ### [`v1.0.0-next.432`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next432) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.431...@sveltejs/kit@1.0.0-next.432) ##### Patch Changes - breaking: implement new layout system (see the PR for migration instructions) ([#&#8203;6174](https://github.com/sveltejs/kit/pull/6174)) ### [`v1.0.0-next.431`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next431) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.430...@sveltejs/kit@1.0.0-next.431) ##### Patch Changes - feat: Avoid running load on the server unnecessarily ([#&#8203;6056](https://github.com/sveltejs/kit/pull/6056)) ### [`v1.0.0-next.430`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next430) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.429...@sveltejs/kit@1.0.0-next.430) ##### Patch Changes - feat: Added config.kit.env.dir, which allows users to set a directory to search for .env files ([#&#8203;6175](https://github.com/sveltejs/kit/pull/6175)) ### [`v1.0.0-next.429`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next429) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.428...@sveltejs/kit@1.0.0-next.429) ##### Patch Changes - fix: Prevent import of `$env/*/private` in client ([#&#8203;6018](https://github.com/sveltejs/kit/pull/6018)) - Fix vite.config.ts "Cannot find module '@&#8203;sveltejs/kit/vite' or its corresponding type declarations." ([#&#8203;6140](https://github.com/sveltejs/kit/pull/6140)) ### [`v1.0.0-next.428`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next428) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.427...@sveltejs/kit@1.0.0-next.428) ##### Patch Changes - Allow `$app/stores` to be used from anywhere on the browser ([#&#8203;6100](https://github.com/sveltejs/kit/pull/6100)) - use `enumerable: false` on "\[x] no longer exists" getters so that they are not triggered by spreading ([#&#8203;6105](https://github.com/sveltejs/kit/pull/6105)) - Fix pattern matching for routes starting with an encoded `@` symbol ([#&#8203;6110](https://github.com/sveltejs/kit/pull/6110)) - Fix typos in generating `LayoutServerLoad.{name}` type ([#&#8203;6123](https://github.com/sveltejs/kit/pull/6123)) - Fix sorting of files into +layout, +error, everything else. ([#&#8203;6108](https://github.com/sveltejs/kit/pull/6108)) - Add test folder to generated tsconfig ([#&#8203;6085](https://github.com/sveltejs/kit/pull/6085)) ### [`v1.0.0-next.427`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next427) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.426...@sveltejs/kit@1.0.0-next.427) ##### Patch Changes - Throw error if browser.hydrate is false and browser.router is true ([#&#8203;6086](https://github.com/sveltejs/kit/pull/6086)) ### [`v1.0.0-next.426`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next426) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.425...@sveltejs/kit@1.0.0-next.426) ##### Patch Changes - Avoid using \[].at(-1) in the client ([#&#8203;6082](https://github.com/sveltejs/kit/pull/6082)) ### [`v1.0.0-next.425`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next425) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.424...@sveltejs/kit@1.0.0-next.425) ##### Patch Changes - Silence more unknown prop warnings coming from SvelteKit ([#&#8203;6078](https://github.com/sveltejs/kit/pull/6078)) ### [`v1.0.0-next.424`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next424) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.423...@sveltejs/kit@1.0.0-next.424) ##### Patch Changes - prevent duplicate module ids by disabling optimizeDeps for [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) ([#&#8203;6057](https://github.com/sveltejs/kit/pull/6057)) - Generate types when Svelte file missing, fix layout params ([#&#8203;6066](https://github.com/sveltejs/kit/pull/6066)) - Silence unknown prop warnings coming from SvelteKit ([#&#8203;6071](https://github.com/sveltejs/kit/pull/6071)) ### [`v1.0.0-next.423`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next423) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.422...@sveltejs/kit@1.0.0-next.423) ##### Patch Changes - Accumulate data from parent layouts into `export let data` ([#&#8203;6050](https://github.com/sveltejs/kit/pull/6050)) ### [`v1.0.0-next.422`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next422) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.421...@sveltejs/kit@1.0.0-next.422) ##### Patch Changes - breaking: remove ability for `+page.server.js` to respond to `GET` requests with JSON ([#&#8203;6007](https://github.com/sveltejs/kit/pull/6007)) - Handle `throw error/redirect` in `+server.js` ([#&#8203;6028](https://github.com/sveltejs/kit/pull/6028)) - handle `set-cookie` in `setHeaders` ([#&#8203;6033](https://github.com/sveltejs/kit/pull/6033)) - Handle windows paths and regexp chars in kit.alias ([#&#8203;6034](https://github.com/sveltejs/kit/pull/6034)) - Make errors type in Action type less restrictive ([#&#8203;6022](https://github.com/sveltejs/kit/pull/6022)) - Check that data is serializable ([#&#8203;5987](https://github.com/sveltejs/kit/pull/5987)) - Fix parent data type for layouts referencing named layouts in the same folder ([#&#8203;6025](https://github.com/sveltejs/kit/pull/6025)) ### [`v1.0.0-next.421`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next421) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.420...@sveltejs/kit@1.0.0-next.421) ##### Patch Changes - Respect `export const prerender = false` in `+page.server.js` ([#&#8203;6012](https://github.com/sveltejs/kit/pull/6012)) ### [`v1.0.0-next.420`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next420) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.419...@sveltejs/kit@1.0.0-next.420) ##### Patch Changes - fix: support linked `@sveltejs/kit` project in Vite 3.0.3+ ([#&#8203;5861](https://github.com/sveltejs/kit/pull/5861)) ### [`v1.0.0-next.419`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next419) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.418...@sveltejs/kit@1.0.0-next.419) ##### Patch Changes - Return a 303 response when a `POST` handler provides a `location` ([#&#8203;5989](https://github.com/sveltejs/kit/pull/5989)) - Generate `__data.json` files for server-side redirects when prerendering ([#&#8203;5997](https://github.com/sveltejs/kit/pull/5997)) - chore: remove chokidar as dependency of kit ([#&#8203;5996](https://github.com/sveltejs/kit/pull/5996)) - Use relative asset paths where possible ([#&#8203;4250](https://github.com/sveltejs/kit/pull/4250)) ### [`v1.0.0-next.418`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next418) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.417...@sveltejs/kit@1.0.0-next.418) ##### Patch Changes - Prevent double import of env modules ([#&#8203;5955](https://github.com/sveltejs/kit/pull/5955)) - Tighten up params typings, fix load function typings, add event typings to generated types ([#&#8203;5974](https://github.com/sveltejs/kit/pull/5974)) ### [`v1.0.0-next.417`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next417) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.416...@sveltejs/kit@1.0.0-next.417) ##### Patch Changes - Render pages without a .svelte file in their proper layout/error files ([#&#8203;5972](https://github.com/sveltejs/kit/pull/5972)) ### [`v1.0.0-next.416`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next416) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.415...@sveltejs/kit@1.0.0-next.416) ##### Patch Changes - fix: allow additional keys in svelte.config.js ([#&#8203;5961](https://github.com/sveltejs/kit/pull/5961)) ### [`v1.0.0-next.415`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next415) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.414...@sveltejs/kit@1.0.0-next.415) ##### Patch Changes - breaking: Remove session object ([#&#8203;5946](https://github.com/sveltejs/kit/pull/5946)) ### [`v1.0.0-next.414`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next414) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.413...@sveltejs/kit@1.0.0-next.414) ##### Patch Changes - Correctly provide server parent data ([#&#8203;5916](https://github.com/sveltejs/kit/pull/5916)) ### [`v1.0.0-next.413`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next413) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.412...@sveltejs/kit@1.0.0-next.413) ##### Patch Changes - feat: `$env/static/*` are now virtual to prevent writing sensitive values to disk ([#&#8203;5825](https://github.com/sveltejs/kit/pull/5825)) ### [`v1.0.0-next.412`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next412) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.411...@sveltejs/kit@1.0.0-next.412) ##### Patch Changes - Lazy load Svelte components to reenable no-ssr use cases ([#&#8203;5930](https://github.com/sveltejs/kit/pull/5930)) ### [`v1.0.0-next.411`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next411) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.410...@sveltejs/kit@1.0.0-next.411) ##### Patch Changes - Hydration validation errors ([#&#8203;5918](https://github.com/sveltejs/kit/pull/5918)) - Handle function without params when writing TS proxy ([#&#8203;5928](https://github.com/sveltejs/kit/pull/5928)) - fix: prevent `Content-Length` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#&#8203;5922](https://github.com/sveltejs/kit/pull/5922)) - Provide helpful error message on invalid named layout reference ([#&#8203;5912](https://github.com/sveltejs/kit/pull/5912)) ### [`v1.0.0-next.410`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next410) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.409...@sveltejs/kit@1.0.0-next.410) ##### Patch Changes - Fix generated path extension for `AwaitedProperties` ([#&#8203;5917](https://github.com/sveltejs/kit/pull/5917)) ### [`v1.0.0-next.409`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next409) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.408...@sveltejs/kit@1.0.0-next.409) ##### Patch Changes - make generated type import path ends in `.js` ([#&#8203;5907](https://github.com/sveltejs/kit/pull/5907)) ### [`v1.0.0-next.408`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next408) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.407...@sveltejs/kit@1.0.0-next.408) ##### Patch Changes - Only search for layout name in basename ([#&#8203;5897](https://github.com/sveltejs/kit/pull/5897)) ### [`v1.0.0-next.407`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next407) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.406...@sveltejs/kit@1.0.0-next.407) ##### Patch Changes - Allow actions to return undefined ([#&#8203;5892](https://github.com/sveltejs/kit/pull/5892)) - fix: avoid manifest collisions ([#&#8203;5874](https://github.com/sveltejs/kit/pull/5874)) - Make package command remove `publishConfig.directory` from generated package.json ([#&#8203;5848](https://github.com/sveltejs/kit/pull/5848)) ### [`v1.0.0-next.406`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next406) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.405...@sveltejs/kit@1.0.0-next.406) ##### Patch Changes - breaking: Overhaul filesystem-based router (https://github.com/sveltejs/kit/discussions/5774) ([#&#8203;5778](https://github.com/sveltejs/kit/pull/5778)) - breaking: Change load API (https://github.com/sveltejs/kit/discussions/5774) ([#&#8203;5778](https://github.com/sveltejs/kit/pull/5778)) ### [`v1.0.0-next.405`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next405) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.403...@sveltejs/kit@1.0.0-next.405) ##### Patch Changes - Move `compress` logic to `Builder` API ([#&#8203;5822](https://github.com/sveltejs/kit/pull/5822)) - feat: implement Link header ([#&#8203;5735](https://github.com/sveltejs/kit/pull/5735)) ### [`v1.0.0-next.403`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next403) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.402...@sveltejs/kit@1.0.0-next.403) ##### Patch Changes - chore: upgrade to Undici 5.8.1 ([#&#8203;5804](https://github.com/sveltejs/kit/pull/5804)) ### [`v1.0.0-next.402`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next402) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.401...@sveltejs/kit@1.0.0-next.402) ##### Patch Changes - fix: Import analysis doesn't get stuck in an infinite loop when encountering cyclical imports ([#&#8203;5794](https://github.com/sveltejs/kit/pull/5794)) ### [`v1.0.0-next.401`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next401) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.400...@sveltejs/kit@1.0.0-next.401) ##### Patch Changes - fix: chdir to user's application directory before running postinstall sync ([#&#8203;5771](https://github.com/sveltejs/kit/pull/5771)) ### [`v1.0.0-next.400`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next400) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.399...@sveltejs/kit@1.0.0-next.400) ##### Patch Changes - More robust path aliasing ([#&#8203;5582](https://github.com/sveltejs/kit/pull/5582)) ### [`v1.0.0-next.399`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next399) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.398...@sveltejs/kit@1.0.0-next.399) ##### Patch Changes - Use [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) postinstall lifecycle hook to invoke 'svelte-kit sync' instead of prepare in projects created by create-svelte ([#&#8203;5760](https://github.com/sveltejs/kit/pull/5760)) ### [`v1.0.0-next.398`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next398) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.397...@sveltejs/kit@1.0.0-next.398) ##### Patch Changes - Check url protocol to avoid mailto links navigated by kit in mobile devices ([#&#8203;5726](https://github.com/sveltejs/kit/pull/5726)) - fix: Windows correctly errors on `$env/*/private` imports and Illegal module analysis in dev ignores non-js|ts|svelte files ([#&#8203;5739](https://github.com/sveltejs/kit/pull/5739)) - feat: include reference to `@sveltejs/kit` types in ambient file ([#&#8203;5745](https://github.com/sveltejs/kit/pull/5745)) ### [`v1.0.0-next.397`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next397) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.396...@sveltejs/kit@1.0.0-next.397) ##### Patch Changes - load env before importing hooks during dev ([#&#8203;5728](https://github.com/sveltejs/kit/pull/5728)) - Add DOM.Iterable to default tsconfig ([#&#8203;5734](https://github.com/sveltejs/kit/pull/5734)) ### [`v1.0.0-next.396`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next396) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.395...@sveltejs/kit@1.0.0-next.396) ##### Patch Changes - fix: Environment variable generated types ([#&#8203;5719](https://github.com/sveltejs/kit/pull/5719)) ### [`v1.0.0-next.395`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next395) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.394...@sveltejs/kit@1.0.0-next.395) ##### Patch Changes - Add `$env/static/private`, `$env/static/public`, `$env/dynamic/private` and `$env/dynamic/public` modules ([#&#8203;5663](https://github.com/sveltejs/kit/pull/5663)) ### [`v1.0.0-next.394`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next394) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.393...@sveltejs/kit@1.0.0-next.394) ##### Patch Changes - Set Vite's publicDir and correctly serve public assets earlier in pipeline ([#&#8203;5686](https://github.com/sveltejs/kit/pull/5686)) - prerender in a subprocess ([#&#8203;5678](https://github.com/sveltejs/kit/pull/5678)) ### [`v1.0.0-next.393`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next393) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.392...@sveltejs/kit@1.0.0-next.393) ##### Patch Changes - Prevent needless prop updates causing rerenders ([#&#8203;5671](https://github.com/sveltejs/kit/pull/5671)) - Support custom Vite config locations ([#&#8203;5705](https://github.com/sveltejs/kit/pull/5705)) - Prevent rerender when route state did not change ([#&#8203;5654](https://github.com/sveltejs/kit/pull/5654)) ### [`v1.0.0-next.392`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next392) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.391...@sveltejs/kit@1.0.0-next.392) ##### Patch Changes - Revert publicDir change from 1.0.0-next.387 ([#&#8203;5683](https://github.com/sveltejs/kit/pull/5683)) ### [`v1.0.0-next.391`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next391) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.390...@sveltejs/kit@1.0.0-next.391) ##### Patch Changes - breaking: replace transformPage with transformPageChunk ([#&#8203;5657](https://github.com/sveltejs/kit/pull/5657)) ### [`v1.0.0-next.390`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next390) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.389...@sveltejs/kit@1.0.0-next.390) ##### Patch Changes - fix: vite dev no longer covers errors ([#&#8203;5563](https://github.com/sveltejs/kit/pull/5563)) ### [`v1.0.0-next.389`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next389) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.388...@sveltejs/kit@1.0.0-next.389) ##### Patch Changes - Only normalise internal URLs ([#&#8203;5645](https://github.com/sveltejs/kit/pull/5645)) ### [`v1.0.0-next.388`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next388) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.387...@sveltejs/kit@1.0.0-next.388) ##### Patch Changes - Reset stack traces to avoid double-fix ([#&#8203;5644](https://github.com/sveltejs/kit/pull/5644)) ### [`v1.0.0-next.387`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next387) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.386...@sveltejs/kit@1.0.0-next.387) ##### Patch Changes - set Vite's `publicDir` option ([#&#8203;5648](https://github.com/sveltejs/kit/pull/5648)) - Normalize paths inside prerenderer, so they are correct inside $service-worker ([#&#8203;5641](https://github.com/sveltejs/kit/pull/5641)) ### [`v1.0.0-next.386`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next386) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.385...@sveltejs/kit@1.0.0-next.386) ##### Patch Changes - Ensure private cache when something is returned from getSession hook ([#&#8203;5640](https://github.com/sveltejs/kit/pull/5640)) - fix: transform link\[rel=icon] to be absolute to avoid console error when navigating ([#&#8203;5583](https://github.com/sveltejs/kit/pull/5583)) ### [`v1.0.0-next.385`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next385) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.384...@sveltejs/kit@1.0.0-next.385) ##### Patch Changes - Make 404 error more helpful if paths.base is missing ([#&#8203;5622](https://github.com/sveltejs/kit/pull/5622)) - fix: decode parameters on client ([`d02f1f25`](https://github.com/sveltejs/kit/commit/d02f1f25ac8acb29e21a06b94418c333928fb9bb)) - Add config.kit.prerender.origin ([#&#8203;5627](https://github.com/sveltejs/kit/pull/5627)) ### [`v1.0.0-next.384`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next384) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.383...@sveltejs/kit@1.0.0-next.384) ##### Patch Changes - Respect custom Vite mode in SSR build ([#&#8203;5602](https://github.com/sveltejs/kit/pull/5602)) - breaking: remove mode, prod and server from $app/env ([#&#8203;5602](https://github.com/sveltejs/kit/pull/5602)) ### [`v1.0.0-next.383`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next383) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.382...@sveltejs/kit@1.0.0-next.383) ##### Patch Changes - Add formData method in superclass rather than monkey-patch ([#&#8203;5629](https://github.com/sveltejs/kit/pull/5629)) ### [`v1.0.0-next.382`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next382) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.381...@sveltejs/kit@1.0.0-next.382) ##### Patch Changes - fix: change Vite's output directory from `_app` to client ([#&#8203;5620](https://github.com/sveltejs/kit/pull/5620)) ### [`v1.0.0-next.381`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next381) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.380...@sveltejs/kit@1.0.0-next.381) ##### Patch Changes - Handle errors in Node streams ([#&#8203;5616](https://github.com/sveltejs/kit/pull/5616)) ### [`v1.0.0-next.380`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next380) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.379...@sveltejs/kit@1.0.0-next.380) ##### Patch Changes - Handle circular dependencies in dynamic imports ([#&#8203;5619](https://github.com/sveltejs/kit/pull/5619)) - fix: handle binary data when prerendering ([#&#8203;5497](https://github.com/sveltejs/kit/pull/5497)) - breaking: remove writeStatic to align with Vite ([#&#8203;5618](https://github.com/sveltejs/kit/pull/5618)) - Reset navigating store upon return to site with a bfcache hit ([#&#8203;5613](https://github.com/sveltejs/kit/pull/5613)) ### [`v1.0.0-next.379`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next379) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.378...@sveltejs/kit@1.0.0-next.379) ##### Patch Changes - Use define instead of import.meta.env.VITE_SVELTEKIT_FOO for internal values ([#&#8203;5594](https://github.com/sveltejs/kit/pull/5594)) ### [`v1.0.0-next.378`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next378) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.377...@sveltejs/kit@1.0.0-next.378) ##### Patch Changes - Pause Node streams as necessary when converting to ReadableStream ([#&#8203;5587](https://github.com/sveltejs/kit/pull/5587)) - improve vite version check to work with custom resolutions, eg. pnpm overrides ([#&#8203;5586](https://github.com/sveltejs/kit/pull/5586)) ### [`v1.0.0-next.377`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next377) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.376...@sveltejs/kit@1.0.0-next.377) ##### Patch Changes - breaking: Endpoint method names uppercased to match HTTP specifications ([#&#8203;5513](https://github.com/sveltejs/kit/pull/5513)) ### [`v1.0.0-next.376`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next376) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.375...@sveltejs/kit@1.0.0-next.376) ##### Patch Changes - fix: ensure completed_build is reset ([#&#8203;5541](https://github.com/sveltejs/kit/pull/5541)) ### [`v1.0.0-next.375`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next375) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.374...@sveltejs/kit@1.0.0-next.375) ##### Patch Changes - fix: don't try adapting if build failed ([#&#8203;5536](https://github.com/sveltejs/kit/pull/5536)) - Render generic error page if `__layout` returns error while rendering full error page ([#&#8203;4665](https://github.com/sveltejs/kit/pull/4665)) ### [`v1.0.0-next.374`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next374) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.373...@sveltejs/kit@1.0.0-next.374) ##### Patch Changes - removed `vite` key from config definition ([#&#8203;5530](https://github.com/sveltejs/kit/pull/5530)) - Render page with correct status code when non-get endpoint returns validation error ([#&#8203;4328](https://github.com/sveltejs/kit/pull/4328)) ### [`v1.0.0-next.373`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next373) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.372...@sveltejs/kit@1.0.0-next.373) ##### Patch Changes - breaking: require vite 3 ([#&#8203;5005](https://github.com/sveltejs/kit/pull/5005)) ### [`v1.0.0-next.372`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next372) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.371...@sveltejs/kit@1.0.0-next.372) ##### Patch Changes - ignore invalid accept header values instead of throwing an error ([#&#8203;5502](https://github.com/sveltejs/kit/pull/5502)) - support CSP report-only mode ([#&#8203;5496](https://github.com/sveltejs/kit/pull/5496)) ### [`v1.0.0-next.371`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next371) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.370...@sveltejs/kit@1.0.0-next.371) ##### Patch Changes - Pin vite-plugin-svelte to 1.0.0-next.49 ([#&#8203;5498](https://github.com/sveltejs/kit/pull/5498)) ### [`v1.0.0-next.370`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next370) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.369...@sveltejs/kit@1.0.0-next.370) ##### Patch Changes - Don't automatically buffer request bodies ([#&#8203;5442](https://github.com/sveltejs/kit/pull/5442)) ### [`v1.0.0-next.369`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next369) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.368...@sveltejs/kit@1.0.0-next.369) ##### Patch Changes - skip closeBundle hook during dev to prevent errors on restart ([#&#8203;5466](https://github.com/sveltejs/kit/pull/5466)) - Normalize paths on prefetch (fixes [#&#8203;5457](https://github.com/sveltejs/kit/issues/5457)) ([#&#8203;5458](https://github.com/sveltejs/kit/pull/5458)) - clearer error on bad matcher names ([#&#8203;5460](https://github.com/sveltejs/kit/pull/5460)) ### [`v1.0.0-next.368`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next368) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.367...@sveltejs/kit@1.0.0-next.368) ##### Patch Changes - fix: adapt in closeBundle ([#&#8203;5439](https://github.com/sveltejs/kit/pull/5439)) ### [`v1.0.0-next.367`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next367) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.366...@sveltejs/kit@1.0.0-next.367) ##### Patch Changes - fix: allow Vite plugins to output mutable assets ([#&#8203;5416](https://github.com/sveltejs/kit/pull/5416)) ### [`v1.0.0-next.366`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next366) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.364...@sveltejs/kit@1.0.0-next.366) ##### Patch Changes - reset selection in setTimeout after navigating, to ensure correct behaviour in Firefox ([#&#8203;5058](https://github.com/sveltejs/kit/pull/5058)) ### [`v1.0.0-next.364`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next364) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.363...@sveltejs/kit@1.0.0-next.364) ##### Patch Changes - breaking: Use Vite defaults for port and strictPort ([#&#8203;5392](https://github.com/sveltejs/kit/pull/5392)) - Use anonymous function in service worker init script to support legacy browsers ([#&#8203;5417](https://github.com/sveltejs/kit/pull/5417)) ### [`v1.0.0-next.363`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next363) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.362...@sveltejs/kit@1.0.0-next.363) ##### Patch Changes - chore: upgrade TypeScript to 4.7.4 ([#&#8203;5414](https://github.com/sveltejs/kit/pull/5414)) ### [`v1.0.0-next.362`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next362) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.361...@sveltejs/kit@1.0.0-next.362) ##### Patch Changes - Updated undici to fix [#&#8203;5383](https://github.com/sveltejs/kit/issues/5383) ([#&#8203;5420](https://github.com/sveltejs/kit/pull/5420)) ### [`v1.0.0-next.361`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next361) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.360...@sveltejs/kit@1.0.0-next.361) ##### Patch Changes - breaking: require Node 16.9 ([#&#8203;5395](https://github.com/sveltejs/kit/pull/5395)) - remove FLoC protection, now that we vanquished Google ([#&#8203;5018](https://github.com/sveltejs/kit/pull/5018)) - Prevent `Connection` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#&#8203;5393](https://github.com/sveltejs/kit/pull/5393)) - Returns errors from page endpoints as JSON where appropriate ([#&#8203;5314](https://github.com/sveltejs/kit/pull/5314)) - Allow body to be a binary ReadableStream ([#&#8203;5407](https://github.com/sveltejs/kit/pull/5407)) ### [`v1.0.0-next.360`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next360) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.359...@sveltejs/kit@1.0.0-next.360) ##### Patch Changes - fix: support conditional Vite configs ([#&#8203;5376](https://github.com/sveltejs/kit/pull/5376)) - Allow server restart when config changed ([#&#8203;5379](https://github.com/sveltejs/kit/pull/5379)) - Include dynamically imported styles during SSR ([#&#8203;5138](https://github.com/sveltejs/kit/pull/5138)) ### [`v1.0.0-next.359`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next359) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.358...@sveltejs/kit@1.0.0-next.359) ##### Patch Changes - Adjust type imports to satisfy TS NodeNext moduleResolution ([#&#8203;5360](https://github.com/sveltejs/kit/pull/5360)) - breaking: require vite.config.js ([#&#8203;5332](https://github.com/sveltejs/kit/pull/5332)) - breaking: graduate @&#8203;sveltejs/kit/vite from experimental ([#&#8203;5332](https://github.com/sveltejs/kit/pull/5332)) - breaking: switch to vite CLI for dev, build, and preview commands ([#&#8203;5332](https://github.com/sveltejs/kit/pull/5332)) ### [`v1.0.0-next.358`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next358) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.357...@sveltejs/kit@1.0.0-next.358) ##### Patch Changes - Only exit process in closeBundle hook if prerender is enabled ([#&#8203;5356](https://github.com/sveltejs/kit/pull/5356)) - fix: don't log warning if root is configured ([#&#8203;5330](https://github.com/sveltejs/kit/pull/5330)) ### [`v1.0.0-next.357`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next357) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.356...@sveltejs/kit@1.0.0-next.357) ##### Patch Changes - breaking: change endpointExtensions to moduleExtensions, and use to filter param matchers ([#&#8203;5085](https://github.com/sveltejs/kit/pull/5085)) - fix server crash when accessing a malformed URI ([#&#8203;5246](https://github.com/sveltejs/kit/pull/5246)) ### [`v1.0.0-next.356`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next356) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.355...@sveltejs/kit@1.0.0-next.356) ##### Patch Changes - Stream request bodies ([#&#8203;5291](https://github.com/sveltejs/kit/pull/5291)) - Enable multipart formdata parsing with node-fetch ([#&#8203;5292](https://github.com/sveltejs/kit/pull/5292)) - fix: allow user to set dev port ([#&#8203;5303](https://github.com/sveltejs/kit/pull/5303)) - breaking: use undici instead of node-fetch ([#&#8203;5117](https://github.com/sveltejs/kit/pull/5117)) ### [`v1.0.0-next.355`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next355) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.354...@sveltejs/kit@1.0.0-next.355) ##### Patch Changes - chore: Prerendering URL is now a subclass instead of a proxy ([#&#8203;5278](https://github.com/sveltejs/kit/pull/5278)) - fix: support vite.config.js on Windows ([#&#8203;5265](https://github.com/sveltejs/kit/pull/5265)) - Allow both string and URL as the first argument of `$app/navigation#goto` ([#&#8203;5282](https://github.com/sveltejs/kit/pull/5282)) - rename `goto(href)` to `goto(url)` ([#&#8203;5286](https://github.com/sveltejs/kit/pull/5286)) - Add types for @&#8203;sveltejs/kit/experimental/vite ([#&#8203;5266](https://github.com/sveltejs/kit/pull/5266)) - fix: port flag doesn't work in preview ([#&#8203;5284](https://github.com/sveltejs/kit/pull/5284)) ### [`v1.0.0-next.354`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next354) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.353...@sveltejs/kit@1.0.0-next.354) ##### Patch Changes - Added `server` and `prod` env variables ([#&#8203;5251](https://github.com/sveltejs/kit/pull/5251)) ### [`v1.0.0-next.353`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next353) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.352...@sveltejs/kit@1.0.0-next.353) ##### Patch Changes - Expose Vite plugin as @&#8203;sveltejs/kit/experimental/vite ([#&#8203;5094](https://github.com/sveltejs/kit/pull/5094)) ### [`v1.0.0-next.352`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next352) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.351...@sveltejs/kit@1.0.0-next.352) ##### Patch Changes - fix manifest not updating when adding routes ([#&#8203;5157](https://github.com/sveltejs/kit/pull/5157)) ### [`v1.0.0-next.351`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next351) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.350...@sveltejs/kit@1.0.0-next.351) ##### Patch Changes - fix: URL instance methods now work in `load` ([#&#8203;5183](https://github.com/sveltejs/kit/pull/5183)) - Upgrade vite-plugin-svelte ([`4e4625ea`](https://github.com/sveltejs/kit/commit/4e4625ea6d9a084bc767ae216704aacd95fe8730)) ### [`v1.0.0-next.350`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next350) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.349...@sveltejs/kit@1.0.0-next.350) ##### Patch Changes - breaking: revert removal of `kit.browser.hydrate` ([#&#8203;5178](https://github.com/sveltejs/kit/pull/5178)) ### [`v1.0.0-next.349`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next349) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.348...@sveltejs/kit@1.0.0-next.349) ##### Patch Changes - breaking: remove kit.browser.hydrate config in favor of compilerOptions.hydratable ([#&#8203;5155](https://github.com/sveltejs/kit/pull/5155)) - chore: upgrade to Vite 2.9.10 ([#&#8203;5170](https://github.com/sveltejs/kit/pull/5170)) ### [`v1.0.0-next.348`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next348) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.347...@sveltejs/kit@1.0.0-next.348) ##### Patch Changes - Disallow access to `__data.json` for standalone endpoints ([#&#8203;5149](https://github.com/sveltejs/kit/pull/5149)) - chore: introduce `KitConfig` type ([#&#8203;5141](https://github.com/sveltejs/kit/pull/5141)) - Prevent incorrect redirect for `__data.json` request with `trailingSlash: 'always'` ([#&#8203;5149](https://github.com/sveltejs/kit/pull/5149)) ### [`v1.0.0-next.347`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next347) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.346...@sveltejs/kit@1.0.0-next.347) ##### Patch Changes - Update dependencies ([#&#8203;5121](https://github.com/sveltejs/kit/pull/5121)) - allow symlinked static assets in dev ([#&#8203;5089](https://github.com/sveltejs/kit/pull/5089)) ### [`v1.0.0-next.346`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next346) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.345...@sveltejs/kit@1.0.0-next.346) ##### Patch Changes - chore: provide Vite config via plugin ([#&#8203;5073](https://github.com/sveltejs/kit/pull/5073)) - Reload page to recover from HMR errors ([#&#8203;5108](https://github.com/sveltejs/kit/pull/5108)) - chore: shared Vite build config ([#&#8203;5105](https://github.com/sveltejs/kit/pull/5105)) - fix `BodyValidator` handling for nested object literals ([#&#8203;5118](https://github.com/sveltejs/kit/pull/5118)) - fix: don't set `credentials` to `undefined` in server-side `fetch` ([#&#8203;5116](https://github.com/sveltejs/kit/pull/5116)) ### [`v1.0.0-next.345`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next345) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.344...@sveltejs/kit@1.0.0-next.345) ##### Patch Changes - Prevent component double mounting caused by HMR invalidation ([#&#8203;4891](https://github.com/sveltejs/kit/pull/4891)) - Only recreate manifest when files inside `config.kit.files.routes` are added or deleted ([#&#8203;5076](https://github.com/sveltejs/kit/pull/5076)) ### [`v1.0.0-next.344`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next344) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.343...@sveltejs/kit@1.0.0-next.344) ##### Patch Changes - fix: svelte-kit sync no longer permanently deletes the types directory ([#&#8203;5063](https://github.com/sveltejs/kit/pull/5063)) - chore: trigger sync and other setup from plugin ([#&#8203;5067](https://github.com/sveltejs/kit/pull/5067)) - Update `engines` to specify that Node 16.7 is required ([#&#8203;5062](https://github.com/sveltejs/kit/pull/5062)) - only serve `_app/immutable` with immutable cache header, not `_app/version.json` ([#&#8203;5051](https://github.com/sveltejs/kit/pull/5051)) ### [`v1.0.0-next.343`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next343) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.342...@sveltejs/kit@1.0.0-next.343) ##### Patch Changes - chore: return config from server start methods ([#&#8203;5043](https://github.com/sveltejs/kit/pull/5043)) ### [`v1.0.0-next.342`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next342) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.341...@sveltejs/kit@1.0.0-next.342) ##### Patch Changes - ensure static assets are only served if correct case is used ([#&#8203;5047](https://github.com/sveltejs/kit/pull/5047)) - breaking: stop suppressing `/favicon.ico` requests, handle them as a valid route ([#&#8203;5046](https://github.com/sveltejs/kit/pull/5046)) - don't warn about window.fetch during hydration ([#&#8203;5041](https://github.com/sveltejs/kit/pull/5041)) ### [`v1.0.0-next.341`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next341) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.340...@sveltejs/kit@1.0.0-next.341) ##### Patch Changes - fix: page store correct after navigation when an identical route with a different hash had been prefetched ([#&#8203;5039](https://github.com/sveltejs/kit/pull/5039)) - breaking: replace @&#8203;sveltejs/kit/install-fetch with @&#8203;sveltejs/kit/node/polyfills ([#&#8203;4934](https://github.com/sveltejs/kit/pull/4934)) - fix: Prerendered pages fail if they access session. ([#&#8203;4811](https://github.com/sveltejs/kit/pull/4811)) ### [`v1.0.0-next.340`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next340) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.339...@sveltejs/kit@1.0.0-next.340) ##### Patch Changes - feat: Pages marked for prerendering fail during ssr at runtime ([#&#8203;4812](https://github.com/sveltejs/kit/pull/4812)) - Throw load validation errors so that they are caught by handleError ([#&#8203;4953](https://github.com/sveltejs/kit/pull/4953)) - Allow symlinked directories in the routes folder ([#&#8203;4957](https://github.com/sveltejs/kit/pull/4957)) - breaking: Rename LoadInput to LoadEvent ([#&#8203;5015](https://github.com/sveltejs/kit/pull/5015)) - allow disableScrollHandling to be called in afterNavigate ([#&#8203;4948](https://github.com/sveltejs/kit/pull/4948)) - Add `config.kit.alias` ([#&#8203;4964](https://github.com/sveltejs/kit/pull/4964)) - use namespace import for vite to support upcoming vite 3.0 esm ([#&#8203;5030](https://github.com/sveltejs/kit/pull/5030)) ### [`v1.0.0-next.339`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next339) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.338...@sveltejs/kit@1.0.0-next.339) ##### Patch Changes - breaking: resolve relative urls from the target page when using load's fetch ([#&#8203;5025](https://github.com/sveltejs/kit/pull/5025)) - fix: `svelte-kit sync` gracefully handles a nonexistent routes folder ([#&#8203;5020](https://github.com/sveltejs/kit/pull/5020)) - breaking: Replace `%svelte.body%` with `%sveltekit.body%`, etc. ([#&#8203;5016](https://github.com/sveltejs/kit/pull/5016)) ### [`v1.0.0-next.338`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next338) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.337...@sveltejs/kit@1.0.0-next.338) ##### Patch Changes - breaking: remove amp config option in favour of amp.transform helper function ([#&#8203;4710](https://github.com/sveltejs/kit/pull/4710)) - breaking: accessing url.hash from load now results in a helpful error ([#&#8203;4983](https://github.com/sveltejs/kit/pull/4983)) ### [`v1.0.0-next.337`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next337) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.336...@sveltejs/kit@1.0.0-next.337) ##### Patch Changes - fix: don't watch `outDir`, except for the `generated` directory ([#&#8203;4997](https://github.com/sveltejs/kit/pull/4997)) - Warn if load uses window.fetch ([#&#8203;4958](https://github.com/sveltejs/kit/pull/4958)) - Only run `viteServeStaticMiddleware` after server has attempted response ([#&#8203;4974](https://github.com/sveltejs/kit/pull/4974)) ### [`v1.0.0-next.336`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next336) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.335...@sveltejs/kit@1.0.0-next.336) ##### Patch Changes - Pass config to vite-plugin-svelte instead of reloading it ([#&#8203;4760](https://github.com/sveltejs/kit/pull/4760)) - fix FOUC regression during dev ([#&#8203;4990](https://github.com/sveltejs/kit/pull/4990)) - move `RequestEvent` and `ResolveOptions` as public types ([#&#8203;4809](https://github.com/sveltejs/kit/pull/4809)) - breaking: write generated types to `__types` directories ([#&#8203;4705](https://github.com/sveltejs/kit/pull/4705)) ### [`v1.0.0-next.335`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next335) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.334...@sveltejs/kit@1.0.0-next.335) ##### Patch Changes - breaking: change data-hydrate to data-sveltekit-hydrate ([#&#8203;4972](https://github.com/sveltejs/kit/pull/4972)) - Fix default port override ([#&#8203;4970](https://github.com/sveltejs/kit/pull/4970)) ### [`v1.0.0-next.334`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next334) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.333...@sveltejs/kit@1.0.0-next.334) ##### Patch Changes - fix: deduplicate injected css during dev ([#&#8203;4920](https://github.com/sveltejs/kit/pull/4920)) ### [`v1.0.0-next.333`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next333) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.332...@sveltejs/kit@1.0.0-next.333) ##### Patch Changes - breaking: delay automatic service worker registration until load event ([#&#8203;4950](https://github.com/sveltejs/kit/pull/4950)) ### [`v1.0.0-next.332`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next332) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.331...@sveltejs/kit@1.0.0-next.332) ##### Patch Changes - Revert dev command default options ([#&#8203;4949](https://github.com/sveltejs/kit/pull/4949)) ### [`v1.0.0-next.331`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next331) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.330...@sveltejs/kit@1.0.0-next.331) ##### Patch Changes - fix `BodyValidator` for nested interfaces ([#&#8203;4939](https://github.com/sveltejs/kit/pull/4939)) - breaking: drop Node 14 support ([#&#8203;4922](https://github.com/sveltejs/kit/pull/4922)) - only skip files that were already written when prerendering ([#&#8203;4928](https://github.com/sveltejs/kit/pull/4928)) - Set default options for dev command ([#&#8203;4932](https://github.com/sveltejs/kit/pull/4932)) ### [`v1.0.0-next.330`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next330) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.329...@sveltejs/kit@1.0.0-next.330) ##### Patch Changes - Fix Safari scroll bug on ssr:false page reload ([#&#8203;4846](https://github.com/sveltejs/kit/pull/4846)) ### [`v1.0.0-next.329`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next329) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.328...@sveltejs/kit@1.0.0-next.329) ##### Patch Changes - fix: stop flash of unstyled content when using CSS flavours ([#&#8203;4882](https://github.com/sveltejs/kit/pull/4882)) - delegate `RequestHandler` generics `Body` validation ([#&#8203;4897](https://github.com/sveltejs/kit/pull/4897)) - feat: more specific types for `kit.prerender.entries` config ([#&#8203;4880](https://github.com/sveltejs/kit/pull/4880)) - Prevent unhandled rejections when loading page modules ([#&#8203;4732](https://github.com/sveltejs/kit/pull/4732)) ### [`v1.0.0-next.328`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next328) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.327...@sveltejs/kit@1.0.0-next.328) ##### Patch Changes - Print useful 404 response when requesting unprefixed path in preview ([#&#8203;4751](https://github.com/sveltejs/kit/pull/4751)) - Prevent naive path normalization during prerendering ([#&#8203;4761](https://github.com/sveltejs/kit/pull/4761)) ### [`v1.0.0-next.327`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next327) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.326...@sveltejs/kit@1.0.0-next.327) ##### Patch Changes - generate tsconfig when running svelte-kit package ([#&#8203;4824](https://github.com/sveltejs/kit/pull/4824)) ### [`v1.0.0-next.326`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next326) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.325...@sveltejs/kit@1.0.0-next.326) ##### Patch Changes - breaking: add lib, module, and target to generated tsconfig ([#&#8203;4791](https://github.com/sveltejs/kit/pull/4791)) ### [`v1.0.0-next.325`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next325) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.324...@sveltejs/kit@1.0.0-next.325) ##### Patch Changes - Display network logs in node 18 ([#&#8203;4778](https://github.com/sveltejs/kit/pull/4778)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
odit_renovate added the
status:review_needed
enhancement
priority:medium
labels 2022-05-04 17:09:41 +00:00
odit_renovate requested review from niggl 2022-05-04 17:09:44 +00:00
odit_renovate requested review from philipp 2022-05-04 17:09:44 +00:00
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.325 to Update dependency @sveltejs/kit to v1.0.0-next.326 2022-05-04 22:05:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d9bddf0601 to 90067de72f 2022-05-04 22:05:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.326 to Update dependency @sveltejs/kit to v1.0.0-next.327 2022-05-11 19:02:53 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 90067de72f to a359f18454 2022-05-11 19:02:54 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.327 to Update dependency @sveltejs/kit to v1.0.0-next.328 2022-05-11 23:32:46 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a359f18454 to 89af42cc88 2022-05-11 23:32:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.328 to Update dependency @sveltejs/kit to v1.0.0-next.329 2022-05-13 17:17:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 89af42cc88 to 79abbeb24b 2022-05-13 17:17:46 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.329 to Update dependency @sveltejs/kit to v1.0.0-next.330 2022-05-14 01:18:01 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 79abbeb24b to b3fa553b22 2022-05-14 01:18:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.330 to Update dependency @sveltejs/kit to v1.0.0-next.331 2022-05-16 14:33:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b3fa553b22 to a66b00334b 2022-05-16 14:33:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.331 to Update dependency @sveltejs/kit to v1.0.0-next.332 2022-05-16 18:48:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a66b00334b to faf6ab82d6 2022-05-16 18:48:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.332 to Update dependency @sveltejs/kit to v1.0.0-next.333 2022-05-16 21:03:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from faf6ab82d6 to 35bae31a1f 2022-05-16 21:03:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.333 to Update dependency @sveltejs/kit to v1.0.0-next.334 2022-05-17 02:03:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 35bae31a1f to 0cd70f8523 2022-05-17 02:03:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.334 to Update dependency @sveltejs/kit to v1.0.0-next.335 2022-05-18 10:48:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0cd70f8523 to 5dd2103be2 2022-05-18 10:48:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.335 to Update dependency @sveltejs/kit to v1.0.0-next.336 2022-05-19 19:33:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5dd2103be2 to 755344a703 2022-05-19 19:33:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.336 to Update dependency @sveltejs/kit to v1.0.0-next.337 2022-05-20 17:35:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 755344a703 to ac8404ec2b 2022-05-20 17:35:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.337 to Update dependency @sveltejs/kit to v1.0.0-next.338 2022-05-20 18:18:36 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ac8404ec2b to 16308431c9 2022-05-20 18:18:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.338 to Update dependency @sveltejs/kit to v1.0.0-next.339 2022-05-23 15:02:36 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 16308431c9 to 31824ee441 2022-05-23 15:02:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.339 to Update dependency @sveltejs/kit to v1.0.0-next.340 2022-05-23 20:32:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 31824ee441 to a9b2bc8bf1 2022-05-23 20:32:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.340 to Update dependency @sveltejs/kit to v1.0.0-next.341 2022-05-23 23:47:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a9b2bc8bf1 to 6b62cb69d4 2022-05-23 23:47:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.341 to Update dependency @sveltejs/kit to v1.0.0-next.342 2022-05-24 11:02:55 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6b62cb69d4 to 5ea1c8454e 2022-05-24 11:02:56 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.342 to Update dependency @sveltejs/kit to v1.0.0-next.343 2022-05-24 15:32:36 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5ea1c8454e to 48ad291425 2022-05-24 15:32:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.343 to Update dependency @sveltejs/kit to v1.0.0-next.344 2022-05-25 01:02:30 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 48ad291425 to dffca52d56 2022-05-25 01:02:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.344 to Update dependency @sveltejs/kit to v1.0.0-next.345 2022-05-25 22:33:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from dffca52d56 to bdd826cc75 2022-05-25 22:33:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.345 to Update dependency @sveltejs/kit to v1.0.0-next.346 2022-05-30 20:17:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bdd826cc75 to b10b21aad5 2022-05-30 20:17:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.346 to Update dependency @sveltejs/kit to v1.0.0-next.347 2022-05-31 00:03:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b10b21aad5 to b6bf4a8677 2022-05-31 00:03:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.347 to Update dependency @sveltejs/kit to v1.0.0-next.348 2022-06-03 16:47:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b6bf4a8677 to fbde08233e 2022-06-03 16:47:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.348 to Update dependency @sveltejs/kit to v1.0.0-next.349 2022-06-07 18:03:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fbde08233e to c0c46dc07e 2022-06-07 18:03:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.349 to Update dependency @sveltejs/kit to v1.0.0-next.350 2022-06-07 20:33:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c0c46dc07e to e904c7bc6c 2022-06-07 20:33:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.350 to Update dependency @sveltejs/kit to v1.0.0-next.351 2022-06-22 14:33:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e904c7bc6c to 7f965eec55 2022-06-22 14:33:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.351 to Update dependency @sveltejs/kit to v1.0.0-next.352 2022-06-22 15:32:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7f965eec55 to 66eb1aa939 2022-06-22 15:32:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.352 to Update dependency @sveltejs/kit to v1.0.0-next.353 2022-06-24 02:02:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 66eb1aa939 to ece5c66076 2022-06-24 02:02:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.353 to Update dependency @sveltejs/kit to v1.0.0-next.354 2022-06-24 02:32:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ece5c66076 to c7c2d0e4e3 2022-06-24 02:32:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.354 to Update dependency @sveltejs/kit to v1.0.0-next.355 2022-06-27 17:32:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c7c2d0e4e3 to 2cef4ef5eb 2022-06-27 17:32:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.355 to Update dependency @sveltejs/kit to v1.0.0-next.356 2022-06-29 21:47:12 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2cef4ef5eb to 7f265ee878 2022-06-29 21:47:14 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.356 to Update dependency @sveltejs/kit to v1.0.0-next.357 2022-06-29 22:02:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7f265ee878 to 0b30365128 2022-06-29 22:02:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.357 to Update dependency @sveltejs/kit to v1.0.0-next.358 2022-07-05 15:47:16 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0b30365128 to 9f2e40c565 2022-07-05 15:47:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.358 to Update dependency @sveltejs/kit to v1.0.0-next.359 2022-07-05 21:02:04 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9f2e40c565 to ed205e8da2 2022-07-05 21:02:06 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.359 to Update dependency @sveltejs/kit to v1.0.0-next.360 2022-07-06 15:01:57 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ed205e8da2 to a0bb83b86a 2022-07-06 15:01:59 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.360 to Update dependency @sveltejs/kit to v1.0.0-next.361 2022-07-07 23:01:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a0bb83b86a to 830957849c 2022-07-07 23:02:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.361 to Update dependency @sveltejs/kit to v1.0.0-next.362 2022-07-08 14:02:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 830957849c to a00933ba5d 2022-07-08 14:02:04 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.362 to Update dependency @sveltejs/kit to v1.0.0-next.363 2022-07-08 14:32:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a00933ba5d to a52f50d84e 2022-07-08 14:32:06 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.363 to Update dependency @sveltejs/kit to v1.0.0-next.364 2022-07-08 15:17:06 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a52f50d84e to d2d5db0dfb 2022-07-08 15:17:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.364 to Update dependency @sveltejs/kit to v1.0.0-next.366 2022-07-08 15:32:01 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d2d5db0dfb to 39d030d4b0 2022-07-08 15:32:02 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.366 to Update dependency @sveltejs/kit to v1.0.0-next.367 2022-07-08 20:17:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 39d030d4b0 to a3489f38a3 2022-07-08 20:17:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.367 to Update dependency @sveltejs/kit to v1.0.0-next.368 2022-07-11 14:46:52 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a3489f38a3 to 91500c12f1 2022-07-11 14:46:54 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.368 to Update dependency @sveltejs/kit to v1.0.0-next.369 2022-07-11 20:47:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 91500c12f1 to 96252f5ef6 2022-07-11 20:47:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.369 to Update dependency @sveltejs/kit to v1.0.0-next.370 2022-07-12 02:01:55 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 96252f5ef6 to 161a516517 2022-07-12 02:01:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.370 to Update dependency @sveltejs/kit to v1.0.0-next.371 2022-07-13 15:32:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 161a516517 to 62166a296c 2022-07-13 15:33:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.371 to Update dependency @sveltejs/kit to v1.0.0-next.372 2022-07-13 18:03:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 62166a296c to e1d71d7a92 2022-07-13 18:03:02 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.372 to Update dependency @sveltejs/kit to v1.0.0-next.373 2022-07-14 16:03:04 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e1d71d7a92 to 7fbc2e6ae2 2022-07-14 16:03:06 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.373 to Update dependency @sveltejs/kit to v1.0.0-next.374 2022-07-14 20:17:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7fbc2e6ae2 to 1e478ec2c2 2022-07-14 20:18:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.374 to Update dependency @sveltejs/kit to v1.0.0-next.375 2022-07-14 23:03:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1e478ec2c2 to ac9a5c15ec 2022-07-14 23:03:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.375 to Update dependency @sveltejs/kit to v1.0.0-next.376 2022-07-15 14:32:54 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ac9a5c15ec to 1723f058b0 2022-07-15 14:32:56 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.376 to Update dependency @sveltejs/kit to v1.0.0-next.377 2022-07-15 16:18:00 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1723f058b0 to 4d9f490811 2022-07-15 16:18:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.377 to Update dependency @sveltejs/kit to v1.0.0-next.378 2022-07-18 17:33:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4d9f490811 to 42d22ae349 2022-07-18 17:33:04 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.378 to Update dependency @sveltejs/kit to v1.0.0-next.379 2022-07-18 22:48:00 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 42d22ae349 to 3596db5f51 2022-07-18 22:48:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.379 to Update dependency @sveltejs/kit to v1.0.0-next.380 2022-07-19 18:19:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3596db5f51 to 09cf6985e5 2022-07-19 18:19:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.380 to Update dependency @sveltejs/kit to v1.0.0-next.381 2022-07-19 19:33:08 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 09cf6985e5 to 50426227f9 2022-07-19 19:33:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.381 to Update dependency @sveltejs/kit to v1.0.0-next.382 2022-07-19 21:18:08 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 50426227f9 to b4e4298e25 2022-07-19 21:18:10 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.382 to Update dependency @sveltejs/kit to v1.0.0-next.383 2022-07-20 01:03:14 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b4e4298e25 to be583a6a1b 2022-07-20 01:03:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.383 to Update dependency @sveltejs/kit to v1.0.0-next.384 2022-07-20 01:18:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from be583a6a1b to 6fa1f94cc0 2022-07-20 01:18:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.384 to Update dependency @sveltejs/kit to v1.0.0-next.385 2022-07-20 15:03:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6fa1f94cc0 to 1090574d23 2022-07-20 15:03:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.385 to Update dependency @sveltejs/kit to v1.0.0-next.386 2022-07-20 20:18:08 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1090574d23 to 747631741c 2022-07-20 20:18:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.386 to Update dependency @sveltejs/kit to v1.0.0-next.387 2022-07-21 17:03:10 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 747631741c to f0735a6d23 2022-07-21 17:03:12 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.387 to Update dependency @sveltejs/kit to v1.0.0-next.388 2022-07-21 18:32:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f0735a6d23 to 81a3b1d168 2022-07-21 18:33:00 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.388 to Update dependency @sveltejs/kit to v1.0.0-next.389 2022-07-21 22:47:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 81a3b1d168 to b5ae4fe904 2022-07-21 22:47:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.389 to Update dependency @sveltejs/kit to v1.0.0-next.390 2022-07-21 23:33:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b5ae4fe904 to d923fa3e62 2022-07-21 23:33:05 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.390 to Update dependency @sveltejs/kit to v1.0.0-next.391 2022-07-22 14:48:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d923fa3e62 to 6f3e99e3f0 2022-07-22 14:48:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.391 to Update dependency @sveltejs/kit to v1.0.0-next.392 2022-07-23 12:18:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6f3e99e3f0 to ce0e00cdcd 2022-07-23 12:18:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.392 to Update dependency @sveltejs/kit to v1.0.0-next.393 2022-07-25 17:03:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ce0e00cdcd to 63ddd3914b 2022-07-25 17:03:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.393 to Update dependency @sveltejs/kit to v1.0.0-next.394 2022-07-25 20:33:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 63ddd3914b to 1147d41153 2022-07-25 20:33:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.394 to Update dependency @sveltejs/kit to v1.0.0-next.395 2022-07-26 18:33:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1147d41153 to 90104b2694 2022-07-26 18:33:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.395 to Update dependency @sveltejs/kit to v1.0.0-next.396 2022-07-26 23:18:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 90104b2694 to 0393e70db8 2022-07-26 23:18:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.396 to Update dependency @sveltejs/kit to v1.0.0-next.397 2022-07-29 22:03:10 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0393e70db8 to 376f8779a1 2022-07-29 22:03:11 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.397 to Update dependency @sveltejs/kit to v1.0.0-next.398 2022-07-29 22:18:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 376f8779a1 to 4cfadc1d2f 2022-07-29 22:18:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.398 to Update dependency @sveltejs/kit to v1.0.0-next.399 2022-07-31 11:21:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4cfadc1d2f to 5660617736 2022-07-31 11:21:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.399 to Update dependency @sveltejs/kit to v1.0.0-next.400 2022-07-31 19:18:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5660617736 to a3fcf83469 2022-07-31 19:18:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.400 to Update dependency @sveltejs/kit to v1.0.0-next.401 2022-07-31 20:03:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a3fcf83469 to d70abc068d 2022-07-31 20:03:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.401 to Update dependency @sveltejs/kit to v1.0.0-next.402 2022-08-03 00:22:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d70abc068d to 81254178f5 2022-08-03 00:22:44 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.402 to Update dependency @sveltejs/kit to v1.0.0-next.403 2022-08-03 20:04:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 81254178f5 to 233f4d8418 2022-08-03 20:04:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.403 to Update dependency @sveltejs/kit to v1.0.0-next.405 2022-08-06 20:03:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 233f4d8418 to f3d3ad1e06 2022-08-06 20:03:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.405 to Update dependency @sveltejs/kit to v1.0.0-next.406 2022-08-15 22:03:21 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f3d3ad1e06 to 5d5f9f6a66 2022-08-15 22:03:22 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.406 to Update dependency @sveltejs/kit to v1.0.0-next.407 2022-08-15 22:48:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5d5f9f6a66 to 6d376d3d40 2022-08-15 22:48:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.407 to Update dependency @sveltejs/kit to v1.0.0-next.408 2022-08-16 00:10:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6d376d3d40 to cb05b6c730 2022-08-16 00:10:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.408 to Update dependency @sveltejs/kit to v1.0.0-next.409 2022-08-16 08:33:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from cb05b6c730 to a382706e69 2022-08-16 08:33:42 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.409 to Update dependency @sveltejs/kit to v1.0.0-next.410 2022-08-16 11:33:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a382706e69 to c50230fbfb 2022-08-16 11:33:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.410 to Update dependency @sveltejs/kit to v1.0.0-next.411 2022-08-16 15:01:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c50230fbfb to 1a53a3939e 2022-08-16 15:01:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.411 to Update dependency @sveltejs/kit to v1.0.0-next.412 2022-08-16 20:48:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1a53a3939e to ee3658cfe9 2022-08-16 20:48:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.412 to Update dependency @sveltejs/kit to v1.0.0-next.413 2022-08-16 21:03:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ee3658cfe9 to 4e9796a3d2 2022-08-16 21:03:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.413 to Update dependency @sveltejs/kit to v1.0.0-next.414 2022-08-16 23:03:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4e9796a3d2 to c121369cbf 2022-08-16 23:03:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.414 to Update dependency @sveltejs/kit to v1.0.0-next.415 2022-08-17 01:03:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c121369cbf to 14b36d5a57 2022-08-17 01:03:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.415 to Update dependency @sveltejs/kit to v1.0.0-next.416 2022-08-17 13:03:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 14b36d5a57 to 23413005dc 2022-08-17 13:03:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.416 to Update dependency @sveltejs/kit to v1.0.0-next.417 2022-08-17 15:04:11 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 23413005dc to 6a4e5e86a2 2022-08-17 15:04:13 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.417 to Update dependency @sveltejs/kit to v1.0.0-next.418 2022-08-17 19:03:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6a4e5e86a2 to bc8fcca462 2022-08-17 19:03:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.418 to Update dependency @sveltejs/kit to v1.0.0-next.419 2022-08-17 22:03:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bc8fcca462 to b23acf77a2 2022-08-17 22:03:42 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.419 to Update dependency @sveltejs/kit to v1.0.0-next.420 2022-08-17 23:48:18 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b23acf77a2 to bec542b021 2022-08-17 23:48:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.420 to Update dependency @sveltejs/kit to v1.0.0-next.421 2022-08-18 15:41:01 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bec542b021 to 13bd2129f7 2022-08-18 15:41:02 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.421 to Update dependency @sveltejs/kit to v1.0.0-next.422 2022-08-18 18:04:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 13bd2129f7 to be617cb3f9 2022-08-18 18:04:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.422 to Update dependency @sveltejs/kit to v1.0.0-next.423 2022-08-18 22:33:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from be617cb3f9 to a30bf99fbd 2022-08-18 22:33:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.423 to Update dependency @sveltejs/kit to v1.0.0-next.424 2022-08-19 11:50:46 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a30bf99fbd to 913e257c9a 2022-08-19 11:50:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.424 to Update dependency @sveltejs/kit to v1.0.0-next.425 2022-08-19 13:49:44 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 913e257c9a to f5978214d1 2022-08-19 13:49:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.425 to Update dependency @sveltejs/kit to v1.0.0-next.426 2022-08-19 14:35:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f5978214d1 to 96a2b6887f 2022-08-19 14:35:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.426 to Update dependency @sveltejs/kit to v1.0.0-next.427 2022-08-19 17:11:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 96a2b6887f to cae8f460df 2022-08-19 17:11:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.427 to Update dependency @sveltejs/kit to v1.0.0-next.428 2022-08-20 18:04:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from cae8f460df to e759f7e67b 2022-08-20 18:04:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.428 to Update dependency @sveltejs/kit to v1.0.0-next.429 2022-08-23 00:05:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e759f7e67b to 1c7f49d93d 2022-08-23 00:05:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.429 to Update dependency @sveltejs/kit to v1.0.0-next.430 2022-08-23 13:27:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1c7f49d93d to 6a51def304 2022-08-23 13:27:28 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.430 to Update dependency @sveltejs/kit to v1.0.0-next.431 2022-08-23 16:03:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6a51def304 to 0714f01617 2022-08-23 16:03:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.431 to Update dependency @sveltejs/kit to v1.0.0-next.432 2022-08-24 14:43:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0714f01617 to a30bf5ec04 2022-08-24 14:43:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.432 to Update dependency @sveltejs/kit to v1.0.0-next.433 2022-08-24 15:48:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a30bf5ec04 to 7837030915 2022-08-24 15:48:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.433 to Update dependency @sveltejs/kit to v1.0.0-next.434 2022-08-24 16:05:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7837030915 to fd5582ba9a 2022-08-24 16:05:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.434 to Update dependency @sveltejs/kit to v1.0.0-next.435 2022-08-24 17:03:50 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fd5582ba9a to 3373973d54 2022-08-24 17:03:51 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.435 to Update dependency @sveltejs/kit to v1.0.0-next.436 2022-08-24 20:48:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3373973d54 to 719a1f1be9 2022-08-24 20:48:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.436 to Update dependency @sveltejs/kit to v1.0.0-next.437 2022-08-25 03:05:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 719a1f1be9 to 10edfa2985 2022-08-25 03:05:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.437 to Update dependency @sveltejs/kit to v1.0.0-next.438 2022-08-25 15:19:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 10edfa2985 to 80a325bfd3 2022-08-25 15:19:05 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.438 to Update dependency @sveltejs/kit to v1.0.0-next.439 2022-08-25 16:04:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 80a325bfd3 to 80d3e37fa8 2022-08-25 16:04:28 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.439 to Update dependency @sveltejs/kit to v1.0.0-next.440 2022-08-25 17:49:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 80d3e37fa8 to c2821019d6 2022-08-25 17:49:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.440 to Update dependency @sveltejs/kit to v1.0.0-next.442 2022-08-25 19:50:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c2821019d6 to e24e063c7c 2022-08-25 19:50:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.442 to Update dependency @sveltejs/kit to v1.0.0-next.443 2022-08-26 13:50:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e24e063c7c to 4503de7808 2022-08-26 13:50:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.443 to Update dependency @sveltejs/kit to v1.0.0-next.444 2022-08-27 03:05:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4503de7808 to 0c51401ba5 2022-08-27 03:05:47 +00:00 Compare
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0c51401ba5 to fbc36e0ceb 2022-08-27 18:49:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.444 to Update dependency @sveltejs/kit to v1.0.0-next.445 2022-08-27 18:49:20 +00:00
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.445 to Update dependency @sveltejs/kit to v1.0.0-next.446 2022-08-29 14:49:51 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fbc36e0ceb to c3e3d66d49 2022-08-29 14:49:53 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.446 to Update dependency @sveltejs/kit to v1.0.0-next.447 2022-08-29 16:19:30 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c3e3d66d49 to 4aaca92fd8 2022-08-29 16:19:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.447 to Update dependency @sveltejs/kit to v1.0.0-next.448 2022-08-29 18:33:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4aaca92fd8 to 97acd7d9ee 2022-08-29 18:33:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.448 to Update dependency @sveltejs/kit to v1.0.0-next.449 2022-08-29 21:34:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 97acd7d9ee to f0a8b14ca0 2022-08-29 21:34:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.449 to Update dependency @sveltejs/kit to v1.0.0-next.450 2022-08-29 23:52:57 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f0a8b14ca0 to 8cc6263f6c 2022-08-29 23:52:58 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.450 to Update dependency @sveltejs/kit to v1.0.0-next.451 2022-08-30 01:19:09 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8cc6263f6c to 0c7b4cd992 2022-08-30 01:19:10 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.451 to Update dependency @sveltejs/kit to v1.0.0-next.452 2022-08-30 02:04:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0c7b4cd992 to 3adf928431 2022-08-30 02:04:08 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.452 to Update dependency @sveltejs/kit to v1.0.0-next.453 2022-08-30 02:36:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3adf928431 to d9c18edc96 2022-08-30 02:36:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.453 to Update dependency @sveltejs/kit to v1.0.0-next.454 2022-08-30 03:19:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d9c18edc96 to d9a765e00a 2022-08-30 03:19:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.454 to Update dependency @sveltejs/kit to v1.0.0-next.455 2022-08-30 22:49:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d9a765e00a to af363414ee 2022-08-30 22:49:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.455 to Update dependency @sveltejs/kit to v1.0.0-next.456 2022-08-31 03:34:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from af363414ee to 8381d3042c 2022-08-31 03:34:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.456 to Update dependency @sveltejs/kit to v1.0.0-next.457 2022-08-31 16:33:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8381d3042c to ff76aa098a 2022-08-31 16:33:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.457 to Update dependency @sveltejs/kit to v1.0.0-next.458 2022-08-31 16:48:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ff76aa098a to 63bff66206 2022-08-31 16:48:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.458 to Update dependency @sveltejs/kit to v1.0.0-next.459 2022-08-31 18:35:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 63bff66206 to d61b65f5f2 2022-08-31 18:35:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.459 to Update dependency @sveltejs/kit to v1.0.0-next.460 2022-08-31 23:19:46 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d61b65f5f2 to 0b17cc10fe 2022-08-31 23:19:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.460 to Update dependency @sveltejs/kit to v1.0.0-next.461 2022-09-01 11:49:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0b17cc10fe to a3da8004b7 2022-09-01 11:49:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.461 to Update dependency @sveltejs/kit to v1.0.0-next.462 2022-09-01 19:19:49 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a3da8004b7 to 924128d9a7 2022-09-01 19:19:50 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.462 to Update dependency @sveltejs/kit to v1.0.0-next.463 2022-09-01 19:50:16 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 924128d9a7 to c3a230e760 2022-09-01 19:50:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.463 to Update dependency @sveltejs/kit to v1.0.0-next.464 2022-09-02 22:19:58 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c3a230e760 to 1ec286c7de 2022-09-02 22:20:00 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.464 to Update dependency @sveltejs/kit to v1.0.0-next.465 2022-09-03 11:34:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1ec286c7de to 49ac1ffb4f 2022-09-03 11:34:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.465 to Update dependency @sveltejs/kit to v1.0.0-next.466 2022-09-03 21:49:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 49ac1ffb4f to 4ca8d68deb 2022-09-03 21:49:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.466 to Update dependency @sveltejs/kit to v1.0.0-next.467 2022-09-03 22:09:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4ca8d68deb to db08d4c82a 2022-09-03 22:09:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.467 to Update dependency @sveltejs/kit to v1.0.0-next.468 2022-09-04 01:50:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from db08d4c82a to 96780a59b6 2022-09-04 01:50:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.468 to Update dependency @sveltejs/kit to v1.0.0-next.469 2022-09-04 17:42:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 96780a59b6 to 960db9d8ee 2022-09-04 17:42:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.469 to Update dependency @sveltejs/kit to v1.0.0-next.470 2022-09-05 14:36:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 960db9d8ee to df7e4f49b0 2022-09-05 14:36:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.470 to Update dependency @sveltejs/kit to v1.0.0-next.471 2022-09-05 23:14:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from df7e4f49b0 to 8bbf4d9e36 2022-09-05 23:14:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.471 to Update dependency @sveltejs/kit to v1.0.0-next.472 2022-09-06 12:36:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8bbf4d9e36 to bed6eca2f7 2022-09-06 12:36:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.472 to Update dependency @sveltejs/kit to v1.0.0-next.473 2022-09-06 20:35:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bed6eca2f7 to d8d4d5131f 2022-09-06 20:35:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.473 to Update dependency @sveltejs/kit to v1.0.0-next.474 2022-09-06 22:04:44 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d8d4d5131f to 18adbe95ba 2022-09-06 22:04:44 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.474 to Update dependency @sveltejs/kit to v1.0.0-next.475 2022-09-07 06:24:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 18adbe95ba to 3e246dae28 2022-09-07 06:24:04 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.475 to Update dependency @sveltejs/kit to v1.0.0-next.476 2022-09-07 12:23:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3e246dae28 to 6311b34523 2022-09-07 12:24:02 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.476 to Update dependency @sveltejs/kit to v1.0.0-next.477 2022-09-08 04:34:55 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6311b34523 to 4d811bf559 2022-09-08 04:34:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.477 to Update dependency @sveltejs/kit to v1.0.0-next.478 2022-09-08 22:03:47 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4d811bf559 to 14bfaca1cd 2022-09-08 22:03:48 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.478 to Update dependency @sveltejs/kit to v1.0.0-next.479 2022-09-09 07:03:50 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 14bfaca1cd to 15d99214b3 2022-09-09 07:03:52 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.479 to Update dependency @sveltejs/kit to v1.0.0-next.480 2022-09-09 12:48:50 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 15d99214b3 to b0662be19f 2022-09-09 12:48:51 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.480 to Update dependency @sveltejs/kit to v1.0.0-next.481 2022-09-12 22:48:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b0662be19f to bbac0f76a0 2022-09-12 22:48:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.481 to Update dependency @sveltejs/kit to v1.0.0-next.482 2022-09-14 17:03:59 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bbac0f76a0 to bfc39db3da 2022-09-14 17:04:02 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.482 to Update dependency @sveltejs/kit to v1.0.0-next.483 2022-09-14 22:18:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bfc39db3da to c9703179c9 2022-09-14 22:18:58 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.483 to Update dependency @sveltejs/kit to v1.0.0-next.484 2022-09-16 18:34:51 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c9703179c9 to 9f3e4afe6a 2022-09-16 18:34:53 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.484 to Update dependency @sveltejs/kit to v1.0.0-next.485 2022-09-19 14:20:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9f3e4afe6a to 8f2b858a45 2022-09-19 14:20:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.485 to Update dependency @sveltejs/kit to v1.0.0-next.486 2022-09-19 16:19:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8f2b858a45 to 8bf97af2be 2022-09-19 16:19:04 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.486 to Update dependency @sveltejs/kit to v1.0.0-next.487 2022-09-19 16:49:04 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8bf97af2be to 8fd7e3e266 2022-09-19 16:49:05 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.487 to Update dependency @sveltejs/kit to v1.0.0-next.488 2022-09-19 19:50:02 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8fd7e3e266 to 0d6e67b29b 2022-09-19 19:50:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.488 to Update dependency @sveltejs/kit to v1.0.0-next.489 2022-09-19 21:36:57 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0d6e67b29b to 8c7a9b11e6 2022-09-19 21:36:59 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.489 to Update dependency @sveltejs/kit to v1.0.0-next.490 2022-09-20 14:18:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8c7a9b11e6 to 2176895940 2022-09-20 14:18:58 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.490 to Update dependency @sveltejs/kit to v1.0.0-next.491 2022-09-20 20:33:53 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2176895940 to 3564d11818 2022-09-20 20:33:54 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.491 to Update dependency @sveltejs/kit to v1.0.0-next.492 2022-09-21 17:06:13 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3564d11818 to 7477cb2985 2022-09-21 17:06:14 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.492 to Update dependency @sveltejs/kit to v1.0.0-next.493 2022-09-21 20:48:06 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7477cb2985 to 37421e938a 2022-09-21 20:48:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.493 to Update dependency @sveltejs/kit to v1.0.0-next.494 2022-09-22 13:48:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 37421e938a to c5a6a6cdfb 2022-09-22 13:48:08 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.494 to Update dependency @sveltejs/kit to v1.0.0-next.496 2022-09-22 15:03:10 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c5a6a6cdfb to dffd6648ba 2022-09-22 15:03:11 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.496 to Update dependency @sveltejs/kit to v1.0.0-next.497 2022-09-22 15:33:01 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from dffd6648ba to 61e2c80bad 2022-09-22 15:33:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.497 to Update dependency @sveltejs/kit to v1.0.0-next.498 2022-09-22 17:03:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 61e2c80bad to 439b2815eb 2022-09-22 17:03:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.498 to Update dependency @sveltejs/kit to v1.0.0-next.499 2022-09-22 19:47:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 439b2815eb to 1e4593cf71 2022-09-22 19:47:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.499 to Update dependency @sveltejs/kit to v1.0.0-next.500 2022-09-23 15:32:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1e4593cf71 to 11978075cf 2022-09-23 15:32:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.500 to Update dependency @sveltejs/kit to v1.0.0-next.501 2022-09-23 17:47:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 11978075cf to ebff81e2bf 2022-09-23 17:47:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.501 to Update dependency @sveltejs/kit to v1.0.0-next.502 2022-09-23 20:32:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ebff81e2bf to a984db625b 2022-09-23 20:32:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.502 to Update dependency @sveltejs/kit to v1.0.0-next.503 2022-09-24 15:18:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a984db625b to 4aa18fa538 2022-09-24 15:18:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.503 to Update dependency @sveltejs/kit to v1.0.0-next.504 2022-09-26 15:47:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4aa18fa538 to a8973e1ed5 2022-09-26 15:47:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.504 to Update dependency @sveltejs/kit to v1.0.0-next.505 2022-09-28 22:32:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a8973e1ed5 to c325ec825f 2022-09-28 22:32:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.505 to Update dependency @sveltejs/kit to v1.0.0-next.506 2022-09-30 20:02:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c325ec825f to d61e2cc989 2022-09-30 20:02:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.506 to Update dependency @sveltejs/kit to v1.0.0-next.507 2022-10-01 18:32:14 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d61e2cc989 to fff1931305 2022-10-01 18:32:15 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.507 to Update dependency @sveltejs/kit to v1.0.0-next.508 2022-10-03 22:02:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fff1931305 to 4b1b8183ca 2022-10-03 22:02:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.508 to Update dependency @sveltejs/kit to v1.0.0-next.509 2022-10-04 18:32:19 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4b1b8183ca to c6eac9b780 2022-10-04 18:32:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.509 to Update dependency @sveltejs/kit to v1.0.0-next.510 2022-10-05 14:48:18 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c6eac9b780 to f76bb780f4 2022-10-05 14:48:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.510 to Update dependency @sveltejs/kit to v1.0.0-next.511 2022-10-06 15:32:58 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f76bb780f4 to 83e4ca4a7f 2022-10-06 15:32:58 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.511 to Update dependency @sveltejs/kit to v1.0.0-next.512 2022-10-10 16:32:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 83e4ca4a7f to ede1c2cfe3 2022-10-10 16:32:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.512 to Update dependency @sveltejs/kit to v1.0.0-next.513 2022-10-11 16:02:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ede1c2cfe3 to 4901730705 2022-10-11 16:02:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.513 to Update dependency @sveltejs/kit to v1.0.0-next.514 2022-10-11 23:03:04 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4901730705 to fe63c1b6cb 2022-10-11 23:03:04 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.514 to Update dependency @sveltejs/kit to v1.0.0-next.515 2022-10-12 13:33:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fe63c1b6cb to 1abe5af1e9 2022-10-12 13:33:07 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.515 to Update dependency @sveltejs/kit to v1.0.0-next.516 2022-10-13 16:02:28 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1abe5af1e9 to 24037dc5f1 2022-10-13 16:02:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.516 to Update dependency @sveltejs/kit to v1.0.0-next.517 2022-10-18 16:47:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 24037dc5f1 to 718250f525 2022-10-18 16:47:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.517 to Update dependency @sveltejs/kit to v1.0.0-next.518 2022-10-19 14:17:16 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 718250f525 to fbb7ac8880 2022-10-19 14:17:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.518 to Update dependency @sveltejs/kit to v1.0.0-next.519 2022-10-19 14:32:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fbb7ac8880 to 4ee494d590 2022-10-19 14:32:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.519 to Update dependency @sveltejs/kit to v1.0.0-next.520 2022-10-19 22:02:18 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4ee494d590 to 0657e75114 2022-10-19 22:02:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.520 to Update dependency @sveltejs/kit to v1.0.0-next.521 2022-10-21 16:02:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0657e75114 to e809ab0f37 2022-10-21 16:02:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.521 to Update dependency @sveltejs/kit to v1.0.0-next.522 2022-10-21 16:32:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e809ab0f37 to de0cfdaeeb 2022-10-21 16:32:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.522 to Update dependency @sveltejs/kit to v1.0.0-next.523 2022-10-24 09:32:12 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from de0cfdaeeb to e9bb716535 2022-10-24 09:32:13 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.523 to Update dependency @sveltejs/kit to v1.0.0-next.524 2022-10-24 12:02:13 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e9bb716535 to 5541697926 2022-10-24 12:02:14 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.524 to Update dependency @sveltejs/kit to v1.0.0-next.525 2022-10-24 23:02:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5541697926 to b9c6e8ccec 2022-10-24 23:02:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.525 to Update dependency @sveltejs/kit to v1.0.0-next.526 2022-10-28 04:02:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b9c6e8ccec to a72a3c07ef 2022-10-28 04:02:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.526 to Update dependency @sveltejs/kit to v1.0.0-next.527 2022-10-28 16:17:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a72a3c07ef to 7188d946a2 2022-10-28 16:17:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.527 to Update dependency @sveltejs/kit to v1.0.0-next.528 2022-10-28 18:17:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7188d946a2 to 95bafd6cab 2022-10-28 18:17:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.528 to Update dependency @sveltejs/kit to v1.0.0-next.529 2022-10-31 09:35:13 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 95bafd6cab to 4479c9295d 2022-10-31 09:35:13 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.529 to Update dependency @sveltejs/kit to v1.0.0-next.530 2022-10-31 21:32:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4479c9295d to c6e6063eaa 2022-10-31 21:32:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.530 to Update dependency @sveltejs/kit to v1.0.0-next.531 2022-10-31 21:47:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c6e6063eaa to 315f157e32 2022-10-31 21:47:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.531 to Update dependency @sveltejs/kit to v1.0.0-next.532 2022-11-02 13:32:49 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 315f157e32 to e1a4701adf 2022-11-02 13:32:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.532 to Update dependency @sveltejs/kit to v1.0.0-next.533 2022-11-04 17:17:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e1a4701adf to 032766680b 2022-11-04 17:17:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.533 to Update dependency @sveltejs/kit to v1.0.0-next.534 2022-11-04 19:17:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 032766680b to 4854caf57a 2022-11-04 19:17:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.534 to Update dependency @sveltejs/kit to v1.0.0-next.535 2022-11-04 19:32:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4854caf57a to 2c7693bec4 2022-11-04 19:32:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.535 to Update dependency @sveltejs/kit to v1.0.0-next.536 2022-11-07 14:33:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2c7693bec4 to 3f56446f92 2022-11-07 14:33:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.536 to Update dependency @sveltejs/kit to v1.0.0-next.537 2022-11-07 15:33:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3f56446f92 to 47b404c4e0 2022-11-07 15:33:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.537 to Update dependency @sveltejs/kit to v1.0.0-next.538 2022-11-07 17:23:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 47b404c4e0 to b31e6353b8 2022-11-07 17:23:22 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.538 to Update dependency @sveltejs/kit to v1.0.0-next.539 2022-11-08 16:47:30 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b31e6353b8 to f5f9272873 2022-11-08 16:47:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.539 to Update dependency @sveltejs/kit to v1.0.0-next.540 2022-11-10 16:02:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f5f9272873 to e9bbe386bc 2022-11-10 16:02:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.540 to Update dependency @sveltejs/kit to v1.0.0-next.541 2022-11-10 18:17:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e9bbe386bc to 72a05a8d2f 2022-11-10 18:17:28 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.541 to Update dependency @sveltejs/kit to v1.0.0-next.542 2022-11-10 20:32:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 72a05a8d2f to 37f9aef0be 2022-11-10 20:32:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.542 to Update dependency @sveltejs/kit to v1.0.0-next.543 2022-11-11 15:17:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 37f9aef0be to a7e1810dbe 2022-11-11 15:17:21 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.543 to Update dependency @sveltejs/kit to v1.0.0-next.544 2022-11-12 00:02:21 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a7e1810dbe to 5a57d5372d 2022-11-12 00:02:22 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.544 to Update dependency @sveltejs/kit to v1.0.0-next.545 2022-11-14 16:02:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5a57d5372d to 9c13df0e02 2022-11-14 16:02:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.545 to Update dependency @sveltejs/kit to v1.0.0-next.546 2022-11-15 00:17:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9c13df0e02 to cc8f25860a 2022-11-15 00:17:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.546 to Update dependency @sveltejs/kit to v1.0.0-next.547 2022-11-15 15:48:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from cc8f25860a to 46323d69cc 2022-11-15 15:48:22 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.547 to Update dependency @sveltejs/kit to v1.0.0-next.548 2022-11-15 23:32:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 46323d69cc to 192e3dd1e2 2022-11-15 23:32:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.548 to Update dependency @sveltejs/kit to v1.0.0-next.549 2022-11-16 15:19:54 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 192e3dd1e2 to 4182914cef 2022-11-16 15:19:55 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.549 to Update dependency @sveltejs/kit to v1.0.0-next.550 2022-11-16 17:09:00 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4182914cef to 9fa668ed63 2022-11-16 17:09:00 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.550 to Update dependency @sveltejs/kit to v1.0.0-next.551 2022-11-16 20:14:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9fa668ed63 to df0ee1e3c1 2022-11-16 20:14:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.551 to Update dependency @sveltejs/kit to v1.0.0-next.552 2022-11-19 17:02:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from df0ee1e3c1 to 17dca1ea95 2022-11-19 17:02:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.552 to Update dependency @sveltejs/kit to v1.0.0-next.553 2022-11-19 18:47:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 17dca1ea95 to 9c9df76a11 2022-11-19 18:47:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.553 to Update dependency @sveltejs/kit to v1.0.0-next.554 2022-11-21 16:32:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9c9df76a11 to 9756eef239 2022-11-21 16:32:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.554 to Update dependency @sveltejs/kit to v1.0.0-next.555 2022-11-21 17:47:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9756eef239 to 830c991612 2022-11-21 17:47:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.555 to Update dependency @sveltejs/kit to v1.0.0-next.556 2022-11-21 21:02:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 830c991612 to a87b5f4fd9 2022-11-21 21:02:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.556 to Update dependency @sveltejs/kit to v1.0.0-next.557 2022-11-22 18:02:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a87b5f4fd9 to 904d6e163e 2022-11-22 18:02:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.557 to Update dependency @sveltejs/kit to v1.0.0-next.559 2022-11-23 04:02:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 904d6e163e to f597c85164 2022-11-23 04:02:46 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.559 to Update dependency @sveltejs/kit to v1.0.0-next.560 2022-11-23 14:47:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f597c85164 to 721f6427b0 2022-11-23 14:47:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.560 to Update dependency @sveltejs/kit to v1.0.0-next.561 2022-11-24 20:32:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 721f6427b0 to ce2d69bfb3 2022-11-24 20:32:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.561 to Update dependency @sveltejs/kit to v1.0.0-next.562 2022-11-26 20:32:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ce2d69bfb3 to 5dd62397e3 2022-11-26 20:32:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.562 to Update dependency @sveltejs/kit to v1.0.0-next.563 2022-11-27 18:47:36 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5dd62397e3 to 2868191862 2022-11-27 18:47:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.563 to Update dependency @sveltejs/kit to v1.0.0-next.564 2022-11-28 14:32:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2868191862 to 68ba80ff15 2022-11-28 14:32:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.564 to Update dependency @sveltejs/kit to v1.0.0-next.565 2022-11-28 19:32:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 68ba80ff15 to 113918a62f 2022-11-28 19:32:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.565 to Update dependency @sveltejs/kit to v1.0.0-next.566 2022-11-28 21:02:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 113918a62f to 2475f7a12a 2022-11-28 21:02:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.566 to Update dependency @sveltejs/kit to v1.0.0-next.567 2022-11-28 23:02:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2475f7a12a to e3ad9f667b 2022-11-28 23:02:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.567 to Update dependency @sveltejs/kit to v1.0.0-next.570 2022-11-30 21:32:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e3ad9f667b to 910c5bc251 2022-11-30 21:32:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.570 to Update dependency @sveltejs/kit to v1.0.0-next.571 2022-12-02 17:02:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 910c5bc251 to 0394dee980 2022-12-02 17:02:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.571 to Update dependency @sveltejs/kit to v1.0.0-next.572 2022-12-05 15:50:09 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0394dee980 to 046bc2111c 2022-12-05 15:50:09 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.572 to Update dependency @sveltejs/kit to v1.0.0-next.573 2022-12-08 16:17:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 046bc2111c to b7ca5963c4 2022-12-08 16:17:48 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.573 to Update dependency @sveltejs/kit to v1.0.0-next.574 2022-12-08 19:47:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b7ca5963c4 to 1e209c459f 2022-12-08 19:47:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.574 to Update dependency @sveltejs/kit to v1.0.0-next.575 2022-12-08 21:48:09 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1e209c459f to 5ffee7602d 2022-12-08 21:48:10 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.575 to Update dependency @sveltejs/kit to v1.0.0-next.576 2022-12-09 00:32:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5ffee7602d to f150062484 2022-12-09 00:32:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.576 to Update dependency @sveltejs/kit to v1.0.0-next.577 2022-12-09 01:17:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f150062484 to 5eed7bdedf 2022-12-09 01:17:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.577 to Update dependency @sveltejs/kit to v1.0.0-next.578 2022-12-09 17:32:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5eed7bdedf to 5e764f7873 2022-12-09 17:32:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.578 to Update dependency @sveltejs/kit to v1.0.0-next.579 2022-12-09 18:32:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5e764f7873 to 20265c369b 2022-12-09 18:32:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.579 to Update dependency @sveltejs/kit to v1.0.0-next.580 2022-12-09 21:02:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 20265c369b to caac4437d3 2022-12-09 21:02:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.580 to Update dependency @sveltejs/kit to v1.0.0-next.581 2022-12-09 21:32:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from caac4437d3 to decada91c5 2022-12-09 21:32:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.581 to Update dependency @sveltejs/kit to v1.0.0-next.582 2022-12-10 22:47:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from decada91c5 to 0167dd956c 2022-12-10 22:47:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.582 to Update dependency @sveltejs/kit to v1.0.0-next.583 2022-12-12 12:02:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0167dd956c to 84c363d623 2022-12-12 12:02:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.583 to Update dependency @sveltejs/kit to v1.0.0-next.584 2022-12-12 15:17:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 84c363d623 to b5506cd133 2022-12-12 15:17:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.584 to Update dependency @sveltejs/kit to v1.0.0-next.585 2022-12-13 13:47:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b5506cd133 to ba77cbd830 2022-12-13 13:47:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.585 to Update dependency @sveltejs/kit to v1.0.0-next.586 2022-12-13 15:32:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ba77cbd830 to 51142c700f 2022-12-13 15:32:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.586 to Update dependency @sveltejs/kit to v1.0.0-next.587 2022-12-14 00:02:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 51142c700f to 39852eb455 2022-12-14 00:02:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.587 to Update dependency @sveltejs/kit to v1.0.0-next.588 2022-12-14 14:48:47 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 39852eb455 to 3b1f7d361b 2022-12-14 14:48:48 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.588 to Update dependency @sveltejs/kit to v1.0.0-next.589 2022-12-14 16:17:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3b1f7d361b to ff81d83749 2022-12-14 16:17:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0-next.589 to Update dependency @sveltejs/kit to v1.0.0 2022-12-14 17:17:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ff81d83749 to bc915817cc 2022-12-14 17:17:42 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.0 to Update dependency @sveltejs/kit to v1.0.1 2022-12-16 17:02:49 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from bc915817cc to 7cfc0a4791 2022-12-16 17:02:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.1 to Update dependency @sveltejs/kit to v1.0.2 2023-01-05 16:32:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7cfc0a4791 to 7d3efa5d0d 2023-01-05 16:32:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.2 to Update dependency @sveltejs/kit to v1.0.3 2023-01-05 21:47:30 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7d3efa5d0d to 0d0c71daec 2023-01-05 21:47:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.3 to Update dependency @sveltejs/kit to v1.0.5 2023-01-06 01:03:05 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0d0c71daec to 3a309a33da 2023-01-06 01:03:06 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.5 to Update dependency @sveltejs/kit to v1.0.6 2023-01-06 15:32:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3a309a33da to db2fef1119 2023-01-06 15:32:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.6 to Update dependency @sveltejs/kit to v1.0.7 2023-01-06 16:02:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from db2fef1119 to b444d01ece 2023-01-06 16:02:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.7 to Update dependency @sveltejs/kit to v1.0.8 2023-01-09 17:32:28 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b444d01ece to 50ae98e993 2023-01-09 17:32:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.8 to Update dependency @sveltejs/kit to v1.0.9 2023-01-09 18:32:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 50ae98e993 to 6dc09f6aab 2023-01-09 18:32:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.9 to Update dependency @sveltejs/kit to v1.0.10 2023-01-09 20:17:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6dc09f6aab to eff5146baf 2023-01-09 20:17:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.10 to Update dependency @sveltejs/kit to v1.0.11 2023-01-10 14:17:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from eff5146baf to a53f1a8979 2023-01-10 14:17:28 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.11 to Update dependency @sveltejs/kit to v1.0.12 2023-01-13 09:47:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from a53f1a8979 to 51de026582 2023-01-13 09:47:35 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.12 to Update dependency @sveltejs/kit to v1.0.13 2023-01-13 17:17:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 51de026582 to 4ba8f53e32 2023-01-13 17:17:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.0.13 to Update dependency @sveltejs/kit to v1.1.0 2023-01-13 21:47:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4ba8f53e32 to 3c701f55c1 2023-01-13 21:47:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.1.0 to Update dependency @sveltejs/kit to v1.1.1 2023-01-14 22:49:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3c701f55c1 to c25027a5d0 2023-01-14 22:49:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.1.1 to Update dependency @sveltejs/kit to v1.1.2 2023-01-17 20:47:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c25027a5d0 to b966da9721 2023-01-17 20:47:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.1.2 to Update dependency @sveltejs/kit to v1.1.3 2023-01-17 23:17:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b966da9721 to 22b5517654 2023-01-17 23:17:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.1.3 to Update dependency @sveltejs/kit to v1.1.4 2023-01-19 02:47:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 22b5517654 to c136332d2a 2023-01-19 02:47:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.1.4 to Update dependency @sveltejs/kit to v1.2.0 2023-01-20 01:02:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c136332d2a to f47627fa70 2023-01-20 01:02:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.0 to Update dependency @sveltejs/kit to v1.2.1 2023-01-20 18:02:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f47627fa70 to 16d589a3a4 2023-01-20 18:02:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.1 to Update dependency @sveltejs/kit to v1.2.2 2023-01-20 23:05:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 16d589a3a4 to 599cb5e20a 2023-01-20 23:05:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.2 to Update dependency @sveltejs/kit to v1.2.3 2023-01-23 04:32:36 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 599cb5e20a to 5956831cd4 2023-01-23 04:32:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.3 to Update dependency @sveltejs/kit to v1.2.4 2023-01-23 18:32:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5956831cd4 to fc33c34532 2023-01-23 18:32:40 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.4 to Update dependency @sveltejs/kit to v1.2.5 2023-01-23 20:02:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fc33c34532 to 6de86e9f0c 2023-01-23 20:02:42 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.5 to Update dependency @sveltejs/kit to v1.2.6 2023-01-24 00:02:44 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6de86e9f0c to 3095036480 2023-01-24 00:02:44 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.6 to Update dependency @sveltejs/kit to v1.2.7 2023-01-24 20:02:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3095036480 to f0cf1ebf03 2023-01-24 20:02:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.7 to Update dependency @sveltejs/kit to v1.2.8 2023-01-24 20:17:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f0cf1ebf03 to f6381c41d5 2023-01-24 20:17:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.8 to Update dependency @sveltejs/kit to v1.2.9 2023-01-24 20:47:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f6381c41d5 to d00d2a68eb 2023-01-24 20:47:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.9 to Update dependency @sveltejs/kit to v1.2.10 2023-01-25 21:03:21 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d00d2a68eb to 010557ceb4 2023-01-25 21:03:22 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.2.10 to Update dependency @sveltejs/kit to v1.3.0 2023-01-26 16:02:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 010557ceb4 to e83faeccd5 2023-01-26 16:02:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.0 to Update dependency @sveltejs/kit to v1.3.1 2023-01-26 18:47:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e83faeccd5 to eafded63c9 2023-01-26 18:47:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.1 to Update dependency @sveltejs/kit to v1.3.2 2023-01-27 19:17:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from eafded63c9 to 4912086da1 2023-01-27 19:17:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.2 to Update dependency @sveltejs/kit to v1.3.3 2023-01-29 14:47:37 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4912086da1 to f762b494b6 2023-01-29 14:47:37 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.3 to Update dependency @sveltejs/kit to v1.3.4 2023-01-30 16:47:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f762b494b6 to dda22928ef 2023-01-30 16:47:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.4 to Update dependency @sveltejs/kit to v1.3.5 2023-01-30 17:47:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from dda22928ef to 4c73dc6462 2023-01-30 17:47:46 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.5 to Update dependency @sveltejs/kit to v1.3.6 2023-01-30 22:32:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4c73dc6462 to f7e0d66d78 2023-01-30 22:32:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.6 to Update dependency @sveltejs/kit to v1.3.7 2023-01-31 20:32:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f7e0d66d78 to 92be24b6bb 2023-01-31 20:32:33 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.7 to Update dependency @sveltejs/kit to v1.3.8 2023-02-01 17:17:57 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 92be24b6bb to 16e6b31aa5 2023-02-01 17:17:57 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.8 to Update dependency @sveltejs/kit to v1.3.9 2023-02-01 17:47:46 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 16e6b31aa5 to d825b69970 2023-02-01 17:47:46 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.9 to Update dependency @sveltejs/kit to v1.3.10 2023-02-02 16:47:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d825b69970 to c108c9e1ea 2023-02-02 16:47:44 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.3.10 to Update dependency @sveltejs/kit to v1.4.0 2023-02-06 15:32:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c108c9e1ea to 2faaeaf190 2023-02-06 15:32:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.4.0 to Update dependency @sveltejs/kit to v1.5.0 2023-02-06 16:32:16 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2faaeaf190 to 835e3e874c 2023-02-06 16:32:16 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.0 to Update dependency @sveltejs/kit to v1.5.1 2023-02-08 21:17:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 835e3e874c to 0c84dfef24 2023-02-08 21:17:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.1 to Update dependency @sveltejs/kit to v1.5.2 2023-02-08 23:47:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0c84dfef24 to 4502757266 2023-02-08 23:47:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.2 to Update dependency @sveltejs/kit to v1.5.3 2023-02-09 16:32:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4502757266 to 68904afa0a 2023-02-09 16:32:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.3 to Update dependency @sveltejs/kit to v1.5.5 2023-02-10 18:02:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 68904afa0a to 2da2fb48b0 2023-02-10 18:02:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.5 to Update dependency @sveltejs/kit to v1.5.6 2023-02-12 19:17:18 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2da2fb48b0 to fc9b795eac 2023-02-12 19:17:19 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.6 to Update dependency @sveltejs/kit to v1.5.7 2023-02-14 20:47:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fc9b795eac to 4b01fc9ec7 2023-02-14 20:47:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.5.7 to Update dependency @sveltejs/kit to v1.6.0 2023-02-14 22:17:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4b01fc9ec7 to 1cff917ec0 2023-02-14 22:17:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.6.0 to Update dependency @sveltejs/kit to v1.7.0 2023-02-16 01:32:24 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1cff917ec0 to 780068bb24 2023-02-16 01:32:24 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.7.0 to Update dependency @sveltejs/kit to v1.7.1 2023-02-16 21:02:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 780068bb24 to 7e9a716f35 2023-02-16 21:02:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.7.1 to Update dependency @sveltejs/kit to v1.7.2 2023-02-17 23:47:30 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7e9a716f35 to 2b4a1788ca 2023-02-17 23:47:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.7.2 to Update dependency @sveltejs/kit to v1.8.0 2023-02-20 16:47:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2b4a1788ca to 1e268a5adb 2023-02-20 16:47:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.0 to Update dependency @sveltejs/kit to v1.8.1 2023-02-20 19:47:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1e268a5adb to ab3cf246a5 2023-02-20 19:47:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.1 to Update dependency @sveltejs/kit to v1.8.2 2023-02-20 20:32:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ab3cf246a5 to 824be05a16 2023-02-20 20:32:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.2 to Update dependency @sveltejs/kit to v1.8.3 2023-02-20 22:02:26 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 824be05a16 to 0b4f856d84 2023-02-20 22:02:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.3 to Update dependency @sveltejs/kit to v1.8.4 2023-02-25 02:32:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0b4f856d84 to 8621968b85 2023-02-25 02:32:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.4 to Update dependency @sveltejs/kit to v1.8.5 2023-02-25 15:17:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8621968b85 to 0c054d9581 2023-02-25 15:17:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.5 to Update dependency @sveltejs/kit to v1.8.6 2023-02-27 18:17:25 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0c054d9581 to 78cab09e31 2023-02-27 18:17:26 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.6 to Update dependency @sveltejs/kit to v1.8.7 2023-02-27 22:47:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 78cab09e31 to fa27d87ca9 2023-02-27 22:47:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.7 to Update dependency @sveltejs/kit to v1.8.8 2023-02-28 10:32:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fa27d87ca9 to 68429dd389 2023-02-28 10:32:30 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.8.8 to Update dependency @sveltejs/kit to v1.9.0 2023-02-28 18:17:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 68429dd389 to c07d5e0100 2023-02-28 18:17:46 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.9.0 to Update dependency @sveltejs/kit to v1.9.1 2023-02-28 20:17:49 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c07d5e0100 to 3cadf7544d 2023-02-28 20:17:50 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.9.1 to Update dependency @sveltejs/kit to v1.9.2 2023-03-01 13:02:50 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3cadf7544d to 4ca8d92f9b 2023-03-01 13:02:51 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.9.2 to Update dependency @sveltejs/kit to v1.9.3 2023-03-02 15:17:48 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4ca8d92f9b to 7b9fc434b1 2023-03-02 15:17:48 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.9.3 to Update dependency @sveltejs/kit to v1.10.0 2023-03-03 20:32:53 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7b9fc434b1 to 07d0a06971 2023-03-03 20:32:53 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.10.0 to Update dependency @sveltejs/kit to v1.11.0 2023-03-08 18:32:54 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 07d0a06971 to 73fcf5ba85 2023-03-08 18:32:55 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.11.0 to Update dependency @sveltejs/kit to v1.12.0 2023-03-16 19:03:01 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 73fcf5ba85 to 3960a2891e 2023-03-16 19:03:01 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.12.0 to Update dependency @sveltejs/kit to v1.13.0 2023-03-20 19:02:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3960a2891e to 31bb1bdbfe 2023-03-20 19:02:36 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.13.0 to Update dependency @sveltejs/kit to v1.14.0 2023-03-24 18:47:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 31bb1bdbfe to 2b68d09d87 2023-03-24 18:47:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.14.0 to Update dependency @sveltejs/kit to v1.15.0 2023-03-30 20:47:41 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 2b68d09d87 to adea0b0ca2 2023-03-30 20:47:42 +00:00 Compare
odit_renovate force-pushed renovate/sveltejs-kit-1.x from adea0b0ca2 to f4496d5e1e 2023-04-04 18:04:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.0 to Update dependency @sveltejs/kit to v1.15.1 2023-04-04 18:04:45 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f4496d5e1e to 09c71ab18e 2023-04-06 16:34:03 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.1 to Update dependency @sveltejs/kit to v1.15.2 2023-04-06 16:34:16 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 09c71ab18e to 97d9db0112 2023-04-11 13:19:39 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.2 to Update dependency @sveltejs/kit to v1.15.3 2023-04-11 13:19:53 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 97d9db0112 to d97f3a497b 2023-04-11 14:36:15 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.3 to Update dependency @sveltejs/kit to v1.15.4 2023-04-11 14:36:29 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from d97f3a497b to 3cfa3a3660 2023-04-13 10:04:51 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.4 to Update dependency @sveltejs/kit to v1.15.5 2023-04-13 10:05:04 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3cfa3a3660 to 49dc050970 2023-04-17 17:49:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.5 to Update dependency @sveltejs/kit to v1.15.6 2023-04-17 17:49:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 49dc050970 to f005e02e26 2023-04-17 23:04:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.6 to Update dependency @sveltejs/kit to v1.15.7 2023-04-17 23:04:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f005e02e26 to 69dbe9b1b5 2023-04-24 18:19:14 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.7 to Update dependency @sveltejs/kit to v1.15.8 2023-04-24 18:19:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 69dbe9b1b5 to 5d557b51ee 2023-04-26 18:19:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.8 to Update dependency @sveltejs/kit to v1.15.9 2023-04-26 18:19:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5d557b51ee to fde4fa6224 2023-05-02 13:49:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.9 to Update dependency @sveltejs/kit to v1.15.10 2023-05-02 13:49:33 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from fde4fa6224 to 658a43cbfa 2023-05-04 03:34:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.10 to Update dependency @sveltejs/kit to v1.15.11 2023-05-04 03:34:47 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 658a43cbfa to 1d4e00626e 2023-05-04 12:19:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.15.11 to Update dependency @sveltejs/kit to v1.16.0 2023-05-04 12:19:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1d4e00626e to 330753f6d5 2023-05-05 11:49:17 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.16.0 to Update dependency @sveltejs/kit to v1.16.1 2023-05-05 11:49:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 330753f6d5 to e16db0123f 2023-05-05 17:19:20 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.16.1 to Update dependency @sveltejs/kit to v1.16.2 2023-05-05 17:19:34 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e16db0123f to 6be5a3a04b 2023-05-09 15:19:44 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.16.2 to Update dependency @sveltejs/kit to v1.16.3 2023-05-09 15:19:58 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6be5a3a04b to 905ac7e0c2 2023-05-17 13:38:23 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.16.3 to Update dependency @sveltejs/kit to v1.17.0 2023-05-17 13:38:38 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 905ac7e0c2 to 591f1f2d2c 2023-05-17 18:50:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.17.0 to Update dependency @sveltejs/kit to v1.17.1 2023-05-17 18:50:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 591f1f2d2c to daabe4ae6b 2023-05-17 19:05:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.17.1 to Update dependency @sveltejs/kit to v1.18.0 2023-05-17 19:05:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from daabe4ae6b to ebd7dca396 2023-05-26 01:20:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.18.0 to Update dependency @sveltejs/kit to v1.19.0 2023-05-26 01:20:43 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from ebd7dca396 to dee3d3a6be 2023-05-28 15:05:25 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.19.0 to Update dependency @sveltejs/kit to v1.20.0 2023-05-28 15:05:40 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from dee3d3a6be to 0369422ba9 2023-06-01 22:35:41 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.0 to Update dependency @sveltejs/kit to v1.20.1 2023-06-01 22:35:57 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 0369422ba9 to e0c8df7d82 2023-06-06 17:37:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.1 to Update dependency @sveltejs/kit to v1.20.2 2023-06-06 17:38:00 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e0c8df7d82 to 335a0775f3 2023-06-16 17:51:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.2 to Update dependency @sveltejs/kit to v1.20.3 2023-06-16 17:51:46 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 335a0775f3 to c50418ebd8 2023-06-16 19:20:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.3 to Update dependency @sveltejs/kit to v1.20.4 2023-06-16 19:21:03 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from c50418ebd8 to 4a24a92a5f 2023-06-23 09:35:55 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.4 to Update dependency @sveltejs/kit to v1.20.5 2023-06-23 09:36:10 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4a24a92a5f to b78c7a7712 2023-06-28 22:05:56 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.20.5 to Update dependency @sveltejs/kit to v1.21.0 2023-06-28 22:06:11 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from b78c7a7712 to 153ed8d07a 2023-07-05 09:05:56 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.21.0 to Update dependency @sveltejs/kit to v1.22.0 2023-07-05 09:06:11 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 153ed8d07a to 025b7c10a5 2023-07-06 16:06:29 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.22.0 to Update dependency @sveltejs/kit to v1.22.1 2023-07-06 16:06:44 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 025b7c10a5 to 975bf50dde 2023-07-11 15:52:34 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.22.1 to Update dependency @sveltejs/kit to v1.22.2 2023-07-11 15:52:49 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 975bf50dde to f5176a064f 2023-07-12 15:07:54 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.22.2 to Update dependency @sveltejs/kit to v1.22.3 2023-07-12 15:08:09 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f5176a064f to 4b3b003240 2023-08-14 14:57:18 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.22.3 to Update dependency @sveltejs/kit to v1.22.6 2023-08-14 14:58:12 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4b3b003240 to 64d2f76c21 2023-08-23 15:56:47 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.22.6 to Update dependency @sveltejs/kit to v1.23.0 2023-08-23 15:57:42 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 64d2f76c21 to 70d8e07009 2023-09-01 12:00:27 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.23.0 to Update dependency @sveltejs/kit to v1.24.0 2023-09-01 12:01:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 70d8e07009 to 4af89edad7 2023-09-04 12:07:31 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.24.0 to Update dependency @sveltejs/kit to v1.24.1 2023-09-04 12:08:20 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 4af89edad7 to 999659ad1f 2023-09-12 23:07:45 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.24.1 to Update dependency @sveltejs/kit to v1.25.0 2023-09-12 23:08:35 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 999659ad1f to 8e54cdff01 2023-09-24 21:37:49 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.25.0 to Update dependency @sveltejs/kit to v1.25.1 2023-09-24 21:38:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8e54cdff01 to 5683d2e92c 2023-10-09 21:36:59 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.25.1 to Update dependency @sveltejs/kit to v1.25.2 2023-10-09 21:37:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5683d2e92c to 6f458d0df0 2023-10-18 16:07:38 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.25.2 to Update dependency @sveltejs/kit to v1.26.0 2023-10-18 16:07:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6f458d0df0 to e3f239f476 2023-10-23 16:07:42 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.26.0 to Update dependency @sveltejs/kit to v1.27.0 2023-10-23 16:07:50 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from e3f239f476 to 3e01f30d06 2023-10-25 17:40:43 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.27.0 to Update dependency @sveltejs/kit to v1.27.1 2023-10-25 17:40:58 +00:00
Author
Owner

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.14.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/release-it/-/release-it-15.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/svelte/-/svelte-3.47.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.29.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/axios/-/axios-0.27.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@sveltejs%2Fkit error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.14.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/release-it/-/release-it-15.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/svelte/-/svelte-3.47.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.29.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/axios/-/axios-0.27.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@sveltejs%2Fkit error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: pnpm-lock.yaml ```  WARN  The "store" setting has been renamed to "store-dir". Please use the new name.  WARN  GET https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.14.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/release-it/-/release-it-15.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/svelte/-/svelte-3.47.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.29.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/axios/-/axios-0.27.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/@sveltejs%2Fkit error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.  WARN  GET https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.14.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-2.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/release-it/-/release-it-15.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/svelte/-/svelte-3.47.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.29.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/axios/-/axios-0.27.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/@sveltejs%2Fkit error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.  WARN  GET https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left. undefined  ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams ```
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3e01f30d06 to 31d05813c6 2023-10-28 16:39:40 +00:00 Compare
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 31d05813c6 to 9f841b8fc5 2023-10-30 09:20:51 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.27.1 to Update dependency @sveltejs/kit to v1.27.2 2023-10-30 09:21:00 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 9f841b8fc5 to 07b892517e 2023-11-03 16:41:32 +00:00 Compare
odit_renovate changed title from Update dependency @sveltejs/kit to v1.27.2 to Update dependency @sveltejs/kit to v1.27.3 2023-11-03 16:41:41 +00:00
niggl added 2 commits 2023-11-04 15:45:42 +00:00
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/sveltejs-kit-1.x main
git pull origin renovate/sveltejs-kit-1.x

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/sveltejs-kit-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky-dashboard#14
No description provided.