nuxt / test-utils

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

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

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cucumber/cucumber 10.7.0 -> 10.8.0 age adoption passing confidence resolutions minor
@cucumber/cucumber 10.7.0 -> 10.8.0 age adoption passing confidence devDependencies minor
@nuxt/module-builder 0.6.0 -> 0.8.1 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.44.0 -> 1.45.0 age adoption passing confidence devDependencies minor
@types/jsdom (source) 21.1.6 -> 21.1.7 age adoption passing confidence devDependencies patch
actions/checkout v4.1.6 -> v4.1.7 age adoption passing confidence action patch
c12 ^1.10.0 -> ^1.11.1 age adoption passing confidence dependencies minor
eslint (source) 9.3.0 -> 9.6.0 age adoption passing confidence devDependencies minor
h3 1.11.1 -> 1.12.0 age adoption passing confidence devDependencies minor
jiti 1.21.0 -> 1.21.6 age adoption passing confidence devDependencies patch
nitropack 2.9.6 -> 2.9.7 age adoption passing confidence devDependencies patch
playwright-core (source) 1.44.0 -> 1.45.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.1.2 -> 9.4.0 age adoption passing confidence packageManager minor
unimport 3.7.1 -> 3.7.2 age adoption passing confidence devDependencies patch
unplugin ^1.10.1 -> ^1.10.2 age adoption passing confidence dependencies patch
vite (source) 5.2.11 -> 5.3.2 age adoption passing confidence resolutions minor
vite (source) 5.2.11 -> 5.3.2 age adoption passing confidence devDependencies minor
vue (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence resolutions patch
vue-router 4.3.2 -> 4.4.0 age adoption passing confidence devDependencies minor
vue-tsc (source) 2.0.19 -> 2.0.22 age adoption passing confidence devDependencies patch

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber) ### [`v10.8.0`](https://togithub.com/cucumber/cucumber-js/blob/HEAD/CHANGELOG.md#1080---2024-05-26) [Compare Source](https://togithub.com/cucumber/cucumber-js/compare/v10.7.0...v10.8.0) ##### Added - Add `world` and `context` to allow accessing state from arrow functions ([#​2402](https://togithub.com/cucumber/cucumber-js/pull/2402))
nuxt/module-builder (@​nuxt/module-builder) ### [`v0.8.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v081) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1) ##### 🩹 Fixes - **build:** Export all types in stub mode ([6b1970d](https://togithub.com/nuxt/module-builder/commit/6b1970d)) ##### 🏡 Chore - Add [@​danielroe](https://togithub.com/danielroe) to code owners ([c39cc75](https://togithub.com/nuxt/module-builder/commit/c39cc75)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v0.8.0`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v080) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.7.1...v0.8.0) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.7.1...v0.8.0) ##### 🩹 Fixes - ⚠️ Do not augment nuxt options inside module entry ([#​295](https://togithub.com/nuxt/module-builder/pull/295)) - **build:** Do not export default as a type ([d29337c](https://togithub.com/nuxt/module-builder/commit/d29337c)) - **build:** Only generate `import type` statement if required ([190bff4](https://togithub.com/nuxt/module-builder/commit/190bff4)) ##### ⚠️ Breaking Changes - ⚠️ Do not augment nuxt options inside module entry ([#​295](https://togithub.com/nuxt/module-builder/pull/295)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v0.7.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v071) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) ##### 🩹 Fixes - **build:** Declare `ModuleOptions` in correct place ([#​283](https://togithub.com/nuxt/module-builder/pull/283)) ##### 📖 Documentation - Update path for runtime js files ([#​282](https://togithub.com/nuxt/module-builder/pull/282)) ##### ❤️ Contributors - Adam DeHaven ([@​adamdehaven](http://github.com/adamdehaven)) - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v0.7.0`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v070) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.6.0...v0.7.0) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.6.0...v0.7.0) ##### 🚀 Enhancements - Auto generate module options from schema meta ([#​33](https://togithub.com/nuxt/module-builder/pull/33)) ##### 🩹 Fixes - Use `tsconfck` to resolve tsconfig `compilerOptions` ([#​274](https://togithub.com/nuxt/module-builder/pull/274)) - ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://togithub.com/nuxt/module-builder/commit/dbd05bb)) - Resolve full path to runtime externals ([#​275](https://togithub.com/nuxt/module-builder/pull/275)) - Include `dist/runtime` in externals list ([0946c04](https://togithub.com/nuxt/module-builder/commit/0946c04)) ##### 📖 Documentation - Add `types` condition to export subpath ([#​265](https://togithub.com/nuxt/module-builder/pull/265)) ##### 🏡 Chore - **release:** V0.6.0 ([f56195e](https://togithub.com/nuxt/module-builder/commit/f56195e)) - Fix lint issue ([0fe04e8](https://togithub.com/nuxt/module-builder/commit/0fe04e8)) ##### ✅ Tests - Add additional test for validity of types shared from runtime ([afc4374](https://togithub.com/nuxt/module-builder/commit/afc4374)) ##### 🤖 CI - Adds reproduction workflow ([0dc73bb](https://togithub.com/nuxt/module-builder/commit/0dc73bb)) ##### ⚠️ Breaking Changes - ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://togithub.com/nuxt/module-builder/commit/dbd05bb)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Ricardo Gobbo De Souza ([@​ricardogobbosouza](http://github.com/ricardogobbosouza)) - Rgehbt ([@​Gehbt](http://github.com/Gehbt))
microsoft/playwright (@​playwright/test) ### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0) ### [`v1.44.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.44.1) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.0...v1.44.1) ##### Highlights [https://github.com/microsoft/playwright/issues/30779](https://togithub.com/microsoft/playwright/issues/30779) - \[REGRESSION]: When using `video: 'on'` with VSCode extension the browser got closed [https://github.com/microsoft/playwright/issues/30755](https://togithub.com/microsoft/playwright/issues/30755) - \[REGRESSION]: Electron launch with spaces inside executablePath didn't work[https://github.com/microsoft/playwright/issues/30770](https://togithub.com/microsoft/playwright/issues/30770)0 - \[REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't wor[https://github.com/microsoft/playwright/issues/30858](https://togithub.com/microsoft/playwright/issues/30858)58 - \[REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report #### Browser Versions - Chromium 125.0.6422.14 - Mozilla Firefox 125.0.1 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 124 - Microsoft Edge 124
actions/checkout (actions/checkout) ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)
unjs/c12 (c12) ### [`v1.11.1`](https://togithub.com/unjs/c12/blob/HEAD/CHANGELOG.md#v1111) [Compare Source](https://togithub.com/unjs/c12/compare/v1.11.0...v1.11.1) [compare changes](https://togithub.com/unjs/c12/compare/v1.11.0...v1.11.1) ##### 🩹 Fixes - **update:** Await on `onUpdate` ([6b37c98](https://togithub.com/unjs/c12/commit/6b37c98)) - **update:** Respect falsy value of `onCreate` ([cc4e991](https://togithub.com/unjs/c12/commit/cc4e991)) - **update:** Use relative path to resolve config ([8b58b25](https://togithub.com/unjs/c12/commit/8b58b25)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.11.0`](https://togithub.com/unjs/c12/blob/HEAD/CHANGELOG.md#v1110) [Compare Source](https://togithub.com/unjs/c12/compare/v1.10.0...v1.11.0) [compare changes](https://togithub.com/unjs/c12/compare/v1.10.0...v1.11.0) ##### 🚀 Enhancements - Resolvable configs ([#​159](https://togithub.com/unjs/c12/pull/159)) - Custom merger to replace built-in defu ([#​160](https://togithub.com/unjs/c12/pull/160)) - Config update util ([#​162](https://togithub.com/unjs/c12/pull/162)) ##### 🩹 Fixes - **loadConfig:** `config` is not nullable ([#​161](https://togithub.com/unjs/c12/pull/161)) ##### 💅 Refactors - Internally use named sources ([#​158](https://togithub.com/unjs/c12/pull/158)) ##### 🏡 Chore - Update dependencies ([3105900](https://togithub.com/unjs/c12/commit/3105900)) - Update to eslint v9 ([ddbb78c](https://togithub.com/unjs/c12/commit/ddbb78c)) - Lint ([06f21a1](https://togithub.com/unjs/c12/commit/06f21a1)) - Apply automated updates ([fa0fda1](https://togithub.com/unjs/c12/commit/fa0fda1)) - Fix typo (overridden) ([09bb378](https://togithub.com/unjs/c12/commit/09bb378)) - Update snapshot ([8b64427](https://togithub.com/unjs/c12/commit/8b64427)) - Update test ([764f4ac](https://togithub.com/unjs/c12/commit/764f4ac)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
eslint/eslint (eslint) ### [`v9.6.0`](https://togithub.com/eslint/eslint/compare/v9.5.0...473d1bb7c3dfcf629ac048ca811f4b5eef04a692) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.5.0...v9.6.0) ### [`v9.5.0`](https://togithub.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.4.0...v9.5.0) ### [`v9.4.0`](https://togithub.com/eslint/eslint/compare/v9.3.0...a5f7e589eca05a8a30bd2532380c304759cc8225) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.3.0...v9.4.0)
unjs/h3 (h3) ### [`v1.12.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1120) [Compare Source](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) ##### 🚀 Enhancements - Improve typed headers ([#​625](https://togithub.com/unjs/h3/pull/625)) - Export event-stream types ([112fa33](https://togithub.com/unjs/h3/commit/112fa33)) ##### 🩹 Fixes - **getRequestUrl:** Forward opts to `getRequestProtocol` ([#​776](https://togithub.com/unjs/h3/pull/776)) - **readRawBody:** Read chunked body ([#​652](https://togithub.com/unjs/h3/pull/652)) - **proxy:** Better error when upstream proxy fails ([#​746](https://togithub.com/unjs/h3/pull/746)) - **node:** Make sure `onBeforeResponse` and `onAfterResponse` are called with error code ([#​756](https://togithub.com/unjs/h3/pull/756)) - **sse:** Prevent `onClosed` from firing twice in `EventStream` ([#​704](https://togithub.com/unjs/h3/pull/704)) - **plain:** Avoid import from unenv internals ([#​781](https://togithub.com/unjs/h3/pull/781)) ##### 💅 Refactors - **session:** Remove unnecessary async for clear ([#​729](https://togithub.com/unjs/h3/pull/729)) - Update unenv import ([76736ea](https://togithub.com/unjs/h3/commit/76736ea)) ##### 📖 Documentation - Fix typo ([#​699](https://togithub.com/unjs/h3/pull/699)) - Fix typo ([#​707](https://togithub.com/unjs/h3/pull/707)) - Fix typo ([#​712](https://togithub.com/unjs/h3/pull/712)) - Fix typo ([#​730](https://togithub.com/unjs/h3/pull/730)) - Fix typo ([#​732](https://togithub.com/unjs/h3/pull/732)) - Remove extra space ([#​718](https://togithub.com/unjs/h3/pull/718)) - Add semi ([#​710](https://togithub.com/unjs/h3/pull/710)) - **event-handler:** Fix typo ([#​684](https://togithub.com/unjs/h3/pull/684)) - Add jsdoc examples for response utils ([#​677](https://togithub.com/unjs/h3/pull/677)) - Add note for getRequestIP return value ([#​726](https://togithub.com/unjs/h3/pull/726)) - Fix session example ([#​702](https://togithub.com/unjs/h3/pull/702)) - Add jsdoc examples for request utils ([#​680](https://togithub.com/unjs/h3/pull/680)) - Fix typo ([#​734](https://togithub.com/unjs/h3/pull/734)) - Correct zod validation example ([#​735](https://togithub.com/unjs/h3/pull/735)) - Fix typos ([#​738](https://togithub.com/unjs/h3/pull/738)) - Fix typo ([#​758](https://togithub.com/unjs/h3/pull/758)) - Add usage example for `handleCors` ([#​747](https://togithub.com/unjs/h3/pull/747)) - Fix typo for `text/html` content-type ([#​764](https://togithub.com/unjs/h3/pull/764)) - Update mogen example to use `combined` log format ([#​771](https://togithub.com/unjs/h3/pull/771)) - Fix typo for plain adapter example ([#​766](https://togithub.com/unjs/h3/pull/766)) - **examples:** Add cors example ([#​700](https://togithub.com/unjs/h3/pull/700)) - Fix `respondWith` event object ([#​775](https://togithub.com/unjs/h3/pull/775)) - Provide `async` for request body ([#​777](https://togithub.com/unjs/h3/pull/777)) - **error-handling:** Add string vs object errors and update `createError` jsdoc ([#​762](https://togithub.com/unjs/h3/pull/762)) ##### 🏡 Chore - Fix lint issue ([107ec8e](https://togithub.com/unjs/h3/commit/107ec8e)) - Update deps ([9777596](https://togithub.com/unjs/h3/commit/9777596)) - **docs:** Remove unnecessary asterisks ([#​724](https://togithub.com/unjs/h3/pull/724)) - Update eslint ([8ffe898](https://togithub.com/unjs/h3/commit/8ffe898)) - **docs:** Lint bun and deno page ([#​678](https://togithub.com/unjs/h3/pull/678)) - Fix typos ([23d9047](https://togithub.com/unjs/h3/commit/23d9047)) - Remove duplicate test ([53ee4fd](https://togithub.com/unjs/h3/commit/53ee4fd)) - Apply automated updates ([617c8cb](https://togithub.com/unjs/h3/commit/617c8cb)) - Update dependencies ([1776ac4](https://togithub.com/unjs/h3/commit/1776ac4)) - Lint ([5af045b](https://togithub.com/unjs/h3/commit/5af045b)) - Update supertest to v7 ([44db181](https://togithub.com/unjs/h3/commit/44db181)) - Fix typos ([#​772](https://togithub.com/unjs/h3/pull/772)) - Apply automated updates ([3249ca7](https://togithub.com/unjs/h3/commit/3249ca7)) - Prepare v1 branch ([9cb2537](https://togithub.com/unjs/h3/commit/9cb2537)) ##### 🤖 CI - Remove node 16 from test matrix ([458cfac](https://togithub.com/unjs/h3/commit/458cfac)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Joshua Sosso ([@​joshmossas](http://github.com/joshmossas)) - Yusuf Mansur Özer - Daniel Slepov - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Haruaki OTAKE - [@​beer](https://togithub.com/beer) ([@​iiio2](http://github.com/iiio2)) - Sébastien Chopin - Michael Brevard - Matthias Zaunseder - Torsten Dittmann - Guten - JoLo ([@​jolo-dev](http://github.com/jolo-dev)) - Xjccc ([@​xjccc](http://github.com/xjccc)) - Nozomu Ikuta ([@​NozomuIkuta](http://github.com/NozomuIkuta)) - Dog ([@​dgxo](http://github.com/dgxo)) - Israel Ortuño - Eckhardt (Kaizen) Dreyer - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Mathieu Derelle - Deth - Michel Edighoffer - Evgenii Troinov - Kongmoumou ([@​kongmoumou](http://github.com/kongmoumou)) - Remonke ([@​remonke](http://github.com/remonke)) - Shyam Chen - KobZ ([@​devseckobz](http://github.com/devseckobz)) - \_lmmmmmm - Vladimir Kutepov ([@​frenzzy](http://github.com/frenzzy))
unjs/jiti (jiti) ### [`v1.21.6`](https://togithub.com/unjs/jiti/releases/tag/v1.21.6) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.5...v1.21.6) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.5...v1.21.6) ##### 🩹 Fixes - Use internal cached modules only if loaded ([#​247](https://togithub.com/unjs/jiti/pull/247)) ### [`v1.21.5`](https://togithub.com/unjs/jiti/releases/tag/v1.21.5) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.4...v1.21.5) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.4...v1.21.5) ##### 🩹 Fixes - Revert [#​245](https://togithub.com/unjs/jiti/issues/245) ([#​245](https://togithub.com/unjs/jiti/issues/245)) #### From 1.21.4 - Avoid `node:` protocol for node 14 compatibility ([5d877de](https://togithub.com/unjs/jiti/commit/5d877de)) - Update deps ([5e11181](https://togithub.com/unjs/jiti/commit/5e11181)) ### [`v1.21.4`](https://togithub.com/unjs/jiti/compare/v1.21.3...v1.21.4) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.3...v1.21.4) ### [`v1.21.3`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1213) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.2...v1.21.3) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.2...v1.21.3) ##### 🩹 Fixes - Update mlly to ^1.7.1 ([9adbcb3](https://togithub.com/unjs/jiti/commit/9adbcb3)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.21.2`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1212) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.1...v1.21.2) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.1...v1.21.2) ##### 🩹 Fixes - Pin mlly to 1.4.2 ([#​237](https://togithub.com/unjs/jiti/pull/237)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.21.1`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1211) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.0...v1.21.1) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.0...v1.21.1) ##### 🏡 Chore - Update dependencies ([0bd991b](https://togithub.com/unjs/jiti/commit/0bd991b)) - Update dependencies ([cfb106c](https://togithub.com/unjs/jiti/commit/cfb106c)) - Update to eslint v9 ([c11d953](https://togithub.com/unjs/jiti/commit/c11d953)) - Update deps and lockfile ([95aa249](https://togithub.com/unjs/jiti/commit/95aa249)) - Run ci against 18 and 22 ([65b4067](https://togithub.com/unjs/jiti/commit/65b4067)) - Lint ([6f3bd76](https://togithub.com/unjs/jiti/commit/6f3bd76)) ##### 🤖 CI - Skip extra checks ([8fe6417](https://togithub.com/unjs/jiti/commit/8fe6417)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
unjs/nitro (nitropack) ### [`v2.9.7`](https://togithub.com/unjs/nitro/releases/tag/v2.9.7) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.9.6...v2.9.7) > \[!NOTE] > Release of [Nitro 2.10](https://togithub.com/unjs/nitro/issues/2522) might little bit take longer (after [Nitro 3.0](https://togithub.com/unjs/nitro/pull/2521) release) in order to make sure all major refactors are nonbreaking and tested enough. In the meantime, 2.9.7 adds important fixes. **Full changelog**: https://github.com/unjs/nitro/compare/v2.9.6...v2.9.7 ##### 🩹 Fixes - **github-pages:** Prerender `/` by default ([#​2334](https://togithub.com/unjs/nitro/pull/2334)) ([`8b5cbc5`](https://togithub.com/unjs/nitro/commit/8b5cbc590e3948b7abc5569dd06ab43b955a4ae8)) - Deduplicate plugins ([#​2391](https://togithub.com/unjs/nitro/pull/2391)) ([`4293b8b`](https://togithub.com/unjs/nitro/commit/4293b8b1db5e1d1a12778efeba852c5f07da8a3f)) - Add `.tsx` and `.jsx` to node-resolve extensions ([#​2398](https://togithub.com/unjs/nitro/pull/2398)) ([`d2c0d74`](https://togithub.com/unjs/nitro/commit/d2c0d74140b7b8f166d5937d736830b55177dd07)) - **typescript:** Set `compilerOptions.noEmit` to avoid `tsconfig.json` warning ([#​2402](https://togithub.com/unjs/nitro/pull/2402)) ([`6b6777e`](https://togithub.com/unjs/nitro/commit/6b6777eb73fde6337c87242ddf62406e06f0fcd3)) - **prerender:** Only try to add `/` after prerender:routes hook ([#​2348](https://togithub.com/unjs/nitro/pull/2348)) ([`fb88efd`](https://togithub.com/unjs/nitro/commit/fb88efdc614e3b3b1e9dd76dfb342f9f0aff229c)) - Pass custom entry filename when resolving prerenderer ([#​2461](https://togithub.com/unjs/nitro/pull/2461)) ([`9bd6622`](https://togithub.com/unjs/nitro/commit/9bd662258a3d727805248f69ea8280ccf8e31675)) - **public-assets:** Do not shadow paths that share prefix ([#​2516](https://togithub.com/unjs/nitro/pull/2516)) ([`72db848`](https://togithub.com/unjs/nitro/commit/72db8482e837c9fc50b5c928ff5636ba2cbb51cf)) - **openapi:** Update swagger-ui version to v5 for OpenAPI v3.1 support ([#​2343](https://togithub.com/unjs/nitro/pull/2343)) ([`9e2cd8a`](https://togithub.com/unjs/nitro/commit/9e2cd8af32b2ea803b52ca0df282c588356161a2)) - Convert `CapturedErrorContext` to interface to allow type augmentation ([#​2393](https://togithub.com/unjs/nitro/pull/2393)) ([`45ff175`](https://togithub.com/unjs/nitro/commit/45ff175ec9ce962ddc8cbe67925bb2136279c80b)) - **renderer:** Check full path for `/favicon.ico` placeholder ([#​2553](https://togithub.com/unjs/nitro/pull/2553)) ([`b86bb45`](https://togithub.com/unjs/nitro/commit/b86bb4580c2f6df855c9c7f184613877ebd7b58e)) - Use relative paths in `nitro-config.d.ts` ([#​2471](https://togithub.com/unjs/nitro/pull/2471)) ([`4d70b75`](https://togithub.com/unjs/nitro/commit/4d70b759e1d8c50bb6a43a471c77eaf205bcb760)) - **prerender:** Extract links from explicit html routes ([#​2517](https://togithub.com/unjs/nitro/pull/2517)) ([`e1f87c5`](https://togithub.com/unjs/nitro/commit/e1f87c590d6ca8ebb338ecd0d0b4d4b85eb75042)) - **cloudflare-pages:** Remove `.html` extension from generated `_routes.json` ([#​2498](https://togithub.com/unjs/nitro/pull/2498)) ([`79b85fe`](https://togithub.com/unjs/nitro/commit/79b85feec37c6c796df4ac453fcd4dd012d9be7b)) - **core:** Resolve modules with esm compatibility ([#​2514](https://togithub.com/unjs/nitro/pull/2514)) ([`4657ada`](https://togithub.com/unjs/nitro/commit/4657ada0e372cf36a78fec29de0b96b582923832)) - Update cli preset with esm module format ([#​2539](https://togithub.com/unjs/nitro/pull/2539)) ([`f6f2327`](https://togithub.com/unjs/nitro/commit/f6f23270c841514fa3f9d7162ece83f13ab4108c)) - **types:** Infer types correctly when method is omitted ([#​2551](https://togithub.com/unjs/nitro/pull/2551)) ([`f76d21b`](https://togithub.com/unjs/nitro/commit/f76d21be811766009757dd0eebf05ff8aa7e795f)) - **deno-server:** Explicitly remove cert/key from options if either is not set ([#​2373](https://togithub.com/unjs/nitro/pull/2373)) ([`d887f4a`](https://togithub.com/unjs/nitro/commit/d887f4a62a300be5c24dea7bfd1ede324a1dfe7a)) - **azure:** Correctly handle maxAge cookie option ([#​2403](https://togithub.com/unjs/nitro/pull/2403)) ([`aabdc9c`](https://togithub.com/unjs/nitro/commit/aabdc9c5c78c011a212c754058160ed23391361d)) - **netlify:** Ensure preview command is correct ([#​2561](https://togithub.com/unjs/nitro/pull/2561)) ([`d16a47b`](https://togithub.com/unjs/nitro/commit/d16a47bd4dac8674db8538ff8b6235131c75230f)) - **iis:** Deep merge configs ([#​2358](https://togithub.com/unjs/nitro/pull/2358)) ([`f03addd`](https://togithub.com/unjs/nitro/commit/f03addd248a85d0093b71e8ac8e2523c590a35d2)) - **iis:** Parse without explicitArray to allow merging `web.config` ([#​2457](https://togithub.com/unjs/nitro/pull/2457)) ([`6c3e080`](https://togithub.com/unjs/nitro/commit/6c3e0805d38c80fcad9430d1e5beeeee65bbbaa5)) - **vercel:** Support custom baseURL ([#​2464](https://togithub.com/unjs/nitro/pull/2464)) ([`61f2079`](https://togithub.com/unjs/nitro/commit/61f2079a605fca81b578894edfdbb0c328db12a3)) - Lower-case accepted handler method ([#​2382](https://togithub.com/unjs/nitro/pull/2382)) ([`e60e114`](https://togithub.com/unjs/nitro/commit/e60e114f33ce02866d931c70518268a5e94509ee)) - **defineCachedEventHandler:** Add `event.context.cache` ([#​2519](https://togithub.com/unjs/nitro/pull/2519)) ([`fc3968b`](https://togithub.com/unjs/nitro/commit/fc3968ba9993321cbe090c8818d22f3efa10e9d1)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Leex ([@​jsonleex](http://github.com/jsonleex)) - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Ariesly - Julien Blatecky ([@​julien1619](http://github.com/julien1619)) - Juho Rutila ([@​nice-game-hints](http://github.com/nice-game-hints)) - Maik Kowol ([@​94726](http://github.com/94726)) - Julien Huang - Yuurin ([@​byyuurin](http://github.com/byyuurin)) - Brandon Roberts ([@​brandonroberts](http://github.com/brandonroberts)) - Ígor Jacaúna ([@​igorjacauna](http://github.com/igorjacauna)) - Sby1ce ([@​sby1ce](http://github.com/sby1ce))
pnpm/pnpm (pnpm) ### [`v9.4.0`](https://togithub.com/pnpm/pnpm/compare/v9.3.0...v9.4.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.3.0...v9.4.0) ### [`v9.3.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.3.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.2.0...v9.3.0) #### Minor Changes - **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#​8177](https://togithub.com/pnpm/pnpm/pull/8177). #### Patch Changes - Set `reporter-hide-prefix` to `true` by default for `pnpm exec`. In order to show prefix, the user now has to explicitly set `reporter-hide-prefix=false` [#​8174](https://togithub.com/pnpm/pnpm/issues/8174). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.2.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.2.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.4...v9.2.0) #### Minor Changes - If `package-manager-strict-version` is set to `true`, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of `package.json`. #### Patch Changes - Update `@yarnpkg/pnp` to the latest version, fixing issue with `node:` imports [#​8161](https://togithub.com/pnpm/pnpm/issues/8161). - Deduplicate bin names to prevent race condition and corrupted bin scripts [#​7833](https://togithub.com/pnpm/pnpm/issues/7833). - pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of `package.json` [#​8087](https://togithub.com/pnpm/pnpm/issues/8087). - `exec` now also streams prefixed output when `--recursive` or `--parallel` is specified just as `run` does [#​8065](https://togithub.com/pnpm/pnpm/issues/8065). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.1.4`](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)
unjs/unimport (unimport) ### [`v3.7.2`](https://togithub.com/unjs/unimport/blob/HEAD/CHANGELOG.md#372-2024-05-25) [Compare Source](https://togithub.com/unjs/unimport/compare/v3.7.1...v3.7.2) ##### Bug Fixes - distinguish enums by `declarationType` ([#​329](https://togithub.com/unjs/unimport/issues/329)) ([a4a5e0a](https://togithub.com/unjs/unimport/commit/a4a5e0a13ae76654a18a0cb5f841512f24bc3313)) - insert imports after shebang ([#​324](https://togithub.com/unjs/unimport/issues/324)) ([da1733b](https://togithub.com/unjs/unimport/commit/da1733b7ef0fe7504c8c530a13f4e0912ac306c8))
unjs/unplugin (unplugin) ### [`v1.10.2`](https://togithub.com/unjs/unplugin/blob/

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 has been generated by Mend Renovate. View repository job log here.