Closed greenkeeper[bot] closed 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.
@Dirrk would you like to send a PR with this update? Could be a nice and easy PR 😄
@remojansen yeah I think I can handle it ;-)
Build passed successfully: https://travis-ci.org/Dirrk/InversifyJS/builds/207737114 PR created here: https://github.com/inversify/InversifyJS/pull/503
Thanks a lot 👍
Version 3.5.0 of bluebird just got published.
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.0Features:
Bugfixes:
Map
(#1338)Promise
directly withoutnew
(#1320)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: