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 dependency hubot to v11 #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hubot ^2.12.0 -> ^11.0.0 age adoption passing confidence

Release Notes

hubotio/hubot (hubot)

v11.2.2

Compare Source

Bug Fixes
  • having to hit the up arrow key so many times to get to the previous command (49d35e4)

v11.2.1

Compare Source

Bug Fixes
  • Shell adapter history is not persisting (5ae96d4)
  • standard (93b5583)

v11.2.0

Compare Source

Features
  • Shell adapter no longer requires starting the message with the robot name. (add95d3)

v11.1.9

Compare Source

Bug Fixes
  • Shell: Sometimes up-arrow wasn't showing history (390d187)

v11.1.8

Compare Source

Bug Fixes
  • Robot: warning function doesn't exist message when the regex starts with an anchor (82bbdbb)

v11.1.7

Compare Source

Bug Fixes
  • Shell: History wasn't working when hitting the up and down arrows (b66760f)

v11.1.6

Compare Source

Bug Fixes
  • Scripts making pipelined requests were not waited on to finish before loading the next script. (a4b688e)

v11.1.5

Compare Source

Bug Fixes
  • Scripts not loaded in the order they exist in the file system (6eb73e3)

v11.1.4

Compare Source

Bug Fixes

v11.1.3

Compare Source

Bug Fixes

v11.1.2

Compare Source

Bug Fixes

v11.1.1

Compare Source

Bug Fixes

v11.1.0

Compare Source

Features

v11.0.3

Compare Source

Bug Fixes

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • v11 release
  • Convert to ESM

v10.0.5

Compare Source

Bug Fixes

v10.0.4

Compare Source

Bug Fixes

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • new shell adapter no longer uses Cline. (#​1687)

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Features

v9.0.2

Compare Source

Bug Fixes

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • Updating datastore to async/await API.
  • Bump Node support to v18
  • Making robot.run async/await is an API change.

Get tests working with node v18.17.1.
It's fine if there's not a history file for the shell adapter.
fixed this[#rl].close is not a function in pipeline.
Possible race condition between loading the readline interface and call to close happening close together.

v8.1.0

Compare Source

Features

v8.0.3

Compare Source

Bug Fixes
  • Loading .mjs Adapter from file and scripts failing on Windows (#​1662) (91cbe76)

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
  • on Windows, getting ERR_UNSUPPORTED_ESM_URL_SCHEME error when trying to load an adpater (#​1660) (8a198e2)

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • This change introduces using async/await to load files from the scripts folder.

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • This change now requires you to include hubot- when specifying hubot adapters.

v6.0.0

Compare Source

Bug Fixes
  • es2015 hadn't been updated to the v5 Robot signature (aed26e6)
BREAKING CHANGES
  • version 5 introduced a new Robot signature which impacts any program using es2015.js directly.

v5.0.7

Compare Source

Bug Fixes
  • standard: Word-wrap vulnerability (94c1926)

v5.0.6

Compare Source

Bug Fixes
  • Removing files from published package. (c30b433)

v5.0.5

Compare Source

Bug Fixes
  • Found an unused method from a previous decrecation (c3eb634)

v5.0.4

Compare Source

Bug Fixes
  • robot: Loading an adapter from file peridically fails on Windows. (53b479a)

v5.0.3

Compare Source

Bug Fixes
  • release: Add a release for the next distribution channel (1d7525d)

v5.0.2

Compare Source

Bug Fixes
  • Renaming from master to main (d68514e)

v5.0.1

Compare Source

Bug Fixes
  • robot: Starting Hubot from scratch failed to use the builtin shell adapter by default (31633df)

v5.0.0

Compare Source

Features
  • adapter: Load adapter from local disk (67fe7c9)
  • Remove loading hubot scripts from file (abc89c4)
  • robot: hubot -f (d1cabd5)
BREAKING CHANGES
  • No longer loading scripts from hubot-scripts.js
  • adapter: ES6 import is async, thus loadAdapter was changed to an async function.

v4.1.0

Compare Source

Features
  • log: Replace log module with the pino module (02d217a)
  • log: Replace log module with the pino module which has structured/ndjson logging (f17226d)

v4.0.0

Compare Source

Features
  • log: bump log module from 1.4.0 to 6.3.1 (4c34b62)
BREAKING CHANGES
  • log: Updating log module from 1.4.0 to 6.3.1.

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: hubotio/hubot@v3.4.0...v3.5.0

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: hubotio/hubot@v3.3.2...v3.4.0

v3.3.2

Compare Source

Bug Fixes
  • address deprecation warning on startup (af8acb3)

v3.3.1

Compare Source

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

v3.3.0

Compare Source

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

v3.2.0

Compare Source

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

v3.1.1

Compare Source

Bug Fixes
  • docstrings: split on any newline (43acd6d)

v3.1.0

Compare Source

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

v3.0.1

Compare Source

3.0.1 (2017-06-29)
Bug Fixes
  • engines syntax fix for npm@2 (beb8dca)

v3.0.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants