Update dependency copy-webpack-plugin to v7 #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.4
->^7.0.0
Release Notes
webpack-contrib/copy-webpack-plugin
v7.0.0
Compare Source
⚠ BREAKING CHANGES
5
flatten
option was removed in favor[name].[ext]
value for theto
option,transformPath
option was removed in favorFunction
type of theto
option, look at examplescacheTransform
option was removed in favorObject
type of thetransform
option, look at examplescompilation.hooks.processAssets
hooknoErrorOnMissing
optionv6.4.1
Compare Source
6.4.1 (2020-12-16)
Bug Fixes
v6.4.0
Compare Source
Features
info
option (db53937)Function
for theto
option (#563) (9bc5416)6.3.2 (2020-11-19)
Bug Fixes
6.3.1 (2020-11-13)
Bug Fixes
v6.3.2
Compare Source
v6.3.1
Compare Source
v6.3.0
Compare Source
Features
sourceFilename
info (original source filename) to assets info (#542) (db2e3bf)6.2.1 (2020-10-09)
Chore
schema-utils
v6.2.1
Compare Source
v6.2.0
Compare Source
Features
6.1.1 (2020-09-18)
Chore
serialize-javascript
v6.1.1
Compare Source
v6.1.0
Compare Source
Features
filter
option (#524) (1496f85)copied
flag to asset info (09b1dc9)immutable
flag to asset info with hash in name (#525) (a1989d5)copied
files6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
6.0.2 (2020-06-03)
Bug Fixes
10.13
version of Node.js6.0.1 (2020-05-16)
Bug Fixes
context
option (0e62695)v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
⚠ BREAKING CHANGES
10.13
,new CopyPlugin(patterns, options)
tonew CopyPlugin({ patterns, options })
compilation.additionalAssets
hookignore
option (which accepted micromatch syntax) was removed in favorglobOptions.ignore
(which accepts fast-glob pattern-syntax)test
option was removed in favor thetransformPath
optioncache
option was renamed to thecacheTransform
option,cacheTransform
option should have onlydirectory
andkeys
properties when it is an objectcontext
andignore
options were removed in favorpatten.context
andpattern.globOptions.ignore
optionsfrom
option now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }
changed it to{ from: 'directory/**', globOptions: { dot: false } }
copyUnmodified
was removed without replacements2
version ofwebpack-dev-server
is not supported anymorelogLevel
was removed in favor theinfrastructureLogging.level
option, please read the documentationFeatures
concurrency
option (#466) (c176d7d)directory
option for thecacheTransform
option (29254e3)noErrorOnMissing
option (#475) (e3803ce)Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
v5.1.2
Compare Source
5.1.2 (2020-08-27)
Bug Fixes
serialize-javascript
(#521) (a42d63f)v5.1.1
Compare Source
v5.1.0
Compare Source
Features
Bug Fixes
5.0.5 (2019-11-06)
Performance Improvements
5.0.4 (2019-07-26)
Bug Fixes
v5.0.5
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.