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

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.0-next.571 -> ^1.0.1 age adoption passing confidence
@types/node (source) ^18.11.10 -> ^18.11.16 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.45.0 -> ^5.46.1 age adoption passing confidence
@typescript-eslint/parser ^5.45.0 -> ^5.46.1 age adoption passing confidence
eslint (source) ^8.29.0 -> ^8.30.0 age adoption passing confidence
prettier (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
prettier-plugin-svelte ^2.8.1 -> ^2.9.0 age adoption passing confidence
svelte (source) ^3.53.1 -> ^3.55.0 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.4 age adoption passing confidence
vite (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence

Release Notes

sveltejs/kit ### [`v1.0.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​101) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0...@sveltejs/kit@1.0.1) ##### Patch Changes - Explicitly mark Node 17.x as not supported ([#​8174](https://togithub.com/sveltejs/kit/pull/8174)) ### [`v1.0.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.589...@sveltejs/kit@1.0.0) ##### Major Changes First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch ### [`v1.0.0-next.589`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next589) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.588...@sveltejs/kit@1.0.0-next.589) ##### Patch Changes - \[breaking] remove warnings/errors about removed/changed APIs ([#​8019](https://togithub.com/sveltejs/kit/pull/8019)) ### [`v1.0.0-next.588`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next588) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.587...@sveltejs/kit@1.0.0-next.588) ##### Patch Changes - \[fix] remove obsolete generated types correctly ([#​8149](https://togithub.com/sveltejs/kit/pull/8149)) ### [`v1.0.0-next.587`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next587) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.586...@sveltejs/kit@1.0.0-next.587) ##### Patch Changes - \[breaking] prerender shells when ssr false and prerender not false ([#​8131](https://togithub.com/sveltejs/kit/pull/8131)) ### [`v1.0.0-next.586`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next586) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.585...@sveltejs/kit@1.0.0-next.586) ##### Patch Changes - \[fix] don't de/encode initial and explicit string headers ([#​8113](https://togithub.com/sveltejs/kit/pull/8113)) ### [`v1.0.0-next.585`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next585) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.584...@sveltejs/kit@1.0.0-next.585) ##### Patch Changes - \[fix] remove unused elements from default error component ([#​8110](https://togithub.com/sveltejs/kit/pull/8110)) ### [`v1.0.0-next.584`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next584) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.583...@sveltejs/kit@1.0.0-next.584) ##### Patch Changes - \[fix] load errorTemplate from correct location ([#​8096](https://togithub.com/sveltejs/kit/pull/8096)) - More robust manifest error recovery ([#​8095](https://togithub.com/sveltejs/kit/pull/8095)) ### [`v1.0.0-next.583`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next583) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.582...@sveltejs/kit@1.0.0-next.583) ##### Patch Changes - restart vite dev-server on svelte config change ([#​8087](https://togithub.com/sveltejs/kit/pull/8087)) - Set correct `$page.status` when using `enhance` and result is of type `'error'` ([#​8073](https://togithub.com/sveltejs/kit/pull/8073)) - \[fix] ensure export conditions are resolve through Vite ([#​8092](https://togithub.com/sveltejs/kit/pull/8092)) - \[fix] don't crash Vite dev server on manifest error ([#​8093](https://togithub.com/sveltejs/kit/pull/8093)) ### [`v1.0.0-next.582`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next582) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.581...@sveltejs/kit@1.0.0-next.582) ##### Patch Changes - \[fix] improve split between Vite plugins ([#​8055](https://togithub.com/sveltejs/kit/pull/8055)) - \[fix] set Vite base URL ([#​8046](https://togithub.com/sveltejs/kit/pull/8046)) - add declaration for vitePreprocess reexport ([#​8053](https://togithub.com/sveltejs/kit/pull/8053)) ### [`v1.0.0-next.581`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next581) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.580...@sveltejs/kit@1.0.0-next.581) ##### Patch Changes - \[feat] vitePreprocess ([#​8036](https://togithub.com/sveltejs/kit/pull/8036)) ### [`v1.0.0-next.580`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next580) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.579...@sveltejs/kit@1.0.0-next.580) ##### Patch Changes - \[breaking] throw an error on invalid load response ([#​8003](https://togithub.com/sveltejs/kit/pull/8003)) - \[fix] allow SvelteKit to be used without bundling ([#​7950](https://togithub.com/sveltejs/kit/pull/7950)) ### [`v1.0.0-next.579`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next579) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.578...@sveltejs/kit@1.0.0-next.579) ##### Patch Changes - \[breaking] update svelte peerDependency to ^3.54.0 ([#​7543](https://togithub.com/sveltejs/kit/pull/7543)) - update esbuild to ^0.16.3 ([#​7543](https://togithub.com/sveltejs/kit/pull/7543)) - \[breaking] upgrade to Vite 4 ([#​7543](https://togithub.com/sveltejs/kit/pull/7543)) ### [`v1.0.0-next.578`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next578) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.577...@sveltejs/kit@1.0.0-next.578) ##### Patch Changes - \[fix] respect fetch cache option ([#​8024](https://togithub.com/sveltejs/kit/pull/8024)) - \[breaking] rename invalid() to fail() and ValidationError to ActionFailure ([#​8012](https://togithub.com/sveltejs/kit/pull/8012)) - \[breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#​8013](https://togithub.com/sveltejs/kit/pull/8013)) ### [`v1.0.0-next.577`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next577) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.576...@sveltejs/kit@1.0.0-next.577) ##### Patch Changes - \[breaking] add embedded option, turned off by default ([#​7969](https://togithub.com/sveltejs/kit/pull/7969)) ### [`v1.0.0-next.576`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next576) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.575...@sveltejs/kit@1.0.0-next.576) ##### Patch Changes - \[breaking] make `sveltekit()` return a promise of array of Vite plugins ([#​7994](https://togithub.com/sveltejs/kit/pull/7994)) ### [`v1.0.0-next.575`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next575) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.574...@sveltejs/kit@1.0.0-next.575) ##### Patch Changes - \[fix] throw error when using enhance on GET forms ([#​7948](https://togithub.com/sveltejs/kit/pull/7948)) - \[breaking] strip `__data.json` from url ([#​7979](https://togithub.com/sveltejs/kit/pull/7979)) ### [`v1.0.0-next.574`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next574) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.573...@sveltejs/kit@1.0.0-next.574) ##### Patch Changes - \[feat] split Vite plugin in two ([#​7990](https://togithub.com/sveltejs/kit/pull/7990)) ### [`v1.0.0-next.573`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next573) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.572...@sveltejs/kit@1.0.0-next.573) ##### Patch Changes - \[fix] adjust ActionData type ([#​7962](https://togithub.com/sveltejs/kit/pull/7962)) - \[breaking] disallow unknown exports (except when starting with an underscore) from `+(layout|page)(.server)?.js` and `+server.js` files ([#​7878](https://togithub.com/sveltejs/kit/pull/7878)) - \[fix] continuous optionals should not throw conflict error ([#​7939](https://togithub.com/sveltejs/kit/pull/7939)) - fix `enhance` error message when form action doesn't exist or csrf is enabled ([#​7958](https://togithub.com/sveltejs/kit/pull/7958)) ### [`v1.0.0-next.572`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next572) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.571...@sveltejs/kit@1.0.0-next.572) ##### Minor Changes - Checks that element is not null before reading getAttribute ([#​7930](https://togithub.com/sveltejs/kit/pull/7930)) ##### Patch Changes - \[chore] update `magic-string` ([#​7931](https://togithub.com/sveltejs/kit/pull/7931)) - add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled ([#​7933](https://togithub.com/sveltejs/kit/pull/7933)) - reload dev page on change of app.html ([#​7944](https://togithub.com/sveltejs/kit/pull/7944))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) ##### Bug Fixes - **eslint-plugin:** \[ban-types] update message to suggest `object` instead of `Record` ([#​6079](https://togithub.com/typescript-eslint/typescript-eslint/issues/6079)) ([d91a5fc](https://togithub.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d)) ##### Features - **eslint-plugin:** \[prefer-nullish-coalescing] logic and test for strict null checks ([#​6174](https://togithub.com/typescript-eslint/typescript-eslint/issues/6174)) ([8a91cbd](https://togithub.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d)) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **eslint-plugin:** \[keyword-spacing] unexpected space before/after in `import type` ([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095)) ([98caa92](https://togithub.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8)) - **eslint-plugin:** \[no-shadow] add call and method signatures to `ignoreFunctionTypeParameterNameValueShadow` ([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129)) ([9d58b6b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5)) - **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type ([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083)) ([d7114d3](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97)) - **eslint-plugin:** \[sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer ([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118)) ([5d49d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **eslint-plugin:** \[keyword-spacing] unexpected space before/after in `import type` ([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095)) ([98caa92](https://togithub.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8)) - **eslint-plugin:** \[no-shadow] add call and method signatures to `ignoreFunctionTypeParameterNameValueShadow` ([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129)) ([9d58b6b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5)) - **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type ([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083)) ([d7114d3](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97)) - **eslint-plugin:** \[sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer ([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118)) ([5d49d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017))
eslint/eslint ### [`v8.30.0`](https://togithub.com/eslint/eslint/releases/tag/v8.30.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.29.0...v8.30.0) #### Features - [`075ef2c`](https://togithub.com/eslint/eslint/commit/075ef2cf315e75b51b671c40ce9a97c66b2e4b50) feat: add suggestion for no-return-await ([#​16637](https://togithub.com/eslint/eslint/issues/16637)) (Daniel Bartholomae) - [`7190d98`](https://togithub.com/eslint/eslint/commit/7190d98ff40023f24b0c6a98319ae8a82c99ff5b) feat: update globals ([#​16654](https://togithub.com/eslint/eslint/issues/16654)) (Sรฉbastien Rรจgne) #### Bug Fixes - [`1a327aa`](https://togithub.com/eslint/eslint/commit/1a327aae57f1b68c96b27cc1bd57f8198d5a3a7c) fix: Ensure flat config unignores work consistently like eslintrc ([#​16579](https://togithub.com/eslint/eslint/issues/16579)) (Nicholas C. Zakas) - [`9b8bb72`](https://togithub.com/eslint/eslint/commit/9b8bb72c49a453086954b06a5d7dd390731b1975) fix: autofix recursive functions in no-var ([#​16611](https://togithub.com/eslint/eslint/issues/16611)) (Milos Djermanovic) #### Documentation - [`6a8cd94`](https://togithub.com/eslint/eslint/commit/6a8cd94ed08983c70ca7d72dc6e360770a743405) docs: Clarify Discord info in issue template config ([#​16663](https://togithub.com/eslint/eslint/issues/16663)) (Nicholas C. Zakas) - [`ad44344`](https://togithub.com/eslint/eslint/commit/ad44344ef6fdeac7217eb83bc54a230382c0da5e) docs: CLI documentation standardization ([#​16563](https://togithub.com/eslint/eslint/issues/16563)) (Ben Perlmutter) - [`293573e`](https://togithub.com/eslint/eslint/commit/293573eb530d161d2a5b01efd9d3de49dadea022) docs: fix broken line numbers ([#​16606](https://togithub.com/eslint/eslint/issues/16606)) (Sam Chen) - [`fa2c64b`](https://togithub.com/eslint/eslint/commit/fa2c64be10d5854fb586c20957737d7d2da1975a) docs: use relative links for internal links ([#​16631](https://togithub.com/eslint/eslint/issues/16631)) (Percy Ma) - [`75276c9`](https://togithub.com/eslint/eslint/commit/75276c9bc7c4bc013fc6bdf277353c979934d73b) docs: reorder options in no-unused-vars ([#​16625](https://togithub.com/eslint/eslint/issues/16625)) (Milos Djermanovic) - [`7276fe5`](https://togithub.com/eslint/eslint/commit/7276fe5776f03fb90e575ed63a9b1a6766993e42) docs: Fix anchor in URL ([#​16628](https://togithub.com/eslint/eslint/issues/16628)) (Karl Horky) - [`6bef135`](https://togithub.com/eslint/eslint/commit/6bef1350e692c818c55c6d2074c12506e98cdf4f) docs: don't apply layouts to html formatter example ([#​16591](https://togithub.com/eslint/eslint/issues/16591)) (Tanuj Kanti) - [`dfc7ec1`](https://togithub.com/eslint/eslint/commit/dfc7ec11b11b56daaa10e8e6d08c5cddfc8c2c59) docs: Formatters page updates ([#​16566](https://togithub.com/eslint/eslint/issues/16566)) (Ben Perlmutter) - [`8ba124c`](https://togithub.com/eslint/eslint/commit/8ba124cfd8aaf01d14ccbcb1654798624948fb0a) docs: update the `prefer-const` example ([#​16607](https://togithub.com/eslint/eslint/issues/16607)) (Pavel) - [`e6cb05a`](https://togithub.com/eslint/eslint/commit/e6cb05aa35bafb9e88f161ad1fa6b01942a7c13c) docs: fix css leaking ([#​16603](https://togithub.com/eslint/eslint/issues/16603)) (Sam Chen) #### Chores - [`f2c4737`](https://togithub.com/eslint/eslint/commit/f2c47372420f050ad8f2300271345de1c1232635) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​1](https://togithub.com/1).4.0 ([#​16675](https://togithub.com/eslint/eslint/issues/16675)) (Milos Djermanovic) - [`ba74253`](https://togithub.com/eslint/eslint/commit/ba74253e8bd63e9e163bbee0540031be77e39253) chore: standardize npm script names per [#​14827](https://togithub.com/eslint/eslint/issues/14827) ([#​16315](https://togithub.com/eslint/eslint/issues/16315)) (Patrick McElhaney) - [`0d9af4c`](https://togithub.com/eslint/eslint/commit/0d9af4c5674809be993439c766dcd9d7f65fcec9) ci: fix npm v9 problem with `file:` ([#​16664](https://togithub.com/eslint/eslint/issues/16664)) (Milos Djermanovic) - [`90c9219`](https://togithub.com/eslint/eslint/commit/90c9219181e0aadcae7224602d2988186d457113) refactor: migrate off deprecated function-style rules in all tests ([#​16618](https://togithub.com/eslint/eslint/issues/16618)) (Bryan Mishkin)
prettier/prettier ### [`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) [diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) ##### Fix SCSS map in arguments ([#​9184](https://togithub.com/prettier/prettier/pull/9184) by [@​agamkrbit](https://togithub.com/agamkrbit)) ```scss // Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); ``` ##### Support auto accessors syntax ([#​13919](https://togithub.com/prettier/prettier/pull/13919) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Support for [Auto Accessors Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes) landed in TypeScript 4.9. (Doesn't work well with `babel-ts` parser) ```tsx class Foo { accessor foo: number = 3; } ```
sveltejs/prettier-plugin-svelte ### [`v2.9.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#​290) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/14da6fb7fe0141771d88662b73efa53d39946b1f...bd5a49ae6f57f2a62f986bb4efbbca0b4b97cbff) - (feat) support style modifiers ([#​330](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/330)) - (fix) respect strict mode and shorthand options when formatting style/class directives ([#​328](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/328))
sveltejs/svelte ### [`v3.55.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3550) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.54.0...v3.55.0) - Add `svelte/elements` for HTML/Svelte typings ([#​7649](https://togithub.com/sveltejs/svelte/pull/7649)) ### [`v3.54.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3540) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.53.1...v3.54.0) - Pass `options.direction` argument to custom transition functions ([#​3918](https://togithub.com/sveltejs/svelte/issues/3918)) - Support fallback a11y WAI-ARIA roles ([#​8044](https://togithub.com/sveltejs/svelte/issues/8044)) - Prevent running init binding unnecessarily ([#​5689](https://togithub.com/sveltejs/svelte/issues/5689), [#​6298](https://togithub.com/sveltejs/svelte/issues/6298)) - Allow updating variables from `@const` declared function ([#​7843](https://togithub.com/sveltejs/svelte/issues/7843)) - Do not emit `a11y-no-noninteractive-tabindex` warning if element has a `tabpanel` ([#​8025](https://togithub.com/sveltejs/svelte/pull/8025)) - Fix escaping SSR'd values in `style:` directive ([#​8085](https://togithub.com/sveltejs/svelte/issues/8085))
Microsoft/TypeScript ### [`v4.9.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.9.4): TypeScript 4.9.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v4.9.4](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`e286821`](https://togithub.com/Microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2) Bump version to 4.9.4 and LKG. - [`eb5419f`](https://togithub.com/Microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745) Cherry-pick [#​51704](https://togithub.com/Microsoft/TypeScript/issues/51704) to release 4.9 ([#​51712](https://togithub.com/Microsoft/TypeScript/issues/51712)) - [`b4d382b`](https://togithub.com/Microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be) Cherry-pick changes for narrowing to tagged literal types. - [`e7a02f4`](https://togithub.com/Microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5) Port of [#​51626](https://togithub.com/Microsoft/TypeScript/issues/51626) and [#​51689](https://togithub.com/Microsoft/TypeScript/issues/51689) to release-4.9 ([#​51627](https://togithub.com/Microsoft/TypeScript/issues/51627)) - [`1727912`](https://togithub.com/Microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a) Cherry-pick fix around `visitEachChild` to release-4.9. ([#​51544](https://togithub.com/Microsoft/TypeScript/issues/51544)) This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=117&\_a=release-summary).
vitejs/vite ### [`v3.2.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small325-2022-12-05-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.2.4...v3.2.5) - chore: cherry pick more v4 bug fixes to v3 ([#​11189](https://togithub.com/vitejs/vite/issues/11189)) ([eba9b42](https://togithub.com/vitejs/vite/commit/eba9b42)), closes [#​11189](https://togithub.com/vitejs/vite/issues/11189) [#​10949](https://togithub.com/vitejs/vite/issues/10949) [#​11056](https://togithub.com/vitejs/vite/issues/11056) [#​8663](https://togithub.com/vitejs/vite/issues/8663) [#​10958](https://togithub.com/vitejs/vite/issues/10958) [#​11120](https://togithub.com/vitejs/vite/issues/11120) [#​11122](https://togithub.com/vitejs/vite/issues/11122) [#​11123](https://togithub.com/vitejs/vite/issues/11123) [#​11132](https://togithub.com/vitejs/vite/issues/11132) - chore: cherry pick v4 bug fix to v3 ([#​11110](https://togithub.com/vitejs/vite/issues/11110)) ([c93a526](https://togithub.com/vitejs/vite/commit/c93a526)), closes [#​11110](https://togithub.com/vitejs/vite/issues/11110) [#​10941](https://togithub.com/vitejs/vite/issues/10941) [#​10987](https://togithub.com/vitejs/vite/issues/10987) [#​10985](https://togithub.com/vitejs/vite/issues/10985) [#​11067](https://togithub.com/vitejs/vite/issues/11067) - fix: relocated logger to respect config. ([#​10787](https://togithub.com/vitejs/vite/issues/10787)) ([#​10967](https://togithub.com/vitejs/vite/issues/10967)) ([bc3b5a9](https://togithub.com/vitejs/vite/commit/bc3b5a9)), closes [#​10787](https://togithub.com/vitejs/vite/issues/10787) [#​10967](https://togithub.com/vitejs/vite/issues/10967)

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.

renovate[bot] commented 1 year ago

โš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

โ™ป Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
installing v2 tool node v18.12.1
linking tool node v18.12.1
node: v18.12.1 /usr/local/bin/node
npm: 8.19.2  /usr/local/bin/npm
Installed v2 /usr/local/buildpack/tools/v2/node.sh in 7 seconds
skip cleanup, not a docker build: e1802437f72a
installing v2 tool pnpm v7.1.9

added 1 package in 3s
linking tool pnpm v7.1.9
7.1.9
Installed v2 /usr/local/buildpack/tools/v2/pnpm.sh in 5 seconds
skip cleanup, not a docker build: e1802437f72a
Scope: all 4 workspace projects

   โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
   โ”‚                                                                  โ”‚
   โ”‚                Update available! 7.1.9 โ†’ 7.18.2.                 โ”‚
   โ”‚   Changelog: https://github.com/pnpm/pnpm/releases/tag/v7.18.2   โ”‚
   โ”‚                Run "pnpm add -g pnpm" to update.                 โ”‚
   โ”‚                                                                  โ”‚
   โ”‚      Follow @pnpmjs for updates: https://twitter.com/pnpmjs      โ”‚
   โ”‚                                                                  โ”‚
   โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 8, reused 0, downloaded 0, added 0
Progress: resolved 16, reused 0, downloaded 0, added 0
Progress: resolved 22, reused 0, downloaded 0, added 0
Progress: resolved 26, reused 0, downloaded 12, added 0
Progress: resolved 36, reused 0, downloaded 18, added 0
Progress: resolved 48, reused 0, downloaded 26, added 0
Progress: resolved 57, reused 0, downloaded 32, added 0
Progress: resolved 71, reused 0, downloaded 42, added 0
Progress: resolved 91, reused 0, downloaded 47, added 0
Progress: resolved 105, reused 0, downloaded 67, added 0
Progress: resolved 111, reused 0, downloaded 72, added 0
Progress: resolved 130, reused 0, downloaded 90, added 0
Progress: resolved 147, reused 0, downloaded 109, added 0
Progress: resolved 158, reused 0, downloaded 121, added 0
Progress: resolved 179, reused 0, downloaded 141, added 0
Progress: resolved 194, reused 0, downloaded 152, added 0
Progress: resolved 219, reused 0, downloaded 169, added 0
Progress: resolved 234, reused 0, downloaded 185, added 0
Progress: resolved 242, reused 0, downloaded 195, added 0
Progress: resolved 258, reused 0, downloaded 204, added 0
Progress: resolved 274, reused 0, downloaded 218, added 0
Progress: resolved 291, reused 0, downloaded 234, added 0
Progress: resolved 312, reused 0, downloaded 262, added 0
Progress: resolved 330, reused 0, downloaded 289, added 0
Progress: resolved 351, reused 0, downloaded 312, added 0
Progress: resolved 370, reused 0, downloaded 331, added 0
Progress: resolved 420, reused 0, downloaded 349, added 0
Progress: resolved 435, reused 0, downloaded 370, added 0
Progress: resolved 451, reused 0, downloaded 393, added 0
Progress: resolved 460, reused 0, downloaded 400, added 0
Progress: resolved 474, reused 0, downloaded 413, added 0
Progress: resolved 511, reused 0, downloaded 452, added 0
Progress: resolved 543, reused 0, downloaded 481, added 0
Progress: resolved 559, reused 0, downloaded 500, added 0
Progress: resolved 559, reused 0, downloaded 510, added 0
Progress: resolved 559, reused 0, downloaded 511, added 0
Progress: resolved 559, reused 0, downloaded 514, added 0
Progress: resolved 559, reused 0, downloaded 515, added 0
Progress: resolved 559, reused 0, downloaded 516, added 0
โ€‰ERR_PNPM_PEER_DEP_ISSUESโ€‰ Unmet peer dependencies

packages/playground/sveltekit
โ””โ”€โ”ฌ @sveltejs/kit
  โ”œโ”€โ”€ โœ• unmet peer vite@^4.0.0: found 3.2.5
  โ””โ”€โ”ฌ @sveltejs/vite-plugin-svelte
    โ””โ”€โ”€ โœ• unmet peer vite@^4.0.0: found 3.2.5

hint: If you don't want pnpm to fail on peer dependency issues, set the "strict-peer-dependencies" setting to "false".
renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

โš  Warning: custom changes will be lost.