Update hubot to the latest version 🚀 #43
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 3.0.0 of hubot just got published.
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.03.0.0 (2017-06-28)
This is the first release done via semantic-release. Find changes for previous versions at CHANGELOG.md
Breaking Changes
require(hubot/src/adapter)
are no longer supported, userequire(hubot).Adapter
instead.Middleware.ticker()
has been removed. Useprocess.nextTick()
instead.Features
require('hubot/es2015')
exports native ECMAScript 2015 classesCommits
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 classes8f37687
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 🌴