[PR #1395] [CLOSED] chore(deps-dev): bump @nuxtjs/pwa from 3.3.2 to 3.3.3 #3285

Closed
opened 2026-03-17 00:54:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1395
Author: @dependabot[bot]
Created: 12/21/2020
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/nuxtjs/pwa-3.3.3


📝 Commits (1)

  • 5d2ffbe chore(deps-dev): bump @nuxtjs/pwa from 3.3.2 to 3.3.3

📊 Changes

2 files changed (+47 additions, -20 deletions)

View changed files

📝 package-lock.json (+46 -19)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/pwa from 3.3.2 to 3.3.3.

Release notes

Sourced from @nuxtjs/pwa's releases.

v3.3.3

Bug Fixes

  • workbox: add additional details for uncaught errors and fix chromium cors (#417) (f20489c)
  • workbox: deepClone options to avoid cross-build mutation (e39027e)

Update Notes

If you was previously using workbox.clientsClaim: false option in nuxt.config to handle uncaught error, you have to revert it because disabling makes caching issues

Changelog

Sourced from @nuxtjs/pwa's changelog.

3.3.3 (2020-12-20)

Bug Fixes

  • workbox: add additional details for uncaught errors and fix chromium CORS (#417) (f20489c)
  • workbox: deepClone options to avoid cross-build mutation (e39027e)
Commits
  • 8a45184 chore(release): 3.3.3
  • e39027e fix(workbox): deepClone options to avoid cross-build mutation
  • f07d7e8 chore: update yarn.lock
  • 3d00a6a chore: use dm in readme
  • c7e0c02 chore(deps): update dependency execa to v5 (#410)
  • cffb3ff chore(deps): update all non-major dependencies (#404)
  • 9ddc582 chore(deps): update actions/setup-node action to v2 (#414)
  • f20489c fix(workbox): add additional details for uncaught errors and fix chromium COR...
  • be2bc76 docs: fixes dev npm syntax (#416)
  • 22a9ba2 chore: remove start_url from fixture
  • 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/1395 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/21/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/pwa-3.3.3` --- ### 📝 Commits (1) - [`5d2ffbe`](https://github.com/hoppscotch/hoppscotch/commit/5d2ffbe7be97fc0f6e63aad7cf58d1294a4de268) chore(deps-dev): bump @nuxtjs/pwa from 3.3.2 to 3.3.3 ### 📊 Changes **2 files changed** (+47 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+46 -19) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.3.2 to 3.3.3. <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.3.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>workbox:</strong> add additional details for uncaught errors and fix chromium cors (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/417">#417</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/f20489c2cc289b9d6f90143078f415d97b3cf4c1">f20489c</a>)</li> <li><strong>workbox:</strong> deepClone options to avoid cross-build mutation (<a href="https://github.com/nuxt-community/pwa-module/commit/e39027ee7159103d755fe67c1c105235f3257739">e39027e</a>)</li> </ul> <h3>Update Notes</h3> <p>If you was previously using <code>workbox.clientsClaim: false</code> option in <code>nuxt.config</code> to handle <code>uncaught error</code>, you have to revert it because disabling makes caching issues</p> </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.3.2...v3.3.3">3.3.3</a> (2020-12-20)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>workbox:</strong> add additional details for uncaught errors and fix chromium CORS (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/417">#417</a>) (<a href="https://github.com/nuxt-community/pwa-module/commit/f20489c2cc289b9d6f90143078f415d97b3cf4c1">f20489c</a>)</li> <li><strong>workbox:</strong> deepClone options to avoid cross-build mutation (<a href="https://github.com/nuxt-community/pwa-module/commit/e39027ee7159103d755fe67c1c105235f3257739">e39027e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/pwa-module/commit/8a45184be15b61a6c94af79a6da006db381cba56"><code>8a45184</code></a> chore(release): 3.3.3</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/e39027ee7159103d755fe67c1c105235f3257739"><code>e39027e</code></a> fix(workbox): deepClone options to avoid cross-build mutation</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/f07d7e8a4c19c18fd09a956708f42b99f72fd8fd"><code>f07d7e8</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/3d00a6aafae95da007af1e4300777eecbf982f2c"><code>3d00a6a</code></a> chore: use dm in readme</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/c7e0c02b80354d9c92faaad4b050081e4c29dc79"><code>c7e0c02</code></a> chore(deps): update dependency execa to v5 (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/410">#410</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/cffb3ff1c618514b8453fc8e0151b1c91c54b988"><code>cffb3ff</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/404">#404</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/9ddc5823876fbf915cbd5ae8467537bf40c9e5fc"><code>9ddc582</code></a> chore(deps): update actions/setup-node action to v2 (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/414">#414</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/f20489c2cc289b9d6f90143078f415d97b3cf4c1"><code>f20489c</code></a> fix(workbox): add additional details for uncaught errors and fix chromium COR...</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/be2bc7654263a31acd54a26a5139417901cb0985"><code>be2bc76</code></a> docs: fixes dev npm syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/416">#416</a>)</li> <li><a href="https://github.com/nuxt-community/pwa-module/commit/22a9ba24cb96d0f020a0f5c58bd0e75eff523304"><code>22a9ba2</code></a> chore: remove start_url from fixture</li> <li>See full diff in <a href="https://github.com/nuxt-community/pwa-module/compare/v3.3.2...v3.3.3">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.3.2&new-version=3.3.3)](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 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:54:40 +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#3285
No description provided.