Update botframework, spark, and stackstorm hubot plugins to latest#147
Update botframework, spark, and stackstorm hubot plugins to latest#147
Conversation
|
The problem is that shrinkwrap change here includes all possible dependency updates with Try to follow this guide #104 to regenerate only needed dependencies in shrinkwrap. |
|
That guide is good, and I'm redoing the PR to follow that, but using I'm currently redoing this PR to break up the changes to |
af26799 to
d951ac2
Compare
|
The And a final |
Update dependencies to their latest versions.
This PR includes changes from #141, to fix a few issues when integrating with Microsoft Teams. Thank you to LizhangX.
This PR also switches the hubot-spark adapter to using a git commit, since the version of hubot-spark available on NPM is not the most up-to-date, and the Spark adapter in hubot-stackstorm depends on the most recent (as of this writing) changes in that hubot-spark Hubot plugin.
Thanks to @viveksyngh, the hubot-stackstorm plugin has been updated to work against Webex (Cisco Spark was renamed to Webex Teams), so that dependency is also updated and pulled normally from NPM.
This slims down the
npm-shrinkwrap.jsonfile a bit, (I think) because we are no longer includingdevDependenciesfor hubot-stackstorm.Not sure why the tests are failing. Will investigate and fix them.