the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

An in-range update of rollup is breaking the build 🚨 #77

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rollup was updated from 1.14.2 to 1.14.3.

🚨 View failing branch.

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

rollup 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 - ❌ **ci/circleci: test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/thebrodmann/deox/448?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **test-build-release:** * [test](https://circleci.com/gh/thebrodmann/deox/448?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed

Release Notes for v1.14.3

2019-06-06

Bug Fixes

  • Generate correct external imports when importing from a directory that would be above the root of the current working directory (#2902)

Pull Requests

Commits

The new version differs by 4 commits.

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 1.14.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.14.4

2019-06-07

Bug Fixes

  • Do not omit external re-exports for moduleSideEffects: false (#2905)

Pull Requests

  • #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
Commits

The new version differs by 3 commits.

  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff