wanderer-moe / site

⚙ The frontend of https://wanderer.moe/ — built with NextJS, TailwindCSS & shadcn/ui
https://wanderer.moe/
38 stars 0 forks source link

fix(deps): update dependency @sveltejs/kit to v1.0.0-next.572 #34

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/kit ### [`v1.0.0-next.572`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next572) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.571...@sveltejs/kit@1.0.0-next.572) ##### Minor Changes - Checks that element is not null before reading getAttribute ([#​7930](https://togithub.com/sveltejs/kit/pull/7930)) ##### Patch Changes - \[chore] update `magic-string` ([#​7931](https://togithub.com/sveltejs/kit/pull/7931)) - add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled ([#​7933](https://togithub.com/sveltejs/kit/pull/7933)) - reload dev page on change of app.html ([#​7944](https://togithub.com/sveltejs/kit/pull/7944)) ### [`v1.0.0-next.571`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next571) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.570...@sveltejs/kit@1.0.0-next.571) ##### Patch Changes - \[fix] use searchParams for x-sveltekit-invalidated ([#​7912](https://togithub.com/sveltejs/kit/pull/7912)) - \[fix] correct Vite config merging with force option ([#​7911](https://togithub.com/sveltejs/kit/pull/7911)) - \[fix] rebuild manifest when client hooks or param matcher file is added/removed ([#​7915](https://togithub.com/sveltejs/kit/pull/7915)) ### [`v1.0.0-next.570`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next570) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.567...@sveltejs/kit@1.0.0-next.570) ##### Patch Changes - Remove prepublishOnly script ([#​7893](https://togithub.com/sveltejs/kit/pull/7893)) ### [`v1.0.0-next.567`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next567) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.566...@sveltejs/kit@1.0.0-next.567) ##### Patch Changes - Co-locate synthetic types with other Kit types ([#​7864](https://togithub.com/sveltejs/kit/pull/7864)) ### [`v1.0.0-next.566`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next566) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.565...@sveltejs/kit@1.0.0-next.566) ##### Patch Changes - Add more type documentation ([#​7003](https://togithub.com/sveltejs/kit/pull/7003)) - \[breaking] move SubmitFunction into [@​sveltejs/kit](https://togithub.com/sveltejs/kit) ([#​7003](https://togithub.com/sveltejs/kit/pull/7003)) ### [`v1.0.0-next.565`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next565) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.564...@sveltejs/kit@1.0.0-next.565) ##### Patch Changes - \[breaking] Replace `data-sveltekit-prefetch` with `-preload-code` and `-preload-data` ([#​7776](https://togithub.com/sveltejs/kit/pull/7776)) - \[breaking] Rename `prefetch` to `preloadData` and `prefetchRoutes` to `preloadCode` ([#​7776](https://togithub.com/sveltejs/kit/pull/7776)) ### [`v1.0.0-next.564`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next564) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.563...@sveltejs/kit@1.0.0-next.564) ##### Patch Changes - \[chore] upgrade undici ([#​7830](https://togithub.com/sveltejs/kit/pull/7830)) - Make `$page.url` resilient against mutations ([#​7827](https://togithub.com/sveltejs/kit/pull/7827)) ### [`v1.0.0-next.563`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next563) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.562...@sveltejs/kit@1.0.0-next.563) ##### Patch Changes - \[feat] allow handleError to return a promise ([#​7780](https://togithub.com/sveltejs/kit/pull/7780)) - \[breaking] remove `format` option from `generateManifest(...)` ([#​7820](https://togithub.com/sveltejs/kit/pull/7820)) ### [`v1.0.0-next.562`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next562) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.561...@sveltejs/kit@1.0.0-next.562) ##### Patch Changes - \[fix] handle redirects in handle hook while processing data request ([#​7797](https://togithub.com/sveltejs/kit/pull/7797)) - Make touchstart listener passive ([#​7818](https://togithub.com/sveltejs/kit/pull/7818)) - \[breaking] remove `getStaticDirectory()` from builder API ([#​7809](https://togithub.com/sveltejs/kit/pull/7809)) - Make console.warn wrapper named rather than anonymous ([#​7811](https://togithub.com/sveltejs/kit/pull/7811))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c23543a
Status: ✅  Deploy successful!
Preview URL: https://2b00d36e.wanderer-moe.pages.dev
Branch Preview URL: https://renovate-sveltejs-kit-1-x.wanderer-moe.pages.dev

View logs