Update dependency @sveltejs/kit to v1.0.0-next.324 #3

Merged
niggl merged 8 commits from renovate/sveltejs-kit-1.x into main 2022-04-30 15:37:27 +00:00

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies patch 1.0.0-next.147 -> 1.0.0-next.324

Release Notes

sveltejs/kit

v1.0.0-next.324

Compare Source

Patch Changes
  • Throw errors on encountering named layout in directory (#​4756)

v1.0.0-next.323

Compare Source

Patch Changes
  • Default to target: node14.8, so that top-level await is supported in user code (#​4742)
  • Only complain about missing $lib paths in tsconfig if src/lib exists (#​4735)
  • Include all assets in $service-worker build, not just CSS (#​4744)

v1.0.0-next.322

Compare Source

Patch Changes
  • Copy dotfiles from .svelte-kit/output (#​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

Compare Source

Patch Changes
  • Tweak error message for non-validating base paths (#​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)

v1.0.0-next.320

Compare Source

Patch Changes
  • breaking] Replace `maxage` with `cache` in `LoadOutput` ([#​4690](https://github.com/sveltejs/kit/pull/4690))
    
    

v1.0.0-next.319

Compare Source

Patch Changes
  • Add --watch flag to svelte-kit package (#​4658)

v1.0.0-next.318

Compare Source

Patch Changes
  • fix broken AdapterEntry type (#​4674)

v1.0.0-next.317

Compare Source

Patch Changes
  • Navigation to current URL is no longer a no-op (#​4664)
  • builder.createEntries returns a promise that awaits complete() callbacks (#​4663)
  • navigation store resets to null after aborted nav (#​4664)

v1.0.0-next.316

Compare Source

Patch Changes
  • invalidate with predicate function (#​4636)

v1.0.0-next.315

Compare Source

Patch Changes
  • Apply set-cookie headers from page dependencies (#​4588)
  • Include disallowed method name in 405 response, include Allow header (#​4614)
  • apply updated props.page when update or goto page (#​4392)
  • rename data-svelte attribute to data-sveltekit (#​4641)

v1.0.0-next.314

Compare Source

Patch Changes
  • Custom load dependencies in LoadOutput (#​4536)
  • Made LoadInput and LoadOutput types public, merged ErrorLoad and Load declarations (#​4515)

v1.0.0-next.312

Compare Source

Patch Changes
  • Only render fallback when prerendering is enabled (#​4604)

v1.0.0-next.311

Compare Source

Patch Changes
  • Skip client-side navigation for links with sveltekit:reload (#​4545)
  • breaking] Skip prerendering for rel="external" links ([#​4545](https://github.com/sveltejs/kit/pull/4545))
    
    

v1.0.0-next.310

Compare Source

Patch Changes
  • Remove credentials when creating request object in server-side fetch (#​4548)

v1.0.0-next.309

Compare Source

Patch Changes
  • Fix session store subscription tracking during SSR (#​4550)

v1.0.0-next.308

Compare Source

Patch Changes
  • Remove static directory from Vite's control (#​4535)

v1.0.0-next.307

Compare Source

Patch Changes
  • Allow index files to use named layouts (#​4527)
  • Respect ssr option when rendering 404 page (#​4513)
  • Remove unimplemented option from CLI (#​4507)
  • Move MaybePromise from RequestHandlerOutput to RequestHandler return value (#​4519)

v1.0.0-next.306

Compare Source

Patch Changes
  • Hint if paths.base is missing in dev (#​4510)
  • Respect paths.base when using --open (#​4510)
  • breaking] Add named layouts, remove `__layout.reset` ([#​4388](https://github.com/sveltejs/kit/pull/4388))
    
    

v1.0.0-next.305

Compare Source

Patch Changes
  • Generate correct types for routes with parameter matchers (#​4472)

v1.0.0-next.304

Compare Source

Patch Changes
  • allow files and directories named __tests__ and __test__ in the routes directory (#​4438)
  • Create fallback page when prerendering is disabled (#​4443)

v1.0.0-next.303

Compare Source

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

Compare Source

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)

v1.0.0-next.301

Compare Source

Patch Changes
  • Skip svelte-kit sync if no config file exists yet (#​4372)

v1.0.0-next.300

Compare Source

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)
  • breaking] Rename validators to matchers ([#​4358](https://github.com/sveltejs/kit/pull/4358))
    
    

v1.0.0-next.299

Compare Source

Patch Changes
  • Populate fallback page when trailingSlash is "always" (#​4351)
  • Expose event.routeId and page.routeId (#​4345)
  • breaking] remove fallthrough routes ([#​4330](https://github.com/sveltejs/kit/pull/4330))
    
    
  • breaking] disallow $ character in dynamic parameters ([#​4334](https://github.com/sveltejs/kit/pull/4334))
    
    
  • Populate event.params before calling handle (#​4344)

v1.0.0-next.298

Compare Source

Patch Changes
  • fix: correctly detect removal of route (#​4333)

v1.0.0-next.297

Compare Source

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)
  • breaking] require adapters to supply a getClientAddress function ([#​4289](https://github.com/sveltejs/kit/pull/4289))
    
    
  • Allow page endpoint without GET handler (#​4318)
  • Return 404 when fetching missing data during prerender (#​4324)
  • expose client IP address as event.clientAddress (#​4289)

v1.0.0-next.296

Compare Source

Patch Changes
  • Allow adapter.adapt to be synchronous (#​4299)
  • Make manifest.mimeTypes part of the public API (#​4302)
  • load hooks after server initialisation, to ensure prerendering is correct (#​4322)

v1.0.0-next.295

Compare Source

Patch Changes
  • fix error message for invalid request object (#​4277)
  • Handle explicit redirects from endpoints (#​4260)
  • Allow routes with the same name as fallback components (#​4284)

v1.0.0-next.294

Compare Source

Patch Changes
  • breaking] Replace timestamp in $service-worker with version ([#​4213](https://github.com/sveltejs/kit/pull/4213))
    
    
  • Remove declared $lib module (#​4227)

v1.0.0-next.293

Compare Source

Patch Changes
  • Expose Server and SSRManifest as public types (#​4220)
  • fetch version.json relative to paths.assets, if set (#​4234)

v1.0.0-next.292

Compare Source

Patch Changes
  • Prevent Vite from copying static assets if directory is called "public" (#​4214)
  • 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)
  • Ensure props are loaded from matching endpoint during client-side navigation (#​4203)
  • Use prerendered pages in svelte-kit preview (#​4192)
  • Make prerendered paths available to service workers (#​4192)
  • Update history immediately before updating DOM (#​4191)
  • Add config.kit.endpointExtensions option (#​4197)

v1.0.0-next.291

Compare Source

Patch Changes
  • Focus on body instead of html on navigation due to issues on Firefox (#​4184)

v1.0.0-next.290

Compare Source

Patch Changes
  • breaking] allow `InputProps` and `OutputProps` to be typed separately in `Load` ([#​4160](https://github.com/sveltejs/kit/pull/4160))
    
    

v1.0.0-next.289

Compare Source

Patch Changes
  • Only fall back to full page reload if pathname has changed (#​4116)
  • Generate types for each page/endpoint (#​4120)
  • Extend user tsconfig from generated .svelte-kit/tsconfig.json (#​4118)

v1.0.0-next.288

Compare Source

Patch Changes
  • Fix XSS vulnerability on SSR pages with fetched data on load() (#​4128)
  • breaking] `tabindex="-1"` is no longer added to `<body>`; `<html>` only briefly receives it during navigation ([#&#8203;4140](https://github.com/sveltejs/kit/pull/4140))
    
    
  • RequestHandlerOutput accepts body when it has or maybe is undefined (#​4152)

v1.0.0-next.287

Compare Source

Patch Changes
  • breaking] Rename `__fetch_polyfill` to `installFetch`, remove fetch exports ([#&#8203;4111](https://github.com/sveltejs/kit/pull/4111))
    
    

v1.0.0-next.286

Compare Source

Patch Changes
  • Prevent double-fixing of error stack traces in dev mode (#​4041)
  • breaking] separate public from private-but-documented types ([#&#8203;4104](https://github.com/sveltejs/kit/pull/4104))
    
    

v1.0.0-next.285

Compare Source

Patch Changes
  • breaking] referer header sent by fetch in load matches page's referer header, not the page itself ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070))
    
    
  • breaking] remove sveltekit:navigation-{start,end} events ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070))
    
    
  • breaking] defer pushState until navigation occurs ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070))
    
    

v1.0.0-next.284

Compare Source

Patch Changes
  • Disable meta http-equiv tags for static amp configuration (#​4073)
  • Ignore click event if url does not have origin (e.g. mailto:, tel:) (#​4072)

v1.0.0-next.283

Compare Source

Patch Changes
  • create __data.json for pathnames with trailing slashes, including / (#​4066)

v1.0.0-next.282

Compare Source

Patch Changes
  • fix] remove private methods to make Safari 14.1 work ([#&#8203;4054](https://github.com/sveltejs/kit/pull/4054))
    
    

v1.0.0-next.281

Compare Source

Patch Changes
  • Allow the transformPage resolve option to return a promise (#​4036)

v1.0.0-next.280

Compare Source

Patch Changes
  • breaking] rename `app.render` to `server.respond` ([#&#8203;4034](https://github.com/sveltejs/kit/pull/4034))
    
    
  • breaking] allow providing `Params` type argument for `RequestHandler` ([#&#8203;3989](https://github.com/sveltejs/kit/pull/3989))
    
    

v1.0.0-next.279

Compare Source

Patch Changes
  • Fix escaped html attributes (#​4015)

v1.0.0-next.278

Compare Source

Patch Changes
  • breaking] Crawl rel="external" links when prerendering ([#&#8203;3826](https://github.com/sveltejs/kit/pull/3826))
    
    

v1.0.0-next.277

Compare Source

Patch Changes
  • Fall back to full page reload if link href does not match route manifest (#​3969)
  • Update page store without rerunning load when hash changes (#​3975)

v1.0.0-next.276

Compare Source

Patch Changes
  • Track scroll position without scroll listener, and recover on reload (#​3938)

v1.0.0-next.275

Compare Source

Patch Changes
  • Invalidate shadow endpoint data when URL changes (#​3925)

v1.0.0-next.274

Compare Source

Patch Changes
  • Set $page.url to current URL in browser (#​3942)

v1.0.0-next.273

Compare Source

Patch Changes
  • Correctly identify readable node streams (#​3941)
  • remove 'Shadow' from error message (#​3943)

v1.0.0-next.272

Compare Source

Patch Changes
  • Make shadow endpoint event.url consistent between server and client navigation (#​3780)
  • Prevent duplicated history when navigating via hash link (#​3931)

v1.0.0-next.271

Compare Source

Patch Changes
  • Add transformPage option to resolve (#​3914)

v1.0.0-next.270

Compare Source

Patch Changes
  • handle HEAD requests in endpoints (#​3903)
  • Use shadow endpoint without defining a get endpoint (#​3816)

v1.0.0-next.269

Compare Source

Patch Changes
  • Ensure handleError hook is called for shadow endpoint errors (#​3879)

v1.0.0-next.268

Compare Source

Patch Changes
  • refactor: use one escape function for json in html script body instead of two slightly different (#​3804)

v1.0.0-next.267

Compare Source

Patch Changes
  • Set cookies when redirecting from shadow endpoint (#​3874)

v1.0.0-next.266

Compare Source

Patch Changes
  • fix casing of .DS_Store in the default config for serviceWorker (#​3823)
  • fix] avoid mutating response `Headers` ([#&#8203;3829](https://github.com/sveltejs/kit/pull/3829))
    
    

v1.0.0-next.265

Compare Source

Patch Changes
  • breaking] remove `createIndexFiles` option, derive from `trailingSlash` instead ([#&#8203;3801](https://github.com/sveltejs/kit/pull/3801))
    
    
  • Pass trailingSlash config to adapters (#​3820)

v1.0.0-next.264

Compare Source

Patch Changes
  • fix links pointing to multi-page docs (#​3815)

v1.0.0-next.263

Compare Source

Patch Changes
  • fix] replace broken escaping with a working version ([#&#8203;3798](https://github.com/sveltejs/kit/pull/3798))
    
    

v1.0.0-next.262

Compare Source

Patch Changes
  • update to Vite 2.8 and esbuild 0.14 (#​3791)

v1.0.0-next.261

Compare Source

Patch Changes
  • Prevent full reload when router navigates and only removes hash (#​3757)
  • fixes shadow hydration escaping (#​3793)
  • fixes an error with fetching shadow endpoints if they are ending with '/' (#​3740)

v1.0.0-next.260

Compare Source

Patch Changes
  • Allow Response object to be returned without properties showing up in object constructor (#​3697)

v1.0.0-next.259

Compare Source

Patch Changes
  • Prevent Host header from being incorrectly inherited by requests made from load's fetch during SSR (#​3690)

v1.0.0-next.258

Compare Source

Patch Changes
  • Update $app/stores page.stuff to use App.Stuff (#​3686)

v1.0.0-next.257

Compare Source

Patch Changes
  • Rename JSONString type to JSONValue (#​3683)
  • Add App namespace for app-level types (#​3670)
  • breaking] remove target option ([#&#8203;3674](https://github.com/sveltejs/kit/pull/3674))
    
    

v1.0.0-next.256

Compare Source

Patch Changes
  • fix regression in parsing HTML when crawling for pre-rendering (#​3677)

v1.0.0-next.255

Compare Source

Patch Changes
  • fix parsing during pre-render crawl when there are HTML attributes without a value (#​3668)
  • Correctly populate asset manifest when generating service worker (#​3673)

v1.0.0-next.254

Compare Source

Patch Changes
  • Add version config and expose updated store (#​3412)
  • fix] update types to match changes to Vite config handling ([#&#8203;3662](https://github.com/sveltejs/kit/pull/3662))
    
    

v1.0.0-next.253

Compare Source

Patch Changes
  • Allow config.kit.vite to be an async function (#​3565)
  • Include page request headers in server-side fetches (#​3631)

v1.0.0-next.252

Compare Source

Patch Changes
  • remove nonexistent url store from $app/stores ambient types (#​3640)

v1.0.0-next.251

Compare Source

Patch Changes
  • Handle non-compliant ReadableStream implementations (#​3624)

v1.0.0-next.250

Compare Source

Patch Changes
  • breaking] move `config.kit.hydrate` and `config.kit.router` to `config.kit.browser` ([#&#8203;3578](https://github.com/sveltejs/kit/pull/3578))
    
    
  • add prerender.createIndexFiles option (#​2632)

v1.0.0-next.249

Patch Changes
  • Include service worker in manifest (#​3570)
  • Add kit.routes config to customise public/private modules (#​3576)

v1.0.0-next.248

Patch Changes
  • Decode fetched resources before checking against manifest when prerendering (#​3571)
  • breaking] remove -H and (conflicting) -h shortcuts from CLI ([#&#8203;3573](https://github.com/sveltejs/kit/pull/3573))
    
    

v1.0.0-next.247

Patch Changes
  • fix handling an incoming request from HTTP/2 (#​3572)

v1.0.0-next.246

Patch Changes
  • svelte-kit package gives clearer error message when svelte2tsx and typescript are not installed (#​3562)
  • svelte-kit package errors when lib directory does not exist (#​3562)
  • chore] refactor AMP validation ([#&#8203;3554](https://github.com/sveltejs/kit/pull/3554))
    
    

v1.0.0-next.245

Patch Changes
  • Allow adapters to pass in platform object (#​3429)
  • favicon.ico is now requestable (#​3559)

v1.0.0-next.244

Patch Changes
  • fix] reading from same response body twice during prerender ([#&#8203;3473](https://github.com/sveltejs/kit/issues/3473)) ([#&#8203;3521](https://github.com/sveltejs/kit/pull/3521))
    
    
  • chore] remove InternalHandle ([#&#8203;3541](https://github.com/sveltejs/kit/pull/3541))
    
    
  • Force Vite to use HTTP/1 in dev mode, so dev --https works again (#​3553)

v1.0.0-next.243

Patch Changes
  • fix] hydrate real HTTP requests ([#&#8203;3547](https://github.com/sveltejs/kit/pull/3547))
    
    

v1.0.0-next.242

Patch Changes
  • reinstate EndpointOutput generic (#​3537)

v1.0.0-next.241

Patch Changes
  • svelte-kit package only encodes text files (#​3522)

v1.0.0-next.240

Patch Changes
  • Error if handle hook returns something other than a Response (#​3496)
  • allow setting multiple set-cookie headers (#​3502)
  • fixed prerendering with base path configured (#​3500)

v1.0.0-next.239

Patch Changes
  • Insert cache-control header when prerendering (#​3493)

v1.0.0-next.238

Patch Changes
  • Escape prerendered redirect locations, instead of encoding them (#​3456)

v1.0.0-next.237

Patch Changes
  • Type compilerOptions as CompileOptions instead of any (#​3486)

v1.0.0-next.236

Patch Changes
  • The redirect property returned from a module's load function must now be a properly encoded URI string value. (#​3404)

v1.0.0-next.235

Patch Changes
  • register service worker regardless of hydrate/router option (#​3435)

v1.0.0-next.234

Patch Changes
  • 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), [#&#8203;3384](https://github.com/sveltejs/kit/pull/3384))
    
    
  • breaking] change `app.render` signature to (request: Request) => Promise<Response> ([#&#8203;3384](https://github.com/sveltejs/kit/pull/3384))
    
    
  • breaking] move protocol/host configuration options from Kit to adapter-node ([#&#8203;3384](https://github.com/sveltejs/kit/pull/3384))
    
    

v1.0.0-next.233

Patch Changes
  • fix] refactor navigation singletons to avoid storing undefined reference ([#&#8203;3374](https://github.com/sveltejs/kit/pull/3374))
    
    
  • fix] add media="(max-width: 0)" to prevent stylesheets from downloading ([#&#8203;3396](https://github.com/sveltejs/kit/pull/3396))
    
    

v1.0.0-next.232

Patch Changes
  • Preserve explicit ETag header (#​3348)
  • fix] ignore hash links during prerendering (again) ([#&#8203;3367](https://github.com/sveltejs/kit/pull/3367))
    
    

v1.0.0-next.231

Patch Changes
  • Handle requests for /basepath (#​3345)
  • Allow __fetch_polyfill() to run several times (#​3357)
  • Handle static assets with /basepath in svelte-kit dev (#​3346)

v1.0.0-next.230

Patch Changes
  • Log errors to stderr rather than stdout (#​3328)

v1.0.0-next.229

Patch Changes
  • The path to a service worker is now rebased to the app's base path (#​3319)

v1.0.0-next.228

Patch Changes
  • Throw on accessing url.search/searchParams from page store during prerendering (#​3314)
  • Preserve relevant headers when serving 304s (#​3313)

v1.0.0-next.227

Patch Changes
  • Adds beforeNavigate/afterNavigate lifecycle functions (#​3293)

v1.0.0-next.225

Patch Changes
  • add inlineStyleThreshold option, below which stylesheets are inlined into the page (#​2620)

v1.0.0-next.224

Patch Changes
  • More robust crawling of prerendered pages (#​3288)

v1.0.0-next.223

Patch Changes
  • Add methodOverride option for submitting PUT/PATCH/DELETE/etc with elements (#​2989)

v1.0.0-next.222

Patch Changes
  • Remove config.kit.ssr and export const ssr in favour of ssr parameter for resolve function in handle (#​2804)

v1.0.0-next.221

Patch Changes
  • Add returned stuff from pages into $page store (#​3252)
  • Fallthrough is now explicit and layout components now also support fallthrough (#​3217)

v1.0.0-next.220

Patch Changes
  • url hash is now properly reflected in page store (#​3273)
  • Strip hash fragments from URLs during prerendering (#​3251)
  • Allow prefixes and suffixes around rest parameters (#​3240)

v1.0.0-next.219

Patch Changes
  • Render error page if error happens in handle hook (#​3239)
  • chore] update dependency sirv to v2 ([#&#8203;3263](https://github.com/sveltejs/kit/pull/3263))
    
    

v1.0.0-next.218

Patch Changes
  • Replace %svelte.assets% with relative path (#​3234)

v1.0.0-next.217

Patch Changes
  • Improve error message when svelte.config.js is not found (#​3219)
  • Support more text content types (#​2781)

v1.0.0-next.216

Patch Changes
  • make html template optional for svelte-kit package (#​3161)
  • Allow multiple different headers returned from one endpoint (#​3201)

v1.0.0-next.215

Patch Changes
  • Fix hash change focus behaviour (#​3177)

v1.0.0-next.214

Patch Changes
  • breaking] Add `disableScrollHandling` function (see https://kit.svelte.dev/docs/modules#$app-navigation) ([#&#8203;3182](https://github.com/sveltejs/kit/pull/3182))
    
    

v1.0.0-next.213

Patch Changes
  • Don't register service worker if there is none (#​3170)
  • Fix url pathname for prerenders (#​3178)

v1.0.0-next.212

Patch Changes
  • Add status and error to page store (#​3096)
  • Fix dev prebundling scanner (#​3169)
  • Sort rest endpoints before pages (#​3168)

v1.0.0-next.211

Patch Changes
  • Use Vite's filewatcher in dev mode instead of creating a new one

v1.0.0-next.210

Patch Changes
  • Add path/query error getters in prod mode (#​3151)

v1.0.0-next.209

Patch Changes
  • Bundle SSR renderer with app (#​3144)

v1.0.0-next.208

Patch Changes
  • Replace config.kit.hostHeader with config.kit.headers.host, add config.kit.headers.protocol (#​2931)
  • Replace page.host with page.origin (#​2931)
  • fix] load CSS before JS preloads
    
    
  • Error if adapter provides wrong input to app.render (#​3133)
  • Replace [request|page].[origin|path|query] with url object (#​3133)

v1.0.0-next.206

Patch Changes
  • Handle Headers instance in server-side fetch (#​3034)

v1.0.0-next.205

Patch Changes
  • Add config.kit.prerender.concurrency setting (#​3120)

v1.0.0-next.204

Patch Changes
  • fix <Route> received an unexpected slot "default" warning (#​3115)

v1.0.0-next.203

Patch Changes
  • Update vite-plugin-svelte to 1.0.0-next.32 (#​3048)
  • fix sveltekit:prefetch mouse detection (#​2995)
  • Sort rest routes alphabetically (#​3093)
  • Fix invalid amp-install-serviceworker (#​3075)

v1.0.0-next.202

Patch Changes
  • fix] upgrade to Vite 2.7 ([#&#8203;3018](https://github.com/sveltejs/kit/pull/3018))
    
    
  • Allow absolute file paths given to package.dir (#​3012)
  • update to esbuild 0.13.15 and other dependency updates (#​2957)

v1.0.0-next.201

Patch Changes
  • Ignore mailto: and tel: links (#​2915)

v1.0.0-next.200

Patch Changes
  • Follow redirects when prerendering (#​2832)
  • Fix types reference in exports in package.json (#​2896)

v1.0.0-next.199

Patch Changes
  • fix] support etag W/ prefix ([#&#8203;2709](https://github.com/sveltejs/kit/pull/2709))
    
    
  • fix] revert [#&#8203;2819](https://github.com/sveltejs/kit/issues/2819) and add code comment ([#&#8203;2883](https://github.com/sveltejs/kit/pull/2883))
    
    
  • Don't create empty dirs when packaging (#​2831)
  • feat] Use `event.composedPath` to find anchors for prefetching and routing ([#&#8203;2769](https://github.com/sveltejs/kit/pull/2769))
    
    

v1.0.0-next.198

Patch Changes
  • Register custom service worker for AMP (#​2265)

v1.0.0-next.197

Patch Changes
  • fix] prevent text unselection for keepfocus ([#&#8203;2857](https://github.com/sveltejs/kit/pull/2857))
    
    
  • fix] use defaults when no opts passed to router ([#&#8203;2819](https://github.com/sveltejs/kit/pull/2819))
    
    

v1.0.0-next.196

Patch Changes
  • remove all selection before navigating to the next page (#​2755)
  • fix] properly scroll if body has margin ([#&#8203;2761](https://github.com/sveltejs/kit/pull/2761))
    
    

v1.0.0-next.195

Patch Changes
  • fix] increase scroll debounce timeout ([#&#8203;2749](https://github.com/sveltejs/kit/pull/2749))
    
    
  • fix] do not set inlineDynamicImports ([#&#8203;2753](https://github.com/sveltejs/kit/pull/2753))
    
    

v1.0.0-next.194

Patch Changes
  • fix] correct message when serving with strict:false ([#&#8203;2726](https://github.com/sveltejs/kit/pull/2726))
    
    
  • fix] reset scroll when navigated from scrolled page ([#&#8203;2735](https://github.com/sveltejs/kit/pull/2735))
    
    

v1.0.0-next.193

Patch Changes
  • fix] upgrade minor deps. fetch-blob 3.1.3 needed for Netlify deploys ([#&#8203;2714](https://github.com/sveltejs/kit/pull/2714))
    
    
  • fix] scroll to elements provided via URL hash ([#&#8203;2668](https://github.com/sveltejs/kit/pull/2668))
    
    

v1.0.0-next.192

Patch Changes
  • fix] allow overriding inlineDynamicImports ([#&#8203;2702](https://github.com/sveltejs/kit/pull/2702))
    
    

v1.0.0-next.191

Patch Changes
  • Return the copied files from the adapter's copy_ utils. (#​2674)
  • fix] avoid infinite loop if no routes found ([#&#8203;2614](https://github.com/sveltejs/kit/pull/2614))
    
    
  • security] upgrade to Vite 2.6.12, specify allow list, and print warning ([#&#8203;2691](https://github.com/sveltejs/kit/pull/2691))
    
    

v1.0.0-next.190

Patch Changes
  • fix] upgrade to Vite 2.6.11 ([#&#8203;2683](https://github.com/sveltejs/kit/pull/2683))
    
    
  • Return an array of written files when prerendering. (#​2675)

v1.0.0-next.189

Patch Changes
  • breaking] only route pages on the client-side ([#&#8203;2656](https://github.com/sveltejs/kit/pull/2656))
    
    

v1.0.0-next.188

Patch Changes
  • fix] fire navigation-end event only at end of navigation ([#&#8203;2649](https://github.com/sveltejs/kit/pull/2649))
    
    
  • fix] allow passing certificates via config ([#&#8203;2622](https://github.com/sveltejs/kit/pull/2622))
    
    

v1.0.0-next.187

Patch Changes
  • Fix prerendering when paths.base but not paths.assets is specified (#​2643)

v1.0.0-next.186

Patch Changes
  • chore] upgrade to Vite 2.6.10 ([#&#8203;2634](https://github.com/sveltejs/kit/pull/2634))
    
    

v1.0.0-next.185

Patch Changes
  • Update vite-plugin-svelte to 1.0.0-next.30 (#​2626)
  • fix] allow users to override build target ([#&#8203;2618](https://github.com/sveltejs/kit/pull/2618))
    
    

v1.0.0-next.184

Patch Changes
  • breaking] drop Node 12 support ([#&#8203;2604](https://github.com/sveltejs/kit/pull/2604))
    
    

v1.0.0-next.183

Patch Changes
  • fix XSS vulnerability in page.path and page.params during SSR (#​2597)

v1.0.0-next.182

Patch Changes
  • fix] fixes for firing of hashchange event ([#&#8203;2591](https://github.com/sveltejs/kit/pull/2591))
    
    

v1.0.0-next.181

Patch Changes
  • fix] improve type of `init` ([#&#8203;2544](https://github.com/sveltejs/kit/pull/2544))
    
    
  • fix] implement support for hashchange event ([#&#8203;2590](https://github.com/sveltejs/kit/pull/2590))
    
    
  • chore] upgrade to Vite 2.6.7 ([#&#8203;2586](https://github.com/sveltejs/kit/pull/2586))
    
    

v1.0.0-next.180

Patch Changes
  • fix] don't expose prerender options ([#&#8203;2543](https://github.com/sveltejs/kit/pull/2543))
    
    
  • chore] upgrade to Vite 2.6.3" ([#&#8203;2557](https://github.com/sveltejs/kit/pull/2557))
    
    
  • upgrade commonjs plugin for better ignoreTryCatch default (#​2539)

v1.0.0-next.179

Patch Changes
  • Fix escaping of URLs of endpoint responses serialized into SSR response (#​2534)

v1.0.0-next.178

Patch Changes
  • fix] restore functioning of --host CLI flag with no arg ([#&#8203;2525](https://github.com/sveltejs/kit/pull/2525))
    
    

v1.0.0-next.177

Patch Changes
  • update to vite 2.6.0 and esbuild 0.13 (#​2522)
  • fix browser-only redirect during load. (#​2462)

v1.0.0-next.176

Patch Changes
  • feat] allow using Vite's `strict.port: false` option ([#&#8203;2507](https://github.com/sveltejs/kit/pull/2507))
    
    
  • fix] allow passing in https certs again' ([#&#8203;2512](https://github.com/sveltejs/kit/pull/2512))
    
    

v1.0.0-next.175

Patch Changes
  • chore] upgrade node-fetch to 3.0.0 final ([#&#8203;2422](https://github.com/sveltejs/kit/pull/2422))
    
    
  • fix] don't override application focus and scroll ([#&#8203;2489](https://github.com/sveltejs/kit/pull/2489))
    
    

v1.0.0-next.174

Patch Changes
  • Fix script and style tags without attributes crashing svelte-kit package (#​2492)

v1.0.0-next.173

Patch Changes
  • Exports and files property in config.kit.package now accepts a function rather than an object (#​2430)
  • Renamed property exclude to files in config.kit.serviceWorker and now accepts a function instead (#​2430)
  • Remove lang tag when packaging (#​2486)

v1.0.0-next.172

Patch Changes
  • chore] upgrade to Svelte 3.43.0" ([#&#8203;2474](https://github.com/sveltejs/kit/pull/2474))
    
    
  • breaking] rename the `context` parameter of the load function to `stuff` ([#&#8203;2439](https://github.com/sveltejs/kit/pull/2439))
    
    

v1.0.0-next.171

Patch Changes
  • Fix preview when kit.paths.base is set. (#​2409)
  • Resolve $lib alias when packaging (#​2453)

v1.0.0-next.170

Patch Changes
  • Fix prerendering/adapter-static failing when kit.paths.base was set. (#​2407)

v1.0.0-next.169

Patch Changes
  • Add "svelte" field to package.json when running package command (#​2431)
  • fix] revert [#&#8203;2354](https://github.com/sveltejs/kit/issues/2354) and fix double character decoding a different way ([#&#8203;2435](https://github.com/sveltejs/kit/pull/2435))
    
    
  • feat] use the Vite server options in dev mode ([#&#8203;2232](https://github.com/sveltejs/kit/pull/2232))
    
    

v1.0.0-next.168

Patch Changes
  • fix] encodeURI during prerender ([#&#8203;2427](https://github.com/sveltejs/kit/pull/2427))
    
    
  • chore] add links to repository and homepage to package.json ([#&#8203;2425](https://github.com/sveltejs/kit/pull/2425))
    
    

v1.0.0-next.167

Patch Changes
  • Update vite-plugin-svelte to 1.0.0-next.24 (#​2423)
  • Add a generic argument to allow typing Body from hooks (#​2413)

v1.0.0-next.166

Patch Changes
  • chore] upgrade Vite to 2.5.7
    
    
  • fix] deeply-nested error components render with correct layout ([#&#8203;2389](https://github.com/sveltejs/kit/pull/2389))
    
    
  • Update vite-plugin-svelte to 1.0.0-next.23 (#​2402)
  • fix] pass along set-cookie headers during SSR ([#&#8203;2362](https://github.com/sveltejs/kit/pull/2362))
    
    

v1.0.0-next.165

Patch Changes
  • chore] upgrade Vite
    
    
  • breaking] rename prerender.pages config option to prerender.entries ([#&#8203;2380](https://github.com/sveltejs/kit/pull/2380))
    
    
  • fix] anchor tag inside svg ([#&#8203;2286](https://github.com/sveltejs/kit/pull/2286))
    
    

v1.0.0-next.164

Patch Changes
  • fix] error components render with correct layout client-side as well as server-side ([#&#8203;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)
  • Trim .js extensions in package exports field (#​2345)

v1.0.0-next.163

Patch Changes
  • Update vite-plugin-svelte to 1.0.0-next.22 (#​2370)
  • fix] load function should not leak props to other components ([#&#8203;2356](https://github.com/sveltejs/kit/pull/2356))
    
    
  • packaging merge exports field by default (#​2327)
  • fix] don't decode URL when finding matching route ([#&#8203;2354](https://github.com/sveltejs/kit/pull/2354))
    
    

v1.0.0-next.162

Patch Changes

v1.0.0-next.161

Patch Changes
  • Allow service workers to access files using the $lib alias (#​2326)
  • fix] remove Vite workaround now that dev deps can be bundled ([#&#8203;2340](https://github.com/sveltejs/kit/pull/2340))
    
    
  • support using arrays for kit.vite.resolve.alias (#​2328)

v1.0.0-next.160

Patch Changes
  • fix] upgrade to Vite 2.5.2 to fix URL decoding ([#&#8203;2323](https://github.com/sveltejs/kit/pull/2323))
    
    
  • Add @sveltejs/kit to noExternal in dev server as well (#​2332)

v1.0.0-next.159

Patch Changes
  • Add @sveltejs/kit to noExternal to resolve hooks module in dev server (#​2306)
  • fix] HMR on Windows ([#&#8203;2315](https://github.com/sveltejs/kit/pull/2315))
    
    

v1.0.0-next.158

Patch Changes
  • avoid setting rawBody/body to an empty Uint8Array when a load's fetch function is called with no body during SSR (#​2295)

v1.0.0-next.157

Patch Changes
  • chore] separate RequestHeaders and ResponseHeaders types ([#&#8203;2248](https://github.com/sveltejs/kit/pull/2248))
    
    
  • fix] don't de-indent user-rendered HTML ([#&#8203;2292](https://github.com/sveltejs/kit/pull/2292))
    
    

v1.0.0-next.156

Patch Changes
  • allow any top-level keys in svelte config (#​2267)
  • Exclude emitted declarations on packaging (#​2247)

v1.0.0-next.155

Patch Changes
  • chore] export App types ([#&#8203;2259](https://github.com/sveltejs/kit/pull/2259))
    
    

v1.0.0-next.154

Patch Changes

v1.0.0-next.153

Patch Changes
  • rename serverFetch to externalFetch (#​2110)

v1.0.0-next.152

Patch Changes
  • Check ports usage in a more cross-platform way in dev server error logging (#​2209)
  • Ensure the raw body is an Uint8Array before passing it to request handlers (#​2215)

v1.0.0-next.151

Patch Changes
  • fix new route discovery in dev server (#​2198)

v1.0.0-next.150

Patch Changes
  • fix] match route against decoded path on client ([#&#8203;2206](https://github.com/sveltejs/kit/pull/2206))
    
    

v1.0.0-next.148

Patch Changes
  • update svelte peerDependency to 3.39.0 (#​2182)
  • Use /_svelte_kit_assets when serving apps with specified paths.assets locally (#​2189)
  • Serve from basepath in svelte-kit dev/preview (#​2189)
  • Disallow non-absolute paths.assets option (#​2189)
  • Allow EndpointOutput response body objects to have a toJSON property (#​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.


  • 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 | 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#&#8203;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 ([#&#8203;4756](https://github.com/sveltejs/kit/pull/4756)) ### [`v1.0.0-next.323`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4742](https://github.com/sveltejs/kit/pull/4742)) <!----> - Only complain about missing $lib paths in tsconfig if src/lib exists ([#&#8203;4735](https://github.com/sveltejs/kit/pull/4735)) <!----> - Include all assets in `$service-worker` build, not just CSS ([#&#8203;4744](https://github.com/sveltejs/kit/pull/4744)) ### [`v1.0.0-next.322`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4725](https://github.com/sveltejs/kit/pull/4725)) <!----> - \[breaking] Ignore `trailingSlash` for endpoint requests, apply `trailingSlash` to pages consistently ([#&#8203;4699](https://github.com/sveltejs/kit/pull/4699)) ### [`v1.0.0-next.321`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;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 ([#&#8203;4729](https://github.com/sveltejs/kit/pull/4729)) <!----> - throw error on encountering infinite layout loop ([#&#8203;4730](https://github.com/sveltejs/kit/pull/4730)) ### [`v1.0.0-next.320`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;4690](https://github.com/sveltejs/kit/pull/4690)) ### [`v1.0.0-next.319`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4658](https://github.com/sveltejs/kit/pull/4658)) ### [`v1.0.0-next.318`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4674](https://github.com/sveltejs/kit/pull/4674)) ### [`v1.0.0-next.317`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4664](https://github.com/sveltejs/kit/pull/4664)) <!----> - builder.createEntries returns a promise that awaits complete() callbacks ([#&#8203;4663](https://github.com/sveltejs/kit/pull/4663)) <!----> - navigation store resets to null after aborted nav ([#&#8203;4664](https://github.com/sveltejs/kit/pull/4664)) ### [`v1.0.0-next.316`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4636](https://github.com/sveltejs/kit/pull/4636)) ### [`v1.0.0-next.315`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4588](https://github.com/sveltejs/kit/pull/4588)) <!----> - Include disallowed method name in 405 response, include Allow header ([#&#8203;4614](https://github.com/sveltejs/kit/pull/4614)) <!----> - apply updated `props.page` when update or goto page ([#&#8203;4392](https://github.com/sveltejs/kit/pull/4392)) <!----> - rename `data-svelte` attribute to `data-sveltekit` ([#&#8203;4641](https://github.com/sveltejs/kit/pull/4641)) ### [`v1.0.0-next.314`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;4536](https://github.com/sveltejs/kit/pull/4536)) <!----> - Made LoadInput and LoadOutput types public, merged ErrorLoad and Load declarations ([#&#8203;4515](https://github.com/sveltejs/kit/pull/4515)) ### [`v1.0.0-next.312`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4604](https://github.com/sveltejs/kit/pull/4604)) ### [`v1.0.0-next.311`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4545](https://github.com/sveltejs/kit/pull/4545)) <!----> - \[breaking] Skip prerendering for rel="external" links ([#&#8203;4545](https://github.com/sveltejs/kit/pull/4545)) ### [`v1.0.0-next.310`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4548](https://github.com/sveltejs/kit/pull/4548)) ### [`v1.0.0-next.309`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4550](https://github.com/sveltejs/kit/pull/4550)) ### [`v1.0.0-next.308`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4535](https://github.com/sveltejs/kit/pull/4535)) ### [`v1.0.0-next.307`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4527](https://github.com/sveltejs/kit/pull/4527)) <!----> - Respect ssr option when rendering 404 page ([#&#8203;4513](https://github.com/sveltejs/kit/pull/4513)) <!----> - Remove unimplemented option from CLI ([#&#8203;4507](https://github.com/sveltejs/kit/pull/4507)) <!----> - Move MaybePromise from RequestHandlerOutput to RequestHandler return value ([#&#8203;4519](https://github.com/sveltejs/kit/pull/4519)) ### [`v1.0.0-next.306`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4510](https://github.com/sveltejs/kit/pull/4510)) <!----> - Respect `paths.base` when using `--open` ([#&#8203;4510](https://github.com/sveltejs/kit/pull/4510)) <!----> - \[breaking] Add named layouts, remove `__layout.reset` ([#&#8203;4388](https://github.com/sveltejs/kit/pull/4388)) ### [`v1.0.0-next.305`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4472](https://github.com/sveltejs/kit/pull/4472)) ### [`v1.0.0-next.304`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4468](https://github.com/sveltejs/kit/pull/4468)) <!----> - allow files and directories named `__tests__` and `__test__` in the routes directory ([#&#8203;4438](https://github.com/sveltejs/kit/pull/4438)) <!----> - Create fallback page when prerendering is disabled ([#&#8203;4443](https://github.com/sveltejs/kit/pull/4443)) ### [`v1.0.0-next.303`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4433](https://github.com/sveltejs/kit/pull/4433)) ### [`v1.0.0-next.302`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4414](https://github.com/sveltejs/kit/pull/4414)) <!----> - Fix error link for fallthrough replacement ([#&#8203;4408](https://github.com/sveltejs/kit/pull/4408)) ### [`v1.0.0-next.301`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4372](https://github.com/sveltejs/kit/pull/4372)) ### [`v1.0.0-next.300`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;4364](https://github.com/sveltejs/kit/pull/4364)) <!----> - fix rest param type generation ([#&#8203;4361](https://github.com/sveltejs/kit/pull/4361)) <!----> - \[breaking] Rename validators to matchers ([#&#8203;4358](https://github.com/sveltejs/kit/pull/4358)) ### [`v1.0.0-next.299`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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" ([#&#8203;4351](https://github.com/sveltejs/kit/pull/4351)) <!----> - Expose `event.routeId` and `page.routeId` ([#&#8203;4345](https://github.com/sveltejs/kit/pull/4345)) <!----> - \[breaking] remove fallthrough routes ([#&#8203;4330](https://github.com/sveltejs/kit/pull/4330)) <!----> - Add param validators ([#&#8203;4334](https://github.com/sveltejs/kit/pull/4334)) <!----> - \[breaking] disallow $ character in dynamic parameters ([#&#8203;4334](https://github.com/sveltejs/kit/pull/4334)) <!----> - Populate event.params before calling handle ([#&#8203;4344](https://github.com/sveltejs/kit/pull/4344)) ### [`v1.0.0-next.298`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4333](https://github.com/sveltejs/kit/pull/4333)) ### [`v1.0.0-next.297`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;4305](https://github.com/sveltejs/kit/pull/4305)) <!----> - allow `Output` to be typed in generated `RequestHandler` ([#&#8203;4305](https://github.com/sveltejs/kit/pull/4305)) <!----> - \[breaking] require adapters to supply a getClientAddress function ([#&#8203;4289](https://github.com/sveltejs/kit/pull/4289)) <!----> - Allow page endpoint without GET handler ([#&#8203;4318](https://github.com/sveltejs/kit/pull/4318)) <!----> - Return 404 when fetching missing data during prerender ([#&#8203;4324](https://github.com/sveltejs/kit/pull/4324)) <!----> - expose client IP address as event.clientAddress ([#&#8203;4289](https://github.com/sveltejs/kit/pull/4289)) ### [`v1.0.0-next.296`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4299](https://github.com/sveltejs/kit/pull/4299)) <!----> - Make `manifest.mimeTypes` part of the public API ([#&#8203;4302](https://github.com/sveltejs/kit/pull/4302)) <!----> - load hooks after server initialisation, to ensure `prerendering` is correct ([#&#8203;4322](https://github.com/sveltejs/kit/pull/4322)) ### [`v1.0.0-next.295`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4277](https://github.com/sveltejs/kit/pull/4277)) <!----> - Handle explicit redirects from endpoints ([#&#8203;4260](https://github.com/sveltejs/kit/pull/4260)) <!----> - Allow routes with the same name as fallback components ([#&#8203;4284](https://github.com/sveltejs/kit/pull/4284)) ### [`v1.0.0-next.294`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4213](https://github.com/sveltejs/kit/pull/4213)) <!----> - Remove declared `$lib` module ([#&#8203;4227](https://github.com/sveltejs/kit/pull/4227)) ### [`v1.0.0-next.293`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4220](https://github.com/sveltejs/kit/pull/4220)) <!----> - fetch `version.json` relative to `paths.assets`, if set ([#&#8203;4234](https://github.com/sveltejs/kit/pull/4234)) ### [`v1.0.0-next.292`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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" ([#&#8203;4214](https://github.com/sveltejs/kit/pull/4214)) <!----> - Add sync CLI command ([#&#8203;4182](https://github.com/sveltejs/kit/pull/4182)) <!----> - \[breaking] expose entire config to adapters, rather than just appDir and trailingSlash ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - \[breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - \[breaking] prerender pages during build, regardless of adapter ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - Add config.kit.prerender.default option ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - Ensure props are loaded from matching endpoint during client-side navigation ([#&#8203;4203](https://github.com/sveltejs/kit/pull/4203)) <!----> - Use prerendered pages in svelte-kit preview ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - Upgrade to TypeScript 4.6 ([#&#8203;4190](https://github.com/sveltejs/kit/pull/4190)) <!----> - Fix `svelte-kit preview` ([#&#8203;4207](https://github.com/sveltejs/kit/pull/4207)) <!----> - Make prerendered paths available to service workers ([#&#8203;4192](https://github.com/sveltejs/kit/pull/4192)) <!----> - Update history immediately before updating DOM ([#&#8203;4191](https://github.com/sveltejs/kit/pull/4191)) <!----> - Add config.kit.endpointExtensions option ([#&#8203;4197](https://github.com/sveltejs/kit/pull/4197)) ### [`v1.0.0-next.291`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4184](https://github.com/sveltejs/kit/pull/4184)) ### [`v1.0.0-next.290`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4176](https://github.com/sveltejs/kit/pull/4176)) <!----> - \[breaking] allow `InputProps` and `OutputProps` to be typed separately in `Load` ([#&#8203;4160](https://github.com/sveltejs/kit/pull/4160)) ### [`v1.0.0-next.289`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4116](https://github.com/sveltejs/kit/pull/4116)) <!----> - Generate types for each page/endpoint ([#&#8203;4120](https://github.com/sveltejs/kit/pull/4120)) <!----> - Extend user tsconfig from generated .svelte-kit/tsconfig.json ([#&#8203;4118](https://github.com/sveltejs/kit/pull/4118)) ### [`v1.0.0-next.288`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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()` ([#&#8203;4128](https://github.com/sveltejs/kit/pull/4128)) <!----> - \[breaking] `tabindex="-1"` is no longer added to `<body>`; `<html>` only briefly receives it during navigation ([#&#8203;4140](https://github.com/sveltejs/kit/pull/4140)) <!----> - `RequestHandlerOutput` accepts body when it has or maybe is `undefined` ([#&#8203;4152](https://github.com/sveltejs/kit/pull/4152)) ### [`v1.0.0-next.287`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4111](https://github.com/sveltejs/kit/pull/4111)) ### [`v1.0.0-next.286`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4041](https://github.com/sveltejs/kit/pull/4041)) <!----> - Expose Navigation type ([#&#8203;4076](https://github.com/sveltejs/kit/pull/4076)) <!----> - add new `Page` type ([#&#8203;4076](https://github.com/sveltejs/kit/pull/4076)) <!----> - \[breaking] separate public from private-but-documented types ([#&#8203;4104](https://github.com/sveltejs/kit/pull/4104)) ### [`v1.0.0-next.285`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070)) <!----> - \[breaking] remove sveltekit:navigation-{start,end} events ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070)) <!----> - \[breaking] defer pushState until navigation occurs ([#&#8203;4070](https://github.com/sveltejs/kit/pull/4070)) ### [`v1.0.0-next.284`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4073](https://github.com/sveltejs/kit/pull/4073)) <!----> - Ignore click event if url does not have origin (e.g. `mailto:`, `tel:`) ([#&#8203;4072](https://github.com/sveltejs/kit/pull/4072)) ### [`v1.0.0-next.283`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 `/` ([#&#8203;4066](https://github.com/sveltejs/kit/pull/4066)) ### [`v1.0.0-next.282`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4054](https://github.com/sveltejs/kit/pull/4054)) ### [`v1.0.0-next.281`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4036](https://github.com/sveltejs/kit/pull/4036)) ### [`v1.0.0-next.280`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;4034](https://github.com/sveltejs/kit/pull/4034)) <!----> - \[breaking] allow providing `Params` type argument for `RequestHandler` ([#&#8203;3989](https://github.com/sveltejs/kit/pull/3989)) ### [`v1.0.0-next.279`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;4015](https://github.com/sveltejs/kit/pull/4015)) ### [`v1.0.0-next.278`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3826](https://github.com/sveltejs/kit/pull/3826)) ### [`v1.0.0-next.277`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3969](https://github.com/sveltejs/kit/pull/3969)) <!----> - Update page store without rerunning load when hash changes ([#&#8203;3975](https://github.com/sveltejs/kit/pull/3975)) ### [`v1.0.0-next.276`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3938](https://github.com/sveltejs/kit/pull/3938)) ### [`v1.0.0-next.275`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3925](https://github.com/sveltejs/kit/pull/3925)) ### [`v1.0.0-next.274`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3942](https://github.com/sveltejs/kit/pull/3942)) ### [`v1.0.0-next.273`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3941](https://github.com/sveltejs/kit/pull/3941)) <!----> - remove 'Shadow' from error message ([#&#8203;3943](https://github.com/sveltejs/kit/pull/3943)) ### [`v1.0.0-next.272`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3780](https://github.com/sveltejs/kit/pull/3780)) <!----> - Prevent duplicated history when navigating via hash link ([#&#8203;3931](https://github.com/sveltejs/kit/pull/3931)) ### [`v1.0.0-next.271`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;3914](https://github.com/sveltejs/kit/pull/3914)) ### [`v1.0.0-next.270`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3903](https://github.com/sveltejs/kit/pull/3903)) <!----> - Use shadow endpoint without defining a `get` endpoint ([#&#8203;3816](https://github.com/sveltejs/kit/pull/3816)) ### [`v1.0.0-next.269`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3879](https://github.com/sveltejs/kit/pull/3879)) ### [`v1.0.0-next.268`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3804](https://github.com/sveltejs/kit/pull/3804)) ### [`v1.0.0-next.267`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3874](https://github.com/sveltejs/kit/pull/3874)) ### [`v1.0.0-next.266`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;3823](https://github.com/sveltejs/kit/pull/3823)) <!----> - \[fix] avoid mutating response `Headers` ([#&#8203;3829](https://github.com/sveltejs/kit/pull/3829)) ### [`v1.0.0-next.265`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3801](https://github.com/sveltejs/kit/pull/3801)) <!----> - Pass trailingSlash config to adapters ([#&#8203;3820](https://github.com/sveltejs/kit/pull/3820)) ### [`v1.0.0-next.264`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3815](https://github.com/sveltejs/kit/pull/3815)) <!----> - upgrade to TypeScript 4.5 ([#&#8203;3809](https://github.com/sveltejs/kit/pull/3809)) ### [`v1.0.0-next.263`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3716](https://github.com/sveltejs/kit/pull/3716)) <!----> - \[fix] replace broken escaping with a working version ([#&#8203;3798](https://github.com/sveltejs/kit/pull/3798)) ### [`v1.0.0-next.262`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3791](https://github.com/sveltejs/kit/pull/3791)) ### [`v1.0.0-next.261`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3757](https://github.com/sveltejs/kit/pull/3757)) <!----> - fixes shadow hydration escaping ([#&#8203;3793](https://github.com/sveltejs/kit/pull/3793)) <!----> - fixes an error with fetching shadow endpoints if they are ending with '/' ([#&#8203;3740](https://github.com/sveltejs/kit/pull/3740)) ### [`v1.0.0-next.260`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3697](https://github.com/sveltejs/kit/pull/3697)) <!----> - Implement shadow endpoints ([#&#8203;3679](https://github.com/sveltejs/kit/pull/3679)) ### [`v1.0.0-next.259`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3690](https://github.com/sveltejs/kit/pull/3690)) ### [`v1.0.0-next.258`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3686](https://github.com/sveltejs/kit/pull/3686)) ### [`v1.0.0-next.257`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3683](https://github.com/sveltejs/kit/pull/3683)) <!----> - Add App namespace for app-level types ([#&#8203;3670](https://github.com/sveltejs/kit/pull/3670)) <!----> - \[breaking] remove target option ([#&#8203;3674](https://github.com/sveltejs/kit/pull/3674)) ### [`v1.0.0-next.256`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3677](https://github.com/sveltejs/kit/pull/3677)) ### [`v1.0.0-next.255`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3668](https://github.com/sveltejs/kit/pull/3668)) <!----> - Correctly populate asset manifest when generating service worker ([#&#8203;3673](https://github.com/sveltejs/kit/pull/3673)) ### [`v1.0.0-next.254`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3412](https://github.com/sveltejs/kit/pull/3412)) <!----> - \[fix] update types to match changes to Vite config handling ([#&#8203;3662](https://github.com/sveltejs/kit/pull/3662)) ### [`v1.0.0-next.253`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3565](https://github.com/sveltejs/kit/pull/3565)) <!----> - Include page request headers in server-side fetches ([#&#8203;3631](https://github.com/sveltejs/kit/pull/3631)) ### [`v1.0.0-next.252`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3640](https://github.com/sveltejs/kit/pull/3640)) ### [`v1.0.0-next.251`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;3624](https://github.com/sveltejs/kit/pull/3624)) ### [`v1.0.0-next.250`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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` ([#&#8203;3578](https://github.com/sveltejs/kit/pull/3578)) <!----> - add `prerender.createIndexFiles` option ([#&#8203;2632](https://github.com/sveltejs/kit/pull/2632)) ### [`v1.0.0-next.249`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next249) ##### Patch Changes - Include service worker in manifest ([#&#8203;3570](https://github.com/sveltejs/kit/pull/3570)) <!----> - Add kit.routes config to customise public/private modules ([#&#8203;3576](https://github.com/sveltejs/kit/pull/3576)) ### [`v1.0.0-next.248`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next248) ##### Patch Changes - Decode fetched resources before checking against manifest when prerendering ([#&#8203;3571](https://github.com/sveltejs/kit/pull/3571)) <!----> - \[breaking] remove -H and (conflicting) -h shortcuts from CLI ([#&#8203;3573](https://github.com/sveltejs/kit/pull/3573)) ### [`v1.0.0-next.247`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next247) ##### Patch Changes - fix handling an incoming request from HTTP/2 ([#&#8203;3572](https://github.com/sveltejs/kit/pull/3572)) ### [`v1.0.0-next.246`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next246) ##### Patch Changes - `svelte-kit package` gives clearer error message when svelte2tsx and typescript are not installed ([#&#8203;3562](https://github.com/sveltejs/kit/pull/3562)) <!----> - `svelte-kit package` errors when lib directory does not exist ([#&#8203;3562](https://github.com/sveltejs/kit/pull/3562)) <!----> - \[chore] refactor AMP validation ([#&#8203;3554](https://github.com/sveltejs/kit/pull/3554)) ### [`v1.0.0-next.245`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next245) ##### Patch Changes - Allow adapters to pass in `platform` object ([#&#8203;3429](https://github.com/sveltejs/kit/pull/3429)) <!----> - favicon.ico is now requestable ([#&#8203;3559](https://github.com/sveltejs/kit/pull/3559)) ### [`v1.0.0-next.244`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next244) ##### Patch Changes - \[fix] reading from same response body twice during prerender ([#&#8203;3473](https://github.com/sveltejs/kit/issues/3473)) ([#&#8203;3521](https://github.com/sveltejs/kit/pull/3521)) <!----> - Add CSP support ([#&#8203;3499](https://github.com/sveltejs/kit/pull/3499)) <!----> - \[chore] remove InternalHandle ([#&#8203;3541](https://github.com/sveltejs/kit/pull/3541)) <!----> - Force Vite to use HTTP/1 in dev mode, so `dev --https` works again ([#&#8203;3553](https://github.com/sveltejs/kit/pull/3553)) ### [`v1.0.0-next.243`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next243) ##### Patch Changes - \[fix] hydrate real HTTP requests ([#&#8203;3547](https://github.com/sveltejs/kit/pull/3547)) ### [`v1.0.0-next.242`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next242) ##### Patch Changes - reinstate `EndpointOutput` generic ([#&#8203;3537](https://github.com/sveltejs/kit/pull/3537)) ### [`v1.0.0-next.241`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next241) ##### Patch Changes - `svelte-kit package` only encodes text files ([#&#8203;3522](https://github.com/sveltejs/kit/pull/3522)) ### [`v1.0.0-next.240`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next240) ##### Patch Changes - Error if handle hook returns something other than a Response ([#&#8203;3496](https://github.com/sveltejs/kit/pull/3496)) <!----> - allow setting multiple set-cookie headers ([#&#8203;3502](https://github.com/sveltejs/kit/pull/3502)) <!----> - fixed prerendering with base path configured ([#&#8203;3500](https://github.com/sveltejs/kit/pull/3500)) ### [`v1.0.0-next.239`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next239) ##### Patch Changes - Insert <meta http-equiv> cache-control header when prerendering ([#&#8203;3493](https://github.com/sveltejs/kit/pull/3493)) ### [`v1.0.0-next.238`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next238) ##### Patch Changes - Escape prerendered redirect locations, instead of encoding them ([#&#8203;3456](https://github.com/sveltejs/kit/pull/3456)) ### [`v1.0.0-next.237`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next237) ##### Patch Changes - Type compilerOptions as CompileOptions instead of any ([#&#8203;3486](https://github.com/sveltejs/kit/pull/3486)) ### [`v1.0.0-next.236`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next236) ##### Patch Changes - The redirect property returned from a module's load function must now be a properly encoded URI string value. ([#&#8203;3404](https://github.com/sveltejs/kit/pull/3404)) ### [`v1.0.0-next.235`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next235) ##### Patch Changes - register service worker regardless of hydrate/router option ([#&#8203;3435](https://github.com/sveltejs/kit/pull/3435)) ### [`v1.0.0-next.234`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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), [#&#8203;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), [#&#8203;3384](https://github.com/sveltejs/kit/pull/3384)) <!----> - \[breaking] change `app.render` signature to (request: Request) => Promise<Response> ([#&#8203;3384](https://github.com/sveltejs/kit/pull/3384)) <!----> - \[breaking] move protocol/host configuration options from Kit to adapter-node ([#&#8203;3384](https://github.com/sveltejs/kit/pull/3384)) ### [`v1.0.0-next.233`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next233) ##### Patch Changes - \[fix] refactor navigation singletons to avoid storing undefined reference ([#&#8203;3374](https://github.com/sveltejs/kit/pull/3374)) <!----> - \[fix] add media="(max-width: 0)" to prevent stylesheets from downloading ([#&#8203;3396](https://github.com/sveltejs/kit/pull/3396)) ### [`v1.0.0-next.232`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next232) ##### Patch Changes - Preserve explicit ETag header ([#&#8203;3348](https://github.com/sveltejs/kit/pull/3348)) <!----> - \[fix] ignore hash links during prerendering (again) ([#&#8203;3367](https://github.com/sveltejs/kit/pull/3367)) ### [`v1.0.0-next.231`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next231) ##### Patch Changes - Handle requests for /basepath ([#&#8203;3345](https://github.com/sveltejs/kit/pull/3345)) <!----> - Allow \__fetch_polyfill() to run several times ([#&#8203;3357](https://github.com/sveltejs/kit/pull/3357)) <!----> - Handle static assets with /basepath in svelte-kit dev ([#&#8203;3346](https://github.com/sveltejs/kit/pull/3346)) ### [`v1.0.0-next.230`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next230) ##### Patch Changes - Log errors to stderr rather than stdout ([#&#8203;3328](https://github.com/sveltejs/kit/pull/3328)) ### [`v1.0.0-next.229`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next229) ##### Patch Changes - The path to a service worker is now rebased to the app's base path ([#&#8203;3319](https://github.com/sveltejs/kit/pull/3319)) ### [`v1.0.0-next.228`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next228) ##### Patch Changes - Throw on accessing url.search/searchParams from page store during prerendering ([#&#8203;3314](https://github.com/sveltejs/kit/pull/3314)) <!----> - Preserve relevant headers when serving 304s ([#&#8203;3313](https://github.com/sveltejs/kit/pull/3313)) ### [`v1.0.0-next.227`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next227) ##### Patch Changes - Adds beforeNavigate/afterNavigate lifecycle functions ([#&#8203;3293](https://github.com/sveltejs/kit/pull/3293)) ### [`v1.0.0-next.225`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next225) ##### Patch Changes - add inlineStyleThreshold option, below which stylesheets are inlined into the page ([#&#8203;2620](https://github.com/sveltejs/kit/pull/2620)) ### [`v1.0.0-next.224`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next224) ##### Patch Changes - More robust crawling of prerendered pages ([#&#8203;3288](https://github.com/sveltejs/kit/pull/3288)) ### [`v1.0.0-next.223`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next223) ##### Patch Changes - Add methodOverride option for submitting PUT/PATCH/DELETE/etc with <form> elements ([#&#8203;2989](https://github.com/sveltejs/kit/pull/2989)) ### [`v1.0.0-next.222`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next222) ##### Patch Changes - Remove `config.kit.ssr` and `export const ssr` in favour of `ssr` parameter for `resolve` function in `handle` ([#&#8203;2804](https://github.com/sveltejs/kit/pull/2804)) ### [`v1.0.0-next.221`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next221) ##### Patch Changes - Add returned stuff from pages into $page store ([#&#8203;3252](https://github.com/sveltejs/kit/pull/3252)) <!----> - Fallthrough is now explicit and layout components now also support fallthrough ([#&#8203;3217](https://github.com/sveltejs/kit/pull/3217)) ### [`v1.0.0-next.220`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next220) ##### Patch Changes - url hash is now properly reflected in page store ([#&#8203;3273](https://github.com/sveltejs/kit/pull/3273)) <!----> - Strip hash fragments from URLs during prerendering ([#&#8203;3251](https://github.com/sveltejs/kit/pull/3251)) <!----> - Allow prefixes and suffixes around rest parameters ([#&#8203;3240](https://github.com/sveltejs/kit/pull/3240)) ### [`v1.0.0-next.219`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next219) ##### Patch Changes - Render error page if error happens in handle hook ([#&#8203;3239](https://github.com/sveltejs/kit/pull/3239)) <!----> - \[chore] update dependency sirv to v2 ([#&#8203;3263](https://github.com/sveltejs/kit/pull/3263)) ### [`v1.0.0-next.218`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next218) ##### Patch Changes - Expose appDir to adapters ([#&#8203;3222](https://github.com/sveltejs/kit/pull/3222)) <!----> - Replace %svelte.assets% with relative path ([#&#8203;3234](https://github.com/sveltejs/kit/pull/3234)) ### [`v1.0.0-next.217`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next217) ##### Patch Changes - Improve error message when svelte.config.js is not found ([#&#8203;3219](https://github.com/sveltejs/kit/pull/3219)) <!----> - Support more text content types ([#&#8203;2781](https://github.com/sveltejs/kit/pull/2781)) ### [`v1.0.0-next.216`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next216) ##### Patch Changes - make html template optional for `svelte-kit package` ([#&#8203;3161](https://github.com/sveltejs/kit/pull/3161)) <!----> - Allow multiple different headers returned from one endpoint ([#&#8203;3201](https://github.com/sveltejs/kit/pull/3201)) ### [`v1.0.0-next.215`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next215) ##### Patch Changes - Fix hash change focus behaviour ([#&#8203;3177](https://github.com/sveltejs/kit/pull/3177)) ### [`v1.0.0-next.214`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next214) ##### Patch Changes - \[breaking] Add `disableScrollHandling` function (see https://kit.svelte.dev/docs/modules#$app-navigation) ([#&#8203;3182](https://github.com/sveltejs/kit/pull/3182)) ### [`v1.0.0-next.213`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next213) ##### Patch Changes - Don't register service worker if there is none ([#&#8203;3170](https://github.com/sveltejs/kit/pull/3170)) <!----> - Fix url pathname for prerenders ([#&#8203;3178](https://github.com/sveltejs/kit/pull/3178)) ### [`v1.0.0-next.212`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next212) ##### Patch Changes - Add status and error to page store ([#&#8203;3096](https://github.com/sveltejs/kit/pull/3096)) <!----> - Fix dev prebundling scanner ([#&#8203;3169](https://github.com/sveltejs/kit/pull/3169)) <!----> - Sort rest endpoints before pages ([#&#8203;3168](https://github.com/sveltejs/kit/pull/3168)) ### [`v1.0.0-next.211`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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#&#8203;100-next210) ##### Patch Changes - Add path/query error getters in prod mode ([#&#8203;3151](https://github.com/sveltejs/kit/pull/3151)) ### [`v1.0.0-next.209`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next209) ##### Patch Changes - Bundle SSR renderer with app ([#&#8203;3144](https://github.com/sveltejs/kit/pull/3144)) ### [`v1.0.0-next.208`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next208) ##### Patch Changes - Overhaul adapter API ([#&#8203;2931](https://github.com/sveltejs/kit/pull/2931)) <!----> - Replace config.kit.hostHeader with config.kit.headers.host, add config.kit.headers.protocol ([#&#8203;2931](https://github.com/sveltejs/kit/pull/2931)) <!----> - Replace page.host with page.origin ([#&#8203;2931](https://github.com/sveltejs/kit/pull/2931)) <!----> - \[fix] load CSS before JS preloads <!----> - Error if adapter provides wrong input to app.render ([#&#8203;3133](https://github.com/sveltejs/kit/pull/3133)) <!----> - Replace \[request|page].\[origin|path|query] with url object ([#&#8203;3133](https://github.com/sveltejs/kit/pull/3133)) ### [`v1.0.0-next.206`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next206) ##### Patch Changes - Handle `Headers` instance in server-side `fetch` ([#&#8203;3034](https://github.com/sveltejs/kit/pull/3034)) ### [`v1.0.0-next.205`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next205) ##### Patch Changes - Add `config.kit.prerender.concurrency` setting ([#&#8203;3120](https://github.com/sveltejs/kit/pull/3120)) ### [`v1.0.0-next.204`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next204) ##### Patch Changes - fix `<Route> received an unexpected slot "default"` warning ([#&#8203;3115](https://github.com/sveltejs/kit/pull/3115)) ### [`v1.0.0-next.203`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next203) ##### Patch Changes - Update vite-plugin-svelte to 1.0.0-next.32 ([#&#8203;3048](https://github.com/sveltejs/kit/pull/3048)) <!----> - fix `sveltekit:prefetch` mouse detection ([#&#8203;2995](https://github.com/sveltejs/kit/pull/2995)) <!----> - Sort rest routes alphabetically ([#&#8203;3093](https://github.com/sveltejs/kit/pull/3093)) <!----> - Fix invalid amp-install-serviceworker ([#&#8203;3075](https://github.com/sveltejs/kit/pull/3075)) ### [`v1.0.0-next.202`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next202) ##### Patch Changes - \[fix] upgrade to Vite 2.7 ([#&#8203;3018](https://github.com/sveltejs/kit/pull/3018)) <!----> - Allow absolute file paths given to package.dir ([#&#8203;3012](https://github.com/sveltejs/kit/pull/3012)) <!----> - update to esbuild 0.13.15 and other dependency updates ([#&#8203;2957](https://github.com/sveltejs/kit/pull/2957)) ### [`v1.0.0-next.201`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next201) ##### Patch Changes - Ignore mailto: and tel: links ([#&#8203;2915](https://github.com/sveltejs/kit/pull/2915)) ### [`v1.0.0-next.200`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next200) ##### Patch Changes - Follow redirects when prerendering ([#&#8203;2832](https://github.com/sveltejs/kit/pull/2832)) <!----> - Fix types reference in exports in package.json ([#&#8203;2896](https://github.com/sveltejs/kit/pull/2896)) ### [`v1.0.0-next.199`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next199) ##### Patch Changes - \[fix] support etag W/ prefix ([#&#8203;2709](https://github.com/sveltejs/kit/pull/2709)) <!----> - \[fix] revert [#&#8203;2819](https://github.com/sveltejs/kit/issues/2819) and add code comment ([#&#8203;2883](https://github.com/sveltejs/kit/pull/2883)) <!----> - Don't create empty dirs when packaging ([#&#8203;2831](https://github.com/sveltejs/kit/pull/2831)) <!----> - \[feat] Use `event.composedPath` to find anchors for prefetching and routing ([#&#8203;2769](https://github.com/sveltejs/kit/pull/2769)) ### [`v1.0.0-next.198`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next198) ##### Patch Changes - Register custom service worker for AMP ([#&#8203;2265](https://github.com/sveltejs/kit/pull/2265)) ### [`v1.0.0-next.197`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next197) ##### Patch Changes - \[fix] prevent text unselection for keepfocus ([#&#8203;2857](https://github.com/sveltejs/kit/pull/2857)) <!----> - \[fix] use defaults when no opts passed to router ([#&#8203;2819](https://github.com/sveltejs/kit/pull/2819)) ### [`v1.0.0-next.196`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next196) ##### Patch Changes - remove all selection before navigating to the next page ([#&#8203;2755](https://github.com/sveltejs/kit/pull/2755)) <!----> - \[fix] properly scroll if body has margin ([#&#8203;2761](https://github.com/sveltejs/kit/pull/2761)) ### [`v1.0.0-next.195`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next195) ##### Patch Changes - \[fix] increase scroll debounce timeout ([#&#8203;2749](https://github.com/sveltejs/kit/pull/2749)) <!----> - \[fix] do not set inlineDynamicImports ([#&#8203;2753](https://github.com/sveltejs/kit/pull/2753)) ### [`v1.0.0-next.194`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next194) ##### Patch Changes - \[fix] correct message when serving with strict:false ([#&#8203;2726](https://github.com/sveltejs/kit/pull/2726)) <!----> - \[fix] reset scroll when navigated from scrolled page ([#&#8203;2735](https://github.com/sveltejs/kit/pull/2735)) ### [`v1.0.0-next.193`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next193) ##### Patch Changes - \[fix] upgrade minor deps. fetch-blob 3.1.3 needed for Netlify deploys ([#&#8203;2714](https://github.com/sveltejs/kit/pull/2714)) <!----> - \[fix] scroll to elements provided via URL hash ([#&#8203;2668](https://github.com/sveltejs/kit/pull/2668)) ### [`v1.0.0-next.192`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next192) ##### Patch Changes - \[fix] allow overriding inlineDynamicImports ([#&#8203;2702](https://github.com/sveltejs/kit/pull/2702)) ### [`v1.0.0-next.191`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next191) ##### Patch Changes - Return the copied files from the adapter's copy\_ utils. ([#&#8203;2674](https://github.com/sveltejs/kit/pull/2674)) <!----> - \[fix] avoid infinite loop if no routes found ([#&#8203;2614](https://github.com/sveltejs/kit/pull/2614)) <!----> - \[security] upgrade to Vite 2.6.12, specify allow list, and print warning ([#&#8203;2691](https://github.com/sveltejs/kit/pull/2691)) ### [`v1.0.0-next.190`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next190) ##### Patch Changes - \[fix] upgrade to Vite 2.6.11 ([#&#8203;2683](https://github.com/sveltejs/kit/pull/2683)) <!----> - Return an array of written files when prerendering. ([#&#8203;2675](https://github.com/sveltejs/kit/pull/2675)) ### [`v1.0.0-next.189`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next189) ##### Patch Changes - \[breaking] only route pages on the client-side ([#&#8203;2656](https://github.com/sveltejs/kit/pull/2656)) ### [`v1.0.0-next.188`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next188) ##### Patch Changes - \[fix] fire navigation-end event only at end of navigation ([#&#8203;2649](https://github.com/sveltejs/kit/pull/2649)) <!----> - \[fix] allow passing certificates via config ([#&#8203;2622](https://github.com/sveltejs/kit/pull/2622)) ### [`v1.0.0-next.187`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next187) ##### Patch Changes - Fix prerendering when paths.base but not paths.assets is specified ([#&#8203;2643](https://github.com/sveltejs/kit/pull/2643)) ### [`v1.0.0-next.186`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next186) ##### Patch Changes - \[chore] upgrade to Vite 2.6.10 ([#&#8203;2634](https://github.com/sveltejs/kit/pull/2634)) ### [`v1.0.0-next.185`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next185) ##### Patch Changes - Update vite-plugin-svelte to 1.0.0-next.30 ([#&#8203;2626](https://github.com/sveltejs/kit/pull/2626)) <!----> - \[fix] allow users to override build target ([#&#8203;2618](https://github.com/sveltejs/kit/pull/2618)) ### [`v1.0.0-next.184`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next184) ##### Patch Changes - \[breaking] drop Node 12 support ([#&#8203;2604](https://github.com/sveltejs/kit/pull/2604)) ### [`v1.0.0-next.183`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next183) ##### Patch Changes - fix XSS vulnerability in `page.path` and `page.params` during SSR ([#&#8203;2597](https://github.com/sveltejs/kit/pull/2597)) ### [`v1.0.0-next.182`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next182) ##### Patch Changes - \[fix] fixes for firing of hashchange event ([#&#8203;2591](https://github.com/sveltejs/kit/pull/2591)) ### [`v1.0.0-next.181`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next181) ##### Patch Changes - \[fix] improve type of `init` ([#&#8203;2544](https://github.com/sveltejs/kit/pull/2544)) <!----> - update dependencies ([#&#8203;2574](https://github.com/sveltejs/kit/pull/2574)) <!----> - \[fix] implement support for hashchange event ([#&#8203;2590](https://github.com/sveltejs/kit/pull/2590)) <!----> - \[chore] upgrade to Vite 2.6.7 ([#&#8203;2586](https://github.com/sveltejs/kit/pull/2586)) ### [`v1.0.0-next.180`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next180) ##### Patch Changes - \[fix] don't expose prerender options ([#&#8203;2543](https://github.com/sveltejs/kit/pull/2543)) <!----> - \[chore] upgrade to Vite 2.6.3" ([#&#8203;2557](https://github.com/sveltejs/kit/pull/2557)) <!----> - upgrade commonjs plugin for better ignoreTryCatch default ([#&#8203;2539](https://github.com/sveltejs/kit/pull/2539)) ### [`v1.0.0-next.179`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next179) ##### Patch Changes - Fix escaping of URLs of endpoint responses serialized into SSR response ([#&#8203;2534](https://github.com/sveltejs/kit/pull/2534)) ### [`v1.0.0-next.178`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next178) ##### Patch Changes - \[fix] restore functioning of --host CLI flag with no arg ([#&#8203;2525](https://github.com/sveltejs/kit/pull/2525)) ### [`v1.0.0-next.177`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next177) ##### Patch Changes - update to vite 2.6.0 and esbuild 0.13 ([#&#8203;2522](https://github.com/sveltejs/kit/pull/2522)) <!----> - fix browser-only redirect during load. ([#&#8203;2462](https://github.com/sveltejs/kit/pull/2462)) ### [`v1.0.0-next.176`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next176) ##### Patch Changes - \[feat] allow using Vite's `strict.port: false` option ([#&#8203;2507](https://github.com/sveltejs/kit/pull/2507)) <!----> - \[fix] allow passing in https certs again' ([#&#8203;2512](https://github.com/sveltejs/kit/pull/2512)) ### [`v1.0.0-next.175`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next175) ##### Patch Changes - \[chore] upgrade node-fetch to 3.0.0 final ([#&#8203;2422](https://github.com/sveltejs/kit/pull/2422)) <!----> - \[fix] don't override application focus and scroll ([#&#8203;2489](https://github.com/sveltejs/kit/pull/2489)) ### [`v1.0.0-next.174`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next174) ##### Patch Changes - Fix script and style tags without attributes crashing svelte-kit package ([#&#8203;2492](https://github.com/sveltejs/kit/pull/2492)) ### [`v1.0.0-next.173`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next173) ##### Patch Changes - Exports and files property in config.kit.package now accepts a function rather than an object ([#&#8203;2430](https://github.com/sveltejs/kit/pull/2430)) <!----> - Renamed property exclude to files in config.kit.serviceWorker and now accepts a function instead ([#&#8203;2430](https://github.com/sveltejs/kit/pull/2430)) <!----> - Remove lang tag when packaging ([#&#8203;2486](https://github.com/sveltejs/kit/pull/2486)) ### [`v1.0.0-next.172`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next172) ##### Patch Changes - \[chore] upgrade to Svelte 3.43.0" ([#&#8203;2474](https://github.com/sveltejs/kit/pull/2474)) <!----> - \[breaking] rename the `context` parameter of the load function to `stuff` ([#&#8203;2439](https://github.com/sveltejs/kit/pull/2439)) ### [`v1.0.0-next.171`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next171) ##### Patch Changes - Fix preview when `kit.paths.base` is set. ([#&#8203;2409](https://github.com/sveltejs/kit/pull/2409)) <!----> - Resolve $lib alias when packaging ([#&#8203;2453](https://github.com/sveltejs/kit/pull/2453)) ### [`v1.0.0-next.170`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next170) ##### Patch Changes - Fix prerendering/adapter-static failing when `kit.paths.base` was set. ([#&#8203;2407](https://github.com/sveltejs/kit/pull/2407)) ### [`v1.0.0-next.169`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next169) ##### Patch Changes - Add "svelte" field to package.json when running package command ([#&#8203;2431](https://github.com/sveltejs/kit/pull/2431)) <!----> - \[fix] revert [#&#8203;2354](https://github.com/sveltejs/kit/issues/2354) and fix double character decoding a different way ([#&#8203;2435](https://github.com/sveltejs/kit/pull/2435)) <!----> - \[feat] use the Vite server options in dev mode ([#&#8203;2232](https://github.com/sveltejs/kit/pull/2232)) <!----> - update dependencies ([#&#8203;2447](https://github.com/sveltejs/kit/pull/2447)) ### [`v1.0.0-next.168`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next168) ##### Patch Changes - \[fix] encodeURI during prerender ([#&#8203;2427](https://github.com/sveltejs/kit/pull/2427)) <!----> - \[chore] add links to repository and homepage to package.json ([#&#8203;2425](https://github.com/sveltejs/kit/pull/2425)) ### [`v1.0.0-next.167`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next167) ##### Patch Changes - Update vite-plugin-svelte to 1.0.0-next.24 ([#&#8203;2423](https://github.com/sveltejs/kit/pull/2423)) <!----> - Add a generic argument to allow typing Body from hooks ([#&#8203;2413](https://github.com/sveltejs/kit/pull/2413)) ### [`v1.0.0-next.166`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next166) ##### Patch Changes - \[chore] upgrade Vite to 2.5.7 <!----> - \[fix] deeply-nested error components render with correct layout ([#&#8203;2389](https://github.com/sveltejs/kit/pull/2389)) <!----> - Update vite-plugin-svelte to 1.0.0-next.23 ([#&#8203;2402](https://github.com/sveltejs/kit/pull/2402)) <!----> - \[fix] pass along set-cookie headers during SSR ([#&#8203;2362](https://github.com/sveltejs/kit/pull/2362)) ### [`v1.0.0-next.165`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next165) ##### Patch Changes - \[chore] upgrade Vite <!----> - \[breaking] rename prerender.pages config option to prerender.entries ([#&#8203;2380](https://github.com/sveltejs/kit/pull/2380)) <!----> - \[fix] anchor tag inside svg ([#&#8203;2286](https://github.com/sveltejs/kit/pull/2286)) ### [`v1.0.0-next.164`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next164) ##### Patch Changes - \[fix] error components render with correct layout client-side as well as server-side ([#&#8203;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 ([#&#8203;2353](https://github.com/sveltejs/kit/pull/2353)) <!----> - Trim `.js` extensions in package exports field ([#&#8203;2345](https://github.com/sveltejs/kit/pull/2345)) ### [`v1.0.0-next.163`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next163) ##### Patch Changes - Update vite-plugin-svelte to 1.0.0-next.22 ([#&#8203;2370](https://github.com/sveltejs/kit/pull/2370)) <!----> - \[fix] load function should not leak props to other components ([#&#8203;2356](https://github.com/sveltejs/kit/pull/2356)) <!----> - packaging merge exports field by default ([#&#8203;2327](https://github.com/sveltejs/kit/pull/2327)) <!----> - \[fix] don't decode URL when finding matching route ([#&#8203;2354](https://github.com/sveltejs/kit/pull/2354)) ### [`v1.0.0-next.162`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next162) ##### Patch Changes - Enable nested dependency optimization by updating to [@&#8203;sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte)[@&#8203;1](https://github.com/1).0.0-next.21 ([#&#8203;2343](https://github.com/sveltejs/kit/pull/2343)) ### [`v1.0.0-next.161`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next161) ##### Patch Changes - Allow service workers to access files using the $lib alias ([#&#8203;2326](https://github.com/sveltejs/kit/pull/2326)) <!----> - \[fix] remove Vite workaround now that dev deps can be bundled ([#&#8203;2340](https://github.com/sveltejs/kit/pull/2340)) <!----> - support using arrays for kit.vite.resolve.alias ([#&#8203;2328](https://github.com/sveltejs/kit/pull/2328)) ### [`v1.0.0-next.160`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next160) ##### Patch Changes - \[fix] upgrade to Vite 2.5.2 to fix URL decoding ([#&#8203;2323](https://github.com/sveltejs/kit/pull/2323)) <!----> - Add `@sveltejs/kit` to `noExternal` in dev server as well ([#&#8203;2332](https://github.com/sveltejs/kit/pull/2332)) ### [`v1.0.0-next.159`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next159) ##### Patch Changes - Add `@sveltejs/kit` to noExternal to resolve hooks module in dev server ([#&#8203;2306](https://github.com/sveltejs/kit/pull/2306)) <!----> - \[fix] HMR on Windows ([#&#8203;2315](https://github.com/sveltejs/kit/pull/2315)) ### [`v1.0.0-next.158`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;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 ([#&#8203;2295](https://github.com/sveltejs/kit/pull/2295)) ### [`v1.0.0-next.157`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next157) ##### Patch Changes - \[chore] separate RequestHeaders and ResponseHeaders types ([#&#8203;2248](https://github.com/sveltejs/kit/pull/2248)) <!----> - \[fix] don't de-indent user-rendered HTML ([#&#8203;2292](https://github.com/sveltejs/kit/pull/2292)) ### [`v1.0.0-next.156`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next156) ##### Patch Changes - allow any top-level keys in svelte config ([#&#8203;2267](https://github.com/sveltejs/kit/pull/2267)) <!----> - Exclude emitted declarations on packaging ([#&#8203;2247](https://github.com/sveltejs/kit/pull/2247)) ### [`v1.0.0-next.155`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next155) ##### Patch Changes - \[chore] export App types ([#&#8203;2259](https://github.com/sveltejs/kit/pull/2259)) ### [`v1.0.0-next.154`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next154) ##### Patch Changes - Upgrade to Vite 2.5.0 ([#&#8203;2231](https://github.com/sveltejs/kit/pull/2231)) ### [`v1.0.0-next.153`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next153) ##### Patch Changes - rename serverFetch to externalFetch ([#&#8203;2110](https://github.com/sveltejs/kit/pull/2110)) ### [`v1.0.0-next.152`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next152) ##### Patch Changes - Check ports usage in a more cross-platform way in dev server error logging ([#&#8203;2209](https://github.com/sveltejs/kit/pull/2209)) <!----> - Ensure the raw body is an Uint8Array before passing it to request handlers ([#&#8203;2215](https://github.com/sveltejs/kit/pull/2215)) ### [`v1.0.0-next.151`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next151) ##### Patch Changes - fix new route discovery in dev server ([#&#8203;2198](https://github.com/sveltejs/kit/pull/2198)) ### [`v1.0.0-next.150`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next150) ##### Patch Changes - \[fix] match route against decoded path on client ([#&#8203;2206](https://github.com/sveltejs/kit/pull/2206)) ### [`v1.0.0-next.148`](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#&#8203;100-next148) ##### Patch Changes - update svelte peerDependency to 3.39.0 ([#&#8203;2182](https://github.com/sveltejs/kit/pull/2182)) <!----> - Add hook to handle errors ([#&#8203;2193](https://github.com/sveltejs/kit/pull/2193)) <!----> - Use /\_svelte_kit_assets when serving apps with specified paths.assets locally ([#&#8203;2189](https://github.com/sveltejs/kit/pull/2189)) <!----> - Serve from basepath in svelte-kit dev/preview ([#&#8203;2189](https://github.com/sveltejs/kit/pull/2189)) <!----> - Disallow non-absolute paths.assets option ([#&#8203;2189](https://github.com/sveltejs/kit/pull/2189)) <!----> - Allow `EndpointOutput` response body objects to have a `toJSON` property ([#&#8203;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 added the
enhancement
priority:medium
status:review_needed
labels 2022-04-13 18:21:09 +00:00
odit_renovate added 1 commit 2022-04-13 18:21:10 +00:00
continuous-integration/drone/push Build is passing Details
8161ec89d3
Update dependency @sveltejs/kit to v1.0.0-next.311
odit_renovate requested review from niggl 2022-04-13 18:21:10 +00:00
odit_renovate requested review from philipp 2022-04-13 18:21:10 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 8161ec89d3 to 83cbc43766 2022-04-13 18:29:12 +00:00 Compare
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 83cbc43766 to 1919677dfd 2022-04-13 18:35:06 +00:00 Compare
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.312 2022-04-13 22:05:07 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1919677dfd to edbb7db0ea 2022-04-13 22:05:08 +00:00 Compare
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.314 2022-04-15 13:04:56 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from edbb7db0ea to 6dd01ffc75 2022-04-15 13:04:57 +00:00 Compare
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.315 2022-04-18 18:17:23 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 6dd01ffc75 to f56bc23d9f 2022-04-18 18:17:24 +00:00 Compare
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.316 2022-04-19 18:02:18 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from f56bc23d9f to 5c6f759148 2022-04-19 18:02:19 +00:00 Compare
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.317 2022-04-20 20:32:15 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 5c6f759148 to 1e80308560 2022-04-20 20:32:16 +00:00 Compare
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.318 2022-04-21 21:17:22 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 1e80308560 to 7d0eaf7181 2022-04-21 21:17:24 +00:00 Compare
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.319 2022-04-22 16:17:31 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7d0eaf7181 to 7304fe07aa 2022-04-22 16:17:32 +00:00 Compare
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.320 2022-04-22 17:02:39 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 7304fe07aa to 3e344459d5 2022-04-22 17:02:41 +00:00 Compare
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.321 2022-04-25 15:17:27 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3e344459d5 to dd6e616f43 2022-04-25 15:17:28 +00:00 Compare
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.322 2022-04-26 14:32:32 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from dd6e616f43 to 3f8a930396 2022-04-26 14:32:33 +00:00 Compare
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.323 2022-04-27 12:47:28 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3f8a930396 to da8812fd7b 2022-04-27 12:47:29 +00:00 Compare
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.324 2022-04-28 17:17:17 +00:00
odit_renovate force-pushed renovate/sveltejs-kit-1.x from da8812fd7b to 3721bed707 2022-04-28 17:17:18 +00:00 Compare
odit_renovate force-pushed renovate/sveltejs-kit-1.x from 3721bed707 to 68ec2e34e1 2022-04-30 14:17:42 +00:00 Compare
niggl added 6 commits 2022-04-30 15:26:01 +00:00
niggl added 1 commit 2022-04-30 15:29:41 +00:00
continuous-integration/drone/push Build is passing Details
664e9b087f
Removed trailing slash
niggl approved these changes 2022-04-30 15:37:20 +00:00
niggl left a comment
Owner

Big Bump

Big Bump ✅
niggl merged commit a71279b223 into main 2022-04-30 15:37:27 +00:00
niggl deleted branch renovate/sveltejs-kit-1.x 2022-04-30 15:37:27 +00:00
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#3
No description provided.