TheToxProject / client

The Universal Tox client. Platform-agnostic Tox client with user-friendlyness in mind!
https://tox-rebrand.herokuapp.com
MIT License
98 stars 10 forks source link

Update babel-loader to the latest version 🚀 #96

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 8.0.0-beta.3 of babel-loader was just published.

Dependency babel-loader
Current Version 7.1.3
Type dependency

The version 8.0.0-beta.3 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 babel-loader.

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 8.0.0-beta.3
  • #590 Handle cache directory fallback better
  • #599 Drop logic for reading the .babelrc and rely on@babel/core`
  • #618 Refactor to use async functions for async handling (compiled to generators)
  • #619 Expose an API for users to create custom wrapper around babel-loader
Commits

The new version differs by 42 commits ahead by 42, behind by 4.

  • 7cbbd57 8.0.0-beta.3
  • 5192a63 Update lint-staged to support Node 10
  • ebedae1 Expose API to allow implementing custom loaders around babel-loader. (#619)
  • 088f79c Handle ignored files properly
  • 4b1bcec Merge pull request #618 from loganfsmyth/async-fn-loader
  • 0979918 Ensure that ignored files pass through unaltered.
  • 6bc2671 Drop support for Node < 6.9 and use async functions for loader logic.
  • 88f876e Merge pull request #599 from loganfsmyth/partial-config-refactor
  • 1fdd371 Rely on babel/core to load the babel options for caching.
  • db902fb Fix cache directory fallback (#590)
  • 0a63bae Update README.md
  • 690a78f Use full plugin name @babel/plugin-transform-runtime (#591)
  • b295162 Format imports
  • 47188a0 8.0.0-beta.2
  • d247a36 Fix the resolving of babelrc when extends not set (#588)

There are 42 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 6 years ago

Version 7.1.5 just got published.

Update to this version instead 🚀

Release Notes v7.1.5

v7.1.5

  • Perf: Use md4 instead of sha1 for filename hashes (#638)
Commits

The new version differs by 9 commits ahead by 9, behind by 42.

See the full diff