Skip to content

Bump clean-webpack-plugin from 1.0.1 to 3.0.0#347

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/clean-webpack-plugin-3.0.0
Closed

Bump clean-webpack-plugin from 1.0.1 to 3.0.0#347
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/clean-webpack-plugin-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 30, 2021

Copy link
Copy Markdown
Contributor

Bumps clean-webpack-plugin from 1.0.1 to 3.0.0.

Release notes

Sourced from clean-webpack-plugin's releases.

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

v2.0.2

No release notes provided.

v2.0.1

No release notes provided.

v2.0.0

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.

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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 1.0.1 to 3.0.0.
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- [Commits](johnagan/clean-webpack-plugin@v1.0.1...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 30, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #378.

@dependabot dependabot Bot closed this Sep 1, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/clean-webpack-plugin-3.0.0 branch September 1, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants