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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.0.0-next.405 -> ^1.0.0-next.428 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.33.0 -> ^5.33.1 age adoption passing confidence
@typescript-eslint/parser ^5.33.0 -> ^5.33.1 age adoption passing confidence
rollup (source) ^2.78.0 -> ^2.78.1 age adoption passing confidence
vite ^3.0.7 -> ^3.0.9 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.0.0-next.428`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next428) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.427...@sveltejs/kit@1.0.0-next.428) ##### Patch Changes - Allow `$app/stores` to be used from anywhere on the browser ([#​6100](https://togithub.com/sveltejs/kit/pull/6100)) - use `enumerable: false` on "\[x] no longer exists" getters so that they are not triggered by spreading ([#​6105](https://togithub.com/sveltejs/kit/pull/6105)) - Fix pattern matching for routes starting with an encoded `@` symbol ([#​6110](https://togithub.com/sveltejs/kit/pull/6110)) - Fix typos in generating `LayoutServerLoad.{name}` type ([#​6123](https://togithub.com/sveltejs/kit/pull/6123)) - Fix sorting of files into +layout, +error, everything else. ([#​6108](https://togithub.com/sveltejs/kit/pull/6108)) - Add test folder to generated tsconfig ([#​6085](https://togithub.com/sveltejs/kit/pull/6085)) ### [`v1.0.0-next.427`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next427) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.426...@sveltejs/kit@1.0.0-next.427) ##### Patch Changes - Throw error if browser.hydrate is false and browser.router is true ([#​6086](https://togithub.com/sveltejs/kit/pull/6086)) ### [`v1.0.0-next.426`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next426) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.425...@sveltejs/kit@1.0.0-next.426) ##### Patch Changes - Avoid using \[].at(-1) in the client ([#​6082](https://togithub.com/sveltejs/kit/pull/6082)) ### [`v1.0.0-next.425`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next425) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.424...@sveltejs/kit@1.0.0-next.425) ##### Patch Changes - Silence more unknown prop warnings coming from SvelteKit ([#​6078](https://togithub.com/sveltejs/kit/pull/6078)) ### [`v1.0.0-next.424`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next424) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.423...@sveltejs/kit@1.0.0-next.424) ##### Patch Changes - prevent duplicate module ids by disabling optimizeDeps for [@​sveltejs/kit](https://togithub.com/sveltejs/kit) ([#​6057](https://togithub.com/sveltejs/kit/pull/6057)) - Generate types when Svelte file missing, fix layout params ([#​6066](https://togithub.com/sveltejs/kit/pull/6066)) - Silence unknown prop warnings coming from SvelteKit ([#​6071](https://togithub.com/sveltejs/kit/pull/6071)) ### [`v1.0.0-next.423`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next423) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.422...@sveltejs/kit@1.0.0-next.423) ##### Patch Changes - Accumulate data from parent layouts into `export let data` ([#​6050](https://togithub.com/sveltejs/kit/pull/6050)) ### [`v1.0.0-next.422`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next422) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.421...@sveltejs/kit@1.0.0-next.422) ##### Patch Changes - \[breaking] remove ability for `+page.server.js` to respond to `GET` requests with JSON ([#​6007](https://togithub.com/sveltejs/kit/pull/6007)) - Handle `throw error/redirect` in `+server.js` ([#​6028](https://togithub.com/sveltejs/kit/pull/6028)) - handle `set-cookie` in `setHeaders` ([#​6033](https://togithub.com/sveltejs/kit/pull/6033)) - Handle windows paths and regexp chars in kit.alias ([#​6034](https://togithub.com/sveltejs/kit/pull/6034)) - Make errors type in Action type less restrictive ([#​6022](https://togithub.com/sveltejs/kit/pull/6022)) - Check that data is serializable ([#​5987](https://togithub.com/sveltejs/kit/pull/5987)) - Fix parent data type for layouts referencing named layouts in the same folder ([#​6025](https://togithub.com/sveltejs/kit/pull/6025)) ### [`v1.0.0-next.421`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next421) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.420...@sveltejs/kit@1.0.0-next.421) ##### Patch Changes - Respect `export const prerender = false` in `+page.server.js` ([#​6012](https://togithub.com/sveltejs/kit/pull/6012)) ### [`v1.0.0-next.420`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next420) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.419...@sveltejs/kit@1.0.0-next.420) ##### Patch Changes - \[fix] support linked `@sveltejs/kit` project in Vite 3.0.3+ ([#​5861](https://togithub.com/sveltejs/kit/pull/5861)) ### [`v1.0.0-next.419`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next419) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.418...@sveltejs/kit@1.0.0-next.419) ##### Patch Changes - Return a 303 response when a `POST` handler provides a `location` ([#​5989](https://togithub.com/sveltejs/kit/pull/5989)) - Generate `__data.json` files for server-side redirects when prerendering ([#​5997](https://togithub.com/sveltejs/kit/pull/5997)) - \[chore] remove chokidar as dependency of kit ([#​5996](https://togithub.com/sveltejs/kit/pull/5996)) - Use relative asset paths where possible ([#​4250](https://togithub.com/sveltejs/kit/pull/4250)) ### [`v1.0.0-next.418`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next418) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.417...@sveltejs/kit@1.0.0-next.418) ##### Patch Changes - Prevent double import of env modules ([#​5955](https://togithub.com/sveltejs/kit/pull/5955)) - Tighten up params typings, fix load function typings, add event typings to generated types ([#​5974](https://togithub.com/sveltejs/kit/pull/5974)) ### [`v1.0.0-next.417`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next417) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.416...@sveltejs/kit@1.0.0-next.417) ##### Patch Changes - Render pages without a .svelte file in their proper layout/error files ([#​5972](https://togithub.com/sveltejs/kit/pull/5972)) ### [`v1.0.0-next.416`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next416) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.415...@sveltejs/kit@1.0.0-next.416) ##### Patch Changes - \[fix] allow additional keys in svelte.config.js ([#​5961](https://togithub.com/sveltejs/kit/pull/5961)) ### [`v1.0.0-next.415`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next415) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.414...@sveltejs/kit@1.0.0-next.415) ##### Patch Changes - \[breaking] Remove session object ([#​5946](https://togithub.com/sveltejs/kit/pull/5946)) ### [`v1.0.0-next.414`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next414) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.413...@sveltejs/kit@1.0.0-next.414) ##### Patch Changes - Correctly provide server parent data ([#​5916](https://togithub.com/sveltejs/kit/pull/5916)) ### [`v1.0.0-next.413`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next413) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.412...@sveltejs/kit@1.0.0-next.413) ##### Patch Changes - \[feat] `$env/static/*` are now virtual to prevent writing sensitive values to disk ([#​5825](https://togithub.com/sveltejs/kit/pull/5825)) ### [`v1.0.0-next.412`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next412) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.411...@sveltejs/kit@1.0.0-next.412) ##### Patch Changes - Lazy load Svelte components to reenable no-ssr use cases ([#​5930](https://togithub.com/sveltejs/kit/pull/5930)) ### [`v1.0.0-next.411`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next411) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.410...@sveltejs/kit@1.0.0-next.411) ##### Patch Changes - Hydration validation errors ([#​5918](https://togithub.com/sveltejs/kit/pull/5918)) - Handle function without params when writing TS proxy ([#​5928](https://togithub.com/sveltejs/kit/pull/5928)) - \[fix] prevent `Content-Length` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#​5922](https://togithub.com/sveltejs/kit/pull/5922)) - Provide helpful error message on invalid named layout reference ([#​5912](https://togithub.com/sveltejs/kit/pull/5912)) ### [`v1.0.0-next.410`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next410) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.409...@sveltejs/kit@1.0.0-next.410) ##### Patch Changes - Fix generated path extension for `AwaitedProperties` ([#​5917](https://togithub.com/sveltejs/kit/pull/5917)) ### [`v1.0.0-next.409`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next409) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.408...@sveltejs/kit@1.0.0-next.409) ##### Patch Changes - make generated type import path ends in `.js` ([#​5907](https://togithub.com/sveltejs/kit/pull/5907)) ### [`v1.0.0-next.408`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next408) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.407...@sveltejs/kit@1.0.0-next.408) ##### Patch Changes - Only search for layout name in basename ([#​5897](https://togithub.com/sveltejs/kit/pull/5897)) ### [`v1.0.0-next.407`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next407) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.406...@sveltejs/kit@1.0.0-next.407) ##### Patch Changes - Allow actions to return undefined ([#​5892](https://togithub.com/sveltejs/kit/pull/5892)) - \[fix] avoid manifest collisions ([#​5874](https://togithub.com/sveltejs/kit/pull/5874)) - Make package command remove `publishConfig.directory` from generated package.json ([#​5848](https://togithub.com/sveltejs/kit/pull/5848)) ### [`v1.0.0-next.406`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next406) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.405...@sveltejs/kit@1.0.0-next.406) ##### Patch Changes - \[breaking] Overhaul filesystem-based router [https://github.com/sveltejs/kit/discussions/5774](https://togithub.com/sveltejs/kit/discussions/5774)4) ([#​5778](https://togithub.com/sveltejs/kit/pull/5778)) - \[breaking] Change load API [https://github.com/sveltejs/kit/discussions/5774](https://togithub.com/sveltejs/kit/discussions/5774)4) ([#​5778](https://togithub.com/sveltejs/kit/pull/5778))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.33.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5331-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5330v5331-2022-08-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) ##### Bug Fixes - missing placeholders in violation messages for `no-unnecessary-type-constraint` and `no-unsafe-argument` (and enable `eslint-plugin/recommended` rules internally) ([#​5453](https://togithub.com/typescript-eslint/typescript-eslint/issues/5453)) ([d023910](https://togithub.com/typescript-eslint/typescript-eslint/commit/d0239104f4dbffd2b5ecdb19e520c7d4b71962e0))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.33.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5331-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5330v5331-2022-08-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
rollup/rollup ### [`v2.78.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2781) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.78.0...v2.78.1) *2022-08-19* ##### Bug Fixes - Avoid inferring "arguments" as name for a default export placeholder variable ([#​4613](https://togithub.com/rollup/rollup/issues/4613)) ##### Pull Requests - [#​4613](https://togithub.com/rollup/rollup/pull/4613): Prevent using arguments for generated variable names ([@​lukastaegert](https://togithub.com/lukastaegert))
vitejs/vite ### [`v3.0.9`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small309-2022-08-19-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.0.8...v3.0.9) - feat(ssr): warn if cant analyze dynamic import ([#​9738](https://togithub.com/vitejs/vite/issues/9738)) ([e0ecb80](https://togithub.com/vitejs/vite/commit/e0ecb80)), closes [#​9738](https://togithub.com/vitejs/vite/issues/9738) - fix: dynamic import path contain ../ and its own directory ([#​9350](https://togithub.com/vitejs/vite/issues/9350)) ([c6870f3](https://togithub.com/vitejs/vite/commit/c6870f3)), closes [#​9350](https://togithub.com/vitejs/vite/issues/9350) - fix: legacy no resolve asset urls ([#​9507](https://togithub.com/vitejs/vite/issues/9507)) ([1d6a1eb](https://togithub.com/vitejs/vite/commit/1d6a1eb)), closes [#​9507](https://togithub.com/vitejs/vite/issues/9507) - fix: print error file path when using `rollupOptions.output.dir` (fix [#​9100](https://togithub.com/vitejs/vite/issues/9100)) ([#​9111](https://togithub.com/vitejs/vite/issues/9111)) ([3bffd14](https://togithub.com/vitejs/vite/commit/3bffd14)), closes [#​9100](https://togithub.com/vitejs/vite/issues/9100) [#​9111](https://togithub.com/vitejs/vite/issues/9111) - fix: skip undefined proxy entry ([#​9622](https://togithub.com/vitejs/vite/issues/9622)) ([e396d67](https://togithub.com/vitejs/vite/commit/e396d67)), closes [#​9622](https://togithub.com/vitejs/vite/issues/9622) - fix(hmr): duplicate link tags ([#​9697](https://togithub.com/vitejs/vite/issues/9697)) ([9aa9515](https://togithub.com/vitejs/vite/commit/9aa9515)), closes [#​9697](https://togithub.com/vitejs/vite/issues/9697) - fix(import-analysis): escape quotes ([#​9729](https://togithub.com/vitejs/vite/issues/9729)) ([21515f1](https://togithub.com/vitejs/vite/commit/21515f1)), closes [#​9729](https://togithub.com/vitejs/vite/issues/9729) - docs: fix typos in comments and documentation ([#​9711](https://togithub.com/vitejs/vite/issues/9711)) ([0571232](https://togithub.com/vitejs/vite/commit/0571232)), closes [#​9711](https://togithub.com/vitejs/vite/issues/9711) - docs: update import.meta.glob jsdocs ([#​9709](https://togithub.com/vitejs/vite/issues/9709)) ([15ff3a2](https://togithub.com/vitejs/vite/commit/15ff3a2)), closes [#​9709](https://togithub.com/vitejs/vite/issues/9709) - chore(deps): update all non-major dependencies ([#​9675](https://togithub.com/vitejs/vite/issues/9675)) ([4e56e87](https://togithub.com/vitejs/vite/commit/4e56e87)), closes [#​9675](https://togithub.com/vitejs/vite/issues/9675) - chore(deps): update dependency es-module-lexer to v1 ([#​9576](https://togithub.com/vitejs/vite/issues/9576)) ([1d8613f](https://togithub.com/vitejs/vite/commit/1d8613f)), closes [#​9576](https://togithub.com/vitejs/vite/issues/9576) - perf: avoid `ssrTransform` object allocation ([#​9706](https://togithub.com/vitejs/vite/issues/9706)) ([6e58d9d](https://togithub.com/vitejs/vite/commit/6e58d9d)), closes [#​9706](https://togithub.com/vitejs/vite/issues/9706) ### [`v3.0.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small308-2022-08-16-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.0.7...v3.0.8) - fix: allow ping to http from https website ([#​9561](https://togithub.com/vitejs/vite/issues/9561)) ([f4b4405](https://togithub.com/vitejs/vite/commit/f4b4405)), closes [#​9561](https://togithub.com/vitejs/vite/issues/9561) - fix: use browser field if likely esm (fixes [#​9652](https://togithub.com/vitejs/vite/issues/9652)) ([#​9653](https://togithub.com/vitejs/vite/issues/9653)) ([85e387a](https://togithub.com/vitejs/vite/commit/85e387a)), closes [#​9652](https://togithub.com/vitejs/vite/issues/9652) [#​9653](https://togithub.com/vitejs/vite/issues/9653) - fix(ssr-manifest): filter path undefined when dynamic import ([#​9655](https://togithub.com/vitejs/vite/issues/9655)) ([1478a2f](https://togithub.com/vitejs/vite/commit/1478a2f)), closes [#​9655](https://togithub.com/vitejs/vite/issues/9655) - docs: update WSL2 watch limitation explanation ([#​8939](https://togithub.com/vitejs/vite/issues/8939)) ([afbb87d](https://togithub.com/vitejs/vite/commit/afbb87d)), closes [#​8939](https://togithub.com/vitejs/vite/issues/8939)

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.