wishtack / wishtack-steroids

Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
https://wishtack.io
MIT License
96 stars 16 forks source link

Update babel-loader to the latest version πŸš€ #119

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 7.1.2 of babel-loader just got published.

Dependency babel-loader
Current Version 7.1.1
Type devDependency

The version 7.1.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babel-loader. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 7.1.2

πŸ› Bug Fix

  • Add the message in BabelLoaderError's stack trace on node 8 (#499) (Stephen Jennings)
  • Do not swallow errors in exists() and only call exists if option is string (#495) (Nelo Mitranim)

πŸ“ Documentation

  • README: fix typo (#498) (Piper Chester)

🏠 Internal

  • Update ava to the latest version πŸš€ (#500) (greenkeeper[bot])
  • Update ava to the latest version πŸš€ (#491) (greenkeeper[bot])
  • Update ava to the latest version πŸš€ (#487) (greenkeeper[bot])
Commits

The new version differs by 8 commits.

  • 1ca5c78 7.1.2
  • 43543b7 Update dependencies
  • 8558593 Add the message in BabelLoaderError's stack trace (#499)
  • ffdf7f1 Update ava to the latest version πŸš€ (#500)
  • 87b91f0 README: fix typo (#498) [skip ci]
  • f0bbb68 Do not swallow errors in exists() and only call exists if option is string (#495)
  • 62ae6cc Update ava to the latest version πŸš€ (#491)
  • 5e76bb7 Update ava to the latest version πŸš€ (#487)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 7.1.3 just got published.

Update to this version instead πŸš€

Release Notes 7.1.3

πŸ› Bug Fix

  • Support webpack 4
Commits

The new version differs by 7 commits.

  • d51e635 7.1.3
  • ba8a846 Fix appveyor config
  • 3102137 Fix peer dependencies
  • 8170080 Run tests with webpack 4 and fix them
  • b9f4d60 Update ava to the latest version πŸš€ (#520)
  • d7de226 Update react to the latest version πŸš€ (#516)
  • dff4a44 Update babel-eslint to the latest version πŸš€ (#510)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.4 just got published.

Update to this version instead πŸš€

Release Notes 7.1.4

πŸ› Bug Fix

  • Update code to read filename
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0-beta.3 just got published.

Update to this version instead πŸš€

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 6.

  • 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