Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-plugin-offline): Upgrade workbox to v6 #31542

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d8a7d11
Upgraded to workbox v6 / migrated from generateSW/workbox-build to in…
kije May 22, 2021
33b3985
updated documentation
kije May 22, 2021
5455abc
yarn lock update
kije May 22, 2021
87f8c11
added deletePreviousCacheVersionsOnUpdate option to enable cleanup of…
kije May 22, 2021
57866b8
re-added support for `globPatterns` option
kije May 22, 2021
56629c3
updated unit tests
kije May 23, 2021
a338c1e
fixed non-supported Null coalescing operator in node12
kije May 23, 2021
105c354
Merge https://github.com/gatsbyjs/gatsby into 28287-update-workbox-ga…
kije May 23, 2021
d3f495e
use path.resolve for building path to webpack.stats.json
kije May 23, 2021
6c77bf5
clear mocks before each test in onPostBuild tests
kije May 23, 2021
8262d34
add revision to precached files
kije May 24, 2021
8d92147
Merge branch 'master' of https://github.com/gatsbyjs/gatsby into 2828…
kije Jun 8, 2021
e5ef36a
updated yarn.lock
kije Jun 8, 2021
e4cbf28
Merge https://github.com/gatsbyjs/gatsby into 28287-update-workbox-ga…
kije Jun 12, 2021
1d970da
updated yarn.lock
kije Jun 12, 2021
119f057
Merge https://github.com/gatsbyjs/gatsby into 28287-update-workbox-ga…
kije Jun 23, 2021
ceb6704
Merge branch 'master' of https://github.com/gatsbyjs/gatsby into 2828…
kije Jul 25, 2021
cae0722
updated yarn.lock
kije Jul 25, 2021
bd02d7b
Merge branch 'master' of https://github.com/gatsbyjs/gatsby into 2828…
kije Apr 30, 2022
70435a2
(chore) lint fixes
kije Apr 30, 2022
3928d4d
(chore) changelog update & fixed documentation
kije Apr 30, 2022
ea684e3
(feature) ported changes & new features from gatsby-plugin-offline-ne…
kije May 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/gatsbyjs/gatsby into 2828…
…7-update-workbox-gatsby-plugin-offline
  • Loading branch information
kije committed Jun 8, 2021
commit 8d92147ef5d899244486880c738af52bde86c9b4
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.7.0-next.0",
"gatsby-core-utils": "^2.8.0-next.0",
"glob": "^7.1.7",
"idb-keyval": "^5.0.5",
"lodash": "^4.17.21",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.