Open greenkeeper[bot] opened 5 years ago
dependency
workbox-webpack-plugin was updated from 3.6.3
to 4.1.0
.Update to this version instead π
The new version differs by 18 commits.
6fd1909
v4.1.0
5e04a62
Prevent onSync infinite loops (#1943)
5e2c4a1
Merge pull request #1941 from GoogleChrome/workbox-window-update
46f1c2b
Resolve getSW correctly after an update is found
eab861f
Merge pull request #1938 from GoogleChrome/fix-bcu-plugin
1b0a5fa
Explicitly check event.request
ea248e7
Merge pull request #1932 from GoogleChrome/bg-sync-array-buffer
b51b6f8
Run eslint or .eslintrc
d822ba9
Update tests/mocks to work after cherry-pick
8b9dc50
Update code and tests to work cross-browser
60a784e
Rename files and fix exports
bd5f411
Merge pull request #1929 from GoogleChrome/skipWaiting-message
a6ad817
Add a message listener when skipWaiting: false
b6b1506
Call bind() to get the right this in precaching's plugins (#1928)
d76e770
Merge pull request #1922 from GoogleChrome/fix-jsdocs
There are 18 commits in total.
See the full diff
dependency
workbox-webpack-plugin was updated from 3.6.3
to 4.1.1
.Update to this version instead π
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]
Special thanks to @donavon for contributions that went into this release.
The new version differs by 11 commits.
fb837ca
v4.1.1
e2d5ae8
Add changes from manual lerna bootstrap
493ef61
Merge pull request #1963 from donavon/bugfix/set-remove
122c0d5
Test coverage for removeEventListener
41666a8
change Set.remove to Set.delete
d971e3e
Resolve getSW() to a matching waiting SW (#1961)
121729c
Bump workbox-build deps (#1959)
da6e0f2
Merge pull request #1952 from kaykayehnn/fix-typo
2a1f6ba
Fix JSDoc comment typo
e15877f
Merge pull request #1948 from GoogleChrome/version-updates
91219e1
Update version metadata
See the full diff
dependency
workbox-webpack-plugin was updated from 3.6.3
to 4.2.0
.Update to this version instead π
The new version differs by 50 commits.
60f99c8
v4.2.0
23be765
Adds cacheNames.prefix and suffix (#2001)
bb78e35
Merge pull request #2000 from GoogleChrome/migrate-streams-tests
10d3568
Update tests to run in a SW env
d478486
Rename files
adef0e2
Merge pull request #1999 from GoogleChrome/migrate-sw-tests
b70cd0d
Update tests to run in a SW env
b637c89
Rename files
2cc0f8b
Merge pull request #1996 from GoogleChrome/migrate-strategies-tests
90756b4
Update tests to run in a SW env
eb73b03
Rename files
76ba317
Merge pull request #1992 from GoogleChrome/migrate-routing-tests
47bf2c0
Update tests to run in a SW env
5b8e1c7
Rename files
cb2eac0
Merge pull request #1991 from GoogleChrome/migrate-range-requests-tests
There are 50 commits in total.
See the full diff
dependency
workbox-webpack-plugin was updated from 3.6.3
to 4.3.0
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 4.3.1
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 5.0.0
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 5.1.0
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 5.1.1
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 5.1.2
.dependency
workbox-webpack-plugin was updated from 3.6.3
to 5.1.3
.
The dependency workbox-webpack-plugin was updated from
3.6.3
to4.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: