Update copy-webpack-plugin to the latest version 🚀#59
Update copy-webpack-plugin to the latest version 🚀#59greenkeeper[bot] wants to merge 2 commits intomasterfrom
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/geoblink/design-system/6hxyfdvhr |
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
=======================================
Coverage 85.35% 85.35%
=======================================
Files 154 154
Lines 3401 3401
Branches 279 279
=======================================
Hits 2903 2903
Misses 428 428
Partials 70 70 Continue to review full report at Codecov.
|
|
🚨 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
Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
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
5.1.1to6.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.additionalAssetshookignoreoption was removed in favorglobOptions.ignoretestoption was removed in favor thetransformPathoptioncacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an objectcontextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptionsfromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } }copyUnmodifiedwas removed without replacements2version ofwebpack-dev-serveris not supported anymorelogLeverwas removed in favor theinfrastructureLogging.leveloption, please read the documentationFeatures
concurrencyoption (#466) (c176d7d)directoryoption for thecacheTransformoption (29254e3)noErrorOnMissingoption (#475) (e3803ce)Bug Fixes
Commits
The new version differs by 31 commits.
64e60c2chore(release): 6.0.0dd9ce50test: coverage29254e3feat: implement thedirectoryoption for thecacheTransformoptionbebafcfrefactor: codee3803cefeat: implement thenoErrorOnMissingoption (#475)8e5bc1bchore(deps): update (#474)6b85c86docs: improve (#473)3ef3f25refactor: drop test option in favor transformPath (#472)045f629refactor: code (#471)20c9ae5docs: import documentation for thefromoption (#468)bfb4f0edocs: improve the description for thetoTypeoption (#467)c0c9fa7test: transform && transformPath (#470)197b0d8fix: asset sizec176d7dfeat: concurrency option (#466)e5e410arefactor: 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 🌴