Closed dependabot-preview[bot] closed 5 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Updates the requirements on workbox-webpack-plugin to permit the latest version.
Release notes
*Sourced from [workbox-webpack-plugin's releases](https://github.com/googlechrome/workbox/releases).* > ## Workbox v4.3.0 > ## 🎉 What's New? > > ### `workbox-background-sync` > > - Adds a new `getAll()` method to the `Queue` class. This can be used to get a list of all unexpired entries in a given queue without removing them. This is useful in situations where replaying the queue is not possible (the user is offline), but you want to show information about the queue to the user. [#2018] > > ## 🐛 What's Fixed? > > ### Build Tools > > - Fixes a bug where the `workbox` namespace was used before it was defined, when `navigationPreload: true`. [#2007] > - Properly passes in a custom channel name when using the `broadcastUpdate` option in `runtimeCaching`. [#2017] > > ### `workbox-background-sync` > > - Fixes a bug in which a `Request` wasn't being `clone()`ed before re-adding it to the queue. [#2014] > - Ensures that when a navigation request is stored in the queue, it's serialized with a `mode` of `same-origin`. [#2015] > > ## Thanks! > > Special thanks to [@merrywhether](https://github.com/merrywhether) and [@tarjei](https://github.com/tarjei) for contributions that went into this release.Commits
- [`7c873eb`](https://github.com/GoogleChrome/workbox/commit/7c873eb2b7e4530fb554c41d9c425c5167e45de7) v4.3.0 - [`9124805`](https://github.com/GoogleChrome/workbox/commit/91248052d07d81217aa4437d1223c1f4bb13392e) Add a size method to the Queue class ([#2018](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2018)) - [`632cdd1`](https://github.com/GoogleChrome/workbox/commit/632cdd1317ae4e6ba49e611fa294ef177aa718bc) Fixes opts passed to the BCU Plugin. ([#2017](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2017)) - [`bdc37e6`](https://github.com/GoogleChrome/workbox/commit/bdc37e67e79a5c93d329ae723b262df80d92ae8e) Update docs to better state what happens ([#2003](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2003)) - [`25e3e10`](https://github.com/GoogleChrome/workbox/commit/25e3e1050d0aef9f5a542d634c4519c99d633e03) Make navigation requests queue as some-origin ([#2015](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2015)) - [`f165ca0`](https://github.com/GoogleChrome/workbox/commit/f165ca0ae5eda5c0e78f2a2e9ab407b4e4446c4b) Merge pull request [#2014](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2014) from GoogleChrome/bg-sync-fixes - [`f003cbe`](https://github.com/GoogleChrome/workbox/commit/f003cbe58bb2e802ba6aecf1aba39a7f635ba339) Fix a background sync reply bug - [`04b17f2`](https://github.com/GoogleChrome/workbox/commit/04b17f252a95444e74c98c554f2c52c593c52d90) Merge pull request [#2013](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2013) from GoogleChrome/jsdoc-updates - [`0555806`](https://github.com/GoogleChrome/workbox/commit/055580677d63f4b83a593d0b5a525563bbc252aa) Ensure all private members are properly marked - [`12a5dae`](https://github.com/GoogleChrome/workbox/commit/12a5dae9fc4847c622fc01ef7aa459c1cb50f4af) Ensure workbox is available before referencing it ([#2007](https://github-redirect.dependabot.com/googlechrome/workbox/issues/2007)) - Additional commits viewable in [compare view](https://github.com/googlechrome/workbox/compare/v3.0.1...v4.3.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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.