[PR #1083] [CLOSED] Bump @nuxtjs/pwa from 3.0.0-beta.20 to 3.0.0 #3047

Closed
opened 2026-03-17 00:41:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1083
Author: @dependabot[bot]
Created: 8/17/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/pwa-3.0.0


📝 Commits (1)

  • 9aba6e0 Bump @nuxtjs/pwa from 3.0.0-beta.20 to 3.0.0

📊 Changes

2 files changed (+112 additions, -69 deletions)

View changed files

📝 package-lock.json (+111 -68)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/pwa from 3.0.0-beta.20 to 3.0.0.

Release notes

Sourced from @nuxtjs/pwa's releases.

v3.0.0

What's new?

  • Using workbox 5
  • Support purpose option and defaulting to any maskable
  • Brand new docs powered by nuxt/content

🚀 Features

  • Update to workbox 5.x
  • Add types (#323) (8723d07)
  • icon: Support for icon purpose (#246) (9248174)
  • icon: Default purpose to any maskable (30f0f63)
  • icon: Expose options.cacheDir (f8dbf1d)
  • icon: Use favicon.ico when available with warning (#258) (7a48d2a)
  • icon: Rename accessibleIcons to iconPlugin (3e175f9)
  • icon Rename iconSrc, iconFileName, iconPlugin and iconProperty to source, fileName, plugin and pluginName
  • icon: Support for iOS splash screens (#308) (f4eeda7)
  • module: Allow disabling sub-modules with top-level options (65800f9)
  • workbox: Support enabled option and self destroying sw (c64226c)
  • Support manifest.fileName with template (f05353b), closes #193
  • Use integraty file to invalidate icon cache (6661a09)
  • manifest: Add useWebmanifestExtension option and improve docs (#241) (4484e6c)

📝 Docs

  • Fix a typo on icon (#235)
  • Add tip for pwa.manifest.display: 'browser' (#249)
  • Fix typo in icon.md (#253)
  • Use CacheFirst instead of cacheFirst (#251)
  • Fix wrong position of a description (#270)
  • Add an example for refresh to update implementation (#271)
  • Document workbox.swDest (#285)
  • Add title to external links (#288)
  • Migrate to nuxt content (#313)

🐛 Bug Fixes

  • icon: Clean cacheDir when generating icons (1e6eb19)

⚠ BREAKING CHANGES

  • Requeires Node 10.x
  • Updated to workbox 5.x (optional: migration guide)
  • Icon options renamed: iconSrc, iconFileName, iconPlugin, iconProperty, accessibleIcons (see docs)
  • Icon purpose is now any maskable by default which means you have to consider minimum safe-zone (read more)

💖 Contributors

Changelog

Sourced from @nuxtjs/pwa's changelog.

3.0.0 (2020-08-16)

What's new?

  • Using workbox 5
  • Support purpose option and defaulting to any maskable
  • Brand new docs powered by nuxt/content

🚀 Features

  • Update to workbox 5.x
  • Add types (#323) (8723d07)
  • icon: Support for icon purpose (#246) (9248174)
  • icon: Default purpose to any maskable (30f0f63)
  • icon: Expose options.cacheDir (f8dbf1d)
  • icon: Use favicon.ico when available with warning (#258) (7a48d2a)
  • icon: Rename accessibleIcons to iconPlugin (3e175f9)
  • icon Rename iconSrc, iconFileName, iconPlugin and iconProperty to source, fileName, plugin and pluginName
  • icon: Support for iOS splash screens (#308) (f4eeda7)
  • module: Allow disabling sub-modules with top-level options (65800f9)
  • workbox: Support enabled option and self destroying sw (c64226c)
  • Support manifest.fileName with template (f05353b), closes #193
  • Use integraty file to invalidate icon cache (6661a09)
  • manifest: Add useWebmanifestExtension option and improve docs (#241) (4484e6c)

📝 Docs

  • Fix a typo on icon (#235)
  • Add tip for pwa.manifest.display: 'browser' (#249)
  • Fix typo in icon.md (#253)
  • Use CacheFirst instead of cacheFirst (#251)
  • Fix wrong position of a description (#270)
  • Add an example for refresh to update implementation (#271)
  • Document workbox.swDest (#285)
  • Add title to external links (#288)
  • Migrate to nuxt content (#313)

🐛 Bug Fixes

  • icon: Clean cacheDir when generating icons (1e6eb19)

⚠ BREAKING CHANGES

  • Requeires Node 10.x
  • Updated to workbox 5.x (optional: migration guide)
  • Icon options renamed: iconSrc, iconFileName, iconPlugin, iconProperty, accessibleIcons (see docs)
  • Icon purpose is now any maskable by default which means you have to consider minimum safe-zone (read more)
Commits
  • 1af7c0d chore(release): 3.0.0
  • b05d61c chore(deps): update devdependency @nuxt/types to ^2.14.2 (#325)
  • 8723d07 feat: add types (#323)
  • 8419e48 chore(deps): update dependency nuxt to ^2.14.2 (#324)
  • 65800f9 feat(module): allow disabling with top-level options
  • f8dbf1d feat(icon): expose options.cacheDir
  • 014a525 chore: remove extra iosSplash property
  • faba975 refactor(icon): rename iconSrc, iconFileName, iconPlugin and iconProperty to ...
  • ab20e61 test: don't override purpose
  • 44c5cd3 fix(workbox): unregister only to avoid loop
  • 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)

🔄 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/1083 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/17/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/pwa-3.0.0` --- ### 📝 Commits (1) - [`9aba6e0`](https://github.com/hoppscotch/hoppscotch/commit/9aba6e08a11fbbdc6490627459fc3f72e4606ebb) Bump @nuxtjs/pwa from 3.0.0-beta.20 to 3.0.0 ### 📊 Changes **2 files changed** (+112 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+111 -68) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.0-beta.20 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/pwa-module/releases">@nuxtjs/pwa's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h3>⭐ What's new?</h3> <ul> <li>Using workbox 5</li> <li>Support <code>purpose</code> option and defaulting to <code>any maskable</code></li> <li>Brand new docs powered by <a href="https://github.com/nuxt/content">nuxt/content</a></li> </ul> <h3>🚀 Features</h3> <ul> <li>Update to workbox <code>5.x</code></li> <li>Add types (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/323">#323</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/8723d076cb87ff9e583ba755f72f4d62360d6eb1">8723d07</a>)</li> <li><strong>icon:</strong> Support for icon purpose (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/246">#246</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/9248174fe8bac352318c8fe292012156ccfd56ad">9248174</a>)</li> <li><strong>icon:</strong> Default purpose to <code>any maskable</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/30f0f63bcd1601cc6aa5595a851de965dde9af88">30f0f63</a>)</li> <li><strong>icon:</strong> Expose <code>options.cacheDir</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/f8dbf1dac99519648a53dc22ab4019af25a677aa">f8dbf1d</a>)</li> <li><strong>icon:</strong> Use <code>favicon.ico</code> when available with warning (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/258">#258</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/7a48d2a60b1f2ccaa1287789adb846806afd5224">7a48d2a</a>)</li> <li><strong>icon:</strong> Rename <code>accessibleIcons</code> to <code>iconPlugin</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/3e175f93c046028b6f3f9479085ec98d014b460b">3e175f9</a>)</li> <li><strong>icon</strong> Rename <code>iconSrc</code>, <code>iconFileName</code>, <code>iconPlugin</code> and <code>iconProperty</code> to <code>source</code>, <code>fileName</code>, <code>plugin</code> and <code>pluginName</code></li> <li><strong>icon:</strong> Support for iOS splash screens (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/308">#308</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/f4eeda7ce05cdd7dda4e4c4ab81e986f6c94a951">f4eeda7</a>)</li> <li><strong>module:</strong> Allow disabling sub-modules with top-level options (<a href="https://github.com/nuxt-community/pwa-module/commit/65800f91a671e61d59a9faf885c2ff7ecc9d9ca0">65800f9</a>)</li> <li><strong>workbox:</strong> Support <code>enabled</code> option and self destroying sw (<a href="https://github.com/nuxt-community/pwa-module/commit/c64226cea36c1b0b9f0efe7640439e6bb134ddce">c64226c</a>)</li> <li>Support <code>manifest.fileName</code> with template (<a href="https://github.com/nuxt-community/pwa-module/commit/f05353b7ccfef88f5f95f0fa7b0109c2ece4236b">f05353b</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/193">#193</a></li> <li>Use integraty file to invalidate icon cache (<a href="https://github.com/nuxt-community/pwa-module/commit/6661a09f86bbc169a99effac3d9cb1620f530b3d">6661a09</a>)</li> <li><strong>manifest:</strong> Add <code>useWebmanifestExtension</code> option and improve docs (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/241">#241</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/4484e6c697c5534103969894252f1d356d4016ee">4484e6c</a>)</li> </ul> <h3>📝 Docs</h3> <ul> <li>Fix a typo on icon (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/235">#235</a>)</li> <li>Add tip for <code>pwa.manifest.display: 'browser'</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/249">#249</a>)</li> <li>Fix typo in <code>icon.md</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/253">#253</a>)</li> <li>Use <code>CacheFirst</code> instead of <code>cacheFirst</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/251">#251</a>)</li> <li>Fix wrong position of a description (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/270">#270</a>)</li> <li>Add an example for refresh to update implementation (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/271">#271</a>)</li> <li>Document <code>workbox.swDest</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/285">#285</a>)</li> <li>Add title to external links (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/288">#288</a>)</li> <li>Migrate to nuxt content (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/313">#313</a>)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li><strong>icon:</strong> Clean <code>cacheDir</code> when generating icons (<a href="https://github.com/nuxt-community/pwa-module/commit/1e6eb19851bbb6bcb51106cea5611475edec75cc">1e6eb19</a>)</li> </ul> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Requeires Node 10.x</li> <li>Updated to workbox 5.x (optional: <a href="https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-v4">migration guide</a>)</li> <li>Icon options renamed: <code>iconSrc</code>, <code>iconFileName</code>, <code>iconPlugin</code>, <code>iconProperty</code>, <code>accessibleIcons</code> (see docs)</li> <li>Icon purpose is now <code>any maskable</code> by default which means you have to consider minimum safe-zone (<a href="https://web.dev/maskable-icon">read more</a>)</li> </ul> <h3>💖 Contributors</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/pwa-module/blob/master/CHANGELOG.md">@nuxtjs/pwa's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.20...v3.0.0">3.0.0</a> (2020-08-16)</h2> <h3>⭐ What's new?</h3> <ul> <li>Using workbox 5</li> <li>Support <code>purpose</code> option and defaulting to <code>any maskable</code></li> <li>Brand new docs powered by <a href="https://github.com/nuxt/content">nuxt/content</a></li> </ul> <h3>🚀 Features</h3> <ul> <li>Update to workbox <code>5.x</code></li> <li>Add types (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/323">#323</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/8723d076cb87ff9e583ba755f72f4d62360d6eb1">8723d07</a>)</li> <li><strong>icon:</strong> Support for icon purpose (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/246">#246</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/9248174fe8bac352318c8fe292012156ccfd56ad">9248174</a>)</li> <li><strong>icon:</strong> Default purpose to <code>any maskable</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/30f0f63bcd1601cc6aa5595a851de965dde9af88">30f0f63</a>)</li> <li><strong>icon:</strong> Expose <code>options.cacheDir</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/f8dbf1dac99519648a53dc22ab4019af25a677aa">f8dbf1d</a>)</li> <li><strong>icon:</strong> Use <code>favicon.ico</code> when available with warning (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/258">#258</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/7a48d2a60b1f2ccaa1287789adb846806afd5224">7a48d2a</a>)</li> <li><strong>icon:</strong> Rename <code>accessibleIcons</code> to <code>iconPlugin</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/3e175f93c046028b6f3f9479085ec98d014b460b">3e175f9</a>)</li> <li><strong>icon</strong> Rename <code>iconSrc</code>, <code>iconFileName</code>, <code>iconPlugin</code> and <code>iconProperty</code> to <code>source</code>, <code>fileName</code>, <code>plugin</code> and <code>pluginName</code></li> <li><strong>icon:</strong> Support for iOS splash screens (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/308">#308</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/f4eeda7ce05cdd7dda4e4c4ab81e986f6c94a951">f4eeda7</a>)</li> <li><strong>module:</strong> Allow disabling sub-modules with top-level options (<a href="https://github.com/nuxt-community/pwa-module/commit/65800f91a671e61d59a9faf885c2ff7ecc9d9ca0">65800f9</a>)</li> <li><strong>workbox:</strong> Support <code>enabled</code> option and self destroying sw (<a href="https://github.com/nuxt-community/pwa-module/commit/c64226cea36c1b0b9f0efe7640439e6bb134ddce">c64226c</a>)</li> <li>Support <code>manifest.fileName</code> with template (<a href="https://github.com/nuxt-community/pwa-module/commit/f05353b7ccfef88f5f95f0fa7b0109c2ece4236b">f05353b</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/193">#193</a></li> <li>Use integraty file to invalidate icon cache (<a href="https://github.com/nuxt-community/pwa-module/commit/6661a09f86bbc169a99effac3d9cb1620f530b3d">6661a09</a>)</li> <li><strong>manifest:</strong> Add <code>useWebmanifestExtension</code> option and improve docs (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/241">#241</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/4484e6c697c5534103969894252f1d356d4016ee">4484e6c</a>)</li> </ul> <h3>📝 Docs</h3> <ul> <li>Fix a typo on icon (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/235">#235</a>)</li> <li>Add tip for <code>pwa.manifest.display: 'browser'</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/249">#249</a>)</li> <li>Fix typo in <code>icon.md</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/253">#253</a>)</li> <li>Use <code>CacheFirst</code> instead of <code>cacheFirst</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/251">#251</a>)</li> <li>Fix wrong position of a description (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/270">#270</a>)</li> <li>Add an example for refresh to update implementation (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/271">#271</a>)</li> <li>Document <code>workbox.swDest</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/285">#285</a>)</li> <li>Add title to external links (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/288">#288</a>)</li> <li>Migrate to nuxt content (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/313">#313</a>)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li><strong>icon:</strong> Clean <code>cacheDir</code> when generating icons (<a href="https://github.com/nuxt-community/pwa-module/commit/1e6eb19851bbb6bcb51106cea5611475edec75cc">1e6eb19</a>)</li> </ul> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Requeires Node 10.x</li> <li>Updated to workbox 5.x (optional: <a href="https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-v4">migration guide</a>)</li> <li>Icon options renamed: <code>iconSrc</code>, <code>iconFileName</code>, <code>iconPlugin</code>, <code>iconProperty</code>, <code>accessibleIcons</code> (see docs)</li> <li>Icon purpose is now <code>any maskable</code> by default which means you have to consider minimum safe-zone (<a href="https://web.dev/maskable-icon">read more</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/pwa-module/commit/1af7c0d6672684ae178d98212e66e4fc230ad4c9"><code>1af7c0d</code></a> chore(release): 3.0.0</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/b05d61c72bbf79a7904078205ec35e304a4cd4f4"><code>b05d61c</code></a> chore(deps): update devdependency @nuxt/types to ^2.14.2 (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/325">#325</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/8723d076cb87ff9e583ba755f72f4d62360d6eb1"><code>8723d07</code></a> feat: add types (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/323">#323</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/8419e485f1275cf199ad44d0896c6bb6127811d8"><code>8419e48</code></a> chore(deps): update dependency nuxt to ^2.14.2 (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/324">#324</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/65800f91a671e61d59a9faf885c2ff7ecc9d9ca0"><code>65800f9</code></a> feat(module): allow disabling with top-level options</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/f8dbf1dac99519648a53dc22ab4019af25a677aa"><code>f8dbf1d</code></a> feat(icon): expose options.cacheDir</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/014a525686adecce1a5697e2c217e87ac8aaf331"><code>014a525</code></a> chore: remove extra iosSplash property</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/faba975dc6b0ff9452a7ee263ebd9e36b2c1bf96"><code>faba975</code></a> refactor(icon): rename iconSrc, iconFileName, iconPlugin and iconProperty to ...</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/ab20e6101819365b32031c5669b184c37a318651"><code>ab20e61</code></a> test: don't override purpose</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/44c5cd3aa86f12929aeb03d37cfa20df5171f855"><code>44c5cd3</code></a> fix(workbox): unregister only to avoid loop</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.20...v3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/pwa&package-manager=npm_and_yarn&previous-version=3.0.0-beta.20&new-version=3.0.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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) </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:41:56 +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#3047
No description provided.