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

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
@changesets/cli ^2.24.4 -> ^2.25.0 age adoption passing confidence
@sveltejs/kit (source) ^1.0.0-next.484 -> ^1.0.0-next.507 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.37.0 -> ^5.38.1 age adoption passing confidence
@typescript-eslint/parser ^5.37.0 -> ^5.38.1 age adoption passing confidence
eslint (source) ^8.23.1 -> ^8.24.0 age adoption passing confidence
prettier-plugin-svelte ^2.7.0 -> ^2.7.1 age adoption passing confidence
rollup (source) ^2.79.0 -> ^2.79.1 age adoption passing confidence
typescript (source) ^4.8.3 -> ^4.8.4 age adoption passing confidence
vite (source) ^3.1.2 -> ^3.1.4 age adoption passing confidence

Release Notes

changesets/changesets ### [`v2.25.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2250) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.24.4...@changesets/cli@2.25.0) ##### Minor Changes - [#​662](https://togithub.com/changesets/changesets/pull/662) [`8c08469`](https://togithub.com/changesets/changesets/commit/8c0846977597ddaf51aaeb35f1f0f9428bf8ba14) Thanks [@​JakeGinnivan](https://togithub.com/JakeGinnivan)! - Private packages can now be tagged in the same way public packages do when they are published to npm. To enable set `privatePackages: { version: true, tag: true }` in your config.json. You can also now opt private packages out of versioning entirely by setting `privatePackages: false`. ##### Patch Changes - [#​953](https://togithub.com/changesets/changesets/pull/953) [`98d63e0`](https://togithub.com/changesets/changesets/commit/98d63e0a85506175e219b93478a814f8588c52d3) Thanks [@​alexamy](https://togithub.com/alexamy)! - Add a new line at the end of the default config file generated when invoking `changeset init`. - [#​949](https://togithub.com/changesets/changesets/pull/949) [`64585ea`](https://togithub.com/changesets/changesets/commit/64585ea4323c4cf51a23b0635990b568d1f58b2b) Thanks [@​Andarist](https://togithub.com/Andarist), [@​BPScott](https://togithub.com/BPScott)! - Fixed the issue that caused transitive dependents of dev dependents to be bumped when a package got bumped and when using `___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.updateInternalDependents: "always"`. To illustrate this with an example: pkg-a - version: 1.0.0 pkg-b - devDependencies['pkg-a']: 1.0.0 pkg-c - dependencies['pkg-b']: 1.0.0 With a changeset for `pkg-a` the `pkg-c` could have been sometimes incorrectly released. - Updated dependencies \[[`8c08469`](https://togithub.com/changesets/changesets/commit/8c0846977597ddaf51aaeb35f1f0f9428bf8ba14), [`8c08469`](https://togithub.com/changesets/changesets/commit/8c0846977597ddaf51aaeb35f1f0f9428bf8ba14), [`64585ea`](https://togithub.com/changesets/changesets/commit/64585ea4323c4cf51a23b0635990b568d1f58b2b)]: - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).5.0 - [@​changesets/config](https://togithub.com/changesets/config)[@​2](https://togithub.com/2).2.0 - [@​changesets/types](https://togithub.com/changesets/types)[@​5](https://togithub.com/5).2.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).2.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​6](https://togithub.com/6).1.1 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.8 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.15 - [@​changesets/changelog-git](https://togithub.com/changesets/changelog-git)[@​0](https://togithub.com/0).1.13 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.4 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.13 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).2.1
sveltejs/kit ### [`v1.0.0-next.507`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next507) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.506...@sveltejs/kit@1.0.0-next.507) ##### Patch Changes - Allow TypedArray request bodies in `fetch` in `load` ([#​7065](https://togithub.com/sveltejs/kit/pull/7065)) - Use `FormData` polyfill from `undici` rather than `node-fetch` ([#​7065](https://togithub.com/sveltejs/kit/pull/7065)) ### [`v1.0.0-next.506`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next506) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.505...@sveltejs/kit@1.0.0-next.506) ##### Patch Changes - Default to insecure cookies when serving on http://localhost ([#​7090](https://togithub.com/sveltejs/kit/pull/7090)) - \[docs] explain ramifications of base path ([#​7095](https://togithub.com/sveltejs/kit/pull/7095)) - \[fix] decode routeIds in headers for prerendering ([#​7097](https://togithub.com/sveltejs/kit/pull/7097)) - \[feat] provide `update` to `use:enhance` callback ([#​7083](https://togithub.com/sveltejs/kit/pull/7083)) ### [`v1.0.0-next.505`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next505) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.504...@sveltejs/kit@1.0.0-next.505) ##### Patch Changes - \[fix] handle form action returning nothing; handle page.(server).js without load functions ([#​7050](https://togithub.com/sveltejs/kit/pull/7050)) - \[fix] add `RequestEvent` to `$types` when `+layout.server.js` present ([#​7063](https://togithub.com/sveltejs/kit/pull/7063)) ### [`v1.0.0-next.504`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next504) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.503...@sveltejs/kit@1.0.0-next.504) ##### Patch Changes - Add the submitter value with name to formData for use:enhance ([#​7012](https://togithub.com/sveltejs/kit/pull/7012)) ### [`v1.0.0-next.503`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next503) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.502...@sveltejs/kit@1.0.0-next.503) ##### Patch Changes - Added form property to $page store ([#​6986](https://togithub.com/sveltejs/kit/pull/6986)) - Throw an error if prerenderable routes are not prerendered ([#​6974](https://togithub.com/sveltejs/kit/pull/6974)) ### [`v1.0.0-next.502`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next502) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.501...@sveltejs/kit@1.0.0-next.502) ##### Patch Changes - \[fix] prevent data types from becoming type `never`, notice moved/deleted files ([#​7002](https://togithub.com/sveltejs/kit/pull/7002)) - Allow ActionData to be undefined ([#​6994](https://togithub.com/sveltejs/kit/pull/6994)) - Respect `config.kit.env.dir` when running `vite preview` ([#​7001](https://togithub.com/sveltejs/kit/pull/7001)) - Only run postinstall script if package.json exists ([#​6998](https://togithub.com/sveltejs/kit/pull/6998)) - Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js ([#​6997](https://togithub.com/sveltejs/kit/pull/6997)) ### [`v1.0.0-next.501`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next501) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.500...@sveltejs/kit@1.0.0-next.501) ##### Patch Changes - \[fix] unwrap promises for load function data on the client ([#​6972](https://togithub.com/sveltejs/kit/pull/6972)) ### [`v1.0.0-next.500`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next500) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.499...@sveltejs/kit@1.0.0-next.500) ##### Patch Changes - Allow prerendered pages to link to non-prerenderable endpoints ([#​6977](https://togithub.com/sveltejs/kit/pull/6977)) - \[fix] handle SPA root data loading error ([#​6918](https://togithub.com/sveltejs/kit/pull/6918)) ### [`v1.0.0-next.499`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next499) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.498...@sveltejs/kit@1.0.0-next.499) ##### Patch Changes - \[breaking] rename App.PageError to App.Error ([#​6963](https://togithub.com/sveltejs/kit/pull/6963)) ### [`v1.0.0-next.498`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next498) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.497...@sveltejs/kit@1.0.0-next.498) ##### Patch Changes - chdir before attempting postinstall ([#​6969](https://togithub.com/sveltejs/kit/pull/6969)) ### [`v1.0.0-next.497`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next497) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.496...@sveltejs/kit@1.0.0-next.497) ##### Patch Changes - Add origin header for non-GET and external requests made with server-side fetch ([#​6901](https://togithub.com/sveltejs/kit/pull/6901)) ### [`v1.0.0-next.496`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next496) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.495...@sveltejs/kit@1.0.0-next.496) ##### Patch Changes - \[fix] update page status when applying action ([#​6942](https://togithub.com/sveltejs/kit/pull/6942)) - \[fix] apply redirect/error logic for `use:enhance` ([#​6828](https://togithub.com/sveltejs/kit/pull/6828)) ### [`v1.0.0-next.495`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next495) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.494...@sveltejs/kit@1.0.0-next.495) ##### Patch Changes - Run `svelte-kit sync` in all workspace directories during postinstall ([#​6949](https://togithub.com/sveltejs/kit/pull/6949)) ### [`v1.0.0-next.494`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next494) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.493...@sveltejs/kit@1.0.0-next.494) ##### Patch Changes - Fix fetch type ([#​6955](https://togithub.com/sveltejs/kit/pull/6955)) - Add csp wasm-unsafe-eval keyword ([#​6958](https://togithub.com/sveltejs/kit/pull/6958)) - Register service worker with relative URL ([#​6954](https://togithub.com/sveltejs/kit/pull/6954)) ### [`v1.0.0-next.493`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next493) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.492...@sveltejs/kit@1.0.0-next.493) ##### Patch Changes - \[fix] allow missing routes folder ([#​6944](https://togithub.com/sveltejs/kit/pull/6944)) - Only forward set-cookie headers for internal fetches ([#​6923](https://togithub.com/sveltejs/kit/pull/6923)) ### [`v1.0.0-next.492`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next492) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.491...@sveltejs/kit@1.0.0-next.492) ##### Patch Changes - \[fix] add missing depends function to ServerLoadEvent type ([#​6935](https://togithub.com/sveltejs/kit/pull/6935)) - Redact error message if `getRequest` fails ([#​6936](https://togithub.com/sveltejs/kit/pull/6936)) - Add cookies.serialize method ([#​6925](https://togithub.com/sveltejs/kit/pull/6925)) - Always apply cookies, not just for matched routes ([#​6925](https://togithub.com/sveltejs/kit/pull/6925)) - \[fix] tighten up navigation and invalidation logic ([#​6924](https://togithub.com/sveltejs/kit/pull/6924)) - Respond with 413 if request body is too large ([#​6936](https://togithub.com/sveltejs/kit/pull/6936)) ### [`v1.0.0-next.491`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next491) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.490...@sveltejs/kit@1.0.0-next.491) ##### Patch Changes - \[fix] symlink routes ([#​6796](https://togithub.com/sveltejs/kit/pull/6796)) ### [`v1.0.0-next.490`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next490) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.489...@sveltejs/kit@1.0.0-next.490) ##### Patch Changes - fix `write_types` on windows using posixify() ([#​6913](https://togithub.com/sveltejs/kit/pull/6913)) - Prevent caching of `__data.js` files ([#​6904](https://togithub.com/sveltejs/kit/pull/6904)) - Make url property getters non-enumerable ([#​6909](https://togithub.com/sveltejs/kit/pull/6909)) ### [`v1.0.0-next.489`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next489) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.488...@sveltejs/kit@1.0.0-next.489) ##### Patch Changes - \[fix] tighten up handling and documentation around 404 ([#​6897](https://togithub.com/sveltejs/kit/pull/6897)) ### [`v1.0.0-next.488`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next488) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.487...@sveltejs/kit@1.0.0-next.488) ##### Patch Changes - Decode HTML entities in `href` attributes when crawling ([#​6891](https://togithub.com/sveltejs/kit/pull/6891)) ### [`v1.0.0-next.487`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next487) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.486...@sveltejs/kit@1.0.0-next.487) ##### Patch Changes - \[feat] allow +server.js files next to +page files ([#​6773](https://togithub.com/sveltejs/kit/pull/6773)) ### [`v1.0.0-next.486`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next486) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.485...@sveltejs/kit@1.0.0-next.486) ##### Patch Changes - \[fix] handle jsdoc without tags while generating proxy types ([#​6884](https://togithub.com/sveltejs/kit/pull/6884)) ### [`v1.0.0-next.485`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​100-next485) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.484...@sveltejs/kit@1.0.0-next.485) ##### Patch Changes - fix to ActionData type generation ([#​6869](https://togithub.com/sveltejs/kit/pull/6869)) - The return type of cookies.get is string|undefined [#​6865](https://togithub.com/sveltejs/kit/issues/6865) ([#​6867](https://togithub.com/sveltejs/kit/pull/6867))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.38.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5381-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5380v5381-2022-09-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **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.38.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5381-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5380v5381-2022-09-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.24.0`](https://togithub.com/eslint/eslint/releases/tag/v8.24.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.23.1...v8.24.0) #### Features - [`1729f9e`](https://togithub.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf) feat: account for `sourceType: "commonjs"` in the strict rule ([#​16308](https://togithub.com/eslint/eslint/issues/16308)) (Milos Djermanovic) - [`b0d72c9`](https://togithub.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca) feat: add rule logical-assignment-operators ([#​16102](https://togithub.com/eslint/eslint/issues/16102)) (fnx) - [`f02bcd9`](https://togithub.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05) feat: `array-callback-return` support `findLast` and `findLastIndex` ([#​16314](https://togithub.com/eslint/eslint/issues/16314)) (Sosuke Suzuki) #### Documentation - [`2c152ff`](https://togithub.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c) docs: note false positive `Object.getOwnPropertyNames` in prefer-reflect ([#​16317](https://togithub.com/eslint/eslint/issues/16317)) (AnnAngela) - [`bf7bd88`](https://togithub.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f) docs: fix warn severity description for new config files ([#​16324](https://togithub.com/eslint/eslint/issues/16324)) (Nitin Kumar) - [`8cc0bbe`](https://togithub.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24) docs: use more clean link syntax ([#​16309](https://togithub.com/eslint/eslint/issues/16309)) (Percy Ma) - [`6ba269e`](https://togithub.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887) docs: fix typo ([#​16288](https://togithub.com/eslint/eslint/issues/16288)) (jjangga0214) #### Chores - [`131e646`](https://togithub.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af) chore: Upgrade [@​humanwhocodes/config-array](https://togithub.com/humanwhocodes/config-array) for perf ([#​16339](https://togithub.com/eslint/eslint/issues/16339)) (Nicholas C. Zakas) - [`504fe59`](https://togithub.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012) perf: switch from object spread to `Object.assign` when merging globals ([#​16311](https://togithub.com/eslint/eslint/issues/16311)) (Milos Djermanovic)
sveltejs/prettier-plugin-svelte ### [`v2.7.1`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#​271) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v2.7.0...5c51e9aba5ffee5268920c1ad2686c4c6a1752c9) - (fix) check for snipped content in JS expressions ([#​290](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/290)) - (fix) handle `` ([#​298](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/298))
rollup/rollup ### [`v2.79.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2791) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.79.0...v2.79.1) *2022-09-22* ##### Bug Fixes - Avoid massive performance degradation when creating thousands of chunks ([#​4643](https://togithub.com/rollup/rollup/issues/4643)) ##### Pull Requests - [#​4639](https://togithub.com/rollup/rollup/pull/4639): fix: typo docs and contributors link in CONTRIBUTING.md ([@​takurinton](https://togithub.com/takurinton)) - [#​4641](https://togithub.com/rollup/rollup/pull/4641): Update type definition of resolveId ([@​ivanjonas](https://togithub.com/ivanjonas)) - [#​4643](https://togithub.com/rollup/rollup/pull/4643): Improve performance of chunk naming collision check ([@​lukastaegert](https://togithub.com/lukastaegert))
Microsoft/TypeScript ### [`v4.8.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.8.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). - [fixed issues query for Typescript 4.8.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+). - [fixed issues query for Typescript 4.8.4 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-484) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vitejs/vite ### [`v3.1.4`](https://togithub.com/vitejs/vite/releases/tag/v3.1.4) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.1.3...v3.1.4) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v3.1.4/packages/vite/CHANGELOG.md) for details. ### [`v3.1.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small313-2022-09-19-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.1.2...v3.1.3) - fix: esbuildOutputFromId for symlinked root ([#​10154](https://togithub.com/vitejs/vite/issues/10154)) ([fc5310f](https://togithub.com/vitejs/vite/commit/fc5310f)), closes [#​10154](https://togithub.com/vitejs/vite/issues/10154) - fix(hmr): dedupe virtual modules in module graph ([#​10144](https://togithub.com/vitejs/vite/issues/10144)) ([71f08e7](https://togithub.com/vitejs/vite/commit/71f08e7)), closes [#​10144](https://togithub.com/vitejs/vite/issues/10144) - fix(lib): respect `rollupOptions.input` in lib mode ([#​10116](https://togithub.com/vitejs/vite/issues/10116)) ([c948e7d](https://togithub.com/vitejs/vite/commit/c948e7d)), closes [#​10116](https://togithub.com/vitejs/vite/issues/10116)

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.