Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Update clean-webpack-plugin to the latest version 馃殌 #338

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 4, 2019

The devDependency clean-webpack-plugin was updated from 1.0.1 to 2.0.0.

This version is not covered by your current version range.

If you don鈥檛 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:

  • No configuration is needed for standard usage (cleans webpack's output.path)
  • By default during webpack's watch mode, only files created by webpack are removed
  • Because del is used, globbing is supported
  • Plugin is tested directly via webpack
  • All supported versions are tested
  • Windows is tested via appveyor (no mocked tests)
  • Complete build system including prepublish hooks and git prepush/commit hooks
  • Written with Typescript

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. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 馃殌

Commits

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

greenkeeper bot added a commit that referenced this pull request May 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 6, 2019

Update to this version instead 馃殌

Commits

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

greenkeeper bot added a commit that referenced this pull request May 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2019

Update to this version instead 馃殌

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants