chore(deps): update dependency @nuxtjs/sitemap to v8#153
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
launchpad | c080508 | Commit Preview URL Branch Preview URL |
May 20 2026, 09:27 PM |
ea2ec77 to
264f67c
Compare
264f67c to
c080508
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.6.0→8.0.15Release Notes
nuxt-modules/sitemap (@nuxtjs/sitemap)
v8.0.15Compare Source
🏎 Performance
View changes on GitHub
v8.0.14Compare Source
🐞 Bug Fixes
🏎 Performance
fast-xml-parserin parseSitemapIndex - by @harlan-zw in #609 (a3ee4)View changes on GitHub
v8.0.13Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.0.12Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.0.11Compare Source
🐞 Bug Fixes
zeroRuntimeprerender detection when no manualnitro.prerender.routes- by @harlan-zw in #593 (688d1)View changes on GitHub
v8.0.9Compare Source
🐞 Bug Fixes
autoI18n: false- by @harlan-zw in #589 (28b65)article:published_timefor lastmod - by @harlan-zw in #590 (f537f)chunkSizeconfig precedence overchunksnumber - by @harlan-zw in #591 (ad522)View changes on GitHub
v8.0.8Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.0.7Compare Source
🐞 Bug Fixes
autoI18n: falseto suppress hreflang tag generation - by @harlan-zw in #587 (ee92b)View changes on GitHub
v8.0.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.0.5Compare Source
No significant changes
View changes on GitHub
v8.0.4Compare Source
No significant changes
View changes on GitHub
v8.0.3Compare Source
No significant changes
View changes on GitHub
v8.0.2Compare Source
🐞 Bug Fixes
definePageMetasitemap data during ssg - by @harlan-zw in #585 (8b7d4)View changes on GitHub
v8.0.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.0.0Compare Source
The v8 release focuses on a fully rewritten devtools experience and several quality of life improvements for Nuxt Content v3 and i18n users.
Site Config v4
Nuxt Site Config is a module used internally by Nuxt Sitemap.
The major update to v4.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.
asSitemapCollection()DeprecatedThe
asSitemapCollection()composable has been replaced bydefineSitemapSchema(). The old API still works but will log a deprecation warning.import { defineCollection, z } from '#content/collections' - import { asSitemapCollection } from '#sitemap/content' + import { defineSitemapSchema } from '#sitemap/content' export const collections = { - content: defineCollection(asSitemapCollection({ - type: 'page', - source: '**/*.md', - schema: z.object({ title: z.string() }) - })) + content: defineCollection({ + type: 'page', + source: '**/*.md', + schema: z.object({ + title: z.string(), + sitemap: defineSitemapSchema() + }) + }) }🚀 New Features
defineSitemapSchema()ComposableA new composable for Nuxt Content v3 that provides a cleaner API for integrating sitemap configuration into your content collections. Supports
filter,onUrl, andnameoptions.definePageMetaSitemap ConfigurationYou can now configure sitemap options directly in your page components using
definePageMeta.i18n Multi-Sitemap with Custom Sitemaps
Custom sitemaps with
includeAppSources: trueare now automatically expanded per locale, generating{locale}-{name}formatted sitemaps.Debug Production Endpoint
A new
/__sitemap__/debug-production.jsonendpoint is available in development mode, allowing you to inspect what the production sitemap output will look like during development.🐛 Bug Fixes
.navigationpaths from sitemap URL generationafterParsehook to prevent silent HMR failuresautoI18n: falseto generate single sitemap instead of per-locale sitemapsrobotsinstead ofindexin route rules type definitionsitemapsPathPrefix: '/'⚡ Performance
chalkwithconsola/utilsfor a smaller bundleURL.canParse()instead of try/catchnew URL()for URL validationaddPrerenderRoutes()API instead of manual route pushing🚀 Features
defineSitemapSchema()composable - by @harlan-zw in #576 (603e6)🐞 Bug Fixes
definePageMetasitemap configuration not applied - by @harlan-zw in #572 (9f74a)autoI18n: falseto generate single sitemap - by @harlan-zw in #570 (94458)robotsinstead ofindexin route rules - by @harlan-zw in #569 (e9167)🏎 Performance
chalkwithconsola/utils- by @KazariEX in #555 (ae520)View changes on GitHub
Configuration
📅 Schedule: (in timezone Europe/Berlin)
* 8-17 * * 1-5)* 8-17 * * 1-5)🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.