-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Version 7.1.0 of babel-loader just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | babel-loader |
| Current Version | 7.0.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As babel-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
7.1.0🚀 New Feature
- Update to support webpack 3 (#471) (Joe Lencioni)
- look for babel options in package.json and .babelrc.js (babel 7) (#465) (Thomas Sileghem)
- Watch configuration files. (#460) (Evilebot Tnawi)
You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel.
🐛 Bug Fix
- Only base cache identifier on babel options from package.json (#468) (Daniel Tschinder)
📝 Documentation
- Remove outdated examples. (Daniel Tschinder)
🏠 Internal
- update eslint-config-babel to version 7.0.0 (#469) (greenkeeper[bot])
- update lint-staged to version 4.0.0 (#470) (greenkeeper[bot])
- Add prettier eslint plugin (#466) (Daniel Tschinder)
- Add node 8 to test matrix (#467) (Daniel Tschinder)
- Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457) (Daniel Tschinder)
Commits
The new version differs by 13 commits.
d2491197.1.0ea9b4d4Update yarn.lock7986787chore(package): update eslint-config-babel to version 7.0.0 (#469)ee40748chore(package): update lint-staged to version 4.0.0 (#470)66784e4Update to webpack 3 (#471)8544ffaOnly base cache identifier on babel options from pkg.json (#468)ea2eafaAdd prettier eslint plugin (#466)4548169Add node 8 to test matrix (#467)d8b73c0fix(resolve-rc): look for babel in package.json and .babelrc.js (#465)8d96c1fRemove outdated examples.91f2658Fixed: watch configuration files. (#460)de2d3f3Upgrade dependencies37e63e3Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457)
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 🌴