Open greenkeeper[bot] opened 4 years ago
π¨ 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
devDependency
copy-webpack-plugin was updated from 4.6.0
to 6.0.1
.Update to this version instead π
The new version differs by 7 commits.
6f34c86
chore(release): 6.0.1
21d9c7d
refactor: code (#488)
0088530
refactor: code (#486)
34a63c7
perf: improve performance
bfc712d
fix: concurrency writing assets (#484)
0e62695
fix: escaping special characters in the context
option
0aae9b5
docs(changelog): fix logLevel typo (#481)
See the full diff
π¨ 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
4.6.0
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)
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 99 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 99 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: