cyclejs-community / one-fits-all

The one-fits-all flavor for create-cycle-app
MIT License
34 stars 8 forks source link

Update mocha-webpack to the latest version 🚀 #54

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of mocha-webpack was just published.

Dependency mocha-webpack
Current Version 0.7.0
Type dependency

The version 1.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of mocha-webpack.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.0.0
  • use memory-fs instead of writing bundle to disk
  • include source-map-support by default
  • replaced the "glob-like" file resolution with real glob
  • support multiple entry files/patterns/directories
  • respect defined file extensions in resolve.extensions for directory entries
  • support custom reporters with relative file paths
  • pretty status logging & pretty webpack build errors / warnings
Commits

The new version differs by 58 commits.

  • e7dd7b6 Version 1.0.0
  • 1083e32 fix default value for webpack config (#186)
  • e7d0f06 add mocha4 support, use mocha4/webpack3 by default in development, re… (#179)
  • fd26d21 Version 1.0.0-rc.1
  • 4b074e0 use "unique" output path for bundle (#165)
  • f6e202f Revert "Prefer memory-fs over real fs" (#164)
  • fd0b032 Version 1.0.0-rc.0
  • 6d2fa5d Pass env to webpack config via --webpack-env (#162)
  • 1db371d Fix webpack 3 deprecation warnings (#161)
  • 198ca4a Allow absolute paths as entries (#160)
  • 6b834a1 Fix loading symlinked webpack configuration. (#154)
  • ab46baf Prefer memory-fs over real fs (#152)
  • 4004498 Improve webpack config loading (#151)
  • 2a43227 Support webpack config that exports a function (#141)
  • b99a592 Fix DeprecationWarning: loaderUtils.parseQuery() (#150)

There are 58 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • d9d99a0 Version 1.0.1
  • a8e4329 fix passing options to loaders (#187)
  • 9b525c7 update configuration samples (#189)
  • a3e3229 update readme (#188)

See the full diff