moqada / hubot-5rolli

5ROLLI for Hubot
MIT License
0 stars 0 forks source link

Update hubot to the latest version 🚀 #10

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of hubot just got published.

Dependency hubot
Current Version 2.19.0
Type devDependency

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.


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](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:

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

3.1.0 (2018-08-03)

Features

  • express: bump express and connect-multiparty (0a7e70b)
Commits

The new version differs by 34 commits.

  • 9b6f46e Update semantic-release to latest
  • e882565 Merge pull request #1458 from hubotio/upgrade-npm-before-install
  • 4404d12 CI: Another attempt to fix release
  • 74866f9 Revert "Merge pull request #1456 from hubotio/make-sure-npx-is-installed"
  • c2171db Merge pull request #1456 from hubotio/make-sure-npx-is-installed
  • 7157067 CI: Install npx before using it during deploy
  • 350519d Merge pull request #1455 from hubotio/travis-deploy-semantic-release
  • 8ac6fae CI: Use updated method of using semantic-release with Travis
  • e944fa0 Merge pull request #1453 from mistydemeo/upgrade_express
  • e1a91de Merge branch 'master' into upgrade_express
  • 928aff7 Merge pull request #1454 from mistydemeo/travis_drop_node_4
  • 6578447 chore(travis): drop Node 4, add Node 10
  • 0a7e70b feat(express): bump express and connect-multiparty
  • d0c13d2 Merge pull request #1426 from MikeMcQuaid/patch-1
  • e998db9 CONTRIBUTING: note license.

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

3.1.1 (2018-08-03)

Bug Fixes

  • docstrings: split on any newline (43acd6d)
Commits

The new version differs by 4 commits.

  • ea182fa Merge pull request #1416 from mistydemeo/do_not_trim_deprecated_syntax_lines
  • d32e695 Merge branch 'master' into do_not_trim_deprecated_syntax_lines
  • 194847e Merge branch 'master' into do_not_trim_deprecated_syntax_lines
  • 43acd6d fix(docstrings): split on any newline

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v3.2.0

3.2.0 (2019-01-10)

Features

  • Brain: ensure User objects are actually User objects (a6201ad)
Commits

The new version differs by 22 commits.

  • a3d80c1 Merge pull request #1487 from mistydemeo/reconstruct_users
  • a6201ad feat(Brain): ensure User objects are actually User objects
  • f9b18be Merge pull request #1466 from loveonelong/master
  • 37ea3d4 Merge branch 'master' into master
  • 3e32c1e Merge pull request #1477 from tsukakei/patch-1
  • 83cd611 Merge branch 'master' into patch-1
  • c9167be Merge branch 'master' into master
  • 03ee451 Merge pull request #1486 from jawn/patch-1
  • beb430b Merge branch 'master' into master
  • a1b47dd Merge branch 'master' into patch-1
  • 5fbdc79 Merge branch 'master' into patch-1
  • 466ae89 Merge pull request #1484 from hubotio/adapter_es2015_note
  • 685e0ad Fix spelling
  • 6ac6823 Adapter docs: document ES2015 entry point
  • 69b6f5f docs(src/robot.js): add comment for alias

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v3.3.0

3.3.0 (2019-02-19)

Features

  • Add new Datastore class (a494d0e)
  • User: add Datastore support (40712e1)
Commits

The new version differs by 11 commits.

  • d2b57bd Merge pull request #1489 from hubotio/add_datastore_clean
  • 8392f0d Merge branch 'master' into add_datastore_clean
  • 067a70d Merge pull request #1482 from mistydemeo/dep_updates
  • d7b0ee7 Merge branch 'master' into dep_updates
  • 40712e1 feat(User): add Datastore support
  • a494d0e feat: Add new Datastore class
  • 02ef730 Merge pull request #1468 from mattr-/upgrade-nyc
  • d7b3a33 Merge branch 'master' into upgrade-nyc
  • 42bff23 chore(package.json): bump to the latest coveralls
  • 031c466 chore(package.json): bump to the latest mocha
  • fd0f06b chore(package): Upgrade nyc to the 13.x series

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v3.3.1

3.3.1 (2019-03-06)

Bug Fixes

  • Brain: avoid retaining dangerous robot/brain references (947d988)
Commits

The new version differs by 2 commits.

  • c1c2611 Merge pull request #1496 from mistydemeo/fix_circular_reference
  • 947d988 fix(Brain): avoid retaining dangerous robot/brain references

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v3.3.2

3.3.2 (2019-04-17)

Bug Fixes

  • address deprecation warning on startup (af8acb3)
Commits

The new version differs by 3 commits.

  • 7795fe5 Merge pull request #1497 from Trott/silence-deprecation-warning
  • 39b8d59 Update robot.js
  • af8acb3 fix: address deprecation warning on startup

See the full diff