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

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.7 -> ^1.2.3 age adoption passing confidence
@svitejs/changesets-changelog-github-compact ^1.0.0 -> ^1.1.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.48.0 -> ^5.48.2 age adoption passing confidence
@typescript-eslint/parser ^5.48.0 -> ^5.48.2 age adoption passing confidence
eslint (source) ^8.31.0 -> ^8.32.0 age adoption passing confidence
prettier (source) ^2.8.2 -> ^2.8.3 age adoption passing confidence
svelte (source) ^3.55.0 -> ^3.55.1 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.2.3`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​123) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.2.2...@sveltejs/kit@1.2.3) ##### Patch Changes - fix: set environment variables before postbuild analysis ([#​8647](https://togithub.com/sveltejs/kit/pull/8647)) ### [`v1.2.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​122) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.2.1...@sveltejs/kit@1.2.2) ##### Patch Changes - fix: focus management after navigation ([#​8466](https://togithub.com/sveltejs/kit/pull/8466)) ### [`v1.2.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​121) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.2.0...@sveltejs/kit@1.2.1) ##### Patch Changes - feat: throw error if cookie exceeds size limit ([#​8591](https://togithub.com/sveltejs/kit/pull/8591)) ### [`v1.2.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​120) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.1.4...@sveltejs/kit@1.2.0) ##### Minor Changes - feat: add `text(...)` helper for generating text responses ([#​8371](https://togithub.com/sveltejs/kit/pull/8371)) - feat: enable access to public env within app.html ([#​8449](https://togithub.com/sveltejs/kit/pull/8449)) - fix: add `Content-Length` header to SvelteKit-generated responses ([#​8371](https://togithub.com/sveltejs/kit/pull/8371)) ### [`v1.1.4`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​114) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.1.3...@sveltejs/kit@1.1.4) ##### Patch Changes - fix: squelch unknown prop warning for `+error.svelte` components ([#​8593](https://togithub.com/sveltejs/kit/pull/8593)) ### [`v1.1.3`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​113) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.1.2...@sveltejs/kit@1.1.3) ##### Patch Changes - docs: explain how to add ambient typings ([#​8558](https://togithub.com/sveltejs/kit/pull/8558)) - fix: ignore `target="_blank"` links ([#​8563](https://togithub.com/sveltejs/kit/pull/8563)) ### [`v1.1.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​112) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.1.1...@sveltejs/kit@1.1.2) ##### Patch Changes - fix: correct link in types documentation ([#​8557](https://togithub.com/sveltejs/kit/pull/8557)) - fix: correctly detect changed data ([#​8377](https://togithub.com/sveltejs/kit/pull/8377)) - fix: only generate type definitions with `sync` command ([#​8552](https://togithub.com/sveltejs/kit/pull/8552)) - fix: remove baseUrl to prevent wrong TypeScript auto imports if possible ([#​8568](https://togithub.com/sveltejs/kit/pull/8568)) ### [`v1.1.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​111) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.1.0...@sveltejs/kit@1.1.1) ##### Patch Changes - chore: upgrade devalue ([#​8520](https://togithub.com/sveltejs/kit/pull/8520)) ### [`v1.1.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​110) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.13...@sveltejs/kit@1.1.0) ##### Minor Changes - feat: warn when usage of page options in `.svelte` files or missing `` in layout is detected ([#​8475](https://togithub.com/sveltejs/kit/pull/8475)) ##### Patch Changes - fix: exit postbuild step with code 0 ([#​8514](https://togithub.com/sveltejs/kit/pull/8514)) - fix: only run missing page check in dev mode ([#​8515](https://togithub.com/sveltejs/kit/pull/8515)) - fix: avoid input name clobbering form method check ([#​8471](https://togithub.com/sveltejs/kit/pull/8471)) - fix: exclude service worker from tsconfig ([#​8508](https://togithub.com/sveltejs/kit/pull/8508)) - fix: provide better error message in case of missing `+page.svelte` ([#​8478](https://togithub.com/sveltejs/kit/pull/8478)) ### [`v1.0.13`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1013) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.12...@sveltejs/kit@1.0.13) ##### Patch Changes - chore: separate generated from non-generated server code ([#​8429](https://togithub.com/sveltejs/kit/pull/8429)) ### [`v1.0.12`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1012) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.11...@sveltejs/kit@1.0.12) ##### Patch Changes - fix: make prerendered endpoint callable from non-prerendered server load ([#​8453](https://togithub.com/sveltejs/kit/pull/8453)) - docs: add links to http status codes ([#​8480](https://togithub.com/sveltejs/kit/pull/8480)) - fix: prerender page when prerender set to 'auto' and ssr set to true ([#​8481](https://togithub.com/sveltejs/kit/pull/8481)) - fix: prevent false positive warnings for fetch uses in firefox ([#​8456](https://togithub.com/sveltejs/kit/pull/8456)) - fix: check version on node fetch fail ([#​8487](https://togithub.com/sveltejs/kit/pull/8487)) - fix: avoid unnecessary $page store updates ([#​8457](https://togithub.com/sveltejs/kit/pull/8457)) ### [`v1.0.11`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1011) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.10...@sveltejs/kit@1.0.11) ##### Patch Changes - feat: warn that hydration may break if comments are removed from HTML ([#​8423](https://togithub.com/sveltejs/kit/pull/8423)) - fix: ignore `` elements with no `href` attribute when refocusing after navigation ([#​8418](https://togithub.com/sveltejs/kit/pull/8418)) - fix: invalidate dependencies implicitly added by `fetch` in server load functions ([#​8420](https://togithub.com/sveltejs/kit/pull/8420)) ### [`v1.0.10`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1010) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.9...@sveltejs/kit@1.0.10) ##### Patch Changes - fix: skip inline cache when vary header is present ([#​8406](https://togithub.com/sveltejs/kit/pull/8406)) ### [`v1.0.9`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​109) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.8...@sveltejs/kit@1.0.9) ##### Patch Changes - fix: add `assetFileNames` to worker rollup options ([#​8384](https://togithub.com/sveltejs/kit/pull/8384)) ### [`v1.0.8`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​108) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.7...@sveltejs/kit@1.0.8) ##### Patch Changes - feat: error in dev mode if global `fetch` is used with relative URL ([#​8370](https://togithub.com/sveltejs/kit/pull/8370)) - fix: disable illegal import detection when running unit tests ([#​8365](https://togithub.com/sveltejs/kit/pull/8365)) - fix: only prerender a given dependency once ([#​8376](https://togithub.com/sveltejs/kit/pull/8376)) - fix: `updated.check()` type changed to `Promise` ([#​8400](https://togithub.com/sveltejs/kit/pull/8400)) - fix: don't strip body in no-cors mode on the server ([#​8412](https://togithub.com/sveltejs/kit/pull/8412)) - fix: quote 'script' in CSP directives ([#​8372](https://togithub.com/sveltejs/kit/pull/8372)) - fix: correctly compare route ids for load change detection ([#​8399](https://togithub.com/sveltejs/kit/pull/8399)) - fix: don't add nonce attribute to `` elements ([#​8369](https://togithub.com/sveltejs/kit/pull/8369))
svitejs/changesets-changelog-github-compact ### [`v1.1.0`](https://togithub.com/svitejs/changesets-changelog-github-compact/blob/HEAD/packages/changesets-changelog-github-compact/CHANGELOG.md#​110) [Compare Source](https://togithub.com/svitejs/changesets-changelog-github-compact/compare/@svitejs/changesets-changelog-github-compact@1.0.0...@svitejs/changesets-changelog-github-compact@1.1.0) ##### Minor Changes - remove blank line between changelog items ([#​36](https://togithub.com/svitejs/changesets-changelog-github-compact/pull/36)) ##### Patch Changes - add index.d.ts to dist and exports map ([#​33](https://togithub.com/svitejs/changesets-changelog-github-compact/pull/33))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.48.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5481-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5480v5481-2023-01-09) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.48.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5481-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5480v5481-2023-01-09) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.32.0`](https://togithub.com/eslint/eslint/releases/tag/v8.32.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.31.0...v8.32.0) #### Features - [`fc20f24`](https://togithub.com/eslint/eslint/commit/fc20f242a2ac073b5af6d5fca67e07a175f36c3b) feat: add suggestions for redundant wrapping in prefer-regex-literals ([#​16658](https://togithub.com/eslint/eslint/issues/16658)) (YeonJuan) #### Bug Fixes - [`b4f8329`](https://togithub.com/eslint/eslint/commit/b4f8329164d7b293a1557e05b987d2a685fe1d30) fix: ignore directives for no-fallthrough ([#​16757](https://togithub.com/eslint/eslint/issues/16757)) (gfyoung) #### Documentation - [`17b65ad`](https://togithub.com/eslint/eslint/commit/17b65ad10d653bb05077f21d8b1f79bee96e38d8) docs: IA Update page URL move ([#​16665](https://togithub.com/eslint/eslint/issues/16665)) (Ben Perlmutter) - [`5981296`](https://togithub.com/eslint/eslint/commit/5981296d5c7c86228ad766009901191fdd87d5a4) docs: fix theme switcher button ([#​16752](https://togithub.com/eslint/eslint/issues/16752)) (Sam Chen) - [`6669413`](https://togithub.com/eslint/eslint/commit/66694136b67277c050bd27f60050779687a88c9f) docs: deploy prerelease docs under the `/docs/next/` path ([#​16541](https://togithub.com/eslint/eslint/issues/16541)) (Nitin Kumar) - [`78ecfe0`](https://togithub.com/eslint/eslint/commit/78ecfe0e52c0e5780fefc8dc9a98864e48de6637) docs: use inline code for rule options name ([#​16768](https://togithub.com/eslint/eslint/issues/16768)) (Percy Ma) - [`fc2ea59`](https://togithub.com/eslint/eslint/commit/fc2ea598aee97beb6d768866da1ee4f63775f0c9) docs: Update README (GitHub Actions Bot) - [`762a872`](https://togithub.com/eslint/eslint/commit/762a8727fb3b5619cff900826053b643ca5f1162) docs: Update README (GitHub Actions Bot) #### Chores - [`2952d6e`](https://togithub.com/eslint/eslint/commit/2952d6ed95811ce0971b6855d66fb7a9767a7b72) chore: sync templates/\*.md files with issue templates ([#​16758](https://togithub.com/eslint/eslint/issues/16758)) (gfyoung) - [`3e34418`](https://togithub.com/eslint/eslint/commit/3e34418b31664decfb2337de798feafbf985b66c) chore: Add new issues to triage project ([#​16740](https://togithub.com/eslint/eslint/issues/16740)) (Nicholas C. Zakas)
prettier/prettier ### [`v2.8.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​283) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.2...2.8.3) [diff](https://togithub.com/prettier/prettier/compare/2.8.2...2.8.3) ##### Allow self-closing tags on custom elements ([#​14170](https://togithub.com/prettier/prettier/pull/14170) by [@​fisker](https://togithub.com/fisker)) See [Angular v15.1.0 release note](https://togithub.com/angular/angular/releases/tag/15.1.0) for details. ```html // Input // Prettier 2.8.2 SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1) > 1 | | ^^^^^^^^^ 2 | // Prettier 2.8.3 ```
sveltejs/svelte ### [`v3.55.1`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3551) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.55.0...v3.55.1) - Fix `draw` transition with delay showing a dot at the beginning of the path ([#​6816](https://togithub.com/sveltejs/svelte/issues/6816)) - Fix infinity runtime call stack when propagating bindings ([#​7032](https://togithub.com/sveltejs/svelte/issues/7032)) - Fix static `` optimization in production mode ([#​7937](https://togithub.com/sveltejs/svelte/issues/7937)) - Fix `svelte-ignore` comment breaking named slot ([#​8075](https://togithub.com/sveltejs/svelte/issues/8075)) - Revert change to prevent running init binding unnecessarily ([#​8103](https://togithub.com/sveltejs/svelte/issues/8103)) - Fix adding duplicate event listeners with `` ([#​8129](https://togithub.com/sveltejs/svelte/issues/8129)) - Improve detection of promises that are also functions ([#​8162](https://togithub.com/sveltejs/svelte/pull/8162)) - Avoid mutating spread component props during SSR ([#​8171](https://togithub.com/sveltejs/svelte/issues/8171)) - Add missing typing for global `part` attribute ([#​8181](https://togithub.com/sveltejs/svelte/issues/8181)) - Add missing `submitter` property to `on:submit` event type

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.