Update babel-loader to the latest version 🚀
Version 7.0.0 of babel-loader just got published.
| Dependency | babel-loader |
|---|---|
| Current Version | 6.4.1 |
| Type | devDependency |
The version 7.0.0 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
v7.0.0💥 Breaking Change
- Drop support for node < 4
- Drop support for webpack 1
🚀 New Feature
- support babel-core@7 (#403) (Henry Zhu)
🐛 Bug Fix
- Make sure .babelrc is a file, not a directory (#427) (Hiroki Osame)
- Bump loader-utils and use getOptions (#391) (Brian Ng)
- Ensure options are always an object (#413) (Daniel Tschinder)
📝 Documentation
- Point changelog to releases (Daniel Tschinder)
- Updated documentation to match webpack v2 changes. (#438) (Jagadish Kasi)
- Add note about webpack versions (Daniel Tschinder)
- Update README.md for webpack 2 (#402) (Sid Raval)
🏠 Internal
- chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
- Use preset-env (#406) (Daniel Tschinder)
- Correctly run yarn commands (Daniel Tschinder)
- Update ava to the latest version
🚀 (#434) (greenkeeper[bot]) - Update cross-env to the latest version
🚀 (#431) (greenkeeper[bot]) - chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
- chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
- chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])
- Use yarn (#376) (Daniel Tschinder)
- target node 4 in preset env (#423) (Daniel Tschinder)
- Add prettier (#409) (Daniel Tschinder)
- Use bash codecov (#440) (Daniel Tschinder)
Commits
The new version differs by 41 commits0.
1a764767.0.07307226Point changelog to releases174cb10Merge branch '7.0'2204871Add prettier (#409)dbec80dMake sure .babelrc is a file, not a directory (#427)aa485e4Use bash codecov (#440)16522b6yarn.lock660922bUpdate ava to the latest version 🚀 (#434)5d248b5Update cross-env to the latest version 🚀 (#431)74ff2e6Updated documentation to match webpack v2 changes. (#438)ed8711dAdd note about webpack versionsa7342de7.0.0-beta.1fb8c271Merge branch 'fix-options' into 7.01ed7ff5Merge branch 'master' into 7.0e20f6b6Changelog for 6.4.1 (#424)
There are 41 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree: