terafin / mqtt-rainforest-bridge

Simple docker container that locally polls the rainforest energy bridge, and sends the results to an MQTT broker
MIT License
2 stars 2 forks source link

Bump body-parser-xml from 1.1.0 to 2.0.0 #21

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps body-parser-xml from 1.1.0 to 2.0.0.

Release notes

Sourced from body-parser-xml's releases.

v2.0.0

Fixed

  • Ensure done callback is not called multiple times #4
  • Support bodyparser's 'type' option as function #5

Breaking

  • Remove support for node < 10
Changelog

Sourced from body-parser-xml's changelog.

[2.0.0] - 2020-03-25

Fixed

  • Ensure done callback is not called multiple times #4
  • Support bodyparser's 'type' option as function #5

Breaking

  • Remove support for node < 10
Commits
  • 3b40a6e Switch build badge to GitHub Actions
  • c508bfd Use GitHub Actions instead of Travis
  • 4553cf4 v2.0.0
  • d680f97 Merge pull request #13 from Equals182/remove-type-checking-on-type-check-option
  • f8a6980 Guard against multiple calls of done callback
  • 8db74d2 Bump deps, minimum node version
  • a0e89a4 Remove type check on options.type
  • 46219a6 Removing arrow function to support 0.10-0.12
  • e41df9a Test for custom type check function
  • 96b6788 Do not convert type-check-function into array
  • See full diff 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 4 years ago

Looks like body-parser-xml is up-to-date now, so this is no longer needed.