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.4 (#954)
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.3` -> `3.15.4`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.15.3/3.15.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.15.3/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.15.3/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (@​nuxt/kit)</summary> ### [`v3.15.4`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.15.4) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.15.3...v3.15.4) > 3.15.4 is the next 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.3...v3.15.4) ##### 🩹 Fixes - **nuxt:** Improve error logging when parsing with `acorn` ([#​30754](https://redirect.github.com/nuxt/nuxt/pull/30754)) - **nuxt:** Clear island uid before saving into the payload ([#​30767](https://redirect.github.com/nuxt/nuxt/pull/30767)) - **kit:** Load `@nuxt/schema` from `nuxt` package dir ([#​30774](https://redirect.github.com/nuxt/nuxt/pull/30774)) - **nuxt:** Allow restarting nuxt on paths outside `srcDir` ([#​30771](https://redirect.github.com/nuxt/nuxt/pull/30771)) - **nuxt:** Don't warn about calling `useRoute` in SFC setup ([#​30788](https://redirect.github.com/nuxt/nuxt/pull/30788)) - **webpack:** Disallow cross-site requests in no-cors mode ([#​30757](https://redirect.github.com/nuxt/nuxt/pull/30757)) - **vite:** Restore `externality` for dev server externals ([#​30802](https://redirect.github.com/nuxt/nuxt/pull/30802)) ##### 💅 Refactors - **vite:** Use new rollup `chunk.names` for asset names ([#​30780](https://redirect.github.com/nuxt/nuxt/pull/30780)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - Peter Radko ([@​Gwynerva](https://redirect.github.com/Gwynerva)) - Lansi ([@​lansi951](https://redirect.github.com/lansi951)) - Julien Huang ([@​huang-julien](https://redirect.github.com/huang-julien)) - Norbiros ([@​Norbiros](https://redirect.github.com/Norbiros)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information