Kinto / kinto-http.js

A JavaScript HTTP client for the Kinto API.

Home Page:http://kinto.github.io/kinto-http.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of babel-loader is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 8.0.2 of babel-loader was just published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 8.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

babel-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes v8.0.2
  • #541 - A bunch of great README fixes
  • #574 - Add cacheCompression: false to disable GZip compression of the disk cache
  • #670 - Handle both 'sourceMap' and 'sourceMaps' options properly
  • #671 - Fix sourceMaps: 'inline' to work properly with babel-loader
  • #669 - Fix sourcemaps to work with Webpack's devtoolModuleFilenameTemplate placeholders
Commits

The new version differs by 6 commits.

  • 0e43d0a 8.0.2
  • 5e0565d Manually fix 'inline' sourcemaps so they work with Webpack. (#671)
  • ea52d05 Use 'sourceMaps' since that is what we suggest to use in our docs. (#670)
  • 4c32295 Use absolute filepaths in sourcemap 'sources' list. (#669)
  • 9621e24 Tidy up README [skip ci]
  • 67a5f40 Make compressing transforms cache configurable (#574)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 8.0.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

Seems like a transient build failure, which is now OK.