Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

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

Merged
merged 2 commits into from
May 30, 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鈥檛 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鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@orzyyyy orzyyyy merged commit 814edbc into master May 30, 2019
@delete-merged-branch delete-merged-branch bot deleted the greenkeeper/clean-webpack-plugin-3.0.0 branch May 30, 2019 23:28
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

1 participant