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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy-webpack-plugin in group default to the latest version 馃殌 #28

Merged
merged 2 commits into from Feb 20, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 20, 2019

The devDependency copy-webpack-plugin was updated from 4.6.0 to 5.0.0.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v5.0.0

5.0.0 (2019-02-20)

Bug Fixes

  • copy only modified files when you use patterns with difference to and same context (#341) (e808aa2)
  • handle [contenthash] as template (#328) (61dfe52)
  • handles when you add new files in watch mode and use glob (#333) (49a28f0)
  • normalize path segment separation, no problems when you mixed / and \\ (#339) (8f5e638)
  • throw error if from is an empty string #278 (#285) (adf1046)

Features

  • emit warning instead error if file doesn't exist (#338) (a1c5372)
  • supports copy nested directories/files in symlink (#335) (f551c0d)

BREAKING CHANGES

  • drop support for webpack < 4
  • drop support for node < 6.9
  • debug option was renamed to logLevel, it only accepts string values: trace, debug, info, warn, error and silent
  • plugin emit warning instead error if file doesn't exist
  • change prototype of plugin, now you can to get correct plugin name
Commits

The new version differs by 26 commits.

  • 517433e chore(release): 5.0.0
  • d332212 test: empty from (#343)
  • 1f511b8 refactor: debug option (#342)
  • e808aa2 fix: copy only modified files when you use patterns with difference to (#341)
  • fbe43cb test: space in directory (#340)
  • 8f5e638 fix: normalize path segment separation (#339)
  • a1c5372 feat: emit warning instead error if file doesn't exist (#338)
  • f551c0d feat: supports copy nested directories/files in symlink (#335)
  • 2f3ee34 refactor: use Error class for error (#336)
  • 49a28f0 fix: handles new files when you in watch mode (#333)
  • 11c9aef refactor: fromArgs option (#332)
  • e870664 refactor: migrate on Set (#331)
  • 9e1c35e refactor: code (#330)
  • ab9439a refactor: break compatibility with < webpack 4 (#329)
  • 61dfe52 fix: handle [contenthash] as template (#328)

There are 26 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

Pull Request Test Coverage Report for Build 181

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 167: 0.0%
Covered Lines: 23
Relevant Lines: 23

馃挍 - Coveralls

@taras taras merged commit 58509d8 into master Feb 20, 2019
@taras taras deleted the greenkeeper/default/copy-webpack-plugin-5.0.0 branch February 20, 2019 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants