Update copy-webpack-plugin to the latest version 🚀 #53
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.
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
Find out how to migrate to Snyk at greenkeeper.io
The devDependency copy-webpack-plugin was updated from
5.1.1
to6.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: evilebottnawi
License: MIT
Release Notes for v6.0.0
6.0.0 (2020-05-15)
⚠ BREAKING CHANGES
10.13
,new CopyPlugin(patterns, options)
tonew CopyPlugin({ patterns, options })
compilation.additionalAssets
hookignore
option was removed in favorglobOptions.ignore
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 anymorelogLever
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
Commits
The new version differs by 31 commits.
64e60c2
chore(release): 6.0.0
dd9ce50
test: coverage
29254e3
feat: implement the
directory
option for thecacheTransform
optionbebafcf
refactor: code
e3803ce
feat: implement the
noErrorOnMissing
option (#475)8e5bc1b
chore(deps): update (#474)
6b85c86
docs: improve (#473)
3ef3f25
refactor: drop test option in favor transformPath (#472)
045f629
refactor: code (#471)
20c9ae5
docs: import documentation for the
from
option (#468)bfb4f0e
docs: improve the description for the
toType
option (#467)c0c9fa7
test: transform && transformPath (#470)
197b0d8
fix: asset size
c176d7d
feat: concurrency option (#466)
e5e410a
refactor: code (#465)
There are 31 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴