material-components-vue
material-components-vue copied to clipboard
chore(deps): update dependency copy-webpack-plugin to v6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| copy-webpack-plugin | devDependencies | major | 5.1.1 -> 6.0.3 |
Release Notes
webpack-contrib/copy-webpack-plugin
v6.0.3
v6.0.2
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13, - the plugin now accepts an object, you should change
new CopyPlugin(patterns, options)tonew CopyPlugin({ patterns, options }) - migrate on
compilation.additionalAssetshook - the
ignoreoption was removed in favorglobOptions.ignore - the
testoption was removed in favor thetransformPathoption - the
cacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an object - global
contextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptions - the missing file error is now an error, before it was a warning
- the
fromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } } - the
copyUnmodifiedwas removed without replacements - the
2version ofwebpack-dev-serveris not supported anymore - the
logLevelwas removed in favor theinfrastructureLogging.leveloption, please read the documentation
Features
- implement the
concurrencyoption (#466) (c176d7d) - implement the
directoryoption for thecacheTransformoption (29254e3) - implement the
noErrorOnMissingoption (#475) (e3803ce) - migrate on webpack built-in logger (#446) (5af02bc)
Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.