Releases: GoogleChrome/workbox
Releases 路 GoogleChrome/workbox
Workbox v7.4.1
What's Changed
- migrate rollup v4 and plugins by @AJIb63PT in #3446
- Bump jws from 4.0.0 to 4.0.1 by @dependabot[bot] in #3447
- Bump node-forge from 1.3.1 to 1.3.3 by @dependabot[bot] in #3449
- Bump brace-expansion in /packages/workbox-webpack-plugin by @dependabot[bot] in #3448
- Bump flatted from 3.3.1 to 3.4.2 by @dependabot[bot] in #3477
- Bump rollup from 4.53.3 to 4.59.0 by @dependabot[bot] in #3474
- Bump ajv from 8.6.0 to 8.18.0 in /packages/workbox-build by @dependabot[bot] in #3462
- Bump ajv from 8.12.0 to 8.18.0 in /packages/workbox-cli by @dependabot[bot] in #3460
- Bump picomatch by @dependabot[bot] in #3478
- Bump picomatch from 2.3.1 to 2.3.2 in /packages/workbox-cli by @dependabot[bot] in #3479
- Bump lodash from 4.17.21 to 4.17.23 in /packages/workbox-webpack-plugin by @dependabot[bot] in #3453
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #3452
- Bump ajv from 6.12.6 to 6.14.0 in /packages/workbox-webpack-plugin by @dependabot[bot] in #3461
- Bump lodash from 4.17.21 to 4.17.23 in /packages/workbox-cli by @dependabot[bot] in #3454
- CI: Fix Chrome version discrepancy by @swissspidy in #3493
- Add Dependabot config by @swissspidy in #3492
- Update
actions/cacheto v5 by @swissspidy in #3491 - Bump serialize-javascript and @rollup/plugin-terser in /packages/workbox-build by @dependabot[bot] in #3485
- Bump rollup from 2.79.2 to 2.80.0 in /packages/workbox-cli by @dependabot[bot] in #3465
- Bump actions/upload-artifact from 5 to 7 by @dependabot[bot] in #3494
- Bump lodash from 4.17.21 to 4.18.1 by @dependabot[bot] in #3500
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #3501
- Bump rollup from 4.59.0 to 4.60.1 by @dependabot[bot] in #3498
- Bump axios from 1.13.2 to 1.15.0 by @dependabot[bot] in #3503
- Bump postcss from 8.4.38 to 8.5.10 by @dependabot[bot] in #3505
- Bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in #3504
- Replace lodash with eta by @rtritto in #3489
- Bump @apideck/better-ajv-errors from 0.3.1 to 0.3.7 by @dependabot[bot] in #3507
- Bump github/codeql-action from 4 to 4.35.2 by @dependabot[bot] in #3508
- Update lock file (
npm audit fix) by @swissspidy in #3510
New Contributors
Full Changelog: v7.4.0...v7.4.1
Workbox v7.4.0
v7.4.0
- Critical dependency updates.
Workbox v7.3.0
v7.3.0
- Critical dependency updates.
v7.1.0
What's Changed 鉁忥笍
- Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance
Thanks 馃檹
Full Changelog: v7.0.0...v7.1.0
Workbox v7.0.0
- Minimum required version Node 16
Workbox v6.6.0
What's Changed
- updating typescript version and types by @tropicadri in #3181
Full Changelog: v6.5.4...v6.6.0
v6.5.4
What's New 馃憖
- Webpack plugin can be extended and subclasses can access the
configproperty [#3056] - In
workbox-precachingduring a fall back to the network, if the request'smodeisno-cors,integritywill not be used and the cache entry will not be repaired. [#3099]
What's fixed 馃悰
Misc 馃す
- updated
idbandselenium-assitantversions
Thank yous 馃尶
- Thank you @DibyodyutiMondal & @theghostbel for your contributions!
Full Changelog: v6.5.3...v6.5.4
Workbox v6.5.3
What's Changed
- Update
minimistto a non-vulnerable version. by @lgarron in #3053 - Add declare to RouteHandlerCallbackOptions by @jeffposnick in #3057
New Contributors
Full Changelog: v6.5.2...v6.5.3
Workbox v6.5.2
Workbox v6.5.2 includes a number of improvements to the TypeScript documentation and exported types, which should in turn improve the generated documentation.
A full changelog is available at v6.5.1...v6.5.2
Workbox v6.5.1
The Workbox v6.5.1 release includes a few changes related to our TypeScript interfaces and documentation.
A full changelog is available at v6.5.0...v6.5.1
What's New
- Additional inline
@examples of using our build tools have been added to the TSDocs forworkbox-buildandworkbox-webpack-plugin. [#3038] - The TypeScript type for the
generateSW(),injectManifest(), andgetManifest()methods inworkbox-buildhas been updated fromunknownto an appropriate actual type specific to each method. This should lead to better TSDoc generation and type inferences for developers. As this takes what was previously only a runtime check and moves it to a compile-time check, we believe that it should be functionally equivalent to prior releases, but if you run into problems, please let us know by opening an issue. [#3037]
What's Fixed
- We have re-added the
defaultexport toworkbox-webpack-plugin. [#3036]
Previous Next