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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.0.0-next.314 -> ^1.0.0-next.324 age adoption passing confidence
@types/node ^16.11.27 -> ^16.11.33 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.19.0 -> ^5.21.0 age adoption passing confidence
@typescript-eslint/parser ^5.19.0 -> ^5.21.0 age adoption passing confidence
eslint (source) ^8.13.0 -> ^8.14.0 age adoption passing confidence
lint-staged ^12.3.8 -> ^12.4.1 age adoption passing confidence
rollup (source) ^2.70.2 -> ^2.71.1 age adoption passing confidence
svelte (source) ^3.47.0 -> ^3.48.0 age adoption passing confidence
tsup ^5.12.5 -> ^5.12.6 age adoption passing confidence
typescript (source) ^4.6.3 -> ^4.6.4 age adoption passing confidence
vite ^2.9.5 -> ^2.9.6 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.0.0-next.324`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next324) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.323...@sveltejs/kit@1.0.0-next.324) ##### Patch Changes - Throw errors on encountering named layout in directory ([#​4756](https://togithub.com/sveltejs/kit/pull/4756)) ### [`v1.0.0-next.323`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next323) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.322...@sveltejs/kit@1.0.0-next.323) ##### Patch Changes - Default to target: node14.8, so that top-level await is supported in user code ([#​4742](https://togithub.com/sveltejs/kit/pull/4742)) - Only complain about missing $lib paths in tsconfig if src/lib exists ([#​4735](https://togithub.com/sveltejs/kit/pull/4735)) - Include all assets in `$service-worker` build, not just CSS ([#​4744](https://togithub.com/sveltejs/kit/pull/4744)) ### [`v1.0.0-next.322`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next322) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.321...@sveltejs/kit@1.0.0-next.322) ##### Patch Changes - Copy dotfiles from .svelte-kit/output ([#​4725](https://togithub.com/sveltejs/kit/pull/4725)) - \[breaking] Ignore `trailingSlash` for endpoint requests, apply `trailingSlash` to pages consistently ([#​4699](https://togithub.com/sveltejs/kit/pull/4699)) ### [`v1.0.0-next.321`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next321) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.320...@sveltejs/kit@1.0.0-next.321) ##### Patch Changes - Tweak error message for non-validating base paths ([#​4713](https://togithub.com/sveltejs/kit/pull/4713)) - \[breaking] Supplying an empty `--host` option to `preview` exposes the server to both ipv4 and ipv6 networks ([#​4729](https://togithub.com/sveltejs/kit/pull/4729)) - throw error on encountering infinite layout loop ([#​4730](https://togithub.com/sveltejs/kit/pull/4730)) ### [`v1.0.0-next.320`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next320) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.319...@sveltejs/kit@1.0.0-next.320) ##### Patch Changes - \[breaking] Replace `maxage` with `cache` in `LoadOutput` ([#​4690](https://togithub.com/sveltejs/kit/pull/4690)) ### [`v1.0.0-next.319`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next319) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.318...@sveltejs/kit@1.0.0-next.319) ##### Patch Changes - Add --watch flag to svelte-kit package ([#​4658](https://togithub.com/sveltejs/kit/pull/4658)) ### [`v1.0.0-next.318`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next318) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.317...@sveltejs/kit@1.0.0-next.318) ##### Patch Changes - fix broken AdapterEntry type ([#​4674](https://togithub.com/sveltejs/kit/pull/4674)) ### [`v1.0.0-next.317`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next317) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.316...@sveltejs/kit@1.0.0-next.317) ##### Patch Changes - Navigation to current URL is no longer a no-op ([#​4664](https://togithub.com/sveltejs/kit/pull/4664)) - builder.createEntries returns a promise that awaits complete() callbacks ([#​4663](https://togithub.com/sveltejs/kit/pull/4663)) - navigation store resets to null after aborted nav ([#​4664](https://togithub.com/sveltejs/kit/pull/4664)) ### [`v1.0.0-next.316`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next316) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.315...@sveltejs/kit@1.0.0-next.316) ##### Patch Changes - `invalidate` with `predicate` function ([#​4636](https://togithub.com/sveltejs/kit/pull/4636)) ### [`v1.0.0-next.315`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next315) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.314...@sveltejs/kit@1.0.0-next.315) ##### Patch Changes - Apply set-cookie headers from page dependencies ([#​4588](https://togithub.com/sveltejs/kit/pull/4588)) - Include disallowed method name in 405 response, include Allow header ([#​4614](https://togithub.com/sveltejs/kit/pull/4614)) - apply updated `props.page` when update or goto page ([#​4392](https://togithub.com/sveltejs/kit/pull/4392)) - rename `data-svelte` attribute to `data-sveltekit` ([#​4641](https://togithub.com/sveltejs/kit/pull/4641))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5210-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5200v5210-2022-04-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) ##### Bug Fixes - **eslint-plugin:** \[no-misused-promises] prioritize false returns when checking whether a function returns only void ([#​4841](https://togithub.com/typescript-eslint/typescript-eslint/issues/4841)) ([ccadb60](https://togithub.com/typescript-eslint/typescript-eslint/commit/ccadb6075d6977c4921ffc09fa40f515f4d497c5)) - **eslint-plugin:** \[no-namespace] fix false positive for exported namespaces when allowDeclarations=true ([#​4844](https://togithub.com/typescript-eslint/typescript-eslint/issues/4844)) ([4e7c9be](https://togithub.com/typescript-eslint/typescript-eslint/commit/4e7c9be6ff7e2448f4151563d7921cd285c2e349)) - **eslint-plugin:** \[space-infix-ops] fix no error when right type is function ([#​4848](https://togithub.com/typescript-eslint/typescript-eslint/issues/4848)) ([d74d559](https://togithub.com/typescript-eslint/typescript-eslint/commit/d74d559c25e336c3ebe917bf5c43e14ffa2de694)) ##### Features - **eslint-plugin:** \[parameter-properties] add rule to replace `no-parameter-properties` ([#​4622](https://togithub.com/typescript-eslint/typescript-eslint/issues/4622)) ([88ed9ec](https://togithub.com/typescript-eslint/typescript-eslint/commit/88ed9ec9d6b971a9533565920fdcd6890ea941e9)) ### [`v5.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5200-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5190v5200-2022-04-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) ##### Features - **eslint-plugin:** \[no-magic-numbers] ignoreTypeIndexes option ([#​4789](https://togithub.com/typescript-eslint/typescript-eslint/issues/4789)) ([5e79451](https://togithub.com/typescript-eslint/typescript-eslint/commit/5e794512bf124c39de76d4e2cf8a3d6cfb08f1a8))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5210-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5200v5210-2022-04-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5200-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5190v5200-2022-04-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.14.0`](https://togithub.com/eslint/eslint/releases/v8.14.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.13.0...v8.14.0) #### Features - [`ab6363d`](https://togithub.com/eslint/eslint/commit/ab6363dffb9dfd9c6a9abb5292fc712745fe7a64) feat: Add rule no-constant-binary-expression ([#​15296](https://togithub.com/eslint/eslint/issues/15296)) (Jordan Eldredge) #### Bug Fixes - [`35fa1dd`](https://togithub.com/eslint/eslint/commit/35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69) fix: allow project paths to have URL-encoded characters ([#​15795](https://togithub.com/eslint/eslint/issues/15795)) (Milos Djermanovic) - [`413f1d5`](https://togithub.com/eslint/eslint/commit/413f1d55f0ad05b6fe75bdde6df423253806797d) fix: update `astUtils.isDirectiveComment` with `globals` and `exported` ([#​15775](https://togithub.com/eslint/eslint/issues/15775)) (Milos Djermanovic) #### Build Related - [`c2407e8`](https://togithub.com/eslint/eslint/commit/c2407e81caf2d50325d9aa09bae70d38615ddf2c) build: add node v18 ([#​15791](https://togithub.com/eslint/eslint/issues/15791)) (唯然) #### Chores - [`735458c`](https://togithub.com/eslint/eslint/commit/735458cc96d4ecdb4ed97448b63ed4a579890b13) chore: add static frontmatter to no-constant-binary-expression docs ([#​15798](https://togithub.com/eslint/eslint/issues/15798)) (Milos Djermanovic) - [`db28f2c`](https://togithub.com/eslint/eslint/commit/db28f2c9ea6b654f615daf2f7e6f1a2034b85062) chore: Add static frontmatter to docs ([#​15782](https://togithub.com/eslint/eslint/issues/15782)) (Nicholas C. Zakas) - [`3bca59e`](https://togithub.com/eslint/eslint/commit/3bca59e30de73fb82d4def262ae1df72089df80d) chore: markdownlint autofix on commit ([#​15783](https://togithub.com/eslint/eslint/issues/15783)) (Nicholas C. Zakas)
okonet/lint-staged ### [`v12.4.1`](https://togithub.com/okonet/lint-staged/releases/v12.4.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.4.0...v12.4.1) ##### Bug Fixes - correctly handle symlinked config files ([b3f63ec](https://togithub.com/okonet/lint-staged/commit/b3f63ec43c04158e0ba00f541aa8ffb609d037d9)) ### [`v12.4.0`](https://togithub.com/okonet/lint-staged/releases/v12.4.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.8...v12.4.0) ##### Bug Fixes - handle empty input by returning empty array from `parseGitZOutput` ([a118817](https://togithub.com/okonet/lint-staged/commit/a118817189a5b41168179fe7268903b1d7f4413a)) - limit configuration discovery to cwd ([d8fdf1d](https://togithub.com/okonet/lint-staged/commit/d8fdf1d9232fde6d65e6b1f4313edbf8d32f9dcb)) - restore functionality of parent globs for a single configuration file ([877ab4c](https://togithub.com/okonet/lint-staged/commit/877ab4cc66dfa51f5d8d14c89aeadc3ea41a1916)) ##### Features - expose `--max-arg-length` cli option ([e8291b0](https://togithub.com/okonet/lint-staged/commit/e8291b03fa3f3210795b808f40b9a11968f2d988))
rollup/rollup ### [`v2.71.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2711) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.71.0...v2.71.1) *2022-04-30* ##### Bug Fixes - Allow importing loadConfigFile without extension ([#​4483](https://togithub.com/rollup/rollup/issues/4483)) ##### Pull Requests - [#​4483](https://togithub.com/rollup/rollup/pull/4483): Add exports exception for loadConfigFile ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.71.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2710) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.70.2...v2.71.0) *2022-04-30*
sveltejs/svelte ### [`v3.48.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3480) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.47.0...v3.48.0) - Allow creating cancelable custom events with `createEventDispatcher` ([#​4623](https://togithub.com/sveltejs/svelte/issues/4623)) - Support `{@​const}` tag in `{#if}` blocks [#​7241](https://togithub.com/sveltejs/svelte/issues/7241) - Return the context object in `setContext` [#​7427](https://togithub.com/sveltejs/svelte/issues/7427) - Allow comments inside `{#each}` blocks when using `animate:` ([#​3999](https://togithub.com/sveltejs/svelte/issues/3999)) - Fix `|local` transitions in `{#key}` blocks ([#​5950](https://togithub.com/sveltejs/svelte/issues/5950)) - Support svg namespace for `{@​html}` ([#​7002](https://togithub.com/sveltejs/svelte/issues/7002), [#​7450](https://togithub.com/sveltejs/svelte/issues/7450)) - Fix `{@​const}` tag not working inside a component when there's no `let:` [#​7189](https://togithub.com/sveltejs/svelte/issues/7189) - Remove extraneous leading newline inside `
` and `