nuxt / starter

Create a new Nuxt project, module, layer or start from a theme with our collection of starters.
https://nuxt.new
MIT License
436 stars 155 forks source link

chore(deps): update dependency @nuxt/kit to ^3.13.1 (module) #854

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) ^3.13.0 -> ^3.13.1 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.13.1`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.13.1) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.13.0...v3.13.1) > 3.12.4 is the next regularly scheduled patch release. #### πŸ‘€ Highlights Although this is a patch release, there are two features I'd love to draw your attention to. 1. πŸ†” `useId` now uses a built-in Vue composable for stable ids between server + client! [https://github.com/nuxt/nuxt/pull/28285](https://redirect.github.com/nuxt/nuxt/pull/28285) 2. πŸ”₯ a new `experimental.buildCache` feature now allows for quicker app rebuilds [https://github.com/nuxt/nuxt/pull/28726](https://redirect.github.com/nuxt/nuxt/pull/28726) As always, feedback is appreciated πŸ™ ❀️ #### βœ… 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.13.0...v3.13.1) ##### πŸ”₯ Performance - **nuxt:** Cache vue app build outputs ([#​28726](https://redirect.github.com/nuxt/nuxt/pull/28726)) - **nuxt:** Use `ServerPlaceholder` for ssr client components ([#​28563](https://redirect.github.com/nuxt/nuxt/pull/28563)) - **nuxt:** Use reducer array + handle modified proto ([#​28768](https://redirect.github.com/nuxt/nuxt/pull/28768)) ##### 🩹 Fixes - **schema:** Resolve user-provided `serverDir` relative to root ([#​28700](https://redirect.github.com/nuxt/nuxt/pull/28700)) - **nuxt:** Handle mismatching declaration/plugin extensions ([#​28709](https://redirect.github.com/nuxt/nuxt/pull/28709)) - **nuxt:** Do not accept arbitrary strings for `MiddlewareKey` ([#​28676](https://redirect.github.com/nuxt/nuxt/pull/28676)) - **nuxt:** Do not pass listeners to custom `NuxtLink` ([#​28738](https://redirect.github.com/nuxt/nuxt/pull/28738)) - **nuxt:** Generate basic jsdoc for module config entry ([#​27689](https://redirect.github.com/nuxt/nuxt/pull/27689)) - **nuxt:** Augment `NuxtOptions` as well as config ([#​28747](https://redirect.github.com/nuxt/nuxt/pull/28747)) - **nuxt:** Improve error logging in import protections ([#​28753](https://redirect.github.com/nuxt/nuxt/pull/28753)) - **nuxt:** Handle deleted cookies from `CookieStore` events ([#​28760](https://redirect.github.com/nuxt/nuxt/pull/28760)) - **nuxt:** Allow updating `appConfig` with non-iterable objects ([#​28773](https://redirect.github.com/nuxt/nuxt/pull/28773)) - **nuxt:** Improve `isNuxtError` type inference ([#​28814](https://redirect.github.com/nuxt/nuxt/pull/28814)) ##### πŸ’… Refactors - **nuxt:** Update to vue v3.5 + native `useId` ([#​28285](https://redirect.github.com/nuxt/nuxt/pull/28285)) ##### πŸ“– Documentation - Fix typo ([#​28724](https://redirect.github.com/nuxt/nuxt/pull/28724)) - Update broken/redirected links ([#​28739](https://redirect.github.com/nuxt/nuxt/pull/28739)) - Capitalize text ([#​28734](https://redirect.github.com/nuxt/nuxt/pull/28734)) - Updated line number for nuxt build-time hooks ([#​28746](https://redirect.github.com/nuxt/nuxt/pull/28746)) - Add missing `query` returned value from `useRoute()` ([#​28743](https://redirect.github.com/nuxt/nuxt/pull/28743)) - Persist package manager choice in code blocks ([#​28514](https://redirect.github.com/nuxt/nuxt/pull/28514)) - Fix postcss codeblock typo ([#​28801](https://redirect.github.com/nuxt/nuxt/pull/28801)) - Include `--frozen-lockfile` when installing dependencies ([#​28794](https://redirect.github.com/nuxt/nuxt/pull/28794)) ##### 🏑 Chore - Use `tinyexec` internally ([#​28684](https://redirect.github.com/nuxt/nuxt/pull/28684)) - Use `tinyglobby` internally ([#​28686](https://redirect.github.com/nuxt/nuxt/pull/28686)) - Trim tag ([#​28687](https://redirect.github.com/nuxt/nuxt/pull/28687)) - Fix ci typo ([#​28721](https://redirect.github.com/nuxt/nuxt/pull/28721)) - Tidying workflows + add sherif workflow ([#​28793](https://redirect.github.com/nuxt/nuxt/pull/28793)) - Ignore eslint warnings about console logging ([#​28795](https://redirect.github.com/nuxt/nuxt/pull/28795)) ##### βœ… Tests - Update bundle size ([99df4c222](https://redirect.github.com/nuxt/nuxt/commit/99df4c222)) ##### ❀️ Contributors - Gianluca Di Francesco ([@​gianlucadifrancesco](https://redirect.github.com/gianlucadifrancesco)) - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - JoaquΓ­n SΓ‘nchez ([@​userquin](https://redirect.github.com/userquin)) - Heb ([@​Hebilicious](https://redirect.github.com/Hebilicious)) - Eckhardt (Kaizen) Dreyer ([@​Eckhardt-D](https://redirect.github.com/Eckhardt-D)) - Gustav Odinger ([@​gustavwilliam](https://redirect.github.com/gustavwilliam)) - Julien Huang ([@​huang-julien](https://redirect.github.com/huang-julien)) - Ismail Sabet ([@​ismailsabet](https://redirect.github.com/ismailsabet)) - Max ([@​onmax](https://redirect.github.com/onmax)) - Anthony Fu ([@​antfu](https://redirect.github.com/antfu)) - [@​beer](https://redirect.github.com/beer) ([@​iiio2](https://redirect.github.com/iiio2)) - riskrole ([@​riskrole](https://redirect.github.com/riskrole)) - Thimo Sietsma ([@​th1m0](https://redirect.github.com/th1m0))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.