-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @nuxtjs/sitemap to v6 #5035
Conversation
Latest k6 run output1
Footnotes
|
a998959
to
95699fd
Compare
95699fd
to
0ff309e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strangely, the first time I went to http://localhost:8443/sitemap.xml
, it only displayed a blank page, but after a few attempts, I could see the sitemap. It seems to be working fine, so let's get this in.
This PR contains the following updates:
^5.3.5
->^6.0.0
Release Notes
nuxt-modules/sitemap (@nuxtjs/sitemap)
v6.1.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.1.0
Compare Source
🚀 Features
nuxt-i18n-micro
module integration - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/357 (39b91)🐞 Bug Fixes
/
not being matched with route rules - by @harlan-zw (c1aab)sources
warning - by @harlan-zw (624a8)View changes on GitHub
v6.0.1
Compare Source
🐞 Bug Fixes
experimentalWarmUp
hitting wrong sitemap paths - by @harlan-zw (7951f)View changes on GitHub
v6.0.0
Compare Source
Introduction
The v6 represents hopefully the last major that the module will undergo. It brings many underlying
logic improvements which aim to solve stability and performance issues and set up the module to support
chunked multi-sitemaps in the future.
🚨 Breaking Change
Google Search Console
If you're using multi-sitemaps it's important to check Google Search Console after the update and verify you haven't submitted the old multi-sitemap paths. If so, you should update them.
Sitemap Output
Please verify your sitemap output after the update. Many changes have been made to the underlying logic and it's important to verify that your sitemap is still being generated correctly.
Changelog
🚨 Breaking Changes
🚀 Features
sitemapsPathPrefix
config - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/325 (4b94c)🐞 Bug Fixes
robots
route rules - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/321 (ae455)include
,exclude
to i18n pages - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/322 (a7c04)SERVER_PRESET
to detect env - by @harlan-zw (295c9)loc
's - by @harlan-zw (c0666)useNitroApp
import warning - by @harlan-zw (f5ab8)--target
- by @harlan-zw (2f6bc)<NuxtImage>
components - by @harlan-zw (469e7)loc
is always a string - by @harlan-zw (de9ec)loc
normalizing - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/354 (6ef8d)differentDomains
- by @harlan-zw (e8799)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update again.
This PR has been generated by Renovate Bot.