hoodiehq / ember-hoodie

Build awesome offline-first Ember apps with Hoodie!
MIT License
17 stars 6 forks source link

upgrade hoodie dependencies #55

Closed brunopedroso closed 7 years ago

brunopedroso commented 7 years ago

Version 2.2.3 is from oct/16. It references hoodie-client@ˆ6.0.0 (its at 10.0.2 already!)

Is there preventing us to upgrade?

brunopedroso commented 7 years ago

looks like master is already updated. Is it just a matter of releasing?

gr2m commented 7 years ago

yes looks like semantic-release failed on last build due to a timeout: https://travis-ci.org/hoodiehq/ember-hoodie/jobs/220821417#L2313

You can try to restart the build, maybe that will fix it. It would be even better to research if there is a setting for the timeout so we can increase it?

brunopedroso commented 7 years ago

I'd love to try restarting the build, but I guess I'm not allowed to...

gr2m commented 7 years ago

I’ve restarted the build and invited you to the Hoodie Contributors Team, so you should be able to do it yourself in future. Welcome :)

gr2m commented 7 years ago

unfortunately neither the number of attempts nor the timeout between attempts is configurable.

I’ll try to reduce the amount of test on travis if the current build finishes and fails again

gr2m commented 7 years ago

last build passed, ember-hoodie@2.3.0 was released https://github.com/hoodiehq/ember-hoodie/releases/tag/v2.3.0

brunopedroso commented 7 years ago

welcome

Thanks! Hope I can help =)

brunopedroso commented 7 years ago

Interestingly, the logs I see in the build still show the semantic-release error:

https://travis-ci.org/hoodiehq/ember-hoodie/jobs/220821417#L2313 (its the same link you posted earlier)

Can we see the logs of the new successful run?!