Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleChrome/workbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.2
Choose a base ref
...
head repository: GoogleChrome/workbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.3
Choose a head ref
  • 3 commits
  • 56 files changed
  • 3 contributors

Commits on Mar 31, 2022

  1. Update minimist to a non-vulnerable version. (#3053)

    - This addresses an `npm audit` vulnerability alert for projects using `workbox`, which in turn depends on `minimist@1.2.5`: GHSA-xvch-5gv4-984h
    lgarron authored Mar 31, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dec00e6 View commit details

Commits on Apr 7, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    462e80c View commit details

Commits on Apr 12, 2022

  1. v6.5.3

    tropicadri committed Apr 12, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d461f12 View commit details
Showing with 104 additions and 106 deletions.
  1. +2 −4 lerna.json
  2. +7 −7 package-lock.json
  3. +1 −1 package.json
  4. +1 −1 packages/workbox-background-sync/package-lock.json
  5. +2 −2 packages/workbox-background-sync/package.json
  6. +1 −1 packages/workbox-background-sync/src/_version.ts
  7. +1 −1 packages/workbox-broadcast-update/package-lock.json
  8. +2 −2 packages/workbox-broadcast-update/package.json
  9. +1 −1 packages/workbox-broadcast-update/src/_version.ts
  10. +1 −1 packages/workbox-build/package-lock.json
  11. +16 −16 packages/workbox-build/package.json
  12. +1 −1 packages/workbox-build/src/cdn-details.json
  13. +1 −1 packages/workbox-cacheable-response/package-lock.json
  14. +2 −2 packages/workbox-cacheable-response/package.json
  15. +1 −1 packages/workbox-cacheable-response/src/_version.ts
  16. +1 −1 packages/workbox-cli/package-lock.json
  17. +2 −2 packages/workbox-cli/package.json
  18. +1 −1 packages/workbox-core/package-lock.json
  19. +1 −1 packages/workbox-core/package.json
  20. +1 −1 packages/workbox-core/src/_version.ts
  21. +1 −1 packages/workbox-core/src/types.ts
  22. +1 −1 packages/workbox-expiration/package-lock.json
  23. +2 −2 packages/workbox-expiration/package.json
  24. +1 −1 packages/workbox-expiration/src/_version.ts
  25. +1 −1 packages/workbox-google-analytics/package-lock.json
  26. +5 −5 packages/workbox-google-analytics/package.json
  27. +1 −1 packages/workbox-google-analytics/src/_version.ts
  28. +1 −1 packages/workbox-navigation-preload/package-lock.json
  29. +2 −2 packages/workbox-navigation-preload/package.json
  30. +1 −1 packages/workbox-navigation-preload/src/_version.ts
  31. +1 −1 packages/workbox-precaching/package-lock.json
  32. +4 −4 packages/workbox-precaching/package.json
  33. +1 −1 packages/workbox-precaching/src/_version.ts
  34. +1 −1 packages/workbox-range-requests/package-lock.json
  35. +2 −2 packages/workbox-range-requests/package.json
  36. +1 −1 packages/workbox-range-requests/src/_version.ts
  37. +1 −1 packages/workbox-recipes/package-lock.json
  38. +7 −7 packages/workbox-recipes/package.json
  39. +1 −1 packages/workbox-recipes/src/_version.ts
  40. +1 −1 packages/workbox-routing/package-lock.json
  41. +2 −2 packages/workbox-routing/package.json
  42. +1 −1 packages/workbox-routing/src/_version.ts
  43. +1 −1 packages/workbox-strategies/package-lock.json
  44. +2 −2 packages/workbox-strategies/package.json
  45. +1 −1 packages/workbox-strategies/src/_version.ts
  46. +1 −1 packages/workbox-streams/package-lock.json
  47. +3 −3 packages/workbox-streams/package.json
  48. +1 −1 packages/workbox-streams/src/_version.ts
  49. +1 −1 packages/workbox-sw/_version.mjs
  50. +1 −1 packages/workbox-sw/package-lock.json
  51. +1 −1 packages/workbox-sw/package.json
  52. +1 −1 packages/workbox-webpack-plugin/package-lock.json
  53. +2 −2 packages/workbox-webpack-plugin/package.json
  54. +1 −1 packages/workbox-window/package-lock.json
  55. +2 −2 packages/workbox-window/package.json
  56. +1 −1 packages/workbox-window/src/_version.ts
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"lerna": "3.4.0",
"packages": [
"packages/*"
],
"version": "6.5.2"
"packages": ["packages/*"],
"version": "6.5.3"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
"lerna": "^3.22.1",
"lint-staged": "^11.1.2",
"memory-fs": "^0.5.0",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"mocha": "^8.1.1",
"module-alias": "^2.2.2",
"nunjucks": "^3.2.2",
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,6 +25,6 @@
"types": "index.d.ts",
"dependencies": {
"idb": "^6.1.4",
"workbox-core": "6.5.2"
"workbox-core": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:background-sync:6.5.2']&&_()}catch(e){}
try{self['workbox:background-sync:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-broadcast-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-update",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "6.5.2"
"workbox-core": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:broadcast-update:6.5.2']&&_()}catch(e){}
try{self['workbox:broadcast-update:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "6.5.2",
"version": "6.5.3",
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
@@ -42,21 +42,21 @@
"strip-comments": "^2.0.1",
"tempy": "^0.6.0",
"upath": "^1.2.0",
"workbox-background-sync": "6.5.2",
"workbox-broadcast-update": "6.5.2",
"workbox-cacheable-response": "6.5.2",
"workbox-core": "6.5.2",
"workbox-expiration": "6.5.2",
"workbox-google-analytics": "6.5.2",
"workbox-navigation-preload": "6.5.2",
"workbox-precaching": "6.5.2",
"workbox-range-requests": "6.5.2",
"workbox-recipes": "6.5.2",
"workbox-routing": "6.5.2",
"workbox-strategies": "6.5.2",
"workbox-streams": "6.5.2",
"workbox-sw": "6.5.2",
"workbox-window": "6.5.2"
"workbox-background-sync": "6.5.3",
"workbox-broadcast-update": "6.5.3",
"workbox-cacheable-response": "6.5.3",
"workbox-core": "6.5.3",
"workbox-expiration": "6.5.3",
"workbox-google-analytics": "6.5.3",
"workbox-navigation-preload": "6.5.3",
"workbox-precaching": "6.5.3",
"workbox-range-requests": "6.5.3",
"workbox-recipes": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3",
"workbox-streams": "6.5.3",
"workbox-sw": "6.5.3",
"workbox-window": "6.5.3"
},
"main": "build/index.js",
"workbox": {
2 changes: 1 addition & 1 deletion packages/workbox-build/src/cdn-details.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
"origin": "https://storage.googleapis.com",
"bucketName": "workbox-cdn",
"releasesDir": "releases",
"latestVersion": "6.5.2"
"latestVersion": "6.5.3"
}
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-cacheable-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cacheable-response",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
@@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "6.5.2"
"workbox-core": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:cacheable-response:6.5.2']&&_()}catch(e){}
try{self['workbox:cacheable-response:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cli",
"version": "6.5.2",
"version": "6.5.3",
"description": "workbox-cli is the command line interface for Workbox.",
"keywords": [
"workbox",
@@ -38,7 +38,7 @@
"stringify-object": "^3.3.0",
"upath": "^1.2.0",
"update-notifier": "^4.1.0",
"workbox-build": "6.5.2"
"workbox-build": "6.5.3"
},
"workbox": {
"packageType": "node_ts"
2 changes: 1 addition & 1 deletion packages/workbox-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/workbox-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-core",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module is used by a number of the other Workbox modules to share common code.",
2 changes: 1 addition & 1 deletion packages/workbox-core/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:core:6.5.2']&&_()}catch(e){}
try{self['workbox:core:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-core/src/types.ts
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ export interface RouteMatchCallback {
/**
* Options passed to a `RouteHandlerCallback` function.
*/
export interface RouteHandlerCallbackOptions {
export declare interface RouteHandlerCallbackOptions {
event: ExtendableEvent;
request: Request;
url: URL;
2 changes: 1 addition & 1 deletion packages/workbox-expiration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-expiration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-expiration",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
@@ -23,6 +23,6 @@
"types": "index.d.ts",
"dependencies": {
"idb": "^6.1.4",
"workbox-core": "6.5.2"
"workbox-core": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-expiration/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:expiration:6.5.2']&&_()}catch(e){}
try{self['workbox:expiration:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/workbox-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-google-analytics",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,9 +25,9 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-background-sync": "6.5.2",
"workbox-core": "6.5.2",
"workbox-routing": "6.5.2",
"workbox-strategies": "6.5.2"
"workbox-background-sync": "6.5.3",
"workbox-core": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:google-analytics:6.5.2']&&_()}catch(e){}
try{self['workbox:google-analytics:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-navigation-preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-navigation-preload",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
@@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "6.5.2"
"workbox-core": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:navigation-preload:6.5.2']&&_()}catch(e){}
try{self['workbox:navigation-preload:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/workbox-precaching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-precaching",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module efficiently precaches assets.",
@@ -21,8 +21,8 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "6.5.2",
"workbox-routing": "6.5.2",
"workbox-strategies": "6.5.2"
"workbox-core": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:precaching:6.5.2']&&_()}catch(e){}
try{self['workbox:precaching:6.5.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading