[PR #566] [MERGED] fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 7.0.0 in /web #575

Closed
opened 2026-03-03 16:39:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/566
Author: @dependabot[bot]
Created: 12/1/2024
Status: Merged
Merged: 12/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/nuxtjs/sitemap-7.0.0


📝 Commits (1)

  • e5a70da fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 7.0.0 in /web

📊 Changes

2 files changed (+694 additions, -143 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+693 -142)

📄 Description

Bumps @nuxtjs/sitemap from 2.4.0 to 7.0.0.

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v7.0.0

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

   🐞 Bug Fixes

    View changes on GitHub

v6.1.4

   🐞 Bug Fixes

    View changes on GitHub

v6.1.3

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 32ca5bb chore: release v7.0.0
  • 8f82837 doc: v7
  • d23fbaa Merge branch 'main' of github.com:nuxt-modules/sitemap
  • eb8c8c2 fix!: remove deprecations (#386)
  • def754e doc: sitemap prefix customizing
  • 987729e chore: remove redirects for legacy sitemap paths
  • 334a4f7 fix: support root sitemaps path prefix
  • 4965d32 chore: fix build
  • 6c610b8 fix!: upgrade to nuxt-site-config v3
  • e511c19 refactor: nuxt v4 app dir
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by harlan_zw, a new releaser for @​nuxtjs/sitemap since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@nuxtjs/sitemap [>= 5.a, < 6]
@nuxtjs/sitemap [>= 6.a, < 7]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/566 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxtjs/sitemap-7.0.0` --- ### 📝 Commits (1) - [`e5a70da`](https://github.com/NdoleStudio/httpsms/commit/e5a70da99100d53a4e85ecaa90391165064d7ee2) fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 7.0.0 in /web ### 📊 Changes **2 files changed** (+694 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+693 -142) </details> ### 📄 Description Bumps [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) from 2.4.0 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-modules/sitemap/releases"><code>@​nuxtjs/sitemap</code>'s releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>Introduction</h2> <p>The v5 major of Nuxt Sitemap is a simple release to remove deprecations and add support for the <a href="https://nuxtseo.com/announcement">Nuxt SEO v2 stable</a>.</p> <h2>:warning: Breaking Features</h2> <h3>Site Config v3</h3> <p>Nuxt Site Config is a module used internally by Nuxt Sitemap.</p> <p>The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check the <a href="https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.0.0">breaking changes</a>.</p> <h2>Changelog</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Upgrade to nuxt-site-config v3  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/6c610b8"><!-- raw HTML omitted -->(6c610)<!-- raw HTML omitted --></a></li> <li>Remove deprecations  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> in <a href="https://redirect.github.com/nuxt-modules/sitemap/issues/386">nuxt-modules/sitemap#386</a> <a href="https://github.com/nuxt-modules/sitemap/commit/eb8c8c2"><!-- raw HTML omitted -->(eb8c8)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Support root sitemaps path prefix  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/334a4f7"><!-- raw HTML omitted -->(334a4)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v6.1.5...v7.0.0">View changes on GitHub</a></h5> <h2>v6.1.5</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Safe fallback when <code>getNuxtModuleVersion</code> fails  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/3625c11"><!-- raw HTML omitted -->(3625c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v6.1.4...v6.1.5">View changes on GitHub</a></h5> <h2>v6.1.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Rework alias paths  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/86bf3d5"><!-- raw HTML omitted -->(86bf3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v6.1.3...v6.1.4">View changes on GitHub</a></h5> <h2>v6.1.3</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Exclude prerendered redirects from sitemap  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/37277ed"><!-- raw HTML omitted -->(37277)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v6.1.2...v6.1.3">View changes on GitHub</a></h5> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/sitemap/commit/32ca5bbfd077d2bbeea8b44056a2090313900993"><code>32ca5bb</code></a> chore: release v7.0.0</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/8f82837973f81f7de639aedf8a3e266503cf09df"><code>8f82837</code></a> doc: v7</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/d23fbaa1ad5067412294f52b79490817ba5c41be"><code>d23fbaa</code></a> Merge branch 'main' of github.com:nuxt-modules/sitemap</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/eb8c8c2830d48f1387e552e4de7fe9e4b78ad2e1"><code>eb8c8c2</code></a> fix!: remove deprecations (<a href="https://redirect.github.com/nuxt-modules/sitemap/issues/386">#386</a>)</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/def754e3fd3ab2ca42aa1593265e63f852b70dbd"><code>def754e</code></a> doc: sitemap prefix customizing</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/987729ef37c75ae52ae5ec25d4b9502d1c1ed642"><code>987729e</code></a> chore: remove redirects for legacy sitemap paths</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/334a4f7890259cfd126d10af607cba0f0599a124"><code>334a4f7</code></a> fix: support root sitemaps path prefix</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/4965d32f90781491fe43f465a500fc1bf0f25acc"><code>4965d32</code></a> chore: fix build</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/6c610b84c385abed58243108b2b07299dcb845d0"><code>6c610b8</code></a> fix!: upgrade to nuxt-site-config v3</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/e511c197c04f7da2dcfd7e9d8024bc058d01eb8e"><code>e511c19</code></a> refactor: nuxt v4 app dir</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-modules/sitemap/compare/v2.4.0...v7.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~harlan_zw">harlan_zw</a>, a new releaser for <code>@​nuxtjs/sitemap</code> since your current version.</p> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @nuxtjs/sitemap | [>= 5.a, < 6] | | @nuxtjs/sitemap | [>= 6.a, < 7] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/sitemap&package-manager=npm_and_yarn&previous-version=2.4.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#575
No description provided.