chore(deps): bump @nuxtjs/sitemap to 8.2.2 - #39
Open
mendral-app[bot] wants to merge 1 commit into
Open
Conversation
Major version bump 7.x → 8.x. Includes site-config v4, i18n auto-expansion, and Content path filtering changes.
Deploying pratrol with
|
| Latest commit: |
150942b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://784ed517.pratrol.pages.dev |
| Branch Preview URL: | https://mendral-deps-nuxtjs-sitemap.pratrol.pages.dev |
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.
Risk level: Medium — Major version bump on
@nuxtjs/sitemap(7→8) in a codebase using@nuxt/contentfor the blog.Breaking changes in 8.x:
.navigationproperty are now filtered from sitemap URLs. The landing blog uses simple markdown files incontent/blog/without explicit navigation config — should be unaffected, but verify blog post URLs still appear in generated sitemap.includeAppSources: trueare auto-expanded per locale. Not applicable — no i18n configuration in this project.asSitemapCollection()deprecated →defineSitemapSchema(). Not applicable — we don't use this composable.What couldn't be verified:
sitemap.xmlincludes all 3 blog posts (human-in-the-loop-security-control,incident-response-autonomous-agent-misconduct,pr-reputation-attack-threat-model) after the upgrade.@nuxt/contentintegration behaves identically with sitemap v8's new filtering logic.Suggested manual checks:
nuxt generateand inspect the outputsitemap.xml— confirm all blog pages and static pages are present.robots.txtsitemap reference is correct.Packages bumped
Per-package detail
@nuxtjs/sitemap 7.6.0 → 8.2.2
asSitemapCollection()deprecated, Content v3.navigationpath filtering, i18n multi-sitemap auto-expansion.@nuxtjs/sitemapfor sitemap generation alongside@nuxt/contentfor the blog. The Content path filtering change is the primary concern — blog posts use simple markdown without navigation properties, so they should remain in the sitemap, but this warrants verification.Files modified
landing/package.jsonlanding/pnpm-lock.yaml.github/workflows/ci.yml(pin actions to SHAs — required by org policy)Note
Created by Mendral. Tag @mendral-app with feedback or questions.