nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
323 stars 84 forks source link

chore(deps): update all non-major dependencies #905

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 0.3.13 -> 0.5.0 age adoption passing confidence
@nuxt/module-builder 0.8.1 -> 0.8.2 age adoption passing confidence
@nuxt/module-builder ^0.6.0 -> ^0.8.0 age adoption passing confidence
@nuxtjs/i18n (source) 8.3.1 -> 8.3.3 age adoption passing confidence
@playwright/test (source) 1.45.3 -> 1.46.0 age adoption passing confidence
@playwright/test (source) ^1.44.0 -> ^1.46.0 age adoption passing confidence
@testing-library/vue 8.0.3 -> 8.1.0 age adoption passing confidence
eslint (source) 9.7.0 -> 9.9.0 age adoption passing confidence
happy-dom 14.10.1 -> 14.12.3 age adoption passing confidence
jsdom 24.0.0 -> 24.1.1 age adoption passing confidence
magic-string ^0.30.10 -> ^0.30.11 age adoption passing confidence
playwright-core (source) 1.45.3 -> 1.46.0 age adoption passing confidence
playwright-core (source) ^1.44.0 -> ^1.46.0 age adoption passing confidence
playwright-core (source) 1.44.0 -> 1.46.0 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.0 age adoption passing confidence
rollup (source) 4.19.0 -> 4.20.0 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.4 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.4 age adoption passing confidence
unimport 3.9.0 -> 3.10.0 age adoption passing confidence
unplugin ^1.12.0 -> ^1.12.1 age adoption passing confidence
vite (source) 5.3.5 -> 5.4.0 age adoption passing confidence
vue (source) ^3.4.34 -> ^3.4.37 age adoption passing confidence
vue (source) ^3.4.27 -> ^3.4.37 age adoption passing confidence
vue (source) ^3.4.27 -> ^3.4.34 age adoption passing confidence
vue-router 4.4.0 -> 4.4.3 age adoption passing confidence
vue-router ^4.3.2 -> ^4.4.3 age adoption passing confidence
vue-router ^4.3.2 -> ^4.4.0 age adoption passing confidence
vue-tsc (source) 2.0.16 -> 2.0.29 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config) ### [`v0.5.0`](https://togithub.com/nuxt/eslint/releases/tag/v0.5.0) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0) #####    🚀 Features - Enable `@typescript-eslint/no-import-type-side-effects`, close [#​439](https://togithub.com/nuxt/eslint/issues/439)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/439](https://togithub.com/nuxt/eslint/issues/439) [(7361c)](https://togithub.com/nuxt/eslint/commit/7361c73) - Upgrade `@typescript-eslint` to v8  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/471](https://togithub.com/nuxt/eslint/issues/471) [(4d08e)](https://togithub.com/nuxt/eslint/commit/4d08ea8) #####     [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0) ### [`v0.4.0`](https://togithub.com/nuxt/eslint/releases/tag/v0.4.0) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.3.13...v0.4.0) #####    🚀 Features - Upgrade `@types/eslint`  -  by [@​antfu](https://togithub.com/antfu) [(ebc8f)](https://togithub.com/nuxt/eslint/commit/ebc8f2c) - Enable `features.typescript` only when `typescript` is installed locally, fix [#​437](https://togithub.com/nuxt/eslint/issues/437)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/437](https://togithub.com/nuxt/eslint/issues/437) [(77bc7)](https://togithub.com/nuxt/eslint/commit/77bc797) - Include nitro unimport to `globals` as well, close [#​461](https://togithub.com/nuxt/eslint/issues/461)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/461](https://togithub.com/nuxt/eslint/issues/461) [(533fa)](https://togithub.com/nuxt/eslint/commit/533fa40) - Add `public` folder to default ignore, close [#​453](https://togithub.com/nuxt/eslint/issues/453)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/453](https://togithub.com/nuxt/eslint/issues/453) [(b0e3e)](https://togithub.com/nuxt/eslint/commit/b0e3e72) - Add server components to single root list, fix [#​457](https://togithub.com/nuxt/eslint/issues/457)  -  by [@​antfu](https://togithub.com/antfu) and **kingyue737** in [https://github.com/nuxt/eslint/issues/457](https://togithub.com/nuxt/eslint/issues/457) [(6e232)](https://togithub.com/nuxt/eslint/commit/6e232f0) #####     [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.13...v0.4.0)
nuxt/module-builder (@​nuxt/module-builder) ### [`v0.8.2`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v082) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.8.1...v0.8.2) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.8.1...v0.8.2) ##### 🔥 Performance - Removed unnecessary hasTypeExport check ([#​310](https://togithub.com/nuxt/module-builder/pull/310)) ##### 🩹 Fixes - **prepare:** Override `compatibilityDate` ([b9b27c3](https://togithub.com/nuxt/module-builder/commit/b9b27c3)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Matt ([@​matt-clegg](http://github.com/matt-clegg))
nuxt-community/i18n-module (@​nuxtjs/i18n) ### [`v8.3.3`](https://togithub.com/nuxt-modules/i18n/releases/tag/v8.3.3) [Compare Source](https://togithub.com/nuxt-community/i18n-module/compare/v8.3.2...v8.3.3) #####    🐞 Bug Fixes - Encode `switchLocalePath` during SSR replacement  -  by [@​BobbieGoede](https://togithub.com/BobbieGoede) in [https://github.com/nuxt-modules/i18n/issues/3043](https://togithub.com/nuxt-modules/i18n/issues/3043) [(28d22)](https://togithub.com/nuxt-modules/i18n/commit/28d22aa6) #####     [View changes on GitHub](https://togithub.com/nuxt-modules/i18n/compare/v8.3.2...v8.3.3) ### [`v8.3.2`](https://togithub.com/nuxt-modules/i18n/releases/tag/v8.3.2) [Compare Source](https://togithub.com/nuxt-community/i18n-module/compare/v8.3.1...v8.3.2) #####    🐞 Bug Fixes - Update `@nuxt/module-builder`  -  by [@​BobbieGoede](https://togithub.com/BobbieGoede) in [https://github.com/nuxt-modules/i18n/issues/2960](https://togithub.com/nuxt-modules/i18n/issues/2960) [(fe300)](https://togithub.com/nuxt-modules/i18n/commit/fe300294) - Locale prefixes are not added to route aliases  -  by [@​BobbieGoede](https://togithub.com/BobbieGoede) in [https://github.com/nuxt-modules/i18n/issues/2962](https://togithub.com/nuxt-modules/i18n/issues/2962) [(62236)](https://togithub.com/nuxt-modules/i18n/commit/62236964) - Unable to configure server integration using inline options  -  by [@​BobbieGoede](https://togithub.com/BobbieGoede) in [https://github.com/nuxt-modules/i18n/issues/3020](https://togithub.com/nuxt-modules/i18n/issues/3020) [(856ba)](https://togithub.com/nuxt-modules/i18n/commit/856ba4fc) #####     [View changes on GitHub](https://togithub.com/nuxt-modules/i18n/compare/v8.3.1...v8.3.2)
microsoft/playwright (@​playwright/test) ### [`v1.46.0`](https://togithub.com/microsoft/playwright/compare/v1.45.3...99a36310570617222290c09b96a2026beb8b00f9) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.3...v1.46.0)
testing-library/vue-testing-library (@​testing-library/vue) ### [`v8.1.0`](https://togithub.com/testing-library/vue-testing-library/releases/tag/v8.1.0) [Compare Source](https://togithub.com/testing-library/vue-testing-library/compare/v8.0.3...v8.1.0) ##### Features - Add types for props and slots in render function ([d46ed8f](https://togithub.com/testing-library/vue-testing-library/commit/d46ed8f757e77fe85b369847c21d394bb9706066))
eslint/eslint (eslint) ### [`v9.9.0`](https://togithub.com/eslint/eslint/releases/tag/v9.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.8.0...v9.9.0) #### Features - [`41d0206`](https://togithub.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#​18134](https://togithub.com/eslint/eslint/issues/18134)) (Arya Emami) - [`3a4eaf9`](https://togithub.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#​18716](https://togithub.com/eslint/eslint/issues/18716)) (Dave) #### Documentation - [`9fe068c`](https://togithub.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#​18753](https://togithub.com/eslint/eslint/issues/18753)) (Alec Gibson) - [`48117b2`](https://togithub.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#​18738](https://togithub.com/eslint/eslint/issues/18738)) (Amaresh S M) - [`fec2951`](https://togithub.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#​18730](https://togithub.com/eslint/eslint/issues/18730)) (Amaresh S M) - [`38a0661`](https://togithub.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#​18735](https://togithub.com/eslint/eslint/issues/18735)) (Zaina Al Habash) - [`3c32a9e`](https://togithub.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#​18739](https://togithub.com/eslint/eslint/issues/18739)) (Temitope Ogunleye) - [`f9ac978`](https://togithub.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot) #### Chores - [`461b2c3`](https://togithub.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#​18765](https://togithub.com/eslint/eslint/issues/18765)) (Francesco Trotta) - [`59dba1b`](https://togithub.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fea8563`](https://togithub.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@​eslint/core](https://togithub.com/eslint/core) to ^0.3.0 ([#​18724](https://togithub.com/eslint/eslint/issues/18724)) (renovate\[bot]) - [`aac191e`](https://togithub.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@​eslint/json](https://togithub.com/eslint/json) to ^0.3.0 ([#​18760](https://togithub.com/eslint/eslint/issues/18760)) (renovate\[bot]) - [`b97fa05`](https://togithub.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#​18759](https://togithub.com/eslint/eslint/issues/18759)) (Christian Bromann) ### [`v9.8.0`](https://togithub.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.7.0...v9.8.0)
capricorn86/happy-dom (happy-dom) ### [`v14.12.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.12.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.12.2...v14.12.3) ##### :construction_worker_man: Patch fixes - Element.insertBefore works when the node is already inserted - In task [#​1429](https://togithub.com/capricorn86/happy-dom/issues/1429) ### [`v14.12.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.12.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.12.1...v14.12.2) ##### :construction_worker_man: Patch fixes - Fixes problem related to the cookie container using the wrong path when caching cookies - By **[@​matcic](https://togithub.com/matcic)** in task [#​1455](https://togithub.com/capricorn86/happy-dom/issues/1455) ### [`v14.12.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.12.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.12.0...v14.12.1) ##### :construction_worker_man: Patch fixes - Fixes problem related to React click handler with `preventDefault` not preventing navigation - By **[@​amitdahan](https://togithub.com/amitdahan)** in task [#​1464](https://togithub.com/capricorn86/happy-dom/issues/1464) ### [`v14.12.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.4...ef2dfeafc7673d53776f8db1a313fecaed5074f4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.4...v14.12.0) ### [`v14.11.4`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.3...v14.11.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.3...v14.11.4) ### [`v14.11.3`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.2...f021a3305a20d0f0613d50c30ee694be831faa95) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.2...v14.11.3) ### [`v14.11.2`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.1...db97904b3a11e575269a15bbb70031399729ff45) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.1...v14.11.2) ### [`v14.11.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...6ada81698021c35f074e575ec232d1bb7bafb4bc) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...v14.11.1) ### [`v14.11.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.11.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.3...v14.11.0) ##### :art: Features - Adds support for `HTMLTimeElement` - By **[@​r-thomson](https://togithub.com/r-thomson)** in task [#​1431](https://togithub.com/capricorn86/happy-dom/issues/1431) ### [`v14.10.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.10.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.2...v14.10.3) ##### :construction_worker_man: Patch fixes - Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1436](https://togithub.com/capricorn86/happy-dom/issues/1436) ### [`v14.10.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.10.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.1...v14.10.2) ##### :construction_worker_man: Patch fixes - `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLInputElement` and `HTMLLabelElement` checked that click events triggering native behavior was of type `PointerEvent`, but should check that they are of type `MouseEvent` - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1397](https://togithub.com/capricorn86/happy-dom/issues/1397)
jsdom/jsdom (jsdom) ### [`v24.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2411) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.0...24.1.1) - Fixed selection methods to trigger the `selectionchange` event on the `Document` object. (piotr-oles) ### [`v24.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.0.0...24.1.0) - Added the `getSetCookie()` method to the `Headers` class. (ushiboy) - Fixed the creation and parsing of elements with names from `Object.prototype`, like `"constructor"` or `"toString"`. - Updated `rweb-cssom`, which can now parse additional CSS constructs.
rich-harris/magic-string (magic-string) ### [`v0.30.11`](https://togithub.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#03011-2024-07-29) [Compare Source](https://togithub.com/rich-harris/magic-string/compare/v0.30.10...v0.30.11) ##### Bug Fixes - not use negative indices for remove in empty string ([#​281](https://togithub.com/rich-harris/magic-string/issues/281)) ([5c1cba0](https://togithub.com/rich-harris/magic-string/commit/5c1cba04ed1a45374ab17b07fc335951d59c1a61))
pnpm/pnpm (pnpm) ### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0) #### Minor Changes - Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#​8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example: ```json { "packageManager": "pnpm@9.3.0" } ``` - Added the ability to apply patch to all versions [#​8337](https://togithub.com/pnpm/pnpm/pull/8337). If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future. - Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@​version]` to allow the code editor to open the edit dir in the same file tree as the main project [#​8379](https://togithub.com/pnpm/pnpm/issues/8379). - Substitute environment variables in config keys [#​6679](https://togithub.com/pnpm/pnpm/issues/6679). #### Patch Changes - `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#​8293](https://togithub.com/pnpm/pnpm/issues/8293). - Print warnings to stderr [#​8342](https://togithub.com/pnpm/pnpm/pull/8342). - Peer dependencies of optional peer dependencies should be automatically installed [#​8323](https://togithub.com/pnpm/pnpm/issues/8323). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
rollup/rollup (rollup) ### [`v4.20.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4200) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.2...v4.20.0) *2024-08-03* ##### Features - Allow plugins to specify the original file name when emitting assets ([#​5596](https://togithub.com/rollup/rollup/issues/5596)) ##### Pull Requests - [#​5596](https://togithub.com/rollup/rollup/pull/5596): Add originalFIleName property to emitted assets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5599](https://togithub.com/rollup/rollup/pull/5599): chore(deps): update dependency eslint-plugin-unicorn to v55 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5600](https://togithub.com/rollup/rollup/pull/5600): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.19.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4192) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.1...v4.19.2) *2024-08-01* ##### Bug Fixes - Avoid "cannot get value of null" error when using optional chaining with namespaces ([#​5597](https://togithub.com/rollup/rollup/issues/5597)) ##### Pull Requests - [#​5597](https://togithub.com/rollup/rollup/pull/5597): Fix retrieval of literal values for chained namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.19.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4191) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.0...v4.19.1) *2024-07-27* ##### Bug Fixes - Do not remove parantheses when tree-shaking logical expressions ([#​5584](https://togithub.com/rollup/rollup/issues/5584)) - Do not ignore side effects in calls left of an optional chaining operator ([#​5589](https://togithub.com/rollup/rollup/issues/5589)) ##### Pull Requests - [#​5584](https://togithub.com/rollup/rollup/pull/5584): fix: find whitespace from operator position to start ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5587](https://togithub.com/rollup/rollup/pull/5587): docs: improve command by code-group ([@​thinkasany](https://togithub.com/thinkasany), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5589](https://togithub.com/rollup/rollup/pull/5589): Fix side effect detection in optional chains ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5592](https://togithub.com/rollup/rollup/pull/5592): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5593](https://togithub.com/rollup/rollup/pull/5593): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5594](https://togithub.com/rollup/rollup/pull/5594): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5595](https://togithub.com/rollup/rollup/pull/5595): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot])
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)
unjs/unimport (unimport) ### [`v3.10.0`](https://togithub.com/unjs/unimport/blob/HEAD/CHANGELOG.md#3100-2024-08-03) [Compare Source](https://togithub.com/unjs/unimport/compare/v3.9.1...v3.10.0) ##### Bug Fixes - drop `declare module '@​vue/runtime-core'` ([#​359](https://togithub.com/unjs/unimport/issues/359)) ([4f309e1](https://togithub.com/unjs/unimport/commit/4f309e15d2cb780861b5a9e3bc880adb6aa8bfd0)) - dtsDisabled option is not working ([#​360](https://togithub.com/unjs/unimport/issues/360)) ([e6186e9](https://togithub.com/unjs/unimport/commit/e6186e9c2054bc08cf8344c05cd9efa7a28d4054)) #### [3.9.1](https://togithub.com/unjs/unimport/compare/v3.9.0...v3.9.1) (2024-07-27) ##### Bug Fixes - resolve module path conversion issue in scanExports on Windows ([#​356](https://togithub.com/unjs/unimport/issues/356)) ([b134001](https://togithub.com/unjs/unimport/commit/b1340019871804b849ff60819b23f02194ee5c98)) ### [`v3.9.1`](https://togithub.com/unjs/unimport/blob/HEAD/CHANGELOG.md#391-2024-07-27) [Compare Source](https://togithub.com/unjs/unimport/compare/v3.9.0...v3.9.1) ##### Bug Fixes - resolve module path conversion issue in scanExports on Windows ([#​356](https://togithub.com/unjs/unimport/issues/356)) ([b134001](https://togithub.com/unjs/unimport/commit/b1340019871804b849ff60819b23f02194ee5c98))
unjs/unplugin (unplugin) ### [`v1.12.1`](https://togithub.com/unjs/unplugin/blob/HEAD/CHANGELOG.md#1121-2024-08-07) [Compare Source](https://togithub.com/unjs/unplugin/compare/v1.12.0...v1.12.1) ##### Bug Fixes - **esbuild:** execute both unplugin and esbuild-specific hooks ([3e2fa72](https://togithub.com/unjs/unplugin/commit/3e2fa72620958dc5c1ef0997f0b309849aedffe1))
vitejs/vite (vite) ### [`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07) - fix(build): windows platform build output path error ([#​17818](https://togithub.com/vitejs/vite/issues/17818)) ([6ae0615](https://togithub.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34)), closes [#​17818](https://togithub.com/vitejs/vite/issues/17818) - fix(deps): update launch-editor to consume fix for windows paths ([#​17828](https://togithub.com/vitejs/vite/issues/17828)) ([cf2f90d](https://togithub.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d)), closes [#​17828](https://togithub.com/vitejs/vite/issues/17828) - fix(ssr): fix `global` variable name conflict ([#​17809](https://togithub.com/vitejs/vite/issues/17809)) ([6aa2206](https://togithub.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6)), closes [#​17809](https://togithub.com/vitejs/vite/issues/17809) - fix(worker): fix `importScripts` injection breaking iife code ([#​17827](https://togithub.com/vitejs/vite/issues/17827)) ([bb4ba9f](https://togithub.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000)), closes [#​17827](https://togithub.com/vitejs/vite/issues/17827) - chore: bump typescript-eslint to v8 ([#​17624](https://togithub.com/vitejs/vite/issues/17624)) ([d1891fd](https://togithub.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196)), closes [#​17624](https://togithub.com/vitejs/vite/issues/17624) - chore(deps): update all non-major dependencies ([#​17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#​17820](https://togithub.com/vitejs/vite/issues/17820) - perf(ssr): do a single-pass over AST with node cache arrays ([#​17812](https://togithub.com/vitejs/vite/issues/17812)) ([81327eb](https://togithub.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34)), closes [#​17812](https://togithub.com/vitejs/vite/issues/17812)
vuejs/core (vue) ### [`v3.4.37`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3437-2024-08-08) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.36...v3.4.37) ##### Bug Fixes - **compiler-core:** use `isProp.arg.loc` instead of `isProp.loc` ([#​11547](https://togithub.com/vuejs/core/issues/11547)) ([236fb7a](https://togithub.com/vuejs/core/commit/236fb7abebe567b73826a3ddc2120f3273377ba0)) - **custom-element:** fix custom-element double render on immediate prop change ([978ff3c](https://togithub.com/vuejs/core/commit/978ff3c1dbff9c93ec284c1804d3c77331ea33f8)), closes [#​9885](https://togithub.com/vuejs/core/issues/9885) [#​11335](https://togithub.com/vuejs/core/issues/11335) - **defineModel:** detect changes respect custom getter and setter ([#​11543](https://togithub.com/vuejs/core/issues/11543)) ([e042888](https://togithub.com/vuejs/core/commit/e0428884b57ac834274045bd33841263aeae259e)), closes [#​11541](https://togithub.com/vuejs/core/issues/11541) [#​11526](https://togithub.com/vuejs/core/issues/11526) [#​11527](https://togithub.com/vuejs/core/issues/11527) - **keep-alive:** avoid cache suspense comment root ([#​11479](https://togithub.com/vuejs/core/issues/11479)) ([a917c05](https://togithub.com/vuejs/core/commit/a917c0539cdc55c0188ca91f70b6ff79fee13ed9)) - **keep-alive:** fix render error in cached is undefined ([#​11496](https://togithub.com/vuejs/core/issues/11496)) ([81351dc](https://togithub.com/vuejs/core/commit/81351dc7fbdabcfa0f545f7d924c31a3c367e496)), closes [#​11427](https://togithub.com/vuejs/core/issues/11427) [#​11431](https://togithub.com/vuejs/core/issues/11431) - Revert "fix(types/ref): allow getter and setter types to be unrelated ([#​11442](https://togithub.com/vuejs/core/issues/11442))" ([b1abac0](https://togithub.com/vuejs/core/commit/b1abac06cdb198bd72f8e614b1f68b92e1c78339)) - Revert "fix(types/ref): correct type inference for nested refs ([#​11536](https://togithub.com/vuejs/core/issues/11536))" ([3a56315](https://togithub.com/vuejs/core/commit/3a56315f94bc0e11cfbb288b65482ea8fc3a39b4)) - **runtime-core:** fix warning for missing event handler ([#​11489](https://togithub.com/vuejs/core/issues/11489)) ([e359ff0](https://togithub.com/vuejs/core/commit/e359ff0046286aee03fe31656c023677be457e07)), closes [#​4803](https://togithub.com/vuejs/core/issues/4803) [#​8268](https://togithub.com/vuejs/core/issues/8268) - **runtime-core:** prioritize using the provides from currentApp in nested createApp ([#​11502](https://togithub.com/vuejs/core/issues/11502)) ([7e75de0](https://togithub.com/vuejs/core/commit/7e75de002f08076a02c9361a58fa1d0af1772964)), closes [#​11488](https://togithub.com/vuejs/core/issues/11488) - **runtime-dom:** apply css vars before mount ([#​11538](https://togithub.com/vuejs/core/issues/11538)) ([fdc2a31](https://togithub.com/vuejs/core/commit/fdc2a31dbd4196d6432be16767a1bfdab1240d49)), closes [#​11533](https://togithub.com/vuejs/core/issues/11533) - **ssr:** ensure content is valid when rendering normal slot ([#​11491](https://togithub.com/vuejs/core/issues/11491)) ([6c90324](https://togithub.com/vuejs/core/commit/6c903248703e2413c6197b9ad4d535f31c8eac39)), closes [#​11326](https://togithub.com/vuejs/core/issues/11326) - **types/ref:** correct type inference for nested refs ([#​11536](https://togithub.com/vuejs/core/issues/11536)) ([536f623](https://togithub.com/vuejs/core/commit/536f62332c455ba82ef2979ba634b831f91928ba)), closes [#​11532](https://togithub.com/vuejs/core/issues/11532) [#​11537](https://togithub.com/vuejs/core/issues/11537) - **types:** allow `DirectiveArguments` third parameter to accept undefined ([#​11540](https://togithub.com/vuejs/core/issues/11540)) ([1058ce8](https://togithub.com/vuejs/core/commit/1058ce8e747ce606e5e86fca5a2acce3c12a0846)) ### [`v3.4.36`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3436-2024-08-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.35...v3.4.36) ### [`v3.4.35`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3435-2024-07-31) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.34...v3.4.35) ##### Bug Fixes - **teleport/ssr:** fix Teleport hydration regression due to targetStart anchor addition ([7b18cdb](https://togithub.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6)) - **teleport/ssr:** ensure targetAnchor and targetStart not null during hydration ([#​11456](https://togithub.com/vuejs/core/issues/11456)) ([12667da](https://togithub.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71)), closes [#​11400](https://togithub.com/vuejs/core/issues/11400) - **types/ref:** allow getter and setter types to be unrelated ([#​11442](https://togithub.com/vuejs/core/issues/11442)) ([e0b2975](https://togithub.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251)) ##### Performance Improvements - **runtime-core:** improve efficiency of normalizePropsOptions ([#​11409](https://togithub.com/vuejs/core/issues/11409)) ([5680142](https://togithub.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba)), closes [#​9739](https://togithub.com/vuejs/core/issues/9739)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 months 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.