andygrunwald / things-with-buzzers-websocket

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

Bump gobot.io/x/gobot from 1.13.0 to 1.15.0 #13

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Release notes

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

1.15.0

  • build
    • Switch to CircleCI
  • ble
    • replace go-ble with tinygo bluetooth package, restore macOS functionality
  • gpio
    • Update RelayDriver to invert value written on Inverted
    • Add tests for DigitalWrite value
    • Add support for HD44780 LCD controller
    • Add delay for Run function of StepperDriver
  • spi
    • fixes #700 - Avoid to close the connection.
  • i2c
    • add SHT2x device
    • add BMP388 Barometric Pressure/Temperature/Altitude Sensor
  • pwm
    • Resolve issue with PWM for PWMWrite
  • mqtt
    • Add method to publish MQTT messages with retain flag
  • tello
    • Add graceful halt for Tello driver
    • Add Tello EDU driver
  • keyboard
    • add symbol keys for platform/keyboard
  • examples
    • Update ffmpeg command to decrease latency in tello example

v1.14.0

  • core
    • migrating from dep to go modules
    • update codegangsta to urfave (#690)
  • docs
    • Fix a link in package docs' example code.
  • examples
    • fixed broken imports due to changed path causing go get to fail
  • gpio
    • Added ability to make a relay driver inverted (#674)
  • opencv
    • Update to GoCV 0.21.0
  • spi
    • Apa102 use default brightness (#671)
  • tello
    • Updated videoPort for DJI Tello to 11111
Changelog

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

1.15.0

  • build
    • Switch to CircleCI
  • ble
    • replace go-ble with tinygo bluetooth package, restore macOS functionality
  • gpio
    • Update RelayDriver to invert value written on Inverted
    • Add tests for DigitalWrite value
    • Add support for HD44780 LCD controller
    • Add delay for Run function of StepperDriver
  • spi
    • fixes #700 - Avoid to close the connection.
  • i2c
    • add SHT2x device
    • add BMP388 Barometric Pressure/Temperature/Altitude Sensor
  • pwm
    • Resolve issue with PWM for PWMWrite
  • mqtt
    • Add method to publish MQTT messages with retain flag
  • tello
    • Add graceful halt for Tello driver
    • Add Tello EDU driver
  • keyboard
    • add symbol keys for platform/keyboard
  • examples
    • Update ffmpeg command to decrease latency in tello example

1.14.0

  • core
    • migrating from dep to go modules
    • update codegangsta to urfave (#690)
  • docs
    • Fix a link in package docs' example code.
  • examples
    • fixed broken imports due to changed path causing go get to fail
  • gpio
    • Added ability to make a relay driver inverted (#674)
  • opencv
    • Update to GoCV 0.21.0
  • spi
    • Apa102 use default brightness (#671)
  • tello
    • Updated videoPort for DJI Tello to 11111
Commits
  • a8f33b2 docs: add badge for codecov
  • 121c13f build: separate out appveyor tests
  • 118e707 build: add codecov to CircleCI tests
  • d7a8f8b release: prepare for release 1.15.0
  • 1528422 Add delay for Run function of StepperDriver.
  • 879e89e gpio: correct test for hd44780 driver to match newer signature
  • e7defc3 build: remove remaining travisci related files
  • 5ecfcdf Add HD44780 support
  • 8cbd0ea Add configuration for Nvidia Shield Controller
  • 111b5c6 feat(ultrasonic): Add ultrasonic i2c
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)