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

chore(deps): update dependency clean-webpack-plugin to v4 #276

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 10, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clean-webpack-plugin 2.0.2 -> 4.0.0 age adoption passing confidence

Release Notes

johnagan/clean-webpack-plugin

v4.0.0

Compare Source

Changes

  • Added support for NodeJS 14
  • Added support for webpack 5

Breaking changes:

  • Dropped support for NodeJS 8
  • Dropped support for webpack 3

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

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, click this checkbox.

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

@stormkit-io
Copy link

stormkit-io bot commented Feb 10, 2022

Deployment failed

This pull request failed while building automatically on Stormkit. You can preview the logs using the following link.

https://app.stormkit.io/app/1644802351/deployments/53100799099684

@svedova
Copy link
Contributor

svedova commented Feb 11, 2022

@eldemcan this needs a refactoring I guess, I'll leave this open.

@@ -78,7 +78,7 @@
"babel-eslint": "10.1.0",
"babel-loader": "8.2.3",
"babel-plugin-transform-runtime": "6.23.0",
"clean-webpack-plugin": "2.0.2",
"clean-webpack-plugin": "4.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change

@eldemcan eldemcan closed this Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants