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

chore(deps): update dependency @nuxtjs/sitemap to v5 #486

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 3, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.3.5

Compare Source

No significant changes

    View changes on GitHub

v5.3.4

Compare Source

No significant changes

    View changes on GitHub

v5.3.2

Compare Source

No significant changes

    View changes on GitHub

v5.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.2.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.2.1

Compare Source

No significant changes

    View changes on GitHub

v5.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.4

Compare Source

No significant changes

    View changes on GitHub

v5.1.3

Compare Source

No significant changes

    View changes on GitHub

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 - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch 2 times, most recently from 73a42b1 to d89024e Compare March 9, 2024 01:29
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch 2 times, most recently from 9c08e3b to 1464f03 Compare April 9, 2024 03:52
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch from 1464f03 to 8005a65 Compare May 6, 2024 14:40
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch from 8005a65 to a2d12ad Compare May 22, 2024 11:02
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch 2 times, most recently from 50395d9 to 0246ec3 Compare June 27, 2024 08:08
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch from 0246ec3 to 0a0e3a8 Compare July 1, 2024 11:15
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch from 0a0e3a8 to a5852d4 Compare July 15, 2024 11:41
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-5.x branch from a5852d4 to 23f3fe3 Compare July 16, 2024 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants