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.1 in /frontend #82

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.1 > ## 🐛 What's Fixed? > > ### `workbox-window` > > - The `removeEventListener()` method of the `Workbox` class would throw due to an implementation error, this has been fixed. [#1963] > > - If, at registration time, there was already both an active and waiting service worker with the same script URL as the one being registered, calling `getSW()` or `messageSW()` after registration would target the active service worker rather than the waiting service worker. The intended behavior is that the target service worker associated with a `Workbox` instance is always the most recently registered service worker with a matching script URL. These methods now target the waiting service worker [#1961] > > ## Thanks! > > Special thanks to [@​donavon](https://github.com/donavon) for contributions that went into this release.
Commits - [`fb837ca`](https://github.com/GoogleChrome/workbox/commit/fb837ca0bd15bdc8f4e5563ee28957dc266c31f6) v4.1.1 - [`e2d5ae8`](https://github.com/GoogleChrome/workbox/commit/e2d5ae8b31253eee3f10c43c735381ca59cb416f) Add changes from manual lerna bootstrap - [`493ef61`](https://github.com/GoogleChrome/workbox/commit/493ef614556064b60ccd8da5726b186732551aea) Merge pull request [#1963](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1963) from donavon/bugfix/set-remove - [`122c0d5`](https://github.com/GoogleChrome/workbox/commit/122c0d53433eb1cdc80bf8db13c05f3aa94ffec1) Test coverage for removeEventListener - [`41666a8`](https://github.com/GoogleChrome/workbox/commit/41666a808a0cbf9f1bfa79a4a9538d9176ade185) change Set.remove to Set.delete - [`d971e3e`](https://github.com/GoogleChrome/workbox/commit/d971e3e56a5034da1de4d1c965d042bd1a49a1f8) Resolve getSW() to a matching waiting SW ([#1961](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1961)) - [`121729c`](https://github.com/GoogleChrome/workbox/commit/121729cae732ec6083e86accf67442cee0396fc8) Bump workbox-build deps ([#1959](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1959)) - [`da6e0f2`](https://github.com/GoogleChrome/workbox/commit/da6e0f2cdda1df5681198928e710ec2f5e521851) Merge pull request [#1952](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1952) from kaykayehnn/fix-typo - [`2a1f6ba`](https://github.com/GoogleChrome/workbox/commit/2a1f6ba877996df4062b05e121f3323edcb62d8f) Fix JSDoc comment typo - [`e15877f`](https://github.com/GoogleChrome/workbox/commit/e15877f21f0290ad90ccb482baae20b606f9d3b6) Merge pull request [#1948](https://github-redirect.dependabot.com/googlechrome/workbox/issues/1948) from GoogleChrome/version-updates - Additional commits viewable in [compare view](https://github.com/googlechrome/workbox/compare/v3.0.1...v4.1.1)


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.