Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency clean-webpack-plugin to v3 #1405

Merged
merged 2 commits into from
Jun 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2019

This PR contains the following updates:

Package Type Update Change
clean-webpack-plugin dependencies major ^2.0.1 -> ^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');

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

This PR has been generated by Renovate Bot. View repository job log here.

@edmorley edmorley added this to the Neutrino 9 milestone May 31, 2019
@edmorley edmorley force-pushed the renovate/clean-webpack-plugin-3.x branch from fd25586 to 423977b Compare June 9, 2019 15:31
@renovate
Copy link
Contributor Author

renovate bot commented Jun 9, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@edmorley edmorley merged commit c3db379 into master Jun 9, 2019
@edmorley edmorley deleted the renovate/clean-webpack-plugin-3.x branch June 9, 2019 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants