svitejs / vite-plugin-qrcode

Show QR code on server start
MIT License
147 stars 3 forks source link

chore(deps): update all non-major dependencies #72

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.539 -> ^1.0.0-next.544 age adoption passing confidence
svelte (source) ^3.52.0 -> ^3.53.1 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.0.0-next.544`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next544) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.543...@sveltejs/kit@1.0.0-next.544) ##### Patch Changes - \[breaking] narrow down possible status codes for redirects to 300-308 ([#​7615](https://togithub.com/sveltejs/kit/pull/7615)) - \[feat] add fallback component for layouts without one ([#​7619](https://togithub.com/sveltejs/kit/pull/7619)) ### [`v1.0.0-next.543`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next543) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.542...@sveltejs/kit@1.0.0-next.543) ##### Patch Changes - Don't print search params error when prerendering fallback page ([#​7598](https://togithub.com/sveltejs/kit/pull/7598)) - allow async function for `enhance` action parameter ([#​7608](https://togithub.com/sveltejs/kit/pull/7608)) - Run service worker during development ([#​7597](https://togithub.com/sveltejs/kit/pull/7597)) - \[feat] support throwing redirect in handle ([#​7612](https://togithub.com/sveltejs/kit/pull/7612)) - Workaround for the DOM clobbering for use:enhance ([#​7599](https://togithub.com/sveltejs/kit/pull/7599)) - \[fix] don't cache prefetch errors ([#​7610](https://togithub.com/sveltejs/kit/pull/7610)) ### [`v1.0.0-next.542`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next542) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.541...@sveltejs/kit@1.0.0-next.542) ##### Patch Changes - Add support for linking to tags ([#​7596](https://togithub.com/sveltejs/kit/pull/7596)) - \[breaking] don't run beforeNavigate during redirects ([#​7588](https://togithub.com/sveltejs/kit/pull/7588)) - \[fix] respect autofocus following navigation or enhanced form submit ([#​6643](https://togithub.com/sveltejs/kit/pull/6643)) ### [`v1.0.0-next.541`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next541) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.540...@sveltejs/kit@1.0.0-next.541) ##### Minor Changes - \[fix] don't clean build and output directories when using `--watch` ([#​7516](https://togithub.com/sveltejs/kit/pull/7516)) ##### Patch Changes - \[fix] handle expected errors thrown in handle hook correctly ([#​7566](https://togithub.com/sveltejs/kit/pull/7566)) ### [`v1.0.0-next.540`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next540) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.539...@sveltejs/kit@1.0.0-next.540) ##### Patch Changes - Serve prerendered non-page files when running preview ([#​7576](https://togithub.com/sveltejs/kit/pull/7576)) - \[fix] caching takes now into account the body payload ([#​7546](https://togithub.com/sveltejs/kit/pull/7546)) - \[fix] handle locked readable stream when reading body ([#​7565](https://togithub.com/sveltejs/kit/pull/7565)) - \[fix] prefetch should ignore links ignored by the router ([#​7580](https://togithub.com/sveltejs/kit/pull/7580)) - \[fix] migration error when using $page.routeId ([#​7574](https://togithub.com/sveltejs/kit/pull/7574)) - prevent loading of illegal modules in the browser, rather than during SSR ([#​7507](https://togithub.com/sveltejs/kit/pull/7507)) - \[fix] prevent double decoding of path segment ([#​7550](https://togithub.com/sveltejs/kit/pull/7550))
sveltejs/svelte ### [`v3.53.1`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3531) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.53.0...v3.53.1) - Fix exception in `rel=` attribute check with dynamic values ([#​7994](https://togithub.com/sveltejs/svelte/issues/7994)) - Do not emit deprecation warnings for `css` compiler options for now ([#​8009](https://togithub.com/sveltejs/svelte/issues/8009)) - Make compiler run in browser again ([#​8010](https://togithub.com/sveltejs/svelte/issues/8010)) - Upgrade `tslib` ([#​8013](https://togithub.com/sveltejs/svelte/issues/8013)) ### [`v3.53.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3530) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.52.0...v3.53.0) - Check whether `parentNode` exists before removing child ([#​6037](https://togithub.com/sveltejs/svelte/issues/6037)) - Upgrade various dependencies, notably `css-tree` to `2.2.1` ([#​7572](https://togithub.com/sveltejs/svelte/pull/7572), [#​7982](https://togithub.com/sveltejs/svelte/pull/7982)) - Extend `css` compiler option with `'external' | 'injected' | 'none'` settings and deprecate old `true | false` values ([#​7914](https://togithub.com/sveltejs/svelte/pull/7914))

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.