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

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
@changesets/cli (source) ^2.26.1 -> ^2.26.2 age adoption passing confidence
@sveltejs/kit (source) ^1.20.5 -> ^1.21.0 age adoption passing confidence
@types/node (source) ^18.16.18 -> ^18.16.19 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.60.0 -> ^5.60.1 age adoption passing confidence
@typescript-eslint/parser ^5.60.0 -> ^5.60.1 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.44.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.31.1 -> ^2.32.2 age adoption passing confidence
lint-staged ^13.2.2 -> ^13.2.3 age adoption passing confidence
svelte (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.6 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli) ### [`v2.26.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.26.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.26.1...@changesets/cli@2.26.2) ##### Patch Changes - [#​1176](https://togithub.com/changesets/changesets/pull/1176) [`41988ce`](https://togithub.com/changesets/changesets/commit/41988ceb8c1cedd3857c939448bf3965494ff0a4) Thanks [@​joshwooding](https://togithub.com/joshwooding)! - Bump [`semver`](https://togithub.com/npm/node-semver) dependency to v7.5.3 - Updated dependencies \[[`41988ce`](https://togithub.com/changesets/changesets/commit/41988ceb8c1cedd3857c939448bf3965494ff0a4)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​6](https://togithub.com/6).1.4 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).2.4 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.6 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.17 - [@​changesets/config](https://togithub.com/changesets/config)[@​2](https://togithub.com/2).3.1
sveltejs/kit (@​sveltejs/kit) ### [`v1.21.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1210) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.20.5...@sveltejs/kit@1.21.0) ##### Minor Changes - feat: add `event.isSubRequest` boolean indicating whether this is a call to one of the app's own APIs during SSR (or prerendering) ([#​10170](https://togithub.com/sveltejs/kit/pull/10170)) - feat: add `privatePrefix` to `config.kit.env` ([#​9996](https://togithub.com/sveltejs/kit/pull/9996)) - feat: export `VERSION` from `@sveltejs/kit` ([#​9969](https://togithub.com/sveltejs/kit/pull/9969)) ##### Patch Changes - docs: update inline NavigationType documentation ([#​10269](https://togithub.com/sveltejs/kit/pull/10269)) - perf: cache dynamic imports of nodes ([#​10080](https://togithub.com/sveltejs/kit/pull/10080))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5601-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5600v5601-2023-06-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5601-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5600v5601-2023-06-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
eslint/eslint (eslint) ### [`v8.44.0`](https://togithub.com/eslint/eslint/releases/tag/v8.44.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.43.0...v8.44.0) #### Features - [`1766771`](https://togithub.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578) feat: add `es2023` and `es2024` environments ([#​17328](https://togithub.com/eslint/eslint/issues/17328)) (Milos Djermanovic) - [`4c50400`](https://togithub.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3) feat: add `ecmaVersion: 2024`, regexp `v` flag parsing ([#​17324](https://togithub.com/eslint/eslint/issues/17324)) (Milos Djermanovic) - [`4d411e4`](https://togithub.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2) feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule ([#​17270](https://togithub.com/eslint/eslint/issues/17270)) (Percy Ma) - [`c8b1f4d`](https://togithub.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0) feat: Move `parserServices` to `SourceCode` ([#​17311](https://togithub.com/eslint/eslint/issues/17311)) (Milos Djermanovic) - [`ef6e24e`](https://togithub.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99) feat: treat unknown nodes as having the lowest precedence ([#​17302](https://togithub.com/eslint/eslint/issues/17302)) (Brad Zacher) - [`1866e1d`](https://togithub.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035) feat: allow flat config files to export a Promise ([#​17301](https://togithub.com/eslint/eslint/issues/17301)) (Milos Djermanovic) #### Bug Fixes - [`a36bcb6`](https://togithub.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71) fix: no-unused-vars false positive with logical assignment operators ([#​17320](https://togithub.com/eslint/eslint/issues/17320)) (Gweesin Chan) - [`7620b89`](https://togithub.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e) fix: Remove `no-unused-labels` autofix before potential directives ([#​17314](https://togithub.com/eslint/eslint/issues/17314)) (Francesco Trotta) - [`391ed38`](https://togithub.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4) fix: Remove `no-extra-semi` autofix before potential directives ([#​17297](https://togithub.com/eslint/eslint/issues/17297)) (Francesco Trotta) #### Documentation - [`526e911`](https://togithub.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac) docs: resubmit pr 17115 doc changes ([#​17291](https://togithub.com/eslint/eslint/issues/17291)) (唯然) - [`e1314bf`](https://togithub.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172) docs: Integration section and tutorial ([#​17132](https://togithub.com/eslint/eslint/issues/17132)) (Ben Perlmutter) - [`19a8c5d`](https://togithub.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6) docs: Update README (GitHub Actions Bot) #### Chores - [`49e46ed`](https://togithub.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).44.0 ([#​17329](https://togithub.com/eslint/eslint/issues/17329)) (Milos Djermanovic) - [`a1cb642`](https://togithub.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`840a264`](https://togithub.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951) test: More test cases for no-case-declarations ([#​17315](https://togithub.com/eslint/eslint/issues/17315)) (Elian Cordoba) - [`e6e74f9`](https://togithub.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9) chore: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`eb3d794`](https://togithub.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114) chore: upgrade semver@7.5.3 ([#​17323](https://togithub.com/eslint/eslint/issues/17323)) (Ziyad El Abid) - [`cf88439`](https://togithub.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d) chore: upgrade optionator@0.9.3 ([#​17319](https://togithub.com/eslint/eslint/issues/17319)) (Milos Djermanovic) - [`9718a97`](https://togithub.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082) refactor: remove unnecessary code in `flat-eslint.js` ([#​17308](https://togithub.com/eslint/eslint/issues/17308)) (Milos Djermanovic) - [`f82e56e`](https://togithub.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296) perf: various performance improvements ([#​17135](https://togithub.com/eslint/eslint/issues/17135)) (moonlightaria) - [`da81e66`](https://togithub.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad) chore: update eslint-plugin-jsdoc to 46.2.5 ([#​17245](https://togithub.com/eslint/eslint/issues/17245)) (唯然) - [`b991640`](https://togithub.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f) chore: switch eslint-config-eslint to the flat format ([#​17247](https://togithub.com/eslint/eslint/issues/17247)) (唯然)
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte) ### [`v2.32.2`](https://togithub.com/sveltejs/eslint-plugin-svelte/blob/HEAD/CHANGELOG.md#​2322) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/v2.32.1...v2.32.2) ##### Patch Changes - [#​530](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/530) [`c584404`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/c584404bd5a2134d81067abbd3c01525abc8e9f7) Thanks [@​pawelblaszczyk5](https://togithub.com/pawelblaszczyk5)! - fix: handle type aliases for $Events and $Slots declarations ### [`v2.32.1`](https://togithub.com/sveltejs/eslint-plugin-svelte/blob/HEAD/CHANGELOG.md#​2321) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/v2.32.0...v2.32.1) ##### Patch Changes - [#​527](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/527) [`0212a78`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/0212a78541e2ff51305c3b75f115dabcba73ab78) Thanks [@​marekdedic](https://togithub.com/marekdedic)! - fix(no-ununsed-class-name): fixed an error with `@use` at-rules ### [`v2.32.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/blob/HEAD/CHANGELOG.md#​2320) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/v2.31.1...v2.32.0) ##### Minor Changes - [#​520](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/520) [`8ba5fb1`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/8ba5fb102d39310cdd5756245bb1f388e432a7a0) Thanks [@​marekdedic](https://togithub.com/marekdedic)! - feat(no-unused-class-name): added an option to allow some specific class names - [#​524](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/524) [`1e0346e`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/1e0346ef287089cf2b9169abf319d81e52993630) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for Svelte v4 - [#​525](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/525) [`20412ab`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/20412ab756154291e36671e31c41a0ca7c3c7f97) Thanks [@​renovate](https://togithub.com/apps/renovate)! - fix(deps): update dependency svelte-eslint-parser to ^0.32.0 ##### Patch Changes - [#​511](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/511) [`bb30943`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/bb309430f45b49e86b3c4cb6fd53d6e57ea37a86) Thanks [@​marekdedic](https://togithub.com/marekdedic)! - feat(block-lang): added support for multiple modules of the same type
okonet/lint-staged (lint-staged) ### [`v13.2.3`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v13.2.2...v13.2.3) ##### Bug Fixes - the `--diff` option implies `--no-stash` ([66a716d](https://togithub.com/okonet/lint-staged/commit/66a716d5a32c49f03b9a34350fec1b2411bada17))
sveltejs/svelte (svelte) ### [`v4.0.1`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#​401) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.0.0...svelte@4.0.1) ##### Patch Changes - fix: ensure identifiers in destructuring contexts don't clash with existing ones ([#​8840](https://togithub.com/sveltejs/svelte/pull/8840)) - fix: ensure `createEventDispatcher` and `ActionReturn` work with types from generic function parameters ([#​8872](https://togithub.com/sveltejs/svelte/pull/8872)) - fix: apply transition to `` with local transition ([#​8865](https://togithub.com/sveltejs/svelte/pull/8865)) - fix: relax a11y "no redundant role" rule for li, ul, ol ([#​8867](https://togithub.com/sveltejs/svelte/pull/8867)) - fix: remove tsconfig.json from published package ([#​8859](https://togithub.com/sveltejs/svelte/pull/8859))
Microsoft/TypeScript (typescript) ### [`v5.1.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: Branch creation - "before 4am 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.