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 @nuxtjs (major) #259

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/eslint-module ^3.1.0 -> ^4.1.0 age adoption passing confidence
@nuxtjs/sitemap ^2.4.0 -> ^7.0.1 age adoption passing confidence

Release Notes

nuxt-community/eslint-module (@​nuxtjs/eslint-module)

v4.1.0

Compare Source

compare changes

🚀 Enhancements
  • Restart nuxt when eslint config file is changed (#​86)
📖 Documentation
  • Update config to use nuxt 3 config (#​90)
🏡 Chore
❤️ Contributors

v4.0.2

Compare Source

compare changes

🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors

v4.0.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v4.0.0

Compare Source

compare changes

💅 Refactors
  • ⚠️ Add support for nuxt 3/nuxt bridge (#​70)
⚠️ Breaking Changes
  • ⚠️ Add support for nuxt 3/nuxt bridge (#​70)
❤️ Contributors
nuxt-modules/sitemap (@​nuxtjs/sitemap)

v7.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.0.0

Compare Source

Introduction

The v5 major of Nuxt Sitemap is a simple release to remove deprecations and add support for the Nuxt SEO v2 stable.

⚠️ Breaking Features

Site Config v3

Nuxt Site Config is a module used internally by Nuxt Sitemap.

The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.

Changelog

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Mar 10, 2023
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 2e76407 to 8f92f87 Compare March 18, 2023 01:03
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 3 times, most recently from 9636950 to 6c5f715 Compare April 3, 2023 03:57
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 6c5f715 to a2233f1 Compare May 6, 2023 02:17
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from aa92146 to 1339045 Compare May 20, 2023 04:28
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from fd20932 to 96d56f7 Compare June 10, 2023 03:43
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from b0f67f3 to f3978f7 Compare July 7, 2023 22:00
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from f3978f7 to a90ff2c Compare July 15, 2023 01:07
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from a90ff2c to 899d78f Compare July 28, 2023 21:38
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 899d78f to dbe52e0 Compare August 12, 2023 01:47
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from dbe52e0 to a96d6f7 Compare August 25, 2023 22:59
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from a96d6f7 to 681f437 Compare September 10, 2023 02:25
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 681f437 to afb9ea3 Compare October 21, 2023 07:46
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from afb9ea3 to b93a8be Compare November 11, 2023 02:08
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from b93a8be to 69e972d Compare January 6, 2024 05:27
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/eslint-module to v4 chore(deps): update @nuxtjs (major) Jan 6, 2024
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 69e972d to b27c3ff Compare January 6, 2024 13:59
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 4 times, most recently from 4439319 to 71d873f Compare January 18, 2024 04:40
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 3 times, most recently from 400943f to d9c799f Compare February 2, 2024 21:42
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 68d4ac8 to bf6bf53 Compare May 6, 2024 15:41
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 6613890 to c5fe5dd Compare May 25, 2024 00:19
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from c5fe5dd to 12a18d5 Compare June 8, 2024 01:30
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 6c914a7 to ebd67b7 Compare June 27, 2024 04:22
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 4 times, most recently from 06f6987 to 297461d Compare July 16, 2024 17:12
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 297461d to d3f42a3 Compare July 26, 2024 21:31
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from d3f42a3 to c40badb Compare August 2, 2024 21:37
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 0d5da01 to 5997c30 Compare September 3, 2024 13:48
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 2 times, most recently from 91ab202 to 435e8e7 Compare September 21, 2024 04:23
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 435e8e7 to afdfdc4 Compare September 27, 2024 09:09
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from afdfdc4 to 5adcc51 Compare October 5, 2024 01:00
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 3 times, most recently from 174b05c to a0f981a Compare October 16, 2024 09:41
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch 3 times, most recently from 3bb3958 to f8ac325 Compare November 1, 2024 04:53
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from f8ac325 to c077182 Compare November 5, 2024 17:34
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from c077182 to 0a57ea7 Compare November 15, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from 0a57ea7 to f4e35dc Compare November 24, 2024 20:05
@renovate renovate bot changed the title chore(deps): update @nuxtjs (major) fix(deps): update @nuxtjs (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-@nuxtjs branch from f4e35dc to 1c6a312 Compare December 24, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants