enonic / app-ai-chatbot

Other
0 stars 1 forks source link

Bump workbox-webpack-plugin from 2.1.3 to 4.3.1 #28

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps workbox-webpack-plugin from 2.1.3 to 4.3.1.

Release notes

Sourced from workbox-webpack-plugin's releases.

Workbox v4.3.1

🐛 What's Fixed?

workbox-broadcast-update

  • Fixed a bug where some private symbols were not being properly exported from workbox-core, which prevented workbox-broadcast-update from notifying on navigation requests. #2050

Workbox v4.3.0

🎉 What's New?

workbox-background-sync

  • Adds a new getAll() method to the Queue class. This can be used to get a list of all unexpired entries in a given queue without removing them. This is useful in situations where replaying the queue is not possible (the user is offline), but you want to show information about the queue to the user. #2018

🐛 What's Fixed?

Build Tools

  • Fixes a bug where the workbox namespace was used before it was defined, when navigationPreload: true. #2007
  • Properly passes in a custom channel name when using the broadcastUpdate option in runtimeCaching. #2017

workbox-background-sync

  • Fixes a bug in which a Request wasn't being clone()ed before re-adding it to the queue. #2014
  • Ensures that when a navigation request is stored in the queue, it's serialized with a mode of same-origin. #2015

Thanks!

Special thanks to @merrywhether and @tarjei for contributions that went into this release.

Workbox v4.2.0

🎉 What's New?

Build Tools

  • Adds a new navigationPreload config property (defaulting to false) to workbox-build's generateSW and generateSWString modes, which would also expose it to the wrappers like workbox-cli and workbox-webpack-plugin. #1981

workbox-core

  • Adds workbox.core.cacheNames.prefix and workbox.core.cacheNames.suffix for accessing the current prefix and suffix used in generating cache names. #2001

  • Adds a new cacheKeyWillBeUsed lifecycle callback. This allows developers to override the default cache key for reads or writes (or both). #1990

The interface for the callback looks like:

async function cacheKeyWillBeUsed({request, mode}) {
  // request is the default Request object that would otherwise be used as the cache key.
  // mode is either 'read' or 'write', depending on whether it's a read or a write.
  // Return either a string, or a Request whose url property will be used as the cache key.
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by philipwalton, a new releaser for workbox-webpack-plugin since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.