geops / react-spatial

Components to build React map apps
https://react-spatial.geops.io
MIT License
49 stars 14 forks source link

An in-range update of react-styleguidist is breaking the build 🚨 #137

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency react-styleguidist was updated from 9.1.4 to 9.1.5.

🚨 View failing branch.

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

react-styleguidist 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 - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v9.1.5
  • Fixed: to make async/await work by default (#1379)

    Add transforms: { asyncAwait: false } for default compilerConfig to make async/await work by default. Bublé doesn't have transform for async/await so they raise an error if asyncAwait transformation in configuration is not false (true by default) since bublé v0.9.7.

    Closes #1371

Commits

The new version differs by 1 commits.

  • 9c71f1f Fix: to make async/await work by default (#1379)

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 5 years ago

After pinning to 9.1.4 your tests are passing again. Downgrade this dependency 📌.

oterral commented 5 years ago

see #142