Open greenkeeper[bot] opened 5 years ago
devDependency
clean-webpack-plugin was updated from 1.0.1
to 2.0.1
.Update to this version instead 🚀
The new version differs by 8 commits.
9a2913b
bummped version to 2.0.1
f810047
Merge pull request #112 from chrisblossom/cleanAfterEveryBuildPatterns-negative-pattern
9d48016
fix: cleanAfterEveryBuildPatterns can exclude stale webpack asset from being removed via negative pattern match
c0f798a
add github issue template
4f72f5b
Merge pull request #107 from chrisblossom/master
17791bc
update readme to include special instructions for v1 users
4962f3a
Merge pull request #100 from chrisblossom/update-description
a61b36b
update description
See the full diff
devDependency
clean-webpack-plugin was updated from 1.0.1
to 2.0.2
.Update to this version instead 🚀
The new version differs by 7 commits.
9e23e7b
bumped version to 2.0.2
5415087
Merge pull request #137 from chrisblossom/options-partial
18f71a5
replace Partial with explicit optional options
4f8ae44
Merge pull request #135 from chrisblossom/export-options
b9b35f8
export Options type
9f8a3bb
Merge pull request #113 from mkungla/patch-1
8fbf1f4
Remove duplicate dry
from readme
See the full diff
devDependency
clean-webpack-plugin was updated from 1.0.1
to 3.0.0
.
The devDependency clean-webpack-plugin was updated from
1.0.1
to2.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.
Release Notes for v2.0.0
README.md
Changes:
output.path
)Additional notes:
Please discuss the current API and suggest any changes.
Closes Issues: #53 #55 #67 #73 #80 #85 #86 #89 #91 #92 #93 #98
Closes PRs: #39 #74
Massive props to @chrisblossom for working on this and pushing it through.
Commits
The new version differs by 16 commits.
2e7f7f6
2.0.0
e90a300
remove unused babel plugins
0ff10f0
windows test fixes
d6e2e38
use */ instead of ** and update packages
e19b19d
reorder option types
03d12ac
add protectWebpackAssets option
f506dc6
add cleanStaleWebpackAssets option
c730f45
cleanAfterEveryBuildPatterns should not remove webpack assets
6d6b341
initialPatterns renamed to cleanOnceBeforeBuildPatterns, customPatterns renamed to cleanAfterEveryBuildPatterns
5e5a519
do not include customPatterns in initialPatterns
3830778
use circleci instead of travis
bdb5099
readme updates
d2ac516
require dangerouslyAllowCleanPatternsOutsideProject to explicitly set dry to false
68893e8
allowExternal renamed to dangerouslyAllowCleanPatternsOutsideProject
8167328
by default remove all files once prior to compilation, add allowExternal option, migrate dryRun to dry
There are 16 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: