[PR #1245] [CLOSED] Bump @nuxtjs/pwa from 3.0.2 to 3.1.0 #3166

Closed
opened 2026-03-17 00:48:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1245
Author: @dependabot[bot]
Created: 10/7/2020
Status: Closed

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


📝 Commits (1)

  • 0ce6f8b Bump @nuxtjs/pwa from 3.0.2 to 3.1.0

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 package-lock.json (+11 -11)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/pwa from 3.0.2 to 3.1.0.

Release notes

Sourced from @nuxtjs/pwa's releases.

v3.1.0

Features

  • meta: merge head at runtime (#363) (c0d86ea) (resolves #341)
  • workbox: Support strategyPlugins (#337)

Bug Fixes

  • icon: fork without original process args (#343) (8b1f19f) (resolves #218)
  • manifest: do not use nuxt loading bar color as default theme_color (#344) (a18a79f) (resolves #223)
  • meta: add missing router.base prefix to favicon (#354) (3e910ae)
  • meta: allow setting appleStatusBarStyle without mobileAppIOS (b0f226a) (resolves #338)
  • meta: prevent build failure for ios splash image when no icon is used (#362) (494eed5) (resolves #355 and #334)

Thanks to

Changelog

Sourced from @nuxtjs/pwa's changelog.

3.1.0 (2020-10-06)

Features

Bug Fixes

  • icon: fork without original process args (#343) (8b1f19f)
  • manifest: do not use nuxt loading bar color as default theme_color (#344) (a18a79f)
  • meta: add missing router.base prefix to favicon (#354) (3e910ae)
  • meta: allow setting appleStatusBarStyle without mobileAppIOS (b0f226a), closes #338
  • meta: prevent build failure for ios splash image when no icon is used (#362) (494eed5)
  • workbox: New configuration for specifying plugins when configuring a strategy (#337) (dacf7ec), closes nuxt-community/pwa-module#337
Commits
  • bea24f8 chore(release): 3.1.0
  • b0f226a fix(meta): allow setting appleStatusBarStyle without mobileAppIOS
  • c0d86ea feat(meta): merge head at runtime (#363)
  • a18a79f fix(manifest): do not use nuxt loading bar color as default theme_color (#344)
  • 494eed5 fix(meta): prevent build failure for ios splash image when no icon is used (#...
  • 304a356 docs: explain appleStatusBarStyle values (#360)
  • f942286 docs: add pwa manifest name
  • 3031e3e fix lint error for console
  • 30f8050 types: improve and simplify strategyPlugin types
  • cf101e8 docs: update usage for strategyPlugins
  • 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/1245 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/pwa-3.1.0` --- ### 📝 Commits (1) - [`0ce6f8b`](https://github.com/hoppscotch/hoppscotch/commit/0ce6f8b621cacffafe9b1e89827c55056eb635eb) Bump @nuxtjs/pwa from 3.0.2 to 3.1.0 ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -11) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.2 to 3.1.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.1.0</h2> <h3>Features</h3> <ul> <li><strong>meta:</strong> merge head at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/363">#363</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/c0d86ead374efcfd66282959e65055262e4a27cf">c0d86ea</a>) (resolves <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/341">#341</a>)</li> <li><strong>workbox:</strong> Support <code>strategyPlugins</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/337">#337</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>icon:</strong> fork without original process args (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/343">#343</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/8b1f19f56ddc31a49445334ddc8abe2162b4b760">8b1f19f</a>) (resolves <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/218">#218</a>)</li> <li><strong>manifest:</strong> do not use nuxt loading bar color as default <code>theme_color</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/344">#344</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/a18a79f62a49a3a563621929e30fc8703c3c133a">a18a79f</a>) (resolves <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/223">#223</a>)</li> <li><strong>meta:</strong> add missing <code>router.base</code> prefix to favicon (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/354">#354</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/3e910ae7e87d341c6a6ea018d013105ce1721b5b">3e910ae</a>)</li> <li><strong>meta:</strong> allow setting <code>appleStatusBarStyle</code> without <code>mobileAppIOS</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/b0f226aadeee50b47790ac064852b444e33d9b95">b0f226a</a>) (resolves <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/338">#338</a>)</li> <li><strong>meta:</strong> prevent build failure for ios splash image when no icon is used (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/362">#362</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/494eed5db00e7cf6863fc854e6ccb6b7bb8c0ba4">494eed5</a>) (resolves <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/355">#355</a> and <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/334">#334</a>)</li> </ul> <h3>Thanks to</h3> <ul> <li><a href="https://github.com/Yihao-G">@Yihao-G</a></li> <li><a href="https://github.com/1ed">@1ed</a></li> <li><a href="https://github.com/maybebot">@maybebot</a></li> <li><a href="https://github.com/DraftProducts">@DraftProducts</a></li> </ul> </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.2...v3.1.0">3.1.0</a> (2020-10-06)</h2> <h3>Features</h3> <ul> <li><strong>meta:</strong> merge head at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/363">#363</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/c0d86ead374efcfd66282959e65055262e4a27cf">c0d86ea</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>icon:</strong> fork without original process args (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/343">#343</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/8b1f19f56ddc31a49445334ddc8abe2162b4b760">8b1f19f</a>)</li> <li><strong>manifest:</strong> do not use nuxt loading bar color as default <code>theme_color</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/344">#344</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/a18a79f62a49a3a563621929e30fc8703c3c133a">a18a79f</a>)</li> <li><strong>meta:</strong> add missing <code>router.base</code> prefix to favicon (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/354">#354</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/3e910ae7e87d341c6a6ea018d013105ce1721b5b">3e910ae</a>)</li> <li><strong>meta:</strong> allow setting <code>appleStatusBarStyle</code> without <code>mobileAppIOS</code> (<a href="https://github.com/nuxt-community/pwa-module/commit/b0f226aadeee50b47790ac064852b444e33d9b95">b0f226a</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/338">#338</a></li> <li><strong>meta:</strong> prevent build failure for ios splash image when no icon is used (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/362">#362</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/494eed5db00e7cf6863fc854e6ccb6b7bb8c0ba4">494eed5</a>)</li> <li><strong>workbox:</strong> New configuration for specifying plugins when configuring a strategy (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/337">#337</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/dacf7ec3613a6cb985990eab6c78879b78bdbbbc">dacf7ec</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community//github-redirect.dependabot.com/nuxt-community/pwa-module/pull/337/issues/issuecomment-681870522">nuxt-community/pwa-module#337</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/pwa-module/commit/bea24f85cd2c3b4cd17397bf14d5714a4220b85e"><code>bea24f8</code></a> chore(release): 3.1.0</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/b0f226aadeee50b47790ac064852b444e33d9b95"><code>b0f226a</code></a> fix(meta): allow setting <code>appleStatusBarStyle</code> without <code>mobileAppIOS</code></li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/c0d86ead374efcfd66282959e65055262e4a27cf"><code>c0d86ea</code></a> feat(meta): merge head at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/363">#363</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/a18a79f62a49a3a563621929e30fc8703c3c133a"><code>a18a79f</code></a> fix(manifest): do not use nuxt loading bar color as default <code>theme_color</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/344">#344</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/494eed5db00e7cf6863fc854e6ccb6b7bb8c0ba4"><code>494eed5</code></a> fix(meta): prevent build failure for ios splash image when no icon is used (#...</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/304a35665330f831f82bb608a381e05b63d821ae"><code>304a356</code></a> docs: explain <code>appleStatusBarStyle</code> values (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/360">#360</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/f942286124496b6990e57fd0b2c54a7c6147fead"><code>f942286</code></a> docs: add pwa manifest name</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/3031e3edc6ea9219fa2dce7fe8c7391b7d015622"><code>3031e3e</code></a> fix lint error for console</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/30f80505a4f712a48de112f17b21419033384a45"><code>30f8050</code></a> types: improve and simplify strategyPlugin types</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/cf101e813e4e4afcbd1837134d4206484b5d1091"><code>cf101e8</code></a> docs: update usage for <code>strategyPlugins</code></li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/pwa-module/compare/v3.0.2...v3.1.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.2&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:48:26 +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#3166
No description provided.