Skip to content
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

fix(deps): update dependency @nuxtjs/sitemap to v6 - autoclosed #35

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

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

Release Notes

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

v6.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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
   🐞 Bug Fixes
    View changes on GitHub

v6.0.1

Compare Source

   🐞 Bug Fixes
    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
   🐞 Bug Fixes
    View changes on GitHub

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

Copy link

changeset-bot bot commented Sep 3, 2024

⚠️ No Changeset found

Latest commit: 59141f6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-6.x branch 2 times, most recently from 1abddeb to e28b23e Compare September 6, 2024 17:11
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-6.x branch from e28b23e to 5e62c20 Compare September 11, 2024 12:58
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-6.x branch from 5e62c20 to ae1fb71 Compare September 19, 2024 07:22
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-6.x branch from ae1fb71 to 21dc267 Compare October 20, 2024 15:23
@renovate renovate bot force-pushed the renovate/nuxtjs-sitemap-6.x branch from 21dc267 to 59141f6 Compare October 25, 2024 02:52
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/sitemap to v6 fix(deps): update dependency @nuxtjs/sitemap to v6 - autoclosed Nov 25, 2024
@renovate renovate bot closed this Nov 25, 2024
@renovate renovate bot deleted the renovate/nuxtjs-sitemap-6.x branch November 25, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants