[PR #1250] [MERGED] Bump @nuxtjs/pwa from 3.1.0 to 3.1.2 #3171

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1250
Author: @dependabot[bot]
Created: 10/8/2020
Status: Merged
Merged: 10/8/2020
Merged by: @liyasthomas

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


📝 Commits (1)

  • bea8c89 Bump @nuxtjs/pwa from 3.1.0 to 3.1.2

📊 Changes

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

View changed files

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

📄 Description

Bumps @nuxtjs/pwa from 3.1.0 to 3.1.2.

Release notes

Sourced from @nuxtjs/pwa's releases.

v3.1.2

Bug Fixes

  • meta: avoid unnecessary log for meta.json (de8e039)
  • meta: fix issues regarding favicon.ico fallback (7a1e773)

v3.1.1

Bug Fixes

  • meta: load meta when ssr is disable and using nuxt dev (fixes #219) (b6a5ead)
  • workbox: handle offlinePage options (fixes #365) (2b9856e)
Changelog

Sourced from @nuxtjs/pwa's changelog.

3.1.2 (2020-10-07)

Bug Fixes

  • meta: avoid unnecessary log for meta.json (de8e039)
  • meta: fix issues regarding favicon.ico fallback (7a1e773)

3.1.1 (2020-10-07)

Bug Fixes

  • meta: load meta when ssr is disable and using nuxt dev (fixes #219) (b6a5ead)
  • workbox: handle offlinePage options (fixes #365) (2b9856e)
Commits
  • 23d09af chore(release): 3.1.2
  • de8e039 fix(meta): avoid unnecessary log for meta.json
  • 7a1e773 fix(meta): fix issues regarding favicon.ico fallback
  • e4a052a chore(release): 3.1.1
  • 2b9856e fix(workbox): handle offlinePage options (fixes #365)
  • 8d74330 chore: update yarn.lock
  • b6a5ead fix(meta): load meta when ssr is disable and using nuxt dev (fixes #219)
  • See full diff 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/1250 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/8/2020 **Status:** ✅ Merged **Merged:** 10/8/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/pwa-3.1.2` --- ### 📝 Commits (1) - [`bea8c89`](https://github.com/hoppscotch/hoppscotch/commit/bea8c89d9f284ba3f6fe937a88ffa1b803e58bc6) Bump @nuxtjs/pwa from 3.1.0 to 3.1.2 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.1.0 to 3.1.2. <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.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>meta:</strong> avoid unnecessary log for meta.json (<a href="https://github.com/nuxt-community/pwa-module/commit/de8e039740a5618b59312682ecdea4f023d88414">de8e039</a>)</li> <li><strong>meta:</strong> fix issues regarding favicon.ico fallback (<a href="https://github.com/nuxt-community/pwa-module/commit/7a1e77384eb88f0886180bc784efa242ae59e5ad">7a1e773</a>)</li> </ul> <h2>v3.1.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>meta:</strong> load meta when <code>ssr</code> is disable and using <code>nuxt dev</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/219">#219</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/b6a5ead17cdb8f2edff9d12c326ae59d8ac372be">b6a5ead</a>)</li> <li><strong>workbox:</strong> handle <code>offlinePage</code> options (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/365">#365</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/2b9856e9c226c5f286acb5116cb381e2fc550248">2b9856e</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> <h3><a href="https://github.com/nuxt-community/pwa-module/compare/v3.1.1...v3.1.2">3.1.2</a> (2020-10-07)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>meta:</strong> avoid unnecessary log for meta.json (<a href="https://github.com/nuxt-community/pwa-module/commit/de8e039740a5618b59312682ecdea4f023d88414">de8e039</a>)</li> <li><strong>meta:</strong> fix issues regarding favicon.ico fallback (<a href="https://github.com/nuxt-community/pwa-module/commit/7a1e77384eb88f0886180bc784efa242ae59e5ad">7a1e773</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/pwa-module/compare/v3.1.0...v3.1.1">3.1.1</a> (2020-10-07)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>meta:</strong> load meta when <code>ssr</code> is disable and using <code>nuxt dev</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/219">#219</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/b6a5ead17cdb8f2edff9d12c326ae59d8ac372be">b6a5ead</a>)</li> <li><strong>workbox:</strong> handle <code>offlinePage</code> options (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/365">#365</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/2b9856e9c226c5f286acb5116cb381e2fc550248">2b9856e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/pwa-module/commit/23d09af2e182538acb8d89f38e4f86a4b6ad09b5"><code>23d09af</code></a> chore(release): 3.1.2</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/de8e039740a5618b59312682ecdea4f023d88414"><code>de8e039</code></a> fix(meta): avoid unnecessary log for meta.json</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/7a1e77384eb88f0886180bc784efa242ae59e5ad"><code>7a1e773</code></a> fix(meta): fix issues regarding favicon.ico fallback</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/e4a052a4a901af62f1a2c4da04c62f8b77a9af58"><code>e4a052a</code></a> chore(release): 3.1.1</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/2b9856e9c226c5f286acb5116cb381e2fc550248"><code>2b9856e</code></a> fix(workbox): handle <code>offlinePage</code> options (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/365">#365</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/8d7433013ff565dbd0749b8b1cd69a1bf17cdb39"><code>8d74330</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/b6a5ead17cdb8f2edff9d12c326ae59d8ac372be"><code>b6a5ead</code></a> fix(meta): load meta when <code>ssr</code> is disable and using <code>nuxt dev</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/219">#219</a>)</li> <li>See full diff in <a href="https://github.com/nuxt-community/pwa-module/compare/v3.1.0...v3.1.2">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.1.0&new-version=3.1.2)](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:43 +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#3171
No description provided.