SignalK / signalk-to-nmea0183

Signal K Node server plugin to convert Signal K to NMEA 0183
Apache License 2.0
13 stars 28 forks source link

chore(deps): bump baconjs from 0.7.95 to 3.0.15 #53

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps baconjs from 0.7.95 to 3.0.15.

Changelog

Sourced from baconjs's changelog.

3.0.15

  • Bus.push bound to Bus

3.0.14

  • Improved types for Bacon.combineWith

3.0.13

  • Typo fix

3.0.12

  • Fix replayed Initial events in doAction in case of delay et al (#753)

3.0.11

  • Distribute Bacon.js as ES6 module (#749)

3.0.10

  • Fix minified Bacon.min.js
  • Split the map signature to come around some type inference inconveniences

3.0.9

  • Avoid creating union type in concat if not needed

3.0.7

  • Upgrade to typescript 3.5
  • Make observables covariant by stripping out the internal dispatcher field
  • Optimize compilation time by merging groupBy signatures

3.0.6

  • Add typings for decode

3.0.5

  • Add alternative signature to groupBy: no type param, no optional limitF param

3.0.4

  • Improve Bus.plug type ergonomics (#738)
  • Allow any in Reply return type used in subscribe, onValue et al (#740)
  • More flexible typing for merge and concat (merge observables of A and B into A | B)
  • Compile library and tests with --strict

... (truncated)

Commits
  • 6b723af release 3.0.15
  • 12ea846 bind Bus.push to the Bus for convenience
  • 7ad2f2f relnotes
  • 71194f3 release 3.0.14
  • cba77fc include @types/node to fix test compilation
  • 14464a9 build
  • 2d1518a use ES2015 lib to get rid of compiler errors on Symbol etc
  • c814e4e package-lock.json
  • 6623ad0 upgrade typedoc to 0.18.0
  • be53a33 improve Bacon.combineWith types and make Bacon.combine an alias for it
  • 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 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.