[PR #143] [MERGED] ⬆️ Bump @nuxtjs/pwa from 3.0.0-beta.16 to 3.0.0-beta.19 #2436

Closed
opened 2026-03-17 00:08:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/143
Author: @dependabot-preview[bot]
Created: 9/11/2019
Status: Merged
Merged: 9/25/2019
Merged by: @NBTX

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/pwa-3.0.0-beta.19


📝 Commits (1)

  • 4c3a6c0 ⬆️ Bump @nuxtjs/pwa from 3.0.0-beta.16 to 3.0.0-beta.19

📊 Changes

2 files changed (+40 additions, -567 deletions)

View changed files

📝 package-lock.json (+39 -566)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/pwa from 3.0.0-beta.16 to 3.0.0-beta.19.

Release notes

Sourced from @nuxtjs/pwa's releases.

v3.0.0-beta.19

Bug Fixes

  • expose modified pwa context to the config (c325e44)
  • truncate manifest hash (5c74621)

v3.0.0-beta.18

Bug Fixes

  • Fix option handling regressions of beta.17 (#231) (3c19baebc0a1dba5e8b7ef20c7230e81ce6a8e95, 38485af547401c2336be97082bac1dd8d514744c)

v3.0.0-beta.17

Summary

This release contains LOTS of internal improvements!

  • Starting with this release, PWA module is a single package (no longer depending on @nuxtjs/meta, ...)
  • Package install size reduced from 17.1MB to 1.42MB thanks to https://github.com/nuxt-community/jimp-compact
  • Now you can provide all module related options under pwa key in nuxt.config.js: (except one signal module) and older option may be deprecated in future versions.
export default {
  modules: [
    '@nuxtjs/pwa'
  ],
  pwa: {
    icon: {},
    manifest: {},
    meta: {},
    workbox: {},
  }
}

Bug Fixes

  • icon: handle situation where the iconSrc is null or undefined (#187) (66be874)
Changelog

Sourced from @nuxtjs/pwa's changelog.

3.0.0-beta.19 (2019-09-11)

Bug Fixes

  • expose modified pwa context to the config (c325e44)
  • truncate manifest hash (5c74621)

3.0.0-beta.18 (2019-09-09)

Bug Fixes

  • revert compileTemplate as is fixed by nuxt/nuxt.js#6283 for 2.9.x (d0f96de)
  • use shared pwa context (3c19bae)

3.0.0-beta.17 (2019-09-05)

Features

Commits

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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/143 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/11/2019 **Status:** ✅ Merged **Merged:** 9/25/2019 **Merged by:** [@NBTX](https://github.com/NBTX) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/pwa-3.0.0-beta.19` --- ### 📝 Commits (1) - [`4c3a6c0`](https://github.com/hoppscotch/hoppscotch/commit/4c3a6c0952583cf562c011833e57dcd9ddc13880) :arrow_up: Bump @nuxtjs/pwa from 3.0.0-beta.16 to 3.0.0-beta.19 ### 📊 Changes **2 files changed** (+40 additions, -567 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+39 -566) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.0-beta.16 to 3.0.0-beta.19. <details> <summary>Release notes</summary> *Sourced from [@nuxtjs/pwa's releases](https://github.com/nuxt-community/pwa-module/releases).* > ## v3.0.0-beta.19 > ### Bug Fixes > > * expose modified pwa context to the config ([c325e44](https://github.com/nuxt-community/pwa-module/commit/c325e44)) > * truncate manifest hash ([5c74621](https://github.com/nuxt-community/pwa-module/commit/5c74621)) > > ## v3.0.0-beta.18 > ## Bug Fixes > > - Fix option handling regressions of beta.17 ([#231](https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/231)) (3c19baebc0a1dba5e8b7ef20c7230e81ce6a8e95, 38485af547401c2336be97082bac1dd8d514744c) > > ## v3.0.0-beta.17 > ### Summary > > This release contains **LOTS** of internal improvements! > > - Starting with this release, PWA module is a single package (no longer depending on `@nuxtjs/meta`, ...) > - Package install size reduced from `17.1MB` to `1.42MB` thanks to [https://github.com/nuxt-community/jimp-compact](jimp-compact) > - Now you can provide all module related options under `pwa` key in `nuxt.config.js`: (except one signal module) and older option may be deprecated in future versions. > > ```js > export default { > modules: [ > '@nuxtjs/pwa' > ], > pwa: { > icon: {}, > manifest: {}, > meta: {}, > workbox: {}, > } > } > ``` > > ### Bug Fixes > > * **icon:** handle situation where the iconSrc is `null` or `undefined` ([#187](https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/187)) ([66be874](https://github.com/nuxt-community/pwa-module/commit/66be874)) > </details> <details> <summary>Changelog</summary> *Sourced from [@nuxtjs/pwa's changelog](https://github.com/nuxt-community/pwa-module/blob/dev/CHANGELOG.md).* > ## [3.0.0-beta.19](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.18...v3.0.0-beta.19) (2019-09-11) > > > ### Bug Fixes > > * expose modified pwa context to the config ([c325e44](https://github.com/nuxt-community/pwa-module/commit/c325e44)) > * truncate manifest hash ([5c74621](https://github.com/nuxt-community/pwa-module/commit/5c74621)) > > ## [3.0.0-beta.18](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2019-09-09) > > > ### Bug Fixes > > * revert compileTemplate as is fixed by nuxt/nuxt.js[#6283](https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/6283) for 2.9.x ([d0f96de](https://github.com/nuxt-community/pwa-module/commit/d0f96de)) > * use shared pwa context ([3c19bae](https://github.com/nuxt-community/pwa-module/commit/3c19bae)) > > ## [3.0.0-beta.17](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2019-09-05) > > > ### Features > > * `pwa.` scopped options ([010fe0e](https://github.com/nuxt-community/pwa-module/commit/010fe0e)) > * use `jimp-compact` ([5e37b58](https://github.com/nuxt-community/pwa-module/commit/5e37b58)) </details> <details> <summary>Commits</summary> - [`ea55498`](https://github.com/nuxt-community/pwa-module/commit/ea5549801a767b6a4caf043d6126b483ba9a823d) chore(release): 3.0.0-beta.19 - [`5c74621`](https://github.com/nuxt-community/pwa-module/commit/5c746218a5eafd21d51e5ad9fd330a2bcac04802) fix: truncate manifest hash - [`cd0326e`](https://github.com/nuxt-community/pwa-module/commit/cd0326e185999714efd53bddeafff0a04d731adb) fix typo - [`c325e44`](https://github.com/nuxt-community/pwa-module/commit/c325e4434b940789309f80aa91b1e436363aa906) fix: expose modified pwa context to the config - [`616915f`](https://github.com/nuxt-community/pwa-module/commit/616915f29030760d2a1b33523c89c33087ed8fad) chore(release): 3.0.0-beta.18 - [`38485af`](https://github.com/nuxt-community/pwa-module/commit/38485af547401c2336be97082bac1dd8d514744c) fix pwa option handling - [`6c847cc`](https://github.com/nuxt-community/pwa-module/commit/6c847ccadb0c291dafc270925c73c1dd30af9441) chore: cleanup - [`d0f96de`](https://github.com/nuxt-community/pwa-module/commit/d0f96de4f40cb33bb859ed8401205fcb70181747) fix: revert compileTemplate as is fixed by [nuxt/nuxt.js#6283](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/6283) for 2.9.x - [`4916ce6`](https://github.com/nuxt-community/pwa-module/commit/4916ce6dea93782bfc8e54f47a731e73a30c3013) docs: only match same host for `rangeRequests` ([#222](https://github-redirect.dependabot.com/nuxt-community/pwa-module/issues/222)) - [`3c19bae`](https://github.com/nuxt-community/pwa-module/commit/3c19baebc0a1dba5e8b7ef20c7230e81ce6a8e95) fix: use shared pwa context - Additional commits viewable in [compare view](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.16...v3.0.0-beta.19) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@nuxtjs/pwa&package-manager=npm_and_yarn&previous-version=3.0.0-beta.16&new-version=3.0.0-beta.19)](https://dependabot.com/compatibility-score.html?dependency-name=@nuxtjs/pwa&package-manager=npm_and_yarn&previous-version=3.0.0-beta.16&new-version=3.0.0-beta.19) 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) Finally, you can contact us by mentioning @dependabot. </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:08:35 +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#2436
No description provided.