ndabAP / vue-sails-example

NOT MAINTAINED Vue.js with Sails.js example project with many features
MIT License
294 stars 74 forks source link

build(deps): update workbox-webpack-plugin requirement from ^3.0.1 to ^4.1.0 in /frontend #81

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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.1.0 > ## 🎉 What's New? > > ### `workbox-build` > > - When using the `generateSW ` option to build your service worker, a `message` listener is now added to the service worker output, which allows you to invoke `skipWaiting()` from the window via `postMessage()` [#1929]. > > ## 🐛 What's Fixed? > > ### `workbox-window` > > - When calling `messageSW()` after an updated service worker is found, it would send the message to the service worker currently controlling the page. This has been fixed [#1941]. > > ### `workbox-precaching` > > - Plugins implementing the `cacheDidUpdate` method were not properly bound, and would fail in some cases. This has been fixed [#1678]. > > ### `workbox-background-sync` > > - If requests were added to a `backgroundSync.Queue` queue due to server error rather than network error, those requests would be retried immediately, which could lead to an infinite loop. This has been fixed [#1943] > > - The `backgroundSync.Queue` class used to store `Request` bodies as `Blob` objects in IndexedDB, but this does not work in Safari. All request bodies are now stored as `ArrayBuffer` objects [#1932]. > > ### `workbox-broadcast-update` > > - If the the `BroadcastCacheUpdate` instance is passed an `install` event (which happens when using it as a precache plugin) rather than a `fetch` event, it would error. This has been fixed [#1938]. > > >
Commits - [`6fd1909`](https://github.com/GoogleChrome/workbox/commit/6fd1909f69406b7dd5edf3ac6bad3da0ba1e638d) v4.1.0 - [`5e04a62`](https://github.com/GoogleChrome/workbox/commit/5e04a622d9c1843a6231e1f835db58ac593f0c1f) Prevent onSync infinite loops ([#1943](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1943)) - [`5e2c4a1`](https://github.com/GoogleChrome/workbox/commit/5e2c4a192c8b7d07a63b45696710b83d97fb6c95) Merge pull request [#1941](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1941) from GoogleChrome/workbox-window-update - [`46f1c2b`](https://github.com/GoogleChrome/workbox/commit/46f1c2b8cb2f97326f09ffa0e92e2f9acc6275e3) Resolve getSW correctly after an update is found - [`eab861f`](https://github.com/GoogleChrome/workbox/commit/eab861f52bf6bfb397e32b9a742b6446ec776b49) Merge pull request [#1938](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1938) from GoogleChrome/fix-bcu-plugin - [`1b0a5fa`](https://github.com/GoogleChrome/workbox/commit/1b0a5fa401647eb0e8763c5b213522606f2afc6b) Explicitly check event.request - [`ea248e7`](https://github.com/GoogleChrome/workbox/commit/ea248e7d23d33782f17a9e08355f56d8e977889d) Merge pull request [#1932](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1932) from GoogleChrome/bg-sync-array-buffer - [`b51b6f8`](https://github.com/GoogleChrome/workbox/commit/b51b6f8b55d3289c09591f3a303855d753ec0539) Run eslint or .eslintrc - [`d822ba9`](https://github.com/GoogleChrome/workbox/commit/d822ba99d9b03e19f17bb7a3c3841557c31f98bc) Update tests/mocks to work after cherry-pick - [`8b9dc50`](https://github.com/GoogleChrome/workbox/commit/8b9dc50a03a42c1287ed6d1a5971818dae61d9c9) Update code and tests to work cross-browser - Additional commits viewable in [compare view](https://github.com/googlechrome/workbox/compare/v3.0.1...v4.1.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.
dependabot-preview[bot] commented 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.