platform-coop-toolkit / coop-library-framework

Custom Post Type utilities for the Platform Co-op Resource Library.
https://platform.coop
Other
0 stars 2 forks source link

chore(deps-dev): bump clean-webpack-plugin from 1.0.1 to 2.0.2 #248

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps clean-webpack-plugin from 1.0.1 to 2.0.2.

Release notes

Sourced from clean-webpack-plugin's releases.

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
  • 9e23e7b bumped version to 2.0.2
  • 5415087 Merge pull request #137 from chrisblossom/options-partial
  • 18f71a5 replace Partial<Options> with explicit optional options
  • 4f8ae44 Merge pull request #135 from chrisblossom/export-options
  • b9b35f8 export Options type
  • 9f8a3bb Merge pull request #113 from mkungla/patch-1
  • 9a2913b bummped version to 2.0.1
  • f810047 Merge pull request #112 from chrisblossom/cleanAfterEveryBuildPatterns-negati...
  • 8fbf1f4 Remove duplicate dry from readme
  • 9d48016 fix: cleanAfterEveryBuildPatterns can exclude stale webpack asset from being ...
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @greatislander.


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 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)