aurelia-ui-framework
aurelia-ui-framework copied to clipboard
Update copy-webpack-plugin to the latest version π
π¨ 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
to 6.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
- 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.additionalAssets
hook - the
ignore
option was removed in favorglobOptions.ignore
- the
test
option was removed in favor thetransformPath
option - the
cache
option was renamed to thecacheTransform
option,cacheTransform
option should have onlydirectory
andkeys
properties when it is an object - global
context
andignore
options were removed in favorpatten.context
andpattern.globOptions.ignore
options - the missing file error is now an error, before it was a warning
- the
from
option now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }
changed it to{ from: 'directory/**', globOptions: { dot: false } }
- the
copyUnmodified
was removed without replacements - the
2
version ofwebpack-dev-server
is not supported anymore - the
logLever
was removed in favor theinfrastructureLogging.level
option, please read the documentation
Features
- implement the
concurrency
option (#466) (c176d7d) - implement the
directory
option for thecacheTransform
option (29254e3) - implement the
noErrorOnMissing
option (#475) (e3803ce) - migrate on webpack built-in logger (#446) (5af02bc)
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 :palm_tree:
π¨ 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 from5.1.1
to6.0.1
.
Update to this version instead π
Commits
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
option0aae9b5
docs(changelog): fix logLevel typo (#481)
See the full diff