Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

fix(deps): update dependency @nuxtjs/sitemap to v5 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/sitemap ^2.4.0 -> ^5.1.2 age adoption passing confidence

Release Notes

nuxt-modules/sitemap (@​nuxtjs/sitemap)

v5.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.0.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.0

Compare 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/sitemap from nuxt-simple-sitemap and the GitHub repository has been moved to nuxt-modules/sitemap.

  1. Update the dependency
{
  "dependencies": {
-    "nuxt-simple-sitemap": "*"
+    "@​nuxtjs/sitemap": "^5.0.0"
  }
}
  1. Update your nuxt.config.
export default defineNuxtConfig({
  modules: [
-   'nuxt-simple-sitemap'
+  '@​nuxtjs/sitemap'
  ]
})

   🐞 Bug Fixes

Improved Cache Debugging
More Consistent DevTools UI

The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. (bc4ae)

Others
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "on saturday and sunday" in timezone Asia/Kolkata, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jan 6, 2024
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 3bb4ff4 to 22528fd Compare January 6, 2024 12:51
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 4 times, most recently from 50131b7 to 76b09cf Compare January 18, 2024 05:07
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 180a8b1 to 2494581 Compare February 2, 2024 06:55
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from e225ff3 to 7211206 Compare March 4, 2024 16:32
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 7211206 to 450578b Compare March 9, 2024 02:04
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 450578b to 0f461ef Compare March 16, 2024 01:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants