This repository was archived by the owner on Aug 7, 2024. It is now read-only.
chore(deps): update dependency @nuxtjs/sitemap to v5 #486
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:
2.4.0->5.3.5Release Notes
nuxt-modules/sitemap (@nuxtjs/sitemap)
v5.3.5Compare Source
No significant changes
View changes on GitHub
v5.3.4Compare Source
No significant changes
View changes on GitHub
v5.3.2Compare Source
No significant changes
View changes on GitHub
v5.3.1Compare Source
🐞 Bug Fixes
differentDomainssupport - by @harlan-zw (292de)View changes on GitHub
v5.3.0Compare Source
🚀 Features
🐞 Bug Fixes
urls- by @harlan-zw (8dfad)github_pages- by @harlan-zw (c429f)x-defaultshould respectexclude- by @harlan-zw (262eb)prefix_and_defaultcanonical path without prefix - by @harlan-zw (c92e9)View changes on GitHub
v5.2.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.2.1Compare Source
No significant changes
View changes on GitHub
v5.2.0Compare Source
🚀 Features
sitemap:index-resolved- by @harlan-zw (19094)🐞 Bug Fixes
View changes on GitHub
v5.1.5Compare Source
🐞 Bug Fixes
#sitemaptypes alias - by @harlan-zw (e90aa)sourcesfetch options - by @harlan-zw (1506d)nitropackimports - by @harlan-zw (21a38)alternatepaths based oninclude,exclude- by @harlan-zw (f275c)View changes on GitHub
v5.1.4Compare Source
No significant changes
View changes on GitHub
v5.1.3Compare Source
No significant changes
View changes on GitHub
v5.1.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.1.1Compare Source
🐞 Bug Fixes
#sitemapalias - by @harlan-zw (f7b3a)/apivue pages - by @harlan-zw (9d474)View changes on GitHub
v5.1.0Compare Source
🚀 Features
appendSitemapsconfig for improved type safety - by @harlan-zw (609ca)🐞 Bug Fixes
View changes on GitHub
v5.0.5Compare Source
🐞 Bug Fixes
sitemaps.indexwith i18n sitemap - by @harlan-zw (a1dc4)View changes on GitHub
v5.0.4Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.0.3Compare Source
🐞 Bug Fixes
lastmodfor google - by @harlan-zw (397d5)View changes on GitHub
v5.0.2Compare Source
🐞 Bug Fixes
lastmodwhen it's not w3c format - by @harlan-zw (127b6)Ztimezone over+00:00, drop ms - by @harlan-zw (30f74)View changes on GitHub
v5.0.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.0.0Compare Source
🚨 Breaking Changes
✨ Official Nuxt Sitemap Module
This module is now the official Sitemap module for Nuxt 3.
To properly reflect this, the package has been renamed to
@nuxtjs/sitemapfromnuxt-simple-sitemapand the GitHub repository has been moved to nuxt-modules/sitemap.{ "dependencies": { - "nuxt-simple-sitemap": "*" + "@​nuxtjs/sitemap": "^5.0.0" } }nuxt.config.export default defineNuxtConfig({ modules: [ - 'nuxt-simple-sitemap' + '@​nuxtjs/sitemap' ] })🐞 Bug Fixes
Improved Cache Debugging
cacheMaxAgeSeconds- by @harlan-zw (00d17)More Consistent DevTools UI
The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. (bc4ae)
Others
sitemap.xmlusing route rules - by @harlan-zw (e1bee)View changes on GitHub
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.