Skip to content

fix(deps): update dependency clean-webpack-plugin to v3 #8

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

Merged
merged 2 commits into from
Mar 23, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2019

This PR contains the following updates:

Package Type Update Change
clean-webpack-plugin dependencies major 0.1.19 -> 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.


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 you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency clean-webpack-plugin to v3 Update dependency clean-webpack-plugin to v3 Sep 26, 2019
@renovate renovate bot changed the title Update dependency clean-webpack-plugin to v3 fix(deps): update dependency clean-webpack-plugin to v3 Sep 27, 2019
@renovate renovate bot changed the title fix(deps): update dependency clean-webpack-plugin to v3 Update dependency clean-webpack-plugin to v3 Oct 7, 2019
@renovate renovate bot changed the title Update dependency clean-webpack-plugin to v3 fix(deps): update dependency clean-webpack-plugin to v3 Oct 11, 2019
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from d182f2c to 755f2a1 Compare October 11, 2019 19:16
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from 755f2a1 to fb166e6 Compare October 31, 2019 20:18
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from fb166e6 to 8e4a2ec Compare December 2, 2019 18:37
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from 8e4a2ec to 650a718 Compare December 12, 2019 18:19
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from 650a718 to 10f7b1c Compare March 23, 2020 16:27
@renovate renovate bot force-pushed the renovate/clean-webpack-plugin-3.x branch from 10f7b1c to 3157cc8 Compare March 23, 2020 21:21
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2020

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.

@abutterworth abutterworth merged commit 8437142 into master Mar 23, 2020
@abutterworth abutterworth deleted the renovate/clean-webpack-plugin-3.x branch March 23, 2020 21:51
@edx-semantic-release
Copy link

🎉 This PR is included in version 3.1.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

@renovate renovate bot mentioned this pull request Jun 24, 2022
1 task
@renovate renovate bot mentioned this pull request Jul 2, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants