[PR #404] [CLOSED] fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 5.1.2 in /web #424

Closed
opened 2026-03-03 16:38:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/404
Author: @dependabot[bot]
Created: 4/1/2024
Status: Closed

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


📝 Commits (1)

  • 9e625e8 fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 5.1.2 in /web

📊 Changes

2 files changed (+6018 additions, -9594 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+6017 -9593)

📄 Description

Bumps @nuxtjs/sitemap from 2.4.0 to 5.1.2.

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v5.1.2

   🐞 Bug Fixes

    View changes on GitHub

v5.1.1

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.5

   🐞 Bug Fixes

    View changes on GitHub

v5.0.4

   🐞 Bug Fixes

    View changes on GitHub

v5.0.3

   🐞 Bug Fixes

    View changes on GitHub

v5.0.2

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

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


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/404 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxtjs/sitemap-5.1.2` --- ### 📝 Commits (1) - [`9e625e8`](https://github.com/NdoleStudio/httpsms/commit/9e625e8667eb8ecbe2a0935a448005e5c3e6ab51) fix(deps): bump @nuxtjs/sitemap from 2.4.0 to 5.1.2 in /web ### 📊 Changes **2 files changed** (+6018 additions, -9594 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+6017 -9593) </details> ### 📄 Description Bumps [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) from 2.4.0 to 5.1.2. <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>v5.1.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Respect query params when using i18nTransform  -  by <a href="https://github.com/longhuubaotran"><code>@​longhuubaotran</code></a> and <strong>long.tran</strong> in <a href="https://redirect.github.com/nuxt-modules/sitemap/issues/245">nuxt-modules/sitemap#245</a> <a href="https://github.com/nuxt-modules/sitemap/commit/9d22f57"><!-- raw HTML omitted -->(9d22f)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.1.1...v5.1.2">View changes on GitHub</a></h5> <h2>v5.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Expose types with <code>#sitemap</code> alias  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/f7b3a05"><!-- raw HTML omitted -->(f7b3a)<!-- raw HTML omitted --></a></li> <li>Support <code>/api</code> vue pages  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/9d4746e"><!-- raw HTML omitted -->(9d474)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.1.0...v5.1.1">View changes on GitHub</a></h5> <h2>v5.1.0</h2> <h3>   🚀 Features</h3> <ul> <li><code>appendSitemaps</code> config for improved type safety  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/609caf1"><!-- raw HTML omitted -->(609ca)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>MultiSitemapsInput typo  -  by <a href="https://github.com/reslear"><code>@​reslear</code></a> in <a href="https://redirect.github.com/nuxt-modules/sitemap/issues/217">nuxt-modules/sitemap#217</a> <a href="https://github.com/nuxt-modules/sitemap/commit/9b52cd9"><!-- raw HTML omitted -->(9b52c)<!-- raw HTML omitted --></a></li> <li><strong>nuxt/content</strong>: Support mdx files  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/fe3acbc"><!-- raw HTML omitted -->(fe3ac)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.0.5...v5.1.0">View changes on GitHub</a></h5> <h2>v5.0.5</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Merge <code>sitemaps.index</code> with i18n sitemap  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/a1dc4bc"><!-- raw HTML omitted -->(a1dc4)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.0.4...v5.0.5">View changes on GitHub</a></h5> <h2>v5.0.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Support user source fetch shorthand  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/52104bc"><!-- raw HTML omitted -->(52104)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.0.3...v5.0.4">View changes on GitHub</a></h5> <h2>v5.0.3</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Always reformat <code>lastmod</code> for google  -  by <a href="https://github.com/harlan-zw"><code>@​harlan-zw</code></a> <a href="https://github.com/nuxt-modules/sitemap/commit/397d553"><!-- raw HTML omitted -->(397d5)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/nuxt-modules/sitemap/compare/v5.0.2...v5.0.3">View changes on GitHub</a></h5> <h2>v5.0.2</h2> <h3>   🐞 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/sitemap/commit/3a03d30d709096d72d562f137fda0dee3a92c862"><code>3a03d30</code></a> chore: release v5.1.2</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/8fbd86d300d3d548c42a833c590f229c7d3da259"><code>8fbd86d</code></a> chore: bump deps</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/9d22f57183a11e2a0cbe1771aa2f52a5eda818c0"><code>9d22f57</code></a> fix: respect query params when using i18nTransform (<a href="https://redirect.github.com/nuxt-modules/sitemap/issues/245">#245</a>)</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/d973bc737c2d99a4ab49bb46087d903dc465005b"><code>d973bc7</code></a> chore: release v5.1.1</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/6c4f00bee6da376bfb4fe020cece1aa2230521d9"><code>6c4f00b</code></a> chore: maybe fix tests</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/2f1ebb127739e6f39a65e7f6016146e5cd452e53"><code>2f1ebb1</code></a> chore: maybe fix tests</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/6eed28fc755ed0b933fb58dc265c6bb27c902387"><code>6eed28f</code></a> chore: fix build</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/21fe94367ff16e096dee68e666e7b2bc43dd33e0"><code>21fe943</code></a> chore: safer content type checks</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/9d4746e83fa7f5b2e4c0ae9868bb7a86523c8ead"><code>9d4746e</code></a> fix: support <code>/api</code> vue pages</li> <li><a href="https://github.com/nuxt-modules/sitemap/commit/7672a0c01249078782750b0c0b84890f6a37fcc2"><code>7672a0c</code></a> chore: bump deps</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-modules/sitemap/compare/v2.4.0...v5.1.2">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 /> [![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=5.1.2)](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:38:19 +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#424
No description provided.