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

Update dependency clean-webpack-plugin to v3 #148

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2019

This PR contains the following updates:

Package Type Update Change
clean-webpack-plugin devDependencies major 0.1.16 -> 3.0.0

Release Notes

johnagan/clean-webpack-plugin

v3.0.0

Compare Source

  • 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');

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

Relavant:

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:

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.

v1.0.1

Compare Source

v1.0.0

Compare Source

No updates from sub v1 release.

v0.1.19

Compare Source

v0.1.18

Compare Source

v0.1.17

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

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.

1 participant