[PR #718] [MERGED] chore(deps): bump @nuxtjs/sitemap from 2.0.1 to 2.1.0 #2814

Closed
opened 2026-03-17 00:29:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/718
Author: @dependabot-preview[bot]
Created: 3/28/2020
Status: Merged
Merged: 3/28/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/sitemap-2.1.0


📝 Commits (1)

  • a8dc7c0 chore(deps): bump @nuxtjs/sitemap from 2.0.1 to 2.1.0

📊 Changes

2 files changed (+18 additions, -11 deletions)

View changed files

📝 package-lock.json (+17 -10)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/sitemap from 2.0.1 to 2.1.0.

Changelog

Sourced from @nuxtjs/sitemap's changelog.

2.1.0 (2020-03-27)

Features

  • add router data to each route in the filter function (3f58560), closes #69

Bug Fixes

  • headers of gzipped sitemap (938d7b6)
  • omit router data before sitemap creation (755ec76)
Commits
  • 2ca7fe6 chore(release): 2.1.0
  • e6f7d19 refactor: format with prettier 2.x
  • 69ad9c9 chore: update lint-staged config
  • 7709092 chore: update deps
  • 938d7b6 fix: headers of gzipped sitemap
  • 8d4720f chore(deps-dev): bump codecov from 3.6.1 to 3.6.5
  • 92722e0 chore(deps): update dependency consola to ^2.11.3
  • 782a93d chore(deps): update dependency consola to ^2.11.1
  • c841cbe chore: keep latest version
  • 86b204f chore: update deps
  • Additional commits viewable in compare view

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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/hoppscotch/hoppscotch/pull/718 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/28/2020 **Status:** ✅ Merged **Merged:** 3/28/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/sitemap-2.1.0` --- ### 📝 Commits (1) - [`a8dc7c0`](https://github.com/hoppscotch/hoppscotch/commit/a8dc7c08e68f5a22058c42537978fff6495f4e9a) chore(deps): bump @nuxtjs/sitemap from 2.0.1 to 2.1.0 ### 📊 Changes **2 files changed** (+18 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+17 -10) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module) from 2.0.1 to 2.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sitemap-module/blob/dev/CHANGELOG.md">@nuxtjs/sitemap's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nuxt-community/sitemap-module/compare/v2.0.1...v2.1.0">2.1.0</a> (2020-03-27)</h2> <h3>Features</h3> <ul> <li>add router data to each route in the filter function (<a href="https://github.com/nuxt-community/sitemap-module/commit/3f58560eea2a8cf075d3265dabcf3621e02f76e6">3f58560</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/sitemap-module/issues/69">#69</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>headers of gzipped sitemap (<a href="https://github.com/nuxt-community/sitemap-module/commit/938d7b67cdacee8eb15af6b2d0adaafda08ddaa2">938d7b6</a>)</li> <li>omit router data before sitemap creation (<a href="https://github.com/nuxt-community/sitemap-module/commit/755ec7647099c362fa18e82492cb9a790f83e46e">755ec76</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/2ca7fe6c34830526e6d748d6b9b972ab215718cb"><code>2ca7fe6</code></a> chore(release): 2.1.0</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/e6f7d193915514000534c94a4daf204d674591ec"><code>e6f7d19</code></a> refactor: format with prettier 2.x</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/69ad9c92e85bba0655dcee9bb5c0486d4e5edcba"><code>69ad9c9</code></a> chore: update lint-staged config</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/7709092e26f217428d8544753ad79ba1b0f9ef34"><code>7709092</code></a> chore: update deps</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/938d7b67cdacee8eb15af6b2d0adaafda08ddaa2"><code>938d7b6</code></a> fix: headers of gzipped sitemap</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/8d4720f745498bb302652d286aca01c8c3600efd"><code>8d4720f</code></a> chore(deps-dev): bump codecov from 3.6.1 to 3.6.5</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/92722e03533d4fc40a681cb8e6156c733c372774"><code>92722e0</code></a> chore(deps): update dependency consola to ^2.11.3</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/782a93d2175f162e00b0ac3a4937b93354b8908c"><code>782a93d</code></a> chore(deps): update dependency consola to ^2.11.1</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/c841cbe51c05db49ef98c256e24aa6ae7e0e8761"><code>c841cbe</code></a> chore: keep latest version</li> <li><a href="https://github.com/nuxt-community/sitemap-module/commit/86b204fdbd42643daa9b6cf657c21591d2bb0f36"><code>86b204f</code></a> chore: update deps</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/sitemap-module/compare/v2.0.1...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@nuxtjs/sitemap&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.1.0)](https://dependabot.com/compatibility-score/?dependency-name=@nuxtjs/sitemap&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.1.0) 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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:29:12 +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/hoppscotch#2814
No description provided.