andygrunwald / things-with-buzzers-websocket

A WebSocket server to publish messages when someone pushed a hardware game show buzzer 🚀
Apache License 2.0
8 stars 1 forks source link

Bump gobot.io/x/gobot from 1.15.0 to 1.16.0 #17

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps gobot.io/x/gobot from 1.15.0 to 1.16.0.

Release notes

Sourced from gobot.io/x/gobot's releases.

1.16.0

  • bugfix
    • failing leftovers after usage of PR #569
    • Fix servo and DC motors presence
    • FIX the bug #568 without further impact, heavy improvements of tests
    • fixed PinMode, SetPullUp and SetPolarity, unit tests activated
    • ReadGPIO fixed with #576, failing leftovers for PinMode, SetPullUp and SetPolarity
    • helper_test ReadByteData, ReadWordData to use reg
  • core
    • update uuid package and directly access it; remove archived uuid package
  • digispark
    • fix ReadByte & WriteByte, rework and add i2c tests
    • remove useless code in i2c test
  • drivers
    • add AnalogActuatorDriver, analog temperature sensor, driver for PCF8591 (with 400kbit stabilization), driver for YL-40
    • Adding support for hmc8553l compass
    • bmp388 fix missing address write byte in test of Measurements
    • drv2605l fix missing address write byte in test of Halt()
    • introduce adafruit1109 2x16 LCD with 5 keys
    • mcp23017: add mutex for write, hd44780: fix mutexes
    • MCP3004: correct number of channels
  • raspi
    • fix raspi PWMPin.SetDutyCycle (#800)
  • tello
    • Guards Dji Tello Halt against nil dereference
  • test
    • don't panic on 'With*' allow simpler wrapping of drivers
  • tinkerboard
    • fix tinkerboard i2c0 to i2c4, improve comments in pin map, improve README
Changelog

Sourced from gobot.io/x/gobot's changelog.

1.16.0

  • bugfix
    • failing leftovers after usage of PR #569
    • Fix servo and DC motors presence
    • FIX the bug #568 without further impact, heavy improvements of tests
    • fixed PinMode, SetPullUp and SetPolarity, unit tests activated
    • ReadGPIO fixed with #576, failing leftovers for PinMode, SetPullUp and SetPolarity
    • helper_test ReadByteData, ReadWordData to use reg
  • core
    • update uuid package and directly access it; remove archived uuid package
  • digispark
    • fix ReadByte & WriteByte, rework and add i2c tests
    • remove useless code in i2c test
  • drivers
    • add AnalogActuatorDriver, analog temperature sensor, driver for PCF8591 (with 400kbit stabilization), driver for YL-40
    • Adding support for hmc8553l compass
    • bmp388 fix missing address write byte in test of Measurements
    • drv2605l fix missing address write byte in test of Halt()
    • introduce adafruit1109 2x16 LCD with 5 keys
    • mcp23017: add mutex for write, hd44780: fix mutexes
    • MCP3004: correct number of channels
  • raspi
    • fix raspi PWMPin.SetDutyCycle (#800)
  • tello
    • Guards Dji Tello Halt against nil dereference
  • test
    • don't panic on 'With*' allow simpler wrapping of drivers
  • tinkerboard
    • fix tinkerboard i2c0 to i2c4, improve comments in pin map, improve README
Commits
  • d8081f9 all: prepare for release v1.16.0
  • ae9eadc fix tinkerboard i2c0 to i2c4, improve comments in pin map, improve README
  • 3bfba27 fix raspi PWMPin.SetDutyCycle (#800)
  • 3b3ad4d add AnalogActuatorDriver, analog temperature sensor, driver for PCF8591 (with...
  • 6347285 mcp23017: add mutex for write, hd44780: fix mutexes
  • 4565cc3 introduce adafruit1109 2x16 LCD with 5 keys
  • cac6338 digispark remove useless code in i2c test
  • 63a5bb9 digispark fix ReadByte & WriteByte, rework and add i2c tests
  • 1cd34fd don't panic on 'With*' allow simpler wrapping of drivers
  • abbeeeb switch off debug
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #18.