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

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
@changesets/cli ^2.19.0 -> ^2.20.0 age adoption passing confidence
@​sveltejs/kit ^1.0.0-next.240 -> ^1.0.0-next.251 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.10.0 -> ^5.10.1 age adoption passing confidence
@typescript-eslint/parser ^5.10.0 -> ^5.10.1 age adoption passing confidence
dotenv ^14.2.0 -> ^14.3.2 age adoption passing confidence
eslint (source) ^8.7.0 -> ^8.8.0 age adoption passing confidence
lint-staged ^12.3.1 -> ^12.3.2 age adoption passing confidence
rollup (source) ^2.66.0 -> ^2.66.1 age adoption passing confidence
svelte ^3.46.2 -> ^3.46.3 age adoption passing confidence
tsup ^5.11.11 -> ^5.11.13 age adoption passing confidence

Release Notes

changesets/changesets ### [`v2.20.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2200) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.19.0...@changesets/cli@2.20.0) ##### Minor Changes - [#​698](https://togithub.com/changesets/changesets/pull/698) [`9e14a9a`](https://togithub.com/changesets/changesets/commit/9e14a9a89d337bfcf4c0472989ed1f46f70a2627) Thanks [@​zthxxx](https://togithub.com/zthxxx)! - Reworked the CLI output when adding a changeset. This includes fixing broken formatting in certain terminal width, reducing visual noise and making other small adjustments. - [#​704](https://togithub.com/changesets/changesets/pull/704) [`6f9c9d6`](https://togithub.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252) Thanks [@​Andarist](https://togithub.com/Andarist)! - Dependencies specified using a tag will no longer result in printing incorrect errors in the console. ##### Patch Changes - [#​740](https://togithub.com/changesets/changesets/pull/740) [`957e39c`](https://togithub.com/changesets/changesets/commit/957e39c21549dd91e03faa5cd30e44e4c3d7331f) Thanks [@​akphi](https://togithub.com/akphi)! - Fixed an issue with failing to parse changesets containing a completely empty summary. - [#​693](https://togithub.com/changesets/changesets/pull/693) [`1be201f`](https://togithub.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812) Thanks [@​luciaquirke](https://togithub.com/luciaquirke)! - Fixed an issue with `none` release type sometimes overriding other release types and thus preventing a release from happening. - Updated dependencies \[[`6f9c9d6`](https://togithub.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252), [`77c1cef`](https://togithub.com/changesets/changesets/commit/77c1ceff402f390c1ededec358d914ba68a31d0d), [`1be201f`](https://togithub.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812)]: - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.0 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).3.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).0.5 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).6.4 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​5](https://togithub.com/5).0.4 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.3 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.5
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.10.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5101-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5100v5101-2022-01-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.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.10.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5101-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5100v5101-2022-01-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
motdotla/dotenv ### [`v14.3.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1432-httpsgithubcommotdotladotenvcomparev1431v1432-2022-01-25) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v14.3.1...v14.3.2) ##### Changed - Preserve backwards compatibility on values containing `#` 🐞 ([#​603](https://togithub.com/motdotla/dotenv/pull/603)) ### [`v14.3.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1431-httpsgithubcommotdotladotenvcomparev1430v1431-2022-01-25) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v14.3.0...v14.3.1) ##### Changed - Preserve backwards compatibility on exports by re-introducing the prior in-place exports 🐞 ([#​606](https://togithub.com/motdotla/dotenv/pull/606)) ### [`v14.3.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1430-httpsgithubcommotdotladotenvcomparev1420v1430-2022-01-24) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v14.2.0...v14.3.0) ##### Added - Add `multiline` option 🎉 ([#​486](https://togithub.com/motdotla/dotenv/pull/486))
eslint/eslint ### [`v8.8.0`](https://togithub.com/eslint/eslint/releases/v8.8.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.7.0...v8.8.0) #### Features - [`5d60812`](https://togithub.com/eslint/eslint/commit/5d60812d440762dff72420714273c714c4c5d074) feat: implement rfc 2021-suppression-support ([#​15459](https://togithub.com/eslint/eslint/issues/15459)) (Yiwei Ding) #### Documentation - [`5769cc2`](https://togithub.com/eslint/eslint/commit/5769cc23eca7197bb5993a0201cc269a056d4dfd) docs: fix relative link ([#​15544](https://togithub.com/eslint/eslint/issues/15544)) (Nick Schonning) - [`ccbc35f`](https://togithub.com/eslint/eslint/commit/ccbc35ff3ebc89bb524a8fd8dc60df9408e58275) docs: trimmed rules h1s to just be rule names ([#​15514](https://togithub.com/eslint/eslint/issues/15514)) (Josh Goldberg) - [`851f1f1`](https://togithub.com/eslint/eslint/commit/851f1f18bd1a5da32c1b645bfcb28fadc627ad9e) docs: fixed typo in comment ([#​15531](https://togithub.com/eslint/eslint/issues/15531)) (Jiapei Liang) - [`7d7af55`](https://togithub.com/eslint/eslint/commit/7d7af55759eab2328aeeb71098d91f4a5e41b269) docs: address upcoming violation of markdownlint rule MD050/strong-style ([#​15529](https://togithub.com/eslint/eslint/issues/15529)) (David Anson)
okonet/lint-staged ### [`v12.3.2`](https://togithub.com/okonet/lint-staged/releases/v12.3.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.1...v12.3.2) ##### Bug Fixes - handle symlinked .git directories ([3a897ff](https://togithub.com/okonet/lint-staged/commit/3a897ff1515bde9fc88769257f38cb2646d624fc))
rollup/rollup ### [`v2.66.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2661) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.66.0...v2.66.1) *2022-01-25* ##### Bug Fixes - Only warn for conflicting names in namespace reexports if it actually causes problems ([#​4363](https://togithub.com/rollup/rollup/issues/4363)) - Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports ([#​4364](https://togithub.com/rollup/rollup/issues/4364)) ##### Pull Requests - [#​4362](https://togithub.com/rollup/rollup/pull/4362): refactor: convert exportsByName object to map ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4363](https://togithub.com/rollup/rollup/pull/4363): Do not warn unnecessarily for namespace conflicts ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4364](https://togithub.com/rollup/rollup/pull/4364): Do not expose synthetic namespace export in entries and namespaces ([@​lukastaegert](https://togithub.com/lukastaegert))
sveltejs/svelte ### [`v3.46.3`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3463) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.46.2...v3.46.3) - Ignore whitespace in `{#each}` blocks when containing elements with `animate:` ([#​5477](https://togithub.com/sveltejs/svelte/pull/5477)) - Throw compiler error when variable in `context="instance"` collides with import in `context="module"` ([#​7090](https://togithub.com/sveltejs/svelte/issues/7090)) - Fix compiler crash when `{@​const}` contains arrow functions ([#​7134](https://togithub.com/sveltejs/svelte/issues/7134))
egoist/tsup ### [`v5.11.13`](https://togithub.com/egoist/tsup/releases/v5.11.13) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.12...v5.11.13) ##### Bug Fixes - ignore non js/ts files in --dts build, closes [#​554](https://togithub.com/egoist/tsup/issues/554) ([20fb72b](https://togithub.com/egoist/tsup/commit/20fb72b3084cddbe02d05e4f59fd7f2ecde0b5f1)) ### [`v5.11.12`](https://togithub.com/egoist/tsup/releases/v5.11.12) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.11...v5.11.12) ##### Bug Fixes - node 12.20.0 compatibility ([b8c51f4](https://togithub.com/egoist/tsup/commit/b8c51f45532f3c0da8d2b6a3c582f30ec3cfe24c))

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.