lichter.io
lichter.io copied to clipboard
chore(deps): update dependency @nuxtjs/sitemap to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxtjs/sitemap | ^5.1.0 -> ^6.1.2 |
Release Notes
nuxt-modules/sitemap (@nuxtjs/sitemap)
v6.1.2
🐞 Bug Fixes
- Check for robots integration once modules are done - by @harlan-zw (54d51)
- nuxt-i18n-micro: Broken route generation - by @harlan-zw (7a494)
View changes on GitHub
v6.1.1
🐞 Bug Fixes
- cloudflarePages: Broken relative url endpoints - by @harlan-zw (9310f)
View changes on GitHub
v6.1.0
🚀 Features
nuxt-i18n-micromodule integration - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/357 (39b91)
🐞 Bug Fixes
- Root path
/not being matched with route rules - by @harlan-zw (c1aab) - False positive
sourceswarning - by @harlan-zw (624a8)
View changes on GitHub
v6.0.1
🐞 Bug Fixes
experimentalWarmUphitting wrong sitemap paths - by @harlan-zw (7951f)
View changes on GitHub
v6.0.0
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
- Rewrite i18n resolving and url normalizing - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/319 (fab7e)
- New multi sitemaps paths - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/320 (bb7d9)
🚀 Features
sitemapsPathPrefixconfig - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/325 (4b94c)- Add minify xml option - by @Henvy-Mango in https://github.com/nuxt-modules/sitemap/issues/336 (f9197)
- i18n: Support Nuxt I18n v9 - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/351 (92d96)
🐞 Bug Fixes
- Better filtering of file URLs - by @harlan-zw (27a95)
- Check for
robotsroute rules - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/321 (ae455) - Map
include,excludeto i18n pages - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/322 (a7c04) - Fallback to prerender sitemap on vercel edge - by @harlan-zw (33598)
- Support
SERVER_PRESETto detect env - by @harlan-zw (295c9) - Handle null
loc's - by @harlan-zw (c0666) useNitroAppimport warning - by @harlan-zw (f5ab8)- Preset not being resolved when using
--target- by @harlan-zw (2f6bc) - Broken regex for
<NuxtImage>components - by @harlan-zw (469e7) - Ensure
locis always a string - by @harlan-zw (de9ec) - Improve entry
locnormalizing - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/354 (6ef8d) - i18n:
- Support excluded locales - by @Xenossolitarius and ipesic in https://github.com/nuxt-modules/sitemap/issues/331 (f9ba0)
- Reverse only locales logic - by @Xenossolitarius and ipesic in https://github.com/nuxt-modules/sitemap/issues/346 (cc86a)
- Broken trailing slashes config when using
differentDomains- by @harlan-zw (e8799) - Broken dedupe of loc and alternatives - by @harlan-zw in https://github.com/nuxt-modules/sitemap/issues/352 (2b164)
- module:
- Prevent false positive warning about ignored root keys - by @madebyfabian in https://github.com/nuxt-modules/sitemap/issues/338 (e4543)
- prerendering:
- Prefer runtime site url validation - by @harlan-zw (779d1)
View changes on GitHub
v5.3.5
No significant changes
View changes on GitHub
v5.3.4
No significant changes
View changes on GitHub
v5.3.2
No significant changes
View changes on GitHub
v5.3.1
🐞 Bug Fixes
- Improved i18n
differentDomainssupport - by @harlan-zw (292de)
View changes on GitHub
v5.3.0
🚀 Features
- Video discovery - by @rayblair06 in https://github.com/nuxt-modules/sitemap/issues/301 (630ca)
🐞 Bug Fixes
- Warn about mixing multi and single sitemap config - by @harlan-zw (32b9f)
- Warn when providing non-serializable
urls- by @harlan-zw (8dfad) - Append base URL when pages are not used - by @harlan-zw (c6fa0)
- Prerender sitemap when using
github_pages- by @harlan-zw (c429f) - Alternative
x-defaultshould respectexclude- by @harlan-zw (262eb) - I18n
prefix_and_defaultcanonical path without prefix - by @harlan-zw (c92e9)
View changes on GitHub
v5.2.2
🐞 Bug Fixes
- Ignore invalid values on image discovery - by @rayblair06 in https://github.com/nuxt-modules/sitemap/issues/290 (edd0c)
View changes on GitHub
v5.2.1
No significant changes
View changes on GitHub
v5.2.0
🚀 Features
- Nitro hook
sitemap:index-resolved- by @harlan-zw (19094)
🐞 Bug Fixes
- Forward host header to dynamic source endpoint - by @chenyuncai and Ray Chen in https://github.com/nuxt-modules/sitemap/issues/280 (85456)
- Broken nitro types - by @harlan-zw (01821)
- Remove build-time hook type definitions - by @harlan-zw (ee2b9)
View changes on GitHub
v5.1.5
🐞 Bug Fixes
#sitemaptypes alias - by @harlan-zw (e90aa)- Correctly use
sourcesfetch options - by @harlan-zw (1506d) - Avoid explicit
nitropackimports - by @harlan-zw (21a38) - i18n:
- Don't transform links with protocol - by @harlan-zw (09496)
- Filter out
alternatepaths based oninclude,exclude- by @harlan-zw (f275c)
View changes on GitHub
v5.1.4
No significant changes
View changes on GitHub
v5.1.3
No significant changes
View changes on GitHub
v5.1.2
🐞 Bug Fixes
- Respect query params when using i18nTransform - by @longhuubaotran and long.tran in https://github.com/nuxt-modules/sitemap/issues/245 (9d22f)
View changes on GitHub
v5.1.1
🐞 Bug Fixes
- Expose types with
#sitemapalias - by @harlan-zw (f7b3a) - Support
/apivue pages - by @harlan-zw (9d474)
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for lichterio ready!
| Name | Link |
|---|---|
| Latest commit | 3f98ec11499aa45d431f48eb70319b239f97d575 |
| Latest deploy log | https://app.netlify.com/sites/lichterio/deploys/672a360a243cb400088bab3c |
| Deploy Preview | https://deploy-preview-145--lichterio.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.