Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Update copy-webpack-plugin to the latest version πŸš€ #231

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency copy-webpack-plugin was updated from 5.1.1 to 6.0.0.

This version is not covered by your current version range.

If you don’t 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.


Publisher: evilebottnawi
License: MIT

Release Notes for v6.0.0

6.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13,
  • the plugin now accepts an object, you should change new CopyPlugin(patterns, options) to new CopyPlugin({ patterns, options })
  • migrate on compilation.additionalAssets hook
  • the ignore option was removed in favor globOptions.ignore
  • the test option was removed in favor the transformPath option
  • the cache option was renamed to the cacheTransform option, cacheTransform option should have only directory and keys properties when it is an object
  • global context and ignore options were removed in favor patten.context and pattern.globOptions.ignore options
  • the missing file error is now an error, before it was a warning
  • the from option now can only be a string, if you use { from: { glob: 'directory/**', dot: false } } changed it to { from: 'directory/**', globOptions: { dot: false } }
  • the copyUnmodified was removed without replacements
  • the 2 version of webpack-dev-server is not supported anymore
  • the logLever was removed in favor the infrastructureLogging.level option, please read the documentation

Features

  • implement the concurrency option (#466) (c176d7d)
  • implement the directory option for the cacheTransform option (29254e3)
  • implement the noErrorOnMissing option (#475) (e3803ce)
  • migrate on webpack built-in logger (#446) (5af02bc)

Bug Fixes

Commits

The new version differs by 31 commits.

  • 64e60c2 chore(release): 6.0.0
  • dd9ce50 test: coverage
  • 29254e3 feat: implement the directory option for the cacheTransform option
  • bebafcf refactor: code
  • e3803ce feat: implement the noErrorOnMissing option (#475)
  • 8e5bc1b chore(deps): update (#474)
  • 6b85c86 docs: improve (#473)
  • 3ef3f25 refactor: drop test option in favor transformPath (#472)
  • 045f629 refactor: code (#471)
  • 20c9ae5 docs: import documentation for the from option (#468)
  • bfb4f0e docs: improve the description for the toType option (#467)
  • c0c9fa7 test: transform && transformPath (#470)
  • 197b0d8 fix: asset size
  • c176d7d feat: concurrency option (#466)
  • e5e410a refactor: code (#465)

There are 31 commits in total.

See the full diff


FAQ and help

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


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Release Notes for v6.0.1

6.0.1 (2020-05-16)

Bug Fixes

  • concurrency writing assets (#484) (bfc712d)
  • escaping special characters in the context option (0e62695)
Commits

The new version differs by 7 commits.

  • 6f34c86 chore(release): 6.0.1
  • 21d9c7d refactor: code (#488)
  • 0088530 refactor: code (#486)
  • 34a63c7 perf: improve performance
  • bfc712d fix: concurrency writing assets (#484)
  • 0e62695 fix: escaping special characters in the context option
  • 0aae9b5 docs(changelog): fix logLevel typo (#481)

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants