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 #103

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.16.3 -> ^1.20.0 age adoption passing confidence
@types/node (source) ^18.16.9 -> ^18.16.16 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.5 -> ^5.59.7 age adoption passing confidence
@typescript-eslint/parser ^5.59.5 -> ^5.59.7 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.41.0 age adoption passing confidence
prettier-plugin-svelte ^2.10.0 -> ^2.10.1 age adoption passing confidence
rimraf ^5.0.0 -> ^5.0.1 age adoption passing confidence
vite (source) ^4.3.5 -> ^4.3.9 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.20.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1200) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.19.0...@sveltejs/kit@1.20.0) ##### Minor Changes - feat: support Svelte 4 ([#​10048](https://togithub.com/sveltejs/kit/pull/10048)) ### [`v1.19.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.18.0...@sveltejs/kit@1.19.0) ##### Minor Changes - feat: allow link options to be set to `"true"` and `"false"` ([#​10039](https://togithub.com/sveltejs/kit/pull/10039)) - feat: add `resolvePath` export for building relative paths from route IDs and parameters ([#​9949](https://togithub.com/sveltejs/kit/pull/9949)) ##### Patch Changes - fix: prevent history change when clicking same hash link ([#​10032](https://togithub.com/sveltejs/kit/pull/10032)) - fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` when prerendering ([#​10030](https://togithub.com/sveltejs/kit/pull/10030)) - fix: do not add content-security-policy meta element if content is empty ([#​10026](https://togithub.com/sveltejs/kit/pull/10026)) - docs: correct `ResolveOptions['preload']` inline documentation ([#​10037](https://togithub.com/sveltejs/kit/pull/10037)) - fix: avoid creating update check timer on the server ([#​10015](https://togithub.com/sveltejs/kit/pull/10015)) ### [`v1.18.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1180) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.17.1...@sveltejs/kit@1.18.0) ##### Minor Changes - security: Stop implicitly tracking URLs as dependencies in server-side `load`s ([#​9945](https://togithub.com/sveltejs/kit/pull/9945)) ### [`v1.17.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1171) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.17.0...@sveltejs/kit@1.17.1) ##### Patch Changes - fix: ensure styles are loaded in dev mode for routes containing special characters ([#​9894](https://togithub.com/sveltejs/kit/pull/9894)) - feat: warn users when enhancing forms with files but no `enctype="multipart/form-data"` ([#​9888](https://togithub.com/sveltejs/kit/pull/9888)) ### [`v1.17.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1170) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.16.3...@sveltejs/kit@1.17.0) ##### Minor Changes - feat: unshadow `data` and `form` in `enhance` and warn about future deprecation when used in `dev` mode ([#​9902](https://togithub.com/sveltejs/kit/pull/9902)) - feat: crawl URLs in `` tags ([#​9900](https://togithub.com/sveltejs/kit/pull/9900)) ##### Patch Changes - fix: avoid trying to inline raw or url css imports ([#​9925](https://togithub.com/sveltejs/kit/pull/9925)) - feat: prerender in worker rather than subprocess to support Deno ([#​9919](https://togithub.com/sveltejs/kit/pull/9919)) - perf: add ` Githubissues.
  • Githubissues is a development platform for aggregating issues.