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

[Snyk] Upgrade workbox-core from 5.0.0-alpha.0 to 5.1.4 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade workbox-core from 5.0.0-alpha.0 to 5.1.4.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 13 versions ahead of your current version.
  • The recommended version was released a year ago, on 2020-09-09.
Release notes
Package name: workbox-core
  • 5.1.4 - 2020-09-09

    The v5.1.4 release contains a dependency update for rollup-plugin-terser, resolving a security error with one of its dependencies.

    See #2601

  • 5.1.3 - 2020-04-24

    🐛 What's Fixed?

    workbox-build

    • Correct workbox-build's getManifest() JSDoc [#2429]

    workbox-cli

    • Don't check swSrc for hardcoded injection point in wizard flow [#2451]

    workbox-core

    • handlerCallback JSDocs update [#2440]

    workbox-precaching

    • Remove the isSWEnv assertion [#2453]
    • Update message to remove duplicate is [#2466]

    Thanks!

    Special thanks to @ akonchady for contributing a PR that went in to this release.

  • 5.1.2 - 2020-03-25

    🐛 What's Fixed?

    workbox-build

    • Reverted the strip-comments dependency to an earlier revision, to provide continued compatibility with the v8.x.y releases of node. [#2416]

    Thanks!

    Special thanks to @ Mister-Hope for raising issues that were resolved in this release.

  • 5.1.1 - 2020-03-19

    (We ran into some issues with the v5.1.0 release process, so v5.1.1 is a republish of the same code.)

    🎉 What's New?

    workbox-routing

    • Adjusted the debug logging code so that a URL's hash portion is displayed. [#2371]

    workbox-webpack-plugin

    • A new compileSrc option (defaulting to true) has been added. If set to false, then webpack will not run the swSrc file through a compilation. This can be useful if you want your swDest output to be, e.g., a JSON file which contains your precache manifest. [#2412]

    🐛 What's Fixed?

    workbox-webpack-plugin

    • Switch to official package exports when using internal webpack modules. [#2397]
    • webpackCompilationPlugins that customize the swSrc compilation should now be properly applied. [#2400]

    Thanks!

    Special thanks to @ aritsune, @ bailnl, @ novaknole and @ pizzafox for raising issues that were resolved in this release.

  • 5.1.0 - 2020-03-19

    v5.1.0

  • 5.0.0 - 2020-01-29
    Read more
  • 5.0.0-rc.2 - 2020-01-21

    The latest release candidate of Workbox v5 includes the following developer-visible changes, in addition to all the changes from the previous pre-release.

    Installation of the latest pre-release version

    We are using the next tag in npm for the current pre-release version. To install a given module use, e.g., npm install --save-dev workbox-webpack-plugin@next.

    🎉 What's New?

    Improvements to the JSDoc documentation for all of the build tools. [#2320]

    ⚠️ Breaking Changes

    whitelist/blacklist (in the NavigationRoute class) and navigateFallbackWhitelist/navigateFallbackBlacklist (in the build tools) have been renamed to allowlist/denylist and navigateFallbackAllowlist/navigateFallbackDenylist. Functionality remains the same. [#2325]

    🐛 What's Fixed?

    workbox-build

    • Consistently use absolute file paths in the return value of the injectManifest mode. [#2301]
    • Set revision: null instead of deleting the revision property when the build tool determines that the revision isn't necessary. [#2326]

    workbox-core

    • No longer overwrites a __WB_DISABLE_DEV_LOGS value that's explicitly set by your service worker script. [#2296]

    workbox-strategies

    • The handle() method of each strategy now supports passing in a string URL as the request property, matching the behavior of the (now deprecated) makeRequest() method. [#2317]
  • 5.0.0-rc.1 - 2019-11-25

    The latest release candidate of Workbox v5 includes the following developer-visible changes, in addition to all the changes from the previous pre-release.

    Installation of the latest pre-release version

    We are using the next tag in npm for the current pre-release version. To install a given module use, e.g., npm install --save-dev workbox-webpack-plugin@next.

    🎉 What's New?

    All browser packages

    • A new __WB_DISABLE_DEV_LOGS global has been added to disable all logging in development mode. [#2284]

    workbox-precaching

    • Calling precache()/precacheAndRoute() and passing in an precache manifest entry that is just a string has been deprecated. It will trigger a warning message in v5, and will be treated as a runtime error in a future release. If you need to use a hardcoded URL as a manifest entry, first ensure that it contains inline revision information, like a hash. Then, instead of passing in a string like '/app.1234abcd.js', use {url: '/app.1234abcd.js', revision: null} to explicitly state that the revision is meant to be null. [#2262]

    🐛 What's Fixed?

    workbox-routing

    • Fixed a ReadableStream bug in development mode in Safari. [#2268]

    workbox-precaching

    • Fixed a bug where the result of the cacheWillUpdate() plugin callback was not being await-ed. [#2287]
  • 5.0.0-rc.0 - 2019-10-16
  • 5.0.0-beta.1 - 2019-10-01
  • 5.0.0-beta.0 - 2019-08-21
  • 5.0.0-alpha.2 - 2019-08-01
  • 5.0.0-alpha.1 - 2019-07-15
  • 5.0.0-alpha.0 - 2019-07-10
from workbox-core GitHub release notes
Commit messages
Package name: workbox-core

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant