This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@sveltejs/kit](https://kit.svelte.dev) ([source](https://github.com/sveltejs/kit)) | devDependencies | patch | [`1.0.0-next.147` -> `1.0.0-next.324`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.0.0-next.147/1.0.0-next.324) |
---
### Release Notes
<details>
<summary>sveltejs/kit</summary>
### [`v1.0.0-next.324`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next324)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.323...@sveltejs/kit@1.0.0-next.324)
##### Patch Changes
- Throw errors on encountering named layout in directory ([#​4756](https://github.com/sveltejs/kit/pull/4756))
### [`v1.0.0-next.323`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next323)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.322...@sveltejs/kit@1.0.0-next.323)
##### Patch Changes
- Default to target: node14.8, so that top-level await is supported in user code ([#​4742](https://github.com/sveltejs/kit/pull/4742))
<!---->
- Only complain about missing $lib paths in tsconfig if src/lib exists ([#​4735](https://github.com/sveltejs/kit/pull/4735))
<!---->
- Include all assets in `$service-worker` build, not just CSS ([#​4744](https://github.com/sveltejs/kit/pull/4744))
### [`v1.0.0-next.322`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next322)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.321...@sveltejs/kit@1.0.0-next.322)
##### Patch Changes
- Copy dotfiles from .svelte-kit/output ([#​4725](https://github.com/sveltejs/kit/pull/4725))
<!---->
- \[breaking] Ignore `trailingSlash` for endpoint requests, apply `trailingSlash` to pages consistently ([#​4699](https://github.com/sveltejs/kit/pull/4699))
### [`v1.0.0-next.321`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next321)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.320...@sveltejs/kit@1.0.0-next.321)
##### Patch Changes
- Tweak error message for non-validating base paths ([#​4713](https://github.com/sveltejs/kit/pull/4713))
<!---->
- \[breaking] Supplying an empty `--host` option to `preview` exposes the server to both ipv4 and ipv6 networks ([#​4729](https://github.com/sveltejs/kit/pull/4729))
<!---->
- throw error on encountering infinite layout loop ([#​4730](https://github.com/sveltejs/kit/pull/4730))
### [`v1.0.0-next.320`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next320)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.319...@sveltejs/kit@1.0.0-next.320)
##### Patch Changes
- \[breaking] Replace `maxage` with `cache` in `LoadOutput` ([#​4690](https://github.com/sveltejs/kit/pull/4690))
### [`v1.0.0-next.319`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next319)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.318...@sveltejs/kit@1.0.0-next.319)
##### Patch Changes
- Add --watch flag to svelte-kit package ([#​4658](https://github.com/sveltejs/kit/pull/4658))
### [`v1.0.0-next.318`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next318)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.317...@sveltejs/kit@1.0.0-next.318)
##### Patch Changes
- fix broken AdapterEntry type ([#​4674](https://github.com/sveltejs/kit/pull/4674))
### [`v1.0.0-next.317`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next317)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.316...@sveltejs/kit@1.0.0-next.317)
##### Patch Changes
- Navigation to current URL is no longer a no-op ([#​4664](https://github.com/sveltejs/kit/pull/4664))
<!---->
- builder.createEntries returns a promise that awaits complete() callbacks ([#​4663](https://github.com/sveltejs/kit/pull/4663))
<!---->
- navigation store resets to null after aborted nav ([#​4664](https://github.com/sveltejs/kit/pull/4664))
### [`v1.0.0-next.316`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next316)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.315...@sveltejs/kit@1.0.0-next.316)
##### Patch Changes
- `invalidate` with `predicate` function ([#​4636](https://github.com/sveltejs/kit/pull/4636))
### [`v1.0.0-next.315`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next315)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.314...@sveltejs/kit@1.0.0-next.315)
##### Patch Changes
- Apply set-cookie headers from page dependencies ([#​4588](https://github.com/sveltejs/kit/pull/4588))
<!---->
- Include disallowed method name in 405 response, include Allow header ([#​4614](https://github.com/sveltejs/kit/pull/4614))
<!---->
- apply updated `props.page` when update or goto page ([#​4392](https://github.com/sveltejs/kit/pull/4392))
<!---->
- rename `data-svelte` attribute to `data-sveltekit` ([#​4641](https://github.com/sveltejs/kit/pull/4641))
### [`v1.0.0-next.314`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next314)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.312...@sveltejs/kit@1.0.0-next.314)
##### Patch Changes
- Custom `load` `dependencies` in `LoadOutput` ([#​4536](https://github.com/sveltejs/kit/pull/4536))
<!---->
- Made LoadInput and LoadOutput types public, merged ErrorLoad and Load declarations ([#​4515](https://github.com/sveltejs/kit/pull/4515))
### [`v1.0.0-next.312`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next312)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.311...@sveltejs/kit@1.0.0-next.312)
##### Patch Changes
- Only render fallback when prerendering is enabled ([#​4604](https://github.com/sveltejs/kit/pull/4604))
### [`v1.0.0-next.311`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next311)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.310...@sveltejs/kit@1.0.0-next.311)
##### Patch Changes
- Skip client-side navigation for links with sveltekit:reload ([#​4545](https://github.com/sveltejs/kit/pull/4545))
<!---->
- \[breaking] Skip prerendering for rel="external" links ([#​4545](https://github.com/sveltejs/kit/pull/4545))
### [`v1.0.0-next.310`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next310)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.309...@sveltejs/kit@1.0.0-next.310)
##### Patch Changes
- Remove credentials when creating request object in server-side fetch ([#​4548](https://github.com/sveltejs/kit/pull/4548))
### [`v1.0.0-next.309`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next309)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.308...@sveltejs/kit@1.0.0-next.309)
##### Patch Changes
- Fix session store subscription tracking during SSR ([#​4550](https://github.com/sveltejs/kit/pull/4550))
### [`v1.0.0-next.308`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next308)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.307...@sveltejs/kit@1.0.0-next.308)
##### Patch Changes
- Remove `static` directory from Vite's control ([#​4535](https://github.com/sveltejs/kit/pull/4535))
### [`v1.0.0-next.307`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next307)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.306...@sveltejs/kit@1.0.0-next.307)
##### Patch Changes
- Allow index files to use named layouts ([#​4527](https://github.com/sveltejs/kit/pull/4527))
<!---->
- Respect ssr option when rendering 404 page ([#​4513](https://github.com/sveltejs/kit/pull/4513))
<!---->
- Remove unimplemented option from CLI ([#​4507](https://github.com/sveltejs/kit/pull/4507))
<!---->
- Move MaybePromise from RequestHandlerOutput to RequestHandler return value ([#​4519](https://github.com/sveltejs/kit/pull/4519))
### [`v1.0.0-next.306`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next306)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.305...@sveltejs/kit@1.0.0-next.306)
##### Patch Changes
- Hint if `paths.base` is missing in dev ([#​4510](https://github.com/sveltejs/kit/pull/4510))
<!---->
- Respect `paths.base` when using `--open` ([#​4510](https://github.com/sveltejs/kit/pull/4510))
<!---->
- \[breaking] Add named layouts, remove `__layout.reset` ([#​4388](https://github.com/sveltejs/kit/pull/4388))
### [`v1.0.0-next.305`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next305)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.304...@sveltejs/kit@1.0.0-next.305)
##### Patch Changes
- Generate correct types for routes with parameter matchers ([#​4472](https://github.com/sveltejs/kit/pull/4472))
### [`v1.0.0-next.304`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next304)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.303...@sveltejs/kit@1.0.0-next.304)
##### Patch Changes
- Upgrade to Vite 2.9 ([#​4468](https://github.com/sveltejs/kit/pull/4468))
<!---->
- allow files and directories named `__tests__` and `__test__` in the routes directory ([#​4438](https://github.com/sveltejs/kit/pull/4438))
<!---->
- Create fallback page when prerendering is disabled ([#​4443](https://github.com/sveltejs/kit/pull/4443))
### [`v1.0.0-next.303`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next303)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.302...@sveltejs/kit@1.0.0-next.303)
##### Patch Changes
- \[fix] don't use client-side navigation when clicking on a link to the same path on a different origin ([#​4433](https://github.com/sveltejs/kit/pull/4433))
### [`v1.0.0-next.302`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next302)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.301...@sveltejs/kit@1.0.0-next.302)
##### Patch Changes
- \[fix] don't redirect to external URLs when normalizing paths ([#​4414](https://github.com/sveltejs/kit/pull/4414))
<!---->
- Fix error link for fallthrough replacement ([#​4408](https://github.com/sveltejs/kit/pull/4408))
### [`v1.0.0-next.301`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next301)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.300...@sveltejs/kit@1.0.0-next.301)
##### Patch Changes
- Skip svelte-kit sync if no config file exists yet ([#​4372](https://github.com/sveltejs/kit/pull/4372))
### [`v1.0.0-next.300`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next300)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.299...@sveltejs/kit@1.0.0-next.300)
##### Patch Changes
- \[fix] correctly populate `event.url.host` in dev mode when using `--https` ([#​4364](https://github.com/sveltejs/kit/pull/4364))
<!---->
- fix rest param type generation ([#​4361](https://github.com/sveltejs/kit/pull/4361))
<!---->
- \[breaking] Rename validators to matchers ([#​4358](https://github.com/sveltejs/kit/pull/4358))
### [`v1.0.0-next.299`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next299)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.298...@sveltejs/kit@1.0.0-next.299)
##### Patch Changes
- Populate fallback page when trailingSlash is "always" ([#​4351](https://github.com/sveltejs/kit/pull/4351))
<!---->
- Expose `event.routeId` and `page.routeId` ([#​4345](https://github.com/sveltejs/kit/pull/4345))
<!---->
- \[breaking] remove fallthrough routes ([#​4330](https://github.com/sveltejs/kit/pull/4330))
<!---->
- Add param validators ([#​4334](https://github.com/sveltejs/kit/pull/4334))
<!---->
- \[breaking] disallow $ character in dynamic parameters ([#​4334](https://github.com/sveltejs/kit/pull/4334))
<!---->
- Populate event.params before calling handle ([#​4344](https://github.com/sveltejs/kit/pull/4344))
### [`v1.0.0-next.298`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next298)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.297...@sveltejs/kit@1.0.0-next.298)
##### Patch Changes
- fix: correctly detect removal of route ([#​4333](https://github.com/sveltejs/kit/pull/4333))
### [`v1.0.0-next.297`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next297)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.296...@sveltejs/kit@1.0.0-next.297)
##### Patch Changes
- \[breaking] allow `InputProps` and `OutputProps` to be typed separately in generated `Load` ([#​4305](https://github.com/sveltejs/kit/pull/4305))
<!---->
- allow `Output` to be typed in generated `RequestHandler` ([#​4305](https://github.com/sveltejs/kit/pull/4305))
<!---->
- \[breaking] require adapters to supply a getClientAddress function ([#​4289](https://github.com/sveltejs/kit/pull/4289))
<!---->
- Allow page endpoint without GET handler ([#​4318](https://github.com/sveltejs/kit/pull/4318))
<!---->
- Return 404 when fetching missing data during prerender ([#​4324](https://github.com/sveltejs/kit/pull/4324))
<!---->
- expose client IP address as event.clientAddress ([#​4289](https://github.com/sveltejs/kit/pull/4289))
### [`v1.0.0-next.296`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next296)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.295...@sveltejs/kit@1.0.0-next.296)
##### Patch Changes
- Allow adapter.adapt to be synchronous ([#​4299](https://github.com/sveltejs/kit/pull/4299))
<!---->
- Make `manifest.mimeTypes` part of the public API ([#​4302](https://github.com/sveltejs/kit/pull/4302))
<!---->
- load hooks after server initialisation, to ensure `prerendering` is correct ([#​4322](https://github.com/sveltejs/kit/pull/4322))
### [`v1.0.0-next.295`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next295)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.294...@sveltejs/kit@1.0.0-next.295)
##### Patch Changes
- fix error message for invalid request object ([#​4277](https://github.com/sveltejs/kit/pull/4277))
<!---->
- Handle explicit redirects from endpoints ([#​4260](https://github.com/sveltejs/kit/pull/4260))
<!---->
- Allow routes with the same name as fallback components ([#​4284](https://github.com/sveltejs/kit/pull/4284))
### [`v1.0.0-next.294`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next294)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.293...@sveltejs/kit@1.0.0-next.294)
##### Patch Changes
- \[breaking] Replace timestamp in $service-worker with version ([#​4213](https://github.com/sveltejs/kit/pull/4213))
<!---->
- Remove declared `$lib` module ([#​4227](https://github.com/sveltejs/kit/pull/4227))
### [`v1.0.0-next.293`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next293)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.292...@sveltejs/kit@1.0.0-next.293)
##### Patch Changes
- Expose Server and SSRManifest as public types ([#​4220](https://github.com/sveltejs/kit/pull/4220))
<!---->
- fetch `version.json` relative to `paths.assets`, if set ([#​4234](https://github.com/sveltejs/kit/pull/4234))
### [`v1.0.0-next.292`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next292)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.291...@sveltejs/kit@1.0.0-next.292)
##### Patch Changes
- Prevent Vite from copying static assets if directory is called "public" ([#​4214](https://github.com/sveltejs/kit/pull/4214))
<!---->
- Add sync CLI command ([#​4182](https://github.com/sveltejs/kit/pull/4182))
<!---->
- \[breaking] expose entire config to adapters, rather than just appDir and trailingSlash ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- \[breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- \[breaking] prerender pages during build, regardless of adapter ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- Add config.kit.prerender.default option ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- Ensure props are loaded from matching endpoint during client-side navigation ([#​4203](https://github.com/sveltejs/kit/pull/4203))
<!---->
- Use prerendered pages in svelte-kit preview ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- Upgrade to TypeScript 4.6 ([#​4190](https://github.com/sveltejs/kit/pull/4190))
<!---->
- Fix `svelte-kit preview` ([#​4207](https://github.com/sveltejs/kit/pull/4207))
<!---->
- Make prerendered paths available to service workers ([#​4192](https://github.com/sveltejs/kit/pull/4192))
<!---->
- Update history immediately before updating DOM ([#​4191](https://github.com/sveltejs/kit/pull/4191))
<!---->
- Add config.kit.endpointExtensions option ([#​4197](https://github.com/sveltejs/kit/pull/4197))
### [`v1.0.0-next.291`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next291)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.290...@sveltejs/kit@1.0.0-next.291)
##### Patch Changes
- Focus on `body` instead of `html` on navigation due to issues on Firefox ([#​4184](https://github.com/sveltejs/kit/pull/4184))
### [`v1.0.0-next.290`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next290)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.289...@sveltejs/kit@1.0.0-next.290)
##### Patch Changes
- Add config.kit.outDir ([#​4176](https://github.com/sveltejs/kit/pull/4176))
<!---->
- \[breaking] allow `InputProps` and `OutputProps` to be typed separately in `Load` ([#​4160](https://github.com/sveltejs/kit/pull/4160))
### [`v1.0.0-next.289`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next289)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.288...@sveltejs/kit@1.0.0-next.289)
##### Patch Changes
- Only fall back to full page reload if pathname has changed ([#​4116](https://github.com/sveltejs/kit/pull/4116))
<!---->
- Generate types for each page/endpoint ([#​4120](https://github.com/sveltejs/kit/pull/4120))
<!---->
- Extend user tsconfig from generated .svelte-kit/tsconfig.json ([#​4118](https://github.com/sveltejs/kit/pull/4118))
### [`v1.0.0-next.288`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next288)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.287...@sveltejs/kit@1.0.0-next.288)
##### Patch Changes
- Fix XSS vulnerability on SSR pages with fetched data on `load()` ([#​4128](https://github.com/sveltejs/kit/pull/4128))
<!---->
- \[breaking] `tabindex="-1"` is no longer added to `<body>`; `<html>` only briefly receives it during navigation ([#​4140](https://github.com/sveltejs/kit/pull/4140))
<!---->
- `RequestHandlerOutput` accepts body when it has or maybe is `undefined` ([#​4152](https://github.com/sveltejs/kit/pull/4152))
### [`v1.0.0-next.287`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next287)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.286...@sveltejs/kit@1.0.0-next.287)
##### Patch Changes
- \[breaking] Rename `__fetch_polyfill` to `installFetch`, remove fetch exports ([#​4111](https://github.com/sveltejs/kit/pull/4111))
### [`v1.0.0-next.286`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next286)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.285...@sveltejs/kit@1.0.0-next.286)
##### Patch Changes
- Prevent double-fixing of error stack traces in dev mode ([#​4041](https://github.com/sveltejs/kit/pull/4041))
<!---->
- Expose Navigation type ([#​4076](https://github.com/sveltejs/kit/pull/4076))
<!---->
- add new `Page` type ([#​4076](https://github.com/sveltejs/kit/pull/4076))
<!---->
- \[breaking] separate public from private-but-documented types ([#​4104](https://github.com/sveltejs/kit/pull/4104))
### [`v1.0.0-next.285`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next285)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.284...@sveltejs/kit@1.0.0-next.285)
##### Patch Changes
- \[breaking] referer header sent by fetch in load matches page's referer header, not the page itself ([#​4070](https://github.com/sveltejs/kit/pull/4070))
<!---->
- \[breaking] remove sveltekit:navigation-{start,end} events ([#​4070](https://github.com/sveltejs/kit/pull/4070))
<!---->
- \[breaking] defer pushState until navigation occurs ([#​4070](https://github.com/sveltejs/kit/pull/4070))
### [`v1.0.0-next.284`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next284)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.283...@sveltejs/kit@1.0.0-next.284)
##### Patch Changes
- Disable meta http-equiv tags for static amp configuration ([#​4073](https://github.com/sveltejs/kit/pull/4073))
<!---->
- Ignore click event if url does not have origin (e.g. `mailto:`, `tel:`) ([#​4072](https://github.com/sveltejs/kit/pull/4072))
### [`v1.0.0-next.283`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next283)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.282...@sveltejs/kit@1.0.0-next.283)
##### Patch Changes
- create `__data.json` for pathnames with trailing slashes, including `/` ([#​4066](https://github.com/sveltejs/kit/pull/4066))
### [`v1.0.0-next.282`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next282)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.281...@sveltejs/kit@1.0.0-next.282)
##### Patch Changes
- \[fix] remove private methods to make Safari 14.1 work ([#​4054](https://github.com/sveltejs/kit/pull/4054))
### [`v1.0.0-next.281`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next281)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.280...@sveltejs/kit@1.0.0-next.281)
##### Patch Changes
- Allow the `transformPage` resolve option to return a promise ([#​4036](https://github.com/sveltejs/kit/pull/4036))
### [`v1.0.0-next.280`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next280)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.279...@sveltejs/kit@1.0.0-next.280)
##### Patch Changes
- \[breaking] rename `app.render` to `server.respond` ([#​4034](https://github.com/sveltejs/kit/pull/4034))
<!---->
- \[breaking] allow providing `Params` type argument for `RequestHandler` ([#​3989](https://github.com/sveltejs/kit/pull/3989))
### [`v1.0.0-next.279`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next279)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.278...@sveltejs/kit@1.0.0-next.279)
##### Patch Changes
- Fix escaped html attributes ([#​4015](https://github.com/sveltejs/kit/pull/4015))
### [`v1.0.0-next.278`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next278)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.277...@sveltejs/kit@1.0.0-next.278)
##### Patch Changes
- \[breaking] Crawl rel="external" links when prerendering ([#​3826](https://github.com/sveltejs/kit/pull/3826))
### [`v1.0.0-next.277`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next277)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.276...@sveltejs/kit@1.0.0-next.277)
##### Patch Changes
- Fall back to full page reload if link href does not match route manifest ([#​3969](https://github.com/sveltejs/kit/pull/3969))
<!---->
- Update page store without rerunning load when hash changes ([#​3975](https://github.com/sveltejs/kit/pull/3975))
### [`v1.0.0-next.276`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next276)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.275...@sveltejs/kit@1.0.0-next.276)
##### Patch Changes
- Track scroll position without scroll listener, and recover on reload ([#​3938](https://github.com/sveltejs/kit/pull/3938))
### [`v1.0.0-next.275`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next275)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.274...@sveltejs/kit@1.0.0-next.275)
##### Patch Changes
- Invalidate shadow endpoint data when URL changes ([#​3925](https://github.com/sveltejs/kit/pull/3925))
### [`v1.0.0-next.274`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next274)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.273...@sveltejs/kit@1.0.0-next.274)
##### Patch Changes
- Set `$page.url` to current URL in browser ([#​3942](https://github.com/sveltejs/kit/pull/3942))
### [`v1.0.0-next.273`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next273)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.272...@sveltejs/kit@1.0.0-next.273)
##### Patch Changes
- Correctly identify readable node streams ([#​3941](https://github.com/sveltejs/kit/pull/3941))
<!---->
- remove 'Shadow' from error message ([#​3943](https://github.com/sveltejs/kit/pull/3943))
### [`v1.0.0-next.272`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next272)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.271...@sveltejs/kit@1.0.0-next.272)
##### Patch Changes
- Make shadow endpoint `event.url` consistent between server and client navigation ([#​3780](https://github.com/sveltejs/kit/pull/3780))
<!---->
- Prevent duplicated history when navigating via hash link ([#​3931](https://github.com/sveltejs/kit/pull/3931))
### [`v1.0.0-next.271`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next271)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.270...@sveltejs/kit@1.0.0-next.271)
##### Patch Changes
- Add `transformPage` option to `resolve` ([#​3914](https://github.com/sveltejs/kit/pull/3914))
### [`v1.0.0-next.270`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next270)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.269...@sveltejs/kit@1.0.0-next.270)
##### Patch Changes
- handle HEAD requests in endpoints ([#​3903](https://github.com/sveltejs/kit/pull/3903))
<!---->
- Use shadow endpoint without defining a `get` endpoint ([#​3816](https://github.com/sveltejs/kit/pull/3816))
### [`v1.0.0-next.269`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next269)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.268...@sveltejs/kit@1.0.0-next.269)
##### Patch Changes
- Ensure handleError hook is called for shadow endpoint errors ([#​3879](https://github.com/sveltejs/kit/pull/3879))
### [`v1.0.0-next.268`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next268)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.267...@sveltejs/kit@1.0.0-next.268)
##### Patch Changes
- refactor: use one escape function for json in html script body instead of two slightly different ([#​3804](https://github.com/sveltejs/kit/pull/3804))
### [`v1.0.0-next.267`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next267)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.266...@sveltejs/kit@1.0.0-next.267)
##### Patch Changes
- Set cookies when redirecting from shadow endpoint ([#​3874](https://github.com/sveltejs/kit/pull/3874))
### [`v1.0.0-next.266`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next266)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.265...@sveltejs/kit@1.0.0-next.266)
##### Patch Changes
- fix casing of `.DS_Store` in the default config for `serviceWorker` ([#​3823](https://github.com/sveltejs/kit/pull/3823))
<!---->
- \[fix] avoid mutating response `Headers` ([#​3829](https://github.com/sveltejs/kit/pull/3829))
### [`v1.0.0-next.265`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next265)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.264...@sveltejs/kit@1.0.0-next.265)
##### Patch Changes
- \[breaking] remove `createIndexFiles` option, derive from `trailingSlash` instead ([#​3801](https://github.com/sveltejs/kit/pull/3801))
<!---->
- Pass trailingSlash config to adapters ([#​3820](https://github.com/sveltejs/kit/pull/3820))
### [`v1.0.0-next.264`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next264)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.263...@sveltejs/kit@1.0.0-next.264)
##### Patch Changes
- fix links pointing to multi-page docs ([#​3815](https://github.com/sveltejs/kit/pull/3815))
<!---->
- upgrade to TypeScript 4.5 ([#​3809](https://github.com/sveltejs/kit/pull/3809))
### [`v1.0.0-next.263`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next263)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.262...@sveltejs/kit@1.0.0-next.263)
##### Patch Changes
- Handle numeric headers ([#​3716](https://github.com/sveltejs/kit/pull/3716))
<!---->
- \[fix] replace broken escaping with a working version ([#​3798](https://github.com/sveltejs/kit/pull/3798))
### [`v1.0.0-next.262`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next262)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.261...@sveltejs/kit@1.0.0-next.262)
##### Patch Changes
- update to Vite 2.8 and esbuild 0.14 ([#​3791](https://github.com/sveltejs/kit/pull/3791))
### [`v1.0.0-next.261`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next261)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.260...@sveltejs/kit@1.0.0-next.261)
##### Patch Changes
- Prevent full reload when router navigates and only removes hash ([#​3757](https://github.com/sveltejs/kit/pull/3757))
<!---->
- fixes shadow hydration escaping ([#​3793](https://github.com/sveltejs/kit/pull/3793))
<!---->
- fixes an error with fetching shadow endpoints if they are ending with '/' ([#​3740](https://github.com/sveltejs/kit/pull/3740))
### [`v1.0.0-next.260`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next260)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.259...@sveltejs/kit@1.0.0-next.260)
##### Patch Changes
- Allow Response object to be returned without properties showing up in object constructor ([#​3697](https://github.com/sveltejs/kit/pull/3697))
<!---->
- Implement shadow endpoints ([#​3679](https://github.com/sveltejs/kit/pull/3679))
### [`v1.0.0-next.259`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next259)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.258...@sveltejs/kit@1.0.0-next.259)
##### Patch Changes
- Prevent `Host` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#​3690](https://github.com/sveltejs/kit/pull/3690))
### [`v1.0.0-next.258`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next258)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.257...@sveltejs/kit@1.0.0-next.258)
##### Patch Changes
- Update $app/stores page.stuff to use App.Stuff ([#​3686](https://github.com/sveltejs/kit/pull/3686))
### [`v1.0.0-next.257`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next257)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.256...@sveltejs/kit@1.0.0-next.257)
##### Patch Changes
- Rename JSONString type to JSONValue ([#​3683](https://github.com/sveltejs/kit/pull/3683))
<!---->
- Add App namespace for app-level types ([#​3670](https://github.com/sveltejs/kit/pull/3670))
<!---->
- \[breaking] remove target option ([#​3674](https://github.com/sveltejs/kit/pull/3674))
### [`v1.0.0-next.256`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next256)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.255...@sveltejs/kit@1.0.0-next.256)
##### Patch Changes
- fix regression in parsing HTML when crawling for pre-rendering ([#​3677](https://github.com/sveltejs/kit/pull/3677))
### [`v1.0.0-next.255`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next255)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.254...@sveltejs/kit@1.0.0-next.255)
##### Patch Changes
- fix parsing during pre-render crawl when there are HTML attributes without a value ([#​3668](https://github.com/sveltejs/kit/pull/3668))
<!---->
- Correctly populate asset manifest when generating service worker ([#​3673](https://github.com/sveltejs/kit/pull/3673))
### [`v1.0.0-next.254`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next254)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.253...@sveltejs/kit@1.0.0-next.254)
##### Patch Changes
- Add version config and expose updated store ([#​3412](https://github.com/sveltejs/kit/pull/3412))
<!---->
- \[fix] update types to match changes to Vite config handling ([#​3662](https://github.com/sveltejs/kit/pull/3662))
### [`v1.0.0-next.253`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next253)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.252...@sveltejs/kit@1.0.0-next.253)
##### Patch Changes
- Allow config.kit.vite to be an async function ([#​3565](https://github.com/sveltejs/kit/pull/3565))
<!---->
- Include page request headers in server-side fetches ([#​3631](https://github.com/sveltejs/kit/pull/3631))
### [`v1.0.0-next.252`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next252)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.251...@sveltejs/kit@1.0.0-next.252)
##### Patch Changes
- remove nonexistent `url` store from `$app/stores` ambient types ([#​3640](https://github.com/sveltejs/kit/pull/3640))
### [`v1.0.0-next.251`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next251)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.250...@sveltejs/kit@1.0.0-next.251)
##### Patch Changes
- Handle non-compliant ReadableStream implementations ([#​3624](https://github.com/sveltejs/kit/pull/3624))
### [`v1.0.0-next.250`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next250)
[Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.249...@sveltejs/kit@1.0.0-next.250)
##### Patch Changes
- \[breaking] move `config.kit.hydrate` and `config.kit.router` to `config.kit.browser` ([#​3578](https://github.com/sveltejs/kit/pull/3578))
<!---->
- add `prerender.createIndexFiles` option ([#​2632](https://github.com/sveltejs/kit/pull/2632))
### [`v1.0.0-next.249`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next249)
##### Patch Changes
- Include service worker in manifest ([#​3570](https://github.com/sveltejs/kit/pull/3570))
<!---->
- Add kit.routes config to customise public/private modules ([#​3576](https://github.com/sveltejs/kit/pull/3576))
### [`v1.0.0-next.248`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next248)
##### Patch Changes
- Decode fetched resources before checking against manifest when prerendering ([#​3571](https://github.com/sveltejs/kit/pull/3571))
<!---->
- \[breaking] remove -H and (conflicting) -h shortcuts from CLI ([#​3573](https://github.com/sveltejs/kit/pull/3573))
### [`v1.0.0-next.247`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next247)
##### Patch Changes
- fix handling an incoming request from HTTP/2 ([#​3572](https://github.com/sveltejs/kit/pull/3572))
### [`v1.0.0-next.246`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next246)
##### Patch Changes
- `svelte-kit package` gives clearer error message when svelte2tsx and typescript are not installed ([#​3562](https://github.com/sveltejs/kit/pull/3562))
<!---->
- `svelte-kit package` errors when lib directory does not exist ([#​3562](https://github.com/sveltejs/kit/pull/3562))
<!---->
- \[chore] refactor AMP validation ([#​3554](https://github.com/sveltejs/kit/pull/3554))
### [`v1.0.0-next.245`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next245)
##### Patch Changes
- Allow adapters to pass in `platform` object ([#​3429](https://github.com/sveltejs/kit/pull/3429))
<!---->
- favicon.ico is now requestable ([#​3559](https://github.com/sveltejs/kit/pull/3559))
### [`v1.0.0-next.244`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next244)
##### Patch Changes
- \[fix] reading from same response body twice during prerender ([#​3473](https://github.com/sveltejs/kit/issues/3473)) ([#​3521](https://github.com/sveltejs/kit/pull/3521))
<!---->
- Add CSP support ([#​3499](https://github.com/sveltejs/kit/pull/3499))
<!---->
- \[chore] remove InternalHandle ([#​3541](https://github.com/sveltejs/kit/pull/3541))
<!---->
- Force Vite to use HTTP/1 in dev mode, so `dev --https` works again ([#​3553](https://github.com/sveltejs/kit/pull/3553))
### [`v1.0.0-next.243`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next243)
##### Patch Changes
- \[fix] hydrate real HTTP requests ([#​3547](https://github.com/sveltejs/kit/pull/3547))
### [`v1.0.0-next.242`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next242)
##### Patch Changes
- reinstate `EndpointOutput` generic ([#​3537](https://github.com/sveltejs/kit/pull/3537))
### [`v1.0.0-next.241`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next241)
##### Patch Changes
- `svelte-kit package` only encodes text files ([#​3522](https://github.com/sveltejs/kit/pull/3522))
### [`v1.0.0-next.240`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next240)
##### Patch Changes
- Error if handle hook returns something other than a Response ([#​3496](https://github.com/sveltejs/kit/pull/3496))
<!---->
- allow setting multiple set-cookie headers ([#​3502](https://github.com/sveltejs/kit/pull/3502))
<!---->
- fixed prerendering with base path configured ([#​3500](https://github.com/sveltejs/kit/pull/3500))
### [`v1.0.0-next.239`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next239)
##### Patch Changes
- Insert <meta http-equiv> cache-control header when prerendering ([#​3493](https://github.com/sveltejs/kit/pull/3493))
### [`v1.0.0-next.238`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next238)
##### Patch Changes
- Escape prerendered redirect locations, instead of encoding them ([#​3456](https://github.com/sveltejs/kit/pull/3456))
### [`v1.0.0-next.237`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next237)
##### Patch Changes
- Type compilerOptions as CompileOptions instead of any ([#​3486](https://github.com/sveltejs/kit/pull/3486))
### [`v1.0.0-next.236`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next236)
##### Patch Changes
- The redirect property returned from a module's load function must now be a properly encoded URI string value. ([#​3404](https://github.com/sveltejs/kit/pull/3404))
### [`v1.0.0-next.235`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next235)
##### Patch Changes
- register service worker regardless of hydrate/router option ([#​3435](https://github.com/sveltejs/kit/pull/3435))
### [`v1.0.0-next.234`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next234)
##### Patch Changes
- Allow endpoints to return a [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response), or an object with [Headers](https://developer.mozilla.org/en-US/docs/Web/API/Headers) ([docs](https://kit.svelte.dev/docs/routing#endpoints), [#​3384](https://github.com/sveltejs/kit/pull/3384))
<!---->
- \[breaking] Expose standard [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) object to endpoints and hooks. `method`, `headers`, and `body` now accessed through `request` field ([docs](https://kit.svelte.dev/docs/routing#endpoints), [#​3384](https://github.com/sveltejs/kit/pull/3384))
<!---->
- \[breaking] change `app.render` signature to (request: Request) => Promise<Response> ([#​3384](https://github.com/sveltejs/kit/pull/3384))
<!---->
- \[breaking] move protocol/host configuration options from Kit to adapter-node ([#​3384](https://github.com/sveltejs/kit/pull/3384))
### [`v1.0.0-next.233`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next233)
##### Patch Changes
- \[fix] refactor navigation singletons to avoid storing undefined reference ([#​3374](https://github.com/sveltejs/kit/pull/3374))
<!---->
- \[fix] add media="(max-width: 0)" to prevent stylesheets from downloading ([#​3396](https://github.com/sveltejs/kit/pull/3396))
### [`v1.0.0-next.232`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next232)
##### Patch Changes
- Preserve explicit ETag header ([#​3348](https://github.com/sveltejs/kit/pull/3348))
<!---->
- \[fix] ignore hash links during prerendering (again) ([#​3367](https://github.com/sveltejs/kit/pull/3367))
### [`v1.0.0-next.231`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next231)
##### Patch Changes
- Handle requests for /basepath ([#​3345](https://github.com/sveltejs/kit/pull/3345))
<!---->
- Allow \__fetch_polyfill() to run several times ([#​3357](https://github.com/sveltejs/kit/pull/3357))
<!---->
- Handle static assets with /basepath in svelte-kit dev ([#​3346](https://github.com/sveltejs/kit/pull/3346))
### [`v1.0.0-next.230`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next230)
##### Patch Changes
- Log errors to stderr rather than stdout ([#​3328](https://github.com/sveltejs/kit/pull/3328))
### [`v1.0.0-next.229`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next229)
##### Patch Changes
- The path to a service worker is now rebased to the app's base path ([#​3319](https://github.com/sveltejs/kit/pull/3319))
### [`v1.0.0-next.228`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next228)
##### Patch Changes
- Throw on accessing url.search/searchParams from page store during prerendering ([#​3314](https://github.com/sveltejs/kit/pull/3314))
<!---->
- Preserve relevant headers when serving 304s ([#​3313](https://github.com/sveltejs/kit/pull/3313))
### [`v1.0.0-next.227`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next227)
##### Patch Changes
- Adds beforeNavigate/afterNavigate lifecycle functions ([#​3293](https://github.com/sveltejs/kit/pull/3293))
### [`v1.0.0-next.225`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next225)
##### Patch Changes
- add inlineStyleThreshold option, below which stylesheets are inlined into the page ([#​2620](https://github.com/sveltejs/kit/pull/2620))
### [`v1.0.0-next.224`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next224)
##### Patch Changes
- More robust crawling of prerendered pages ([#​3288](https://github.com/sveltejs/kit/pull/3288))
### [`v1.0.0-next.223`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next223)
##### Patch Changes
- Add methodOverride option for submitting PUT/PATCH/DELETE/etc with <form> elements ([#​2989](https://github.com/sveltejs/kit/pull/2989))
### [`v1.0.0-next.222`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next222)
##### Patch Changes
- Remove `config.kit.ssr` and `export const ssr` in favour of `ssr` parameter for `resolve` function in `handle` ([#​2804](https://github.com/sveltejs/kit/pull/2804))
### [`v1.0.0-next.221`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next221)
##### Patch Changes
- Add returned stuff from pages into $page store ([#​3252](https://github.com/sveltejs/kit/pull/3252))
<!---->
- Fallthrough is now explicit and layout components now also support fallthrough ([#​3217](https://github.com/sveltejs/kit/pull/3217))
### [`v1.0.0-next.220`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next220)
##### Patch Changes
- url hash is now properly reflected in page store ([#​3273](https://github.com/sveltejs/kit/pull/3273))
<!---->
- Strip hash fragments from URLs during prerendering ([#​3251](https://github.com/sveltejs/kit/pull/3251))
<!---->
- Allow prefixes and suffixes around rest parameters ([#​3240](https://github.com/sveltejs/kit/pull/3240))
### [`v1.0.0-next.219`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next219)
##### Patch Changes
- Render error page if error happens in handle hook ([#​3239](https://github.com/sveltejs/kit/pull/3239))
<!---->
- \[chore] update dependency sirv to v2 ([#​3263](https://github.com/sveltejs/kit/pull/3263))
### [`v1.0.0-next.218`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next218)
##### Patch Changes
- Expose appDir to adapters ([#​3222](https://github.com/sveltejs/kit/pull/3222))
<!---->
- Replace %svelte.assets% with relative path ([#​3234](https://github.com/sveltejs/kit/pull/3234))
### [`v1.0.0-next.217`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next217)
##### Patch Changes
- Improve error message when svelte.config.js is not found ([#​3219](https://github.com/sveltejs/kit/pull/3219))
<!---->
- Support more text content types ([#​2781](https://github.com/sveltejs/kit/pull/2781))
### [`v1.0.0-next.216`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next216)
##### Patch Changes
- make html template optional for `svelte-kit package` ([#​3161](https://github.com/sveltejs/kit/pull/3161))
<!---->
- Allow multiple different headers returned from one endpoint ([#​3201](https://github.com/sveltejs/kit/pull/3201))
### [`v1.0.0-next.215`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next215)
##### Patch Changes
- Fix hash change focus behaviour ([#​3177](https://github.com/sveltejs/kit/pull/3177))
### [`v1.0.0-next.214`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next214)
##### Patch Changes
- \[breaking] Add `disableScrollHandling` function (see https://kit.svelte.dev/docs/modules#$app-navigation) ([#​3182](https://github.com/sveltejs/kit/pull/3182))
### [`v1.0.0-next.213`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next213)
##### Patch Changes
- Don't register service worker if there is none ([#​3170](https://github.com/sveltejs/kit/pull/3170))
<!---->
- Fix url pathname for prerenders ([#​3178](https://github.com/sveltejs/kit/pull/3178))
### [`v1.0.0-next.212`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next212)
##### Patch Changes
- Add status and error to page store ([#​3096](https://github.com/sveltejs/kit/pull/3096))
<!---->
- Fix dev prebundling scanner ([#​3169](https://github.com/sveltejs/kit/pull/3169))
<!---->
- Sort rest endpoints before pages ([#​3168](https://github.com/sveltejs/kit/pull/3168))
### [`v1.0.0-next.211`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next211)
##### Patch Changes
- Use Vite's filewatcher in dev mode instead of creating a new one
### [`v1.0.0-next.210`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next210)
##### Patch Changes
- Add path/query error getters in prod mode ([#​3151](https://github.com/sveltejs/kit/pull/3151))
### [`v1.0.0-next.209`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next209)
##### Patch Changes
- Bundle SSR renderer with app ([#​3144](https://github.com/sveltejs/kit/pull/3144))
### [`v1.0.0-next.208`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next208)
##### Patch Changes
- Overhaul adapter API ([#​2931](https://github.com/sveltejs/kit/pull/2931))
<!---->
- Replace config.kit.hostHeader with config.kit.headers.host, add config.kit.headers.protocol ([#​2931](https://github.com/sveltejs/kit/pull/2931))
<!---->
- Replace page.host with page.origin ([#​2931](https://github.com/sveltejs/kit/pull/2931))
<!---->
- \[fix] load CSS before JS preloads
<!---->
- Error if adapter provides wrong input to app.render ([#​3133](https://github.com/sveltejs/kit/pull/3133))
<!---->
- Replace \[request|page].\[origin|path|query] with url object ([#​3133](https://github.com/sveltejs/kit/pull/3133))
### [`v1.0.0-next.206`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next206)
##### Patch Changes
- Handle `Headers` instance in server-side `fetch` ([#​3034](https://github.com/sveltejs/kit/pull/3034))
### [`v1.0.0-next.205`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next205)
##### Patch Changes
- Add `config.kit.prerender.concurrency` setting ([#​3120](https://github.com/sveltejs/kit/pull/3120))
### [`v1.0.0-next.204`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next204)
##### Patch Changes
- fix `<Route> received an unexpected slot "default"` warning ([#​3115](https://github.com/sveltejs/kit/pull/3115))
### [`v1.0.0-next.203`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next203)
##### Patch Changes
- Update vite-plugin-svelte to 1.0.0-next.32 ([#​3048](https://github.com/sveltejs/kit/pull/3048))
<!---->
- fix `sveltekit:prefetch` mouse detection ([#​2995](https://github.com/sveltejs/kit/pull/2995))
<!---->
- Sort rest routes alphabetically ([#​3093](https://github.com/sveltejs/kit/pull/3093))
<!---->
- Fix invalid amp-install-serviceworker ([#​3075](https://github.com/sveltejs/kit/pull/3075))
### [`v1.0.0-next.202`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next202)
##### Patch Changes
- \[fix] upgrade to Vite 2.7 ([#​3018](https://github.com/sveltejs/kit/pull/3018))
<!---->
- Allow absolute file paths given to package.dir ([#​3012](https://github.com/sveltejs/kit/pull/3012))
<!---->
- update to esbuild 0.13.15 and other dependency updates ([#​2957](https://github.com/sveltejs/kit/pull/2957))
### [`v1.0.0-next.201`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next201)
##### Patch Changes
- Ignore mailto: and tel: links ([#​2915](https://github.com/sveltejs/kit/pull/2915))
### [`v1.0.0-next.200`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next200)
##### Patch Changes
- Follow redirects when prerendering ([#​2832](https://github.com/sveltejs/kit/pull/2832))
<!---->
- Fix types reference in exports in package.json ([#​2896](https://github.com/sveltejs/kit/pull/2896))
### [`v1.0.0-next.199`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next199)
##### Patch Changes
- \[fix] support etag W/ prefix ([#​2709](https://github.com/sveltejs/kit/pull/2709))
<!---->
- \[fix] revert [#​2819](https://github.com/sveltejs/kit/issues/2819) and add code comment ([#​2883](https://github.com/sveltejs/kit/pull/2883))
<!---->
- Don't create empty dirs when packaging ([#​2831](https://github.com/sveltejs/kit/pull/2831))
<!---->
- \[feat] Use `event.composedPath` to find anchors for prefetching and routing ([#​2769](https://github.com/sveltejs/kit/pull/2769))
### [`v1.0.0-next.198`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next198)
##### Patch Changes
- Register custom service worker for AMP ([#​2265](https://github.com/sveltejs/kit/pull/2265))
### [`v1.0.0-next.197`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next197)
##### Patch Changes
- \[fix] prevent text unselection for keepfocus ([#​2857](https://github.com/sveltejs/kit/pull/2857))
<!---->
- \[fix] use defaults when no opts passed to router ([#​2819](https://github.com/sveltejs/kit/pull/2819))
### [`v1.0.0-next.196`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next196)
##### Patch Changes
- remove all selection before navigating to the next page ([#​2755](https://github.com/sveltejs/kit/pull/2755))
<!---->
- \[fix] properly scroll if body has margin ([#​2761](https://github.com/sveltejs/kit/pull/2761))
### [`v1.0.0-next.195`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next195)
##### Patch Changes
- \[fix] increase scroll debounce timeout ([#​2749](https://github.com/sveltejs/kit/pull/2749))
<!---->
- \[fix] do not set inlineDynamicImports ([#​2753](https://github.com/sveltejs/kit/pull/2753))
### [`v1.0.0-next.194`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next194)
##### Patch Changes
- \[fix] correct message when serving with strict:false ([#​2726](https://github.com/sveltejs/kit/pull/2726))
<!---->
- \[fix] reset scroll when navigated from scrolled page ([#​2735](https://github.com/sveltejs/kit/pull/2735))
### [`v1.0.0-next.193`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next193)
##### Patch Changes
- \[fix] upgrade minor deps. fetch-blob 3.1.3 needed for Netlify deploys ([#​2714](https://github.com/sveltejs/kit/pull/2714))
<!---->
- \[fix] scroll to elements provided via URL hash ([#​2668](https://github.com/sveltejs/kit/pull/2668))
### [`v1.0.0-next.192`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next192)
##### Patch Changes
- \[fix] allow overriding inlineDynamicImports ([#​2702](https://github.com/sveltejs/kit/pull/2702))
### [`v1.0.0-next.191`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next191)
##### Patch Changes
- Return the copied files from the adapter's copy\_ utils. ([#​2674](https://github.com/sveltejs/kit/pull/2674))
<!---->
- \[fix] avoid infinite loop if no routes found ([#​2614](https://github.com/sveltejs/kit/pull/2614))
<!---->
- \[security] upgrade to Vite 2.6.12, specify allow list, and print warning ([#​2691](https://github.com/sveltejs/kit/pull/2691))
### [`v1.0.0-next.190`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next190)
##### Patch Changes
- \[fix] upgrade to Vite 2.6.11 ([#​2683](https://github.com/sveltejs/kit/pull/2683))
<!---->
- Return an array of written files when prerendering. ([#​2675](https://github.com/sveltejs/kit/pull/2675))
### [`v1.0.0-next.189`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next189)
##### Patch Changes
- \[breaking] only route pages on the client-side ([#​2656](https://github.com/sveltejs/kit/pull/2656))
### [`v1.0.0-next.188`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next188)
##### Patch Changes
- \[fix] fire navigation-end event only at end of navigation ([#​2649](https://github.com/sveltejs/kit/pull/2649))
<!---->
- \[fix] allow passing certificates via config ([#​2622](https://github.com/sveltejs/kit/pull/2622))
### [`v1.0.0-next.187`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next187)
##### Patch Changes
- Fix prerendering when paths.base but not paths.assets is specified ([#​2643](https://github.com/sveltejs/kit/pull/2643))
### [`v1.0.0-next.186`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next186)
##### Patch Changes
- \[chore] upgrade to Vite 2.6.10 ([#​2634](https://github.com/sveltejs/kit/pull/2634))
### [`v1.0.0-next.185`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next185)
##### Patch Changes
- Update vite-plugin-svelte to 1.0.0-next.30 ([#​2626](https://github.com/sveltejs/kit/pull/2626))
<!---->
- \[fix] allow users to override build target ([#​2618](https://github.com/sveltejs/kit/pull/2618))
### [`v1.0.0-next.184`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next184)
##### Patch Changes
- \[breaking] drop Node 12 support ([#​2604](https://github.com/sveltejs/kit/pull/2604))
### [`v1.0.0-next.183`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next183)
##### Patch Changes
- fix XSS vulnerability in `page.path` and `page.params` during SSR ([#​2597](https://github.com/sveltejs/kit/pull/2597))
### [`v1.0.0-next.182`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next182)
##### Patch Changes
- \[fix] fixes for firing of hashchange event ([#​2591](https://github.com/sveltejs/kit/pull/2591))
### [`v1.0.0-next.181`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next181)
##### Patch Changes
- \[fix] improve type of `init` ([#​2544](https://github.com/sveltejs/kit/pull/2544))
<!---->
- update dependencies ([#​2574](https://github.com/sveltejs/kit/pull/2574))
<!---->
- \[fix] implement support for hashchange event ([#​2590](https://github.com/sveltejs/kit/pull/2590))
<!---->
- \[chore] upgrade to Vite 2.6.7 ([#​2586](https://github.com/sveltejs/kit/pull/2586))
### [`v1.0.0-next.180`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next180)
##### Patch Changes
- \[fix] don't expose prerender options ([#​2543](https://github.com/sveltejs/kit/pull/2543))
<!---->
- \[chore] upgrade to Vite 2.6.3" ([#​2557](https://github.com/sveltejs/kit/pull/2557))
<!---->
- upgrade commonjs plugin for better ignoreTryCatch default ([#​2539](https://github.com/sveltejs/kit/pull/2539))
### [`v1.0.0-next.179`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next179)
##### Patch Changes
- Fix escaping of URLs of endpoint responses serialized into SSR response ([#​2534](https://github.com/sveltejs/kit/pull/2534))
### [`v1.0.0-next.178`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next178)
##### Patch Changes
- \[fix] restore functioning of --host CLI flag with no arg ([#​2525](https://github.com/sveltejs/kit/pull/2525))
### [`v1.0.0-next.177`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next177)
##### Patch Changes
- update to vite 2.6.0 and esbuild 0.13 ([#​2522](https://github.com/sveltejs/kit/pull/2522))
<!---->
- fix browser-only redirect during load. ([#​2462](https://github.com/sveltejs/kit/pull/2462))
### [`v1.0.0-next.176`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next176)
##### Patch Changes
- \[feat] allow using Vite's `strict.port: false` option ([#​2507](https://github.com/sveltejs/kit/pull/2507))
<!---->
- \[fix] allow passing in https certs again' ([#​2512](https://github.com/sveltejs/kit/pull/2512))
### [`v1.0.0-next.175`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next175)
##### Patch Changes
- \[chore] upgrade node-fetch to 3.0.0 final ([#​2422](https://github.com/sveltejs/kit/pull/2422))
<!---->
- \[fix] don't override application focus and scroll ([#​2489](https://github.com/sveltejs/kit/pull/2489))
### [`v1.0.0-next.174`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next174)
##### Patch Changes
- Fix script and style tags without attributes crashing svelte-kit package ([#​2492](https://github.com/sveltejs/kit/pull/2492))
### [`v1.0.0-next.173`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next173)
##### Patch Changes
- Exports and files property in config.kit.package now accepts a function rather than an object ([#​2430](https://github.com/sveltejs/kit/pull/2430))
<!---->
- Renamed property exclude to files in config.kit.serviceWorker and now accepts a function instead ([#​2430](https://github.com/sveltejs/kit/pull/2430))
<!---->
- Remove lang tag when packaging ([#​2486](https://github.com/sveltejs/kit/pull/2486))
### [`v1.0.0-next.172`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next172)
##### Patch Changes
- \[chore] upgrade to Svelte 3.43.0" ([#​2474](https://github.com/sveltejs/kit/pull/2474))
<!---->
- \[breaking] rename the `context` parameter of the load function to `stuff` ([#​2439](https://github.com/sveltejs/kit/pull/2439))
### [`v1.0.0-next.171`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next171)
##### Patch Changes
- Fix preview when `kit.paths.base` is set. ([#​2409](https://github.com/sveltejs/kit/pull/2409))
<!---->
- Resolve $lib alias when packaging ([#​2453](https://github.com/sveltejs/kit/pull/2453))
### [`v1.0.0-next.170`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next170)
##### Patch Changes
- Fix prerendering/adapter-static failing when `kit.paths.base` was set. ([#​2407](https://github.com/sveltejs/kit/pull/2407))
### [`v1.0.0-next.169`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next169)
##### Patch Changes
- Add "svelte" field to package.json when running package command ([#​2431](https://github.com/sveltejs/kit/pull/2431))
<!---->
- \[fix] revert [#​2354](https://github.com/sveltejs/kit/issues/2354) and fix double character decoding a different way ([#​2435](https://github.com/sveltejs/kit/pull/2435))
<!---->
- \[feat] use the Vite server options in dev mode ([#​2232](https://github.com/sveltejs/kit/pull/2232))
<!---->
- update dependencies ([#​2447](https://github.com/sveltejs/kit/pull/2447))
### [`v1.0.0-next.168`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next168)
##### Patch Changes
- \[fix] encodeURI during prerender ([#​2427](https://github.com/sveltejs/kit/pull/2427))
<!---->
- \[chore] add links to repository and homepage to package.json ([#​2425](https://github.com/sveltejs/kit/pull/2425))
### [`v1.0.0-next.167`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next167)
##### Patch Changes
- Update vite-plugin-svelte to 1.0.0-next.24 ([#​2423](https://github.com/sveltejs/kit/pull/2423))
<!---->
- Add a generic argument to allow typing Body from hooks ([#​2413](https://github.com/sveltejs/kit/pull/2413))
### [`v1.0.0-next.166`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next166)
##### Patch Changes
- \[chore] upgrade Vite to 2.5.7
<!---->
- \[fix] deeply-nested error components render with correct layout ([#​2389](https://github.com/sveltejs/kit/pull/2389))
<!---->
- Update vite-plugin-svelte to 1.0.0-next.23 ([#​2402](https://github.com/sveltejs/kit/pull/2402))
<!---->
- \[fix] pass along set-cookie headers during SSR ([#​2362](https://github.com/sveltejs/kit/pull/2362))
### [`v1.0.0-next.165`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next165)
##### Patch Changes
- \[chore] upgrade Vite
<!---->
- \[breaking] rename prerender.pages config option to prerender.entries ([#​2380](https://github.com/sveltejs/kit/pull/2380))
<!---->
- \[fix] anchor tag inside svg ([#​2286](https://github.com/sveltejs/kit/pull/2286))
### [`v1.0.0-next.164`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next164)
##### Patch Changes
- \[fix] error components render with correct layout client-side as well as server-side ([#​2378](https://github.com/sveltejs/kit/pull/2378))
<!---->
- refactor `import.meta.env` usage in `$app/stores.js` to use `$app/env.js` to DRY code and make mocking easier ([#​2353](https://github.com/sveltejs/kit/pull/2353))
<!---->
- Trim `.js` extensions in package exports field ([#​2345](https://github.com/sveltejs/kit/pull/2345))
### [`v1.0.0-next.163`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next163)
##### Patch Changes
- Update vite-plugin-svelte to 1.0.0-next.22 ([#​2370](https://github.com/sveltejs/kit/pull/2370))
<!---->
- \[fix] load function should not leak props to other components ([#​2356](https://github.com/sveltejs/kit/pull/2356))
<!---->
- packaging merge exports field by default ([#​2327](https://github.com/sveltejs/kit/pull/2327))
<!---->
- \[fix] don't decode URL when finding matching route ([#​2354](https://github.com/sveltejs/kit/pull/2354))
### [`v1.0.0-next.162`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next162)
##### Patch Changes
- Enable nested dependency optimization by updating to [@​sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte)[@​1](https://github.com/1).0.0-next.21 ([#​2343](https://github.com/sveltejs/kit/pull/2343))
### [`v1.0.0-next.161`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next161)
##### Patch Changes
- Allow service workers to access files using the $lib alias ([#​2326](https://github.com/sveltejs/kit/pull/2326))
<!---->
- \[fix] remove Vite workaround now that dev deps can be bundled ([#​2340](https://github.com/sveltejs/kit/pull/2340))
<!---->
- support using arrays for kit.vite.resolve.alias ([#​2328](https://github.com/sveltejs/kit/pull/2328))
### [`v1.0.0-next.160`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next160)
##### Patch Changes
- \[fix] upgrade to Vite 2.5.2 to fix URL decoding ([#​2323](https://github.com/sveltejs/kit/pull/2323))
<!---->
- Add `@sveltejs/kit` to `noExternal` in dev server as well ([#​2332](https://github.com/sveltejs/kit/pull/2332))
### [`v1.0.0-next.159`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next159)
##### Patch Changes
- Add `@sveltejs/kit` to noExternal to resolve hooks module in dev server ([#​2306](https://github.com/sveltejs/kit/pull/2306))
<!---->
- \[fix] HMR on Windows ([#​2315](https://github.com/sveltejs/kit/pull/2315))
### [`v1.0.0-next.158`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next158)
##### Patch Changes
- avoid setting rawBody/body to an empty Uint8Array when a load's fetch function is called with no body during SSR ([#​2295](https://github.com/sveltejs/kit/pull/2295))
### [`v1.0.0-next.157`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next157)
##### Patch Changes
- \[chore] separate RequestHeaders and ResponseHeaders types ([#​2248](https://github.com/sveltejs/kit/pull/2248))
<!---->
- \[fix] don't de-indent user-rendered HTML ([#​2292](https://github.com/sveltejs/kit/pull/2292))
### [`v1.0.0-next.156`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next156)
##### Patch Changes
- allow any top-level keys in svelte config ([#​2267](https://github.com/sveltejs/kit/pull/2267))
<!---->
- Exclude emitted declarations on packaging ([#​2247](https://github.com/sveltejs/kit/pull/2247))
### [`v1.0.0-next.155`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next155)
##### Patch Changes
- \[chore] export App types ([#​2259](https://github.com/sveltejs/kit/pull/2259))
### [`v1.0.0-next.154`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next154)
##### Patch Changes
- Upgrade to Vite 2.5.0 ([#​2231](https://github.com/sveltejs/kit/pull/2231))
### [`v1.0.0-next.153`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next153)
##### Patch Changes
- rename serverFetch to externalFetch ([#​2110](https://github.com/sveltejs/kit/pull/2110))
### [`v1.0.0-next.152`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next152)
##### Patch Changes
- Check ports usage in a more cross-platform way in dev server error logging ([#​2209](https://github.com/sveltejs/kit/pull/2209))
<!---->
- Ensure the raw body is an Uint8Array before passing it to request handlers ([#​2215](https://github.com/sveltejs/kit/pull/2215))
### [`v1.0.0-next.151`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next151)
##### Patch Changes
- fix new route discovery in dev server ([#​2198](https://github.com/sveltejs/kit/pull/2198))
### [`v1.0.0-next.150`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next150)
##### Patch Changes
- \[fix] match route against decoded path on client ([#​2206](https://github.com/sveltejs/kit/pull/2206))
### [`v1.0.0-next.148`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#​100-next148)
##### Patch Changes
- update svelte peerDependency to 3.39.0 ([#​2182](https://github.com/sveltejs/kit/pull/2182))
<!---->
- Add hook to handle errors ([#​2193](https://github.com/sveltejs/kit/pull/2193))
<!---->
- Use /\_svelte_kit_assets when serving apps with specified paths.assets locally ([#​2189](https://github.com/sveltejs/kit/pull/2189))
<!---->
- Serve from basepath in svelte-kit dev/preview ([#​2189](https://github.com/sveltejs/kit/pull/2189))
<!---->
- Disallow non-absolute paths.assets option ([#​2189](https://github.com/sveltejs/kit/pull/2189))
<!---->
- Allow `EndpointOutput` response body objects to have a `toJSON` property ([#​2170](https://github.com/sveltejs/kit/pull/2170))
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **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).
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.311 to Update dependency @sveltejs/kit to v1.0.0-next.3122022-04-13 22:05:07 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.312 to Update dependency @sveltejs/kit to v1.0.0-next.3142022-04-15 13:04:56 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.314 to Update dependency @sveltejs/kit to v1.0.0-next.3152022-04-18 18:17:23 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.315 to Update dependency @sveltejs/kit to v1.0.0-next.3162022-04-19 18:02:18 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.316 to Update dependency @sveltejs/kit to v1.0.0-next.3172022-04-20 20:32:15 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.317 to Update dependency @sveltejs/kit to v1.0.0-next.3182022-04-21 21:17:22 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.318 to Update dependency @sveltejs/kit to v1.0.0-next.3192022-04-22 16:17:31 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.319 to Update dependency @sveltejs/kit to v1.0.0-next.3202022-04-22 17:02:39 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.320 to Update dependency @sveltejs/kit to v1.0.0-next.3212022-04-25 15:17:27 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.321 to Update dependency @sveltejs/kit to v1.0.0-next.3222022-04-26 14:32:32 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.322 to Update dependency @sveltejs/kit to v1.0.0-next.3232022-04-27 12:47:28 +00:00
odit_renovate
changed title from Update dependency @sveltejs/kit to v1.0.0-next.323 to Update dependency @sveltejs/kit to v1.0.0-next.3242022-04-28 17:17:17 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.0.0-next.147->1.0.0-next.324Release Notes
sveltejs/kit
v1.0.0-next.324Compare Source
Patch Changes
v1.0.0-next.323Compare Source
Patch Changes
$service-workerbuild, not just CSS (#4744)v1.0.0-next.322Compare Source
Patch Changes
trailingSlashfor endpoint requests, applytrailingSlashto pages consistently (#4699)v1.0.0-next.321Compare Source
Patch Changes
--hostoption topreviewexposes the server to both ipv4 and ipv6 networks (#4729)v1.0.0-next.320Compare Source
Patch Changes
maxagewithcacheinLoadOutput(#4690)v1.0.0-next.319Compare Source
Patch Changes
v1.0.0-next.318Compare Source
Patch Changes
v1.0.0-next.317Compare Source
Patch Changes
v1.0.0-next.316Compare Source
Patch Changes
invalidatewithpredicatefunction (#4636)v1.0.0-next.315Compare Source
Patch Changes
props.pagewhen update or goto page (#4392)data-svelteattribute todata-sveltekit(#4641)v1.0.0-next.314Compare Source
Patch Changes
loaddependenciesinLoadOutput(#4536)v1.0.0-next.312Compare Source
Patch Changes
v1.0.0-next.311Compare Source
Patch Changes
v1.0.0-next.310Compare Source
Patch Changes
v1.0.0-next.309Compare Source
Patch Changes
v1.0.0-next.308Compare Source
Patch Changes
staticdirectory from Vite's control (#4535)v1.0.0-next.307Compare Source
Patch Changes
v1.0.0-next.306Compare Source
Patch Changes
paths.baseis missing in dev (#4510)paths.basewhen using--open(#4510)__layout.reset(#4388)v1.0.0-next.305Compare Source
Patch Changes
v1.0.0-next.304Compare Source
Patch Changes
__tests__and__test__in the routes directory (#4438)v1.0.0-next.303Compare Source
Patch Changes
v1.0.0-next.302Compare Source
Patch Changes
v1.0.0-next.301Compare Source
Patch Changes
v1.0.0-next.300Compare Source
Patch Changes
event.url.hostin dev mode when using--https(#4364)v1.0.0-next.299Compare Source
Patch Changes
event.routeIdandpage.routeId(#4345)v1.0.0-next.298Compare Source
Patch Changes
v1.0.0-next.297Compare Source
Patch Changes
InputPropsandOutputPropsto be typed separately in generatedLoad(#4305)Outputto be typed in generatedRequestHandler(#4305)v1.0.0-next.296Compare Source
Patch Changes
manifest.mimeTypespart of the public API (#4302)prerenderingis correct (#4322)v1.0.0-next.295Compare Source
Patch Changes
v1.0.0-next.294Compare Source
Patch Changes
$libmodule (#4227)v1.0.0-next.293Compare Source
Patch Changes
version.jsonrelative topaths.assets, if set (#4234)v1.0.0-next.292Compare Source
Patch Changes
svelte-kit preview(#4207)v1.0.0-next.291Compare Source
Patch Changes
bodyinstead ofhtmlon navigation due to issues on Firefox (#4184)v1.0.0-next.290Compare Source
Patch Changes
InputPropsandOutputPropsto be typed separately inLoad(#4160)v1.0.0-next.289Compare Source
Patch Changes
v1.0.0-next.288Compare Source
Patch Changes
load()(#4128)tabindex="-1"is no longer added to<body>;<html>only briefly receives it during navigation (#4140)RequestHandlerOutputaccepts body when it has or maybe isundefined(#4152)v1.0.0-next.287Compare Source
Patch Changes
__fetch_polyfilltoinstallFetch, remove fetch exports (#4111)v1.0.0-next.286Compare Source
Patch Changes
Pagetype (#4076)v1.0.0-next.285Compare Source
Patch Changes
v1.0.0-next.284Compare Source
Patch Changes
mailto:,tel:) (#4072)v1.0.0-next.283Compare Source
Patch Changes
__data.jsonfor pathnames with trailing slashes, including/(#4066)v1.0.0-next.282Compare Source
Patch Changes
v1.0.0-next.281Compare Source
Patch Changes
transformPageresolve option to return a promise (#4036)v1.0.0-next.280Compare Source
Patch Changes
app.rendertoserver.respond(#4034)Paramstype argument forRequestHandler(#3989)v1.0.0-next.279Compare Source
Patch Changes
v1.0.0-next.278Compare Source
Patch Changes
v1.0.0-next.277Compare Source
Patch Changes
v1.0.0-next.276Compare Source
Patch Changes
v1.0.0-next.275Compare Source
Patch Changes
v1.0.0-next.274Compare Source
Patch Changes
$page.urlto current URL in browser (#3942)v1.0.0-next.273Compare Source
Patch Changes
v1.0.0-next.272Compare Source
Patch Changes
event.urlconsistent between server and client navigation (#3780)v1.0.0-next.271Compare Source
Patch Changes
transformPageoption toresolve(#3914)v1.0.0-next.270Compare Source
Patch Changes
getendpoint (#3816)v1.0.0-next.269Compare Source
Patch Changes
v1.0.0-next.268Compare Source
Patch Changes
v1.0.0-next.267Compare Source
Patch Changes
v1.0.0-next.266Compare Source
Patch Changes
.DS_Storein the default config forserviceWorker(#3823)Headers(#3829)v1.0.0-next.265Compare Source
Patch Changes
createIndexFilesoption, derive fromtrailingSlashinstead (#3801)v1.0.0-next.264Compare Source
Patch Changes
v1.0.0-next.263Compare Source
Patch Changes
v1.0.0-next.262Compare Source
Patch Changes
v1.0.0-next.261Compare Source
Patch Changes
v1.0.0-next.260Compare Source
Patch Changes
v1.0.0-next.259Compare Source
Patch Changes
Hostheader from being incorrectly inherited by requests made fromload'sfetchduring SSR (#3690)v1.0.0-next.258Compare Source
Patch Changes
v1.0.0-next.257Compare Source
Patch Changes
v1.0.0-next.256Compare Source
Patch Changes
v1.0.0-next.255Compare Source
Patch Changes
v1.0.0-next.254Compare Source
Patch Changes
v1.0.0-next.253Compare Source
Patch Changes
v1.0.0-next.252Compare Source
Patch Changes
urlstore from$app/storesambient types (#3640)v1.0.0-next.251Compare Source
Patch Changes
v1.0.0-next.250Compare Source
Patch Changes
config.kit.hydrateandconfig.kit.routertoconfig.kit.browser(#3578)prerender.createIndexFilesoption (#2632)v1.0.0-next.249Patch Changes
v1.0.0-next.248Patch Changes
v1.0.0-next.247Patch Changes
v1.0.0-next.246Patch Changes
svelte-kit packagegives clearer error message when svelte2tsx and typescript are not installed (#3562)svelte-kit packageerrors when lib directory does not exist (#3562)v1.0.0-next.245Patch Changes
platformobject (#3429)v1.0.0-next.244Patch Changes
dev --httpsworks again (#3553)v1.0.0-next.243Patch Changes
v1.0.0-next.242Patch Changes
EndpointOutputgeneric (#3537)v1.0.0-next.241Patch Changes
svelte-kit packageonly encodes text files (#3522)v1.0.0-next.240Patch Changes
v1.0.0-next.239Patch Changes
v1.0.0-next.238Patch Changes
v1.0.0-next.237Patch Changes
v1.0.0-next.236Patch Changes
v1.0.0-next.235Patch Changes
v1.0.0-next.234Patch Changes
method,headers, andbodynow accessed throughrequestfield (docs, #3384)app.rendersignature to (request: Request) => Promise (#3384)v1.0.0-next.233Patch Changes
v1.0.0-next.232Patch Changes
v1.0.0-next.231Patch Changes
v1.0.0-next.230Patch Changes
v1.0.0-next.229Patch Changes
v1.0.0-next.228Patch Changes
v1.0.0-next.227Patch Changes
v1.0.0-next.225Patch Changes
v1.0.0-next.224Patch Changes
v1.0.0-next.223Patch Changes
v1.0.0-next.222Patch Changes
config.kit.ssrandexport const ssrin favour ofssrparameter forresolvefunction inhandle(#2804)v1.0.0-next.221Patch Changes
v1.0.0-next.220Patch Changes
v1.0.0-next.219Patch Changes
v1.0.0-next.218Patch Changes
v1.0.0-next.217Patch Changes
v1.0.0-next.216Patch Changes
svelte-kit package(#3161)v1.0.0-next.215Patch Changes
v1.0.0-next.214Patch Changes
disableScrollHandlingfunction (see https://kit.svelte.dev/docs/modules#$app-navigation) (#3182)v1.0.0-next.213Patch Changes
v1.0.0-next.212Patch Changes
v1.0.0-next.211Patch Changes
v1.0.0-next.210Patch Changes
v1.0.0-next.209Patch Changes
v1.0.0-next.208Patch Changes
v1.0.0-next.206Patch Changes
Headersinstance in server-sidefetch(#3034)v1.0.0-next.205Patch Changes
config.kit.prerender.concurrencysetting (#3120)v1.0.0-next.204Patch Changes
<Route> received an unexpected slot "default"warning (#3115)v1.0.0-next.203Patch Changes
sveltekit:prefetchmouse detection (#2995)v1.0.0-next.202Patch Changes
v1.0.0-next.201Patch Changes
v1.0.0-next.200Patch Changes
v1.0.0-next.199Patch Changes
event.composedPathto find anchors for prefetching and routing (#2769)v1.0.0-next.198Patch Changes
v1.0.0-next.197Patch Changes
v1.0.0-next.196Patch Changes
v1.0.0-next.195Patch Changes
v1.0.0-next.194Patch Changes
v1.0.0-next.193Patch Changes
v1.0.0-next.192Patch Changes
v1.0.0-next.191Patch Changes
v1.0.0-next.190Patch Changes
v1.0.0-next.189Patch Changes
v1.0.0-next.188Patch Changes
v1.0.0-next.187Patch Changes
v1.0.0-next.186Patch Changes
v1.0.0-next.185Patch Changes
v1.0.0-next.184Patch Changes
v1.0.0-next.183Patch Changes
page.pathandpage.paramsduring SSR (#2597)v1.0.0-next.182Patch Changes
v1.0.0-next.181Patch Changes
init(#2544)v1.0.0-next.180Patch Changes
v1.0.0-next.179Patch Changes
v1.0.0-next.178Patch Changes
v1.0.0-next.177Patch Changes
v1.0.0-next.176Patch Changes
strict.port: falseoption (#2507)v1.0.0-next.175Patch Changes
v1.0.0-next.174Patch Changes
v1.0.0-next.173Patch Changes
v1.0.0-next.172Patch Changes
contextparameter of the load function tostuff(#2439)v1.0.0-next.171Patch Changes
kit.paths.baseis set. (#2409)v1.0.0-next.170Patch Changes
kit.paths.basewas set. (#2407)v1.0.0-next.169Patch Changes
v1.0.0-next.168Patch Changes
v1.0.0-next.167Patch Changes
v1.0.0-next.166Patch Changes
v1.0.0-next.165Patch Changes
v1.0.0-next.164Patch Changes
import.meta.envusage in$app/stores.jsto use$app/env.jsto DRY code and make mocking easier (#2353).jsextensions in package exports field (#2345)v1.0.0-next.163Patch Changes
v1.0.0-next.162Patch Changes
v1.0.0-next.161Patch Changes
v1.0.0-next.160Patch Changes
@sveltejs/kittonoExternalin dev server as well (#2332)v1.0.0-next.159Patch Changes
@sveltejs/kitto noExternal to resolve hooks module in dev server (#2306)v1.0.0-next.158Patch Changes
v1.0.0-next.157Patch Changes
v1.0.0-next.156Patch Changes
v1.0.0-next.155Patch Changes
v1.0.0-next.154Patch Changes
v1.0.0-next.153Patch Changes
v1.0.0-next.152Patch Changes
v1.0.0-next.151Patch Changes
v1.0.0-next.150Patch Changes
v1.0.0-next.148Patch Changes
EndpointOutputresponse body objects to have atoJSONproperty (#2170)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
8161ec89d3to83cbc4376683cbc43766to1919677dfdUpdate dependency @sveltejs/kit to v1.0.0-next.311to Update dependency @sveltejs/kit to v1.0.0-next.3121919677dfdtoedbb7db0eaUpdate dependency @sveltejs/kit to v1.0.0-next.312to Update dependency @sveltejs/kit to v1.0.0-next.314edbb7db0eato6dd01ffc75Update dependency @sveltejs/kit to v1.0.0-next.314to Update dependency @sveltejs/kit to v1.0.0-next.3156dd01ffc75tof56bc23d9fUpdate dependency @sveltejs/kit to v1.0.0-next.315to Update dependency @sveltejs/kit to v1.0.0-next.316f56bc23d9fto5c6f759148Update dependency @sveltejs/kit to v1.0.0-next.316to Update dependency @sveltejs/kit to v1.0.0-next.3175c6f759148to1e80308560Update dependency @sveltejs/kit to v1.0.0-next.317to Update dependency @sveltejs/kit to v1.0.0-next.3181e80308560to7d0eaf7181Update dependency @sveltejs/kit to v1.0.0-next.318to Update dependency @sveltejs/kit to v1.0.0-next.3197d0eaf7181to7304fe07aaUpdate dependency @sveltejs/kit to v1.0.0-next.319to Update dependency @sveltejs/kit to v1.0.0-next.3207304fe07aato3e344459d5Update dependency @sveltejs/kit to v1.0.0-next.320to Update dependency @sveltejs/kit to v1.0.0-next.3213e344459d5todd6e616f43Update dependency @sveltejs/kit to v1.0.0-next.321to Update dependency @sveltejs/kit to v1.0.0-next.322dd6e616f43to3f8a930396Update dependency @sveltejs/kit to v1.0.0-next.322to Update dependency @sveltejs/kit to v1.0.0-next.3233f8a930396toda8812fd7bUpdate dependency @sveltejs/kit to v1.0.0-next.323to Update dependency @sveltejs/kit to v1.0.0-next.324da8812fd7bto3721bed7073721bed707to68ec2e34e1Big Bump ✅