Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clean-webpack-plugin to the latest version 🚀 #3

Merged
merged 2 commits into from
Jun 4, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 30, 2019

The devDependency clean-webpack-plugin was updated from 2.0.2 to 3.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 v3.0.0
  • Removed Node 6 support
  • Removed webpack 2 support
  • cleanOnceBeforeBuildPatterns use emit hook instead of compile
  • Do not clean files if webpack errors are present during initial build
  • Replaced default export with named export CleanWebpackPlugin
// es modules
import { CleanWebpackPlugin } from 'clean-webpack-plugin';

// common js
const { CleanWebpackPlugin } = require('clean-webpack-plugin');

Commits

The new version differs by 24 commits.

  • 6fd2f73 Merge pull request #144 from chrisblossom/3.0.0
  • 67eb0bd Merge pull request #145 from chrisblossom/use-np
  • 6bc3b44 use np to handle package releases
  • aa86638 3.0.0
  • f2e58bf Merge pull request #138 from chrisblossom/use-named-export
  • d0e3408 breaking: replace default export with named export CleanWebpackPlugin
  • b74ac15 Merge pull request #134 from chrisblossom/use-emit
  • f90f963 Merge pull request #142 from chrisblossom/remove-node-6-and-webpack-2
  • 030dbaa Merge pull request #140 from zmj97/patch-1
  • 57d2cd4 use isPlainObject function
  • 514dac9 package updates
  • 5f7b348 require node >= 8
  • 453623c require webpack >= 3
  • 11fe42f Merge pull request #141 from chrisblossom/add-appveyor-node-12
  • b6509f5 manually install node on appveyor

There are 24 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 🌴

@coveralls
Copy link

Pull Request Test Coverage Report for Build 144

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 121: 0.0%
Covered Lines: 578
Relevant Lines: 578

💛 - Coveralls

@liqueurdetoile liqueurdetoile merged commit f131ce7 into master Jun 4, 2019
@liqueurdetoile liqueurdetoile deleted the greenkeeper/clean-webpack-plugin-3.0.0 branch June 4, 2019 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants