inversify / InversifyJS

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
http://inversify.io/
MIT License
11.33k stars 718 forks source link

An in-range update of bluebird is breaking the build 🚨 #501

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.5.0 of bluebird just got published.

Branch Build failing 🚨
Dependency bluebird
Current Version 3.4.7
Type devDependency

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

As bluebird 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 :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/inversify/InversifyJS/builds/207522272)
Release Notes v3.5.0

Features:

Bugfixes:

  • Fixed streamline benchmarks (#1233)
  • Fixed yielding a function calling the function (#1314, #1315)
  • Fixed confusing error message when calling .catch with non function predicate (#1350)
  • Fixed .props resolving to empty object when called with empty Map (#1338)
  • Fixed confusing error message when invoking Promise directly without new (#1320)
  • Added dedicated webpack entry point (#1318)
Commits

The new version differs by 23 commits .

  • 0b281e6 Release v3.5.0
  • 053d02e add tapCatch (#1220)
  • 8d52820 Added dedicated webpack entry point. (#1318)
  • 6bdc243 fixes #1320
  • c5b3ef3 fixes #1338
  • 1d9cba4 Fix typo which mentioned that tap was called for rejections. (#1343)
  • 901a563 Reword the catch predicate TypeError message for clarity (#1350)
  • b6a1b33 update benchmarks
  • 08ae83f Update LICENSE (#1349)
  • 4a4429e Update README.md
  • 0566325 Fixed #1314: yielding a function should not call the function (#1315)
  • f1409ba fix typo (#1325)
  • a9af75f Update promise.each.md (#1317)
  • d9a3a62 add isCancelled() regression tests (#1239)
  • d020e49 Update disposer.md (#1255)

There are 23 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

Dirrk commented 7 years ago

Appears to be a failed build due to an environment issue in Travis. Only one build failed and it was a network error while downloading a module completely unrelated to bluebird.

remojansen commented 7 years ago

@Dirrk would you like to send a PR with this update? Could be a nice and easy PR 😄

Dirrk commented 7 years ago

@remojansen yeah I think I can handle it ;-)

Dirrk commented 7 years ago

Build passed successfully: https://travis-ci.org/Dirrk/InversifyJS/builds/207737114 PR created here: https://github.com/inversify/InversifyJS/pull/503

remojansen commented 7 years ago

Thanks a lot 👍