nuxt-modules / sitemap

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
https://nuxtseo.com/sitemap
MIT License
336 stars 31 forks source link

chore(deps): update nuxt framework to ^3.14.1592 - autoclosed #378

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

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

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.14.1592`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.14.1592) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.14.159...v3.14.1592) > 3.14.1592 is the next patch release. ##### πŸ‘‰ Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v3.14.159...v3.14.160) ##### 🩹 Fixes - **rspack:** Update `webpackbar` with support for rspack ([#​29823](https://redirect.github.com/nuxt/nuxt/pull/29823)) - **nuxt:** Assign default name to component without setup ([#​29869](https://redirect.github.com/nuxt/nuxt/pull/29869)) - **kit:** Use `dst` to deduplicate templates when adding them ([#​29895](https://redirect.github.com/nuxt/nuxt/pull/29895)) - **nuxt:** Handle empty plugin files ([d44408e87](https://redirect.github.com/nuxt/nuxt/commit/d44408e87)) - **vite:** Use resolved nuxt template `dst` to invalidate modules ([6cd3352de](https://redirect.github.com/nuxt/nuxt/commit/6cd3352de)) - **nuxt:** Return null map for empty plugin metadata ([302a66da9](https://redirect.github.com/nuxt/nuxt/commit/302a66da9)) - **kit:** Resolve module paths before appending subpaths ([#​29955](https://redirect.github.com/nuxt/nuxt/pull/29955)) - **nuxt:** Recompile templates on `change` events ([#​29954](https://redirect.github.com/nuxt/nuxt/pull/29954)) - **nuxt:** Do not include `` when building ([#​29956](https://redirect.github.com/nuxt/nuxt/pull/29956)) - **nuxt:** Allow scanning metadata from 2+ files at same path ([#​29969](https://redirect.github.com/nuxt/nuxt/pull/29969)) - **nuxt:** Do not disallow importing nitro dependencies ([#​29975](https://redirect.github.com/nuxt/nuxt/pull/29975)) ##### πŸ’… Refactors - **nuxt:** Define layouts as async vue components ([#​29957](https://redirect.github.com/nuxt/nuxt/pull/29957)) ##### πŸ“– Documentation - Update custom environment example ([e3759ad55](https://redirect.github.com/nuxt/nuxt/commit/e3759ad55)) - Update minimal example ([7973f5ed4](https://redirect.github.com/nuxt/nuxt/commit/7973f5ed4)) - Add tip about islands directory ([#​29913](https://redirect.github.com/nuxt/nuxt/pull/29913)) - Fix typo in composable name ([#​29910](https://redirect.github.com/nuxt/nuxt/pull/29910)) - Rename [@​nuxt/auth](https://redirect.github.com/nuxt/auth) to [@​nuxt/auth-utils](https://redirect.github.com/nuxt/auth-utils) in roadmap ([#​29906](https://redirect.github.com/nuxt/nuxt/pull/29906)) - Capitalize text ([#​29938](https://redirect.github.com/nuxt/nuxt/pull/29938)) - Improve clarity in seo meta example ([#​29930](https://redirect.github.com/nuxt/nuxt/pull/29930)) - Update getting started to include WebStorm ([#​29845](https://redirect.github.com/nuxt/nuxt/pull/29845)) ##### 🏑 Chore - Remove unused imports and update eslint config ([#​29876](https://redirect.github.com/nuxt/nuxt/pull/29876)) ##### βœ… Tests - Add import protection test ([fbd5c33ba](https://redirect.github.com/nuxt/nuxt/commit/fbd5c33ba)) ##### πŸ€– CI - Remove release-pr workflow ([2915f93c3](https://redirect.github.com/nuxt/nuxt/commit/2915f93c3)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - Gustavo Aquino Torres Teixeira ([@​guska8](https://redirect.github.com/guska8)) - Stephanie Smith ([@​stephiescastle](https://redirect.github.com/stephiescastle)) - [@​beer](https://redirect.github.com/beer) ([@​iiio2](https://redirect.github.com/iiio2)) - Maxime Pauvert ([@​maximepvrt](https://redirect.github.com/maximepvrt)) - crisarji ([@​crisarji](https://redirect.github.com/crisarji)) - RBV1 ([@​RBV1](https://redirect.github.com/RBV1)) - Adrien Foulon ([@​Tofandel](https://redirect.github.com/Tofandel)) - Julien Huang ([@​huang-julien](https://redirect.github.com/huang-julien)) - Horu ([@​HigherOrderLogic](https://redirect.github.com/HigherOrderLogic)) - Jan-Niklas W. ([@​niklas-wortmann](https://redirect.github.com/niklas-wortmann)) ### [`v3.14.159`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.14.159) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.14.0...v3.14.159) > 3.14.159 is a hotfix release to address regressions in v3.14. We're leaning into the Ο€ theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! πŸ˜†) ##### πŸ‘‰ Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v3.14.0...v3.14.1) ##### 🩹 Fixes - **nuxt:** Update nitropack preset directory ([#​29780](https://redirect.github.com/nuxt/nuxt/pull/29780)) - **kit:** Fall back to metaΒ version if there's no `module.json` ([#​29793](https://redirect.github.com/nuxt/nuxt/pull/29793)) - **kit:** Use `mlly` to resolve module paths to avoid cjs fallback ([#​29799](https://redirect.github.com/nuxt/nuxt/pull/29799)) - **webpack,rspack:** Add adapter for `webpack-dev-middleware` ([#​29806](https://redirect.github.com/nuxt/nuxt/pull/29806)) - **nuxt:** Remove null-byte prefix for virtual files ([#​29809](https://redirect.github.com/nuxt/nuxt/pull/29809)) - **kit:** Convert module path to file url before reading meta ([fb833ac64](https://redirect.github.com/nuxt/nuxt/commit/fb833ac64)) ##### πŸ“– Documentation - Capitalize titles ([#​29768](https://redirect.github.com/nuxt/nuxt/pull/29768)) - Fix rou3 link in nitro.js ([#​29775](https://redirect.github.com/nuxt/nuxt/pull/29775)) - Fix tip formatting ([#​29792](https://redirect.github.com/nuxt/nuxt/pull/29792)) - Add link to h3 blogpost ([#​29794](https://redirect.github.com/nuxt/nuxt/pull/29794)) - Remove outdated cloudflare tip (auto minify deprecated) ([#​29812](https://redirect.github.com/nuxt/nuxt/pull/29812)) ##### 🏑 Chore - **nuxt:** Remove redundant type ([#​29810](https://redirect.github.com/nuxt/nuxt/pull/29810)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - xjccc ([@​xjccc](https://redirect.github.com/xjccc)) - Efraim ([@​EfraimGENC](https://redirect.github.com/EfraimGENC)) - Aurion SARL ([@​Aurion72](https://redirect.github.com/Aurion72)) - Erik Lilja ([@​Lilja](https://redirect.github.com/Lilja)) - Markus Oberlehner ([@​maoberlehner](https://redirect.github.com/maoberlehner)) - Lukas Bauer ([@​luxterful](https://redirect.github.com/luxterful)) - [@​beer](https://redirect.github.com/beer) ([@​iiio2](https://redirect.github.com/iiio2))

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.

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



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

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
sitemap-edge-demo βœ… Ready (Inspect) Visit Preview Nov 20, 2024 2:25am