Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @nuxt/kit to v3.15.1 (#887)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`3.15.0` -> `3.15.1`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.15.0/3.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.15.0/3.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.15.0/3.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (@​nuxt/kit)</summary> ### [`v3.15.1`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.15.1) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.15.0...v3.15.1) > 3.15.1 is the next regularly scheduled patch release. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh npx nuxi@latest upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v3.15.0...v3.15.1) ##### 🔥 Performance - **nuxt:** Skip experimental async context transform in client build ([#​30360](https://redirect.github.com/nuxt/nuxt/pull/30360)) - **schema:** Drop unneeded type-only schema dependencies ([#​30411](https://redirect.github.com/nuxt/nuxt/pull/30411)) - **rspack,webpack:** Drop `lodash-es` dependency ([#​30409](https://redirect.github.com/nuxt/nuxt/pull/30409)) - **nuxt:** Drop `pathe` browser dep for deep server components ([#​30456](https://redirect.github.com/nuxt/nuxt/pull/30456)) ##### 🩹 Fixes - **nuxt:** Update module path for defaults ([#​30371](https://redirect.github.com/nuxt/nuxt/pull/30371)) - **nuxt:** Ignore non-reference identifiers when extracting page metadata ([#​30381](https://redirect.github.com/nuxt/nuxt/pull/30381)) - **nuxt:** Pass `nuxt` instance to `resolvePagesRoutes` ([e4a372e12](https://redirect.github.com/nuxt/nuxt/commit/e4a372e12)) - **schema:** Support pfx certificate for dev server ([#​30412](https://redirect.github.com/nuxt/nuxt/pull/30412)) - **nuxt:** Use node `location` instead of `range` for route meta property extraction ([#​30447](https://redirect.github.com/nuxt/nuxt/pull/30447)) - **schema:** Override `vueCompilerOptions.plugins` type ([#​30454](https://redirect.github.com/nuxt/nuxt/pull/30454)) - **nuxt:** Respect `baseURL` when ignoring prerendered manifest ([#​30446](https://redirect.github.com/nuxt/nuxt/pull/30446)) - **nuxt:** Respect `router.options` when hmring routes ([#​30455](https://redirect.github.com/nuxt/nuxt/pull/30455)) ##### 💅 Refactors - **nuxt:** Use `consola` with `nuxt` tag instead of console ([#​30408](https://redirect.github.com/nuxt/nuxt/pull/30408)) ##### 📖 Documentation - Update references to `lodash` and recommend `es-toolkit` ([8e2ca5bdc](https://redirect.github.com/nuxt/nuxt/commit/8e2ca5bdc)) - Add warning about prerendering ([#​30437](https://redirect.github.com/nuxt/nuxt/pull/30437)) ##### 🏡 Chore - Add configuration for JetBrains IDEs ([#​30380](https://redirect.github.com/nuxt/nuxt/pull/30380)) - Update lockfile ([db65a703b](https://redirect.github.com/nuxt/nuxt/commit/db65a703b)) - Dedupe lockfile + bump nanoid ([c5eb6a81d](https://redirect.github.com/nuxt/nuxt/commit/c5eb6a81d)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - Anders Bootsmann Larsen ([@​bootsmann1995](https://redirect.github.com/bootsmann1995)) - Alexander Lichter ([@​TheAlexLichter](https://redirect.github.com/TheAlexLichter)) - Matej Černý ([@​cernymatej](https://redirect.github.com/cernymatej)) - Connor Roberts ([@​murshex](https://redirect.github.com/murshex)) - Julien Huang ([@​huang-julien](https://redirect.github.com/huang-julien)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/emoji-blast). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information