Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Bump workbox-recipes from 6.1.1 to 6.1.2 #2298

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps workbox-recipes from 6.1.1 to 6.1.2.

Release notes

Sourced from workbox-recipes's releases.

Workbox v6.1.2 includes several fixes to the workbox-cli's wizard mode, and removes some potentially confusing logging.

馃悰 What's Fixed?

workbox-build

  • A warning message was logged when workbox-build was used, due to an update to the @rollup/plugin-replace plugin that it uses. The underlying issue raised in the warning message has been addressed. #2772

workbox-cli

  • Previously, the wizard question flow would not give developers the opportunity to specify a value to override the default ignoreURLParametersMatching setting. The wizard now provides some context and explicitly asks about overriding this value. #2763

  • There were two issues fixed in the wizard related to entering the globDirectory value: the separator characters, --------, were inadvertently selectable, and additionally, the logic was buggy when a manual directory name was entered. Both of these issues are fixed. #2766

workbox-strategies

  • There was previously unnecessary logging of an uncaught error when a network request failed while offline, even if the response was eventually provided via the cache. This amounted to extra noise in the JS console, and could be particularly confusing if it was triggered during Chrome's new automatic offline check. This uncaught error should no longer show up in the logs. #2777

Thanks!

Special thanks to @鈥媜gnjenjevremovic for contributing the two workbox-cli PRs that went into this release!

Commits
  • d39796c v6.1.2
  • e5e08fb Remove error logging caused by offline check (#2777)
  • 69aade8 Update to reflect params (#2775)
  • 2c8bfe7 [Fix] (Workbox wizard) Manually enter the path of the web app root and unsele...
  • 5a2d509 Set preventAssignment in replace (#2772)
  • f0b79ba Add Adriana and remove Phil
  • a2f373e [Feature] (workbox-cli) Prompt for 'ignoreURLParametersMatching' in workbox w...
  • 80be8b1 Bump min tag to publish
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workbox-recipes-6.1.2 branch from ecb5cca to b5b08c8 Compare March 17, 2021 18:46
Bumps [workbox-recipes](https://github.com/googlechrome/workbox) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workbox-recipes-6.1.2 branch from b5b08c8 to 3fffe1c Compare March 17, 2021 18:46
@benbrandt benbrandt merged commit 2dc6913 into master Mar 17, 2021
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/workbox-recipes-6.1.2 branch March 17, 2021 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant