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

Bump clean-webpack-plugin from 2.0.2 to 3.0.0 #26

Merged
merged 1 commit into from
May 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps clean-webpack-plugin from 2.0.2 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');
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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


Dependabot has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 30, 2019
@orzyyyy orzyyyy merged commit 25d1805 into master May 30, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/clean-webpack-plugin-3.0.0 branch May 30, 2019 23:27
@pr-triage pr-triage bot added the PR: merged label May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file PR: merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant