Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hubot to the latest version 🚀 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jun 28, 2017

Version 3.0.0 of hubot just got published.

Dependency hubot
Current Version 2.19.0
Type peerDependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of hubot.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

3.0.0 (2017-06-28)

This is the first release done via semantic-release. Find changes for previous versions at CHANGELOG.md

Breaking Changes

  • [email protected] and [email protected] are no longer supported
  • Deep requires like require(hubot/src/adapter) are no longer supported, use require(hubot).Adapter instead.
  • Middleware.ticker() has been removed. Use process.nextTick() instead.

Features

  • require('hubot/es2015') exports native ECMAScript 2015 classes
Commits

The new version differs by 158 commits.

  • 98ad3ce Merge pull request #1361 from hubotio/evolution/6/semantic-release
  • 18b44be feat: require(hubot/es2015) exports native ECMAScript 2015 classes
  • 8f37687 test(2e2): increase timeout from 10s to 30s
  • 6475fc8 chore(package): publish with @next dist-tag
  • 2b330cd docs(CONTRIBUTING): update for semantic-release
  • 7ca06bf chore(CHANGELOG): changes now on https://github.com/hubotio/hubot/releases
  • b2b319c chore(travis): semantic-release setup
  • 099e541 chore(package): semantic-release setup
  • 39e064a chore(package): update repository url
  • e744f62 refactor(es2015): simplify testability of loadBot()
  • 6e393a6 test: require('hubot/es2015')
  • 398990b Merge pull request #1358 from hubotio/package-engines-update
  • 2a46ab0 chore(package): update node/npm versions to LTS in "engines"
  • 8812b8b Merge pull request #1360 from hubotio/evolution/4/e2e-test
  • 4d4bd7f chore(travis): run e2e test in after_script

There are 158 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2017

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

3.0.0 (2017-06-28)

This is the first release done via semantic-release. Find changes for previous versions at CHANGELOG.md

Breaking Changes

  • [email protected] and [email protected] are no longer supported
  • Deep requires like require(hubot/src/adapter) are no longer supported, use require(hubot).Adapter instead.
  • Middleware.ticker() has been removed. Use process.nextTick() instead.

Features

  • require('hubot/es2015') exports native ECMAScript 2015 classes
Commits

The new version differs by commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants