JKRhb / node-red-contrib-coap

CoAP support in Node-RED
MIT License
27 stars 29 forks source link

chore(deps): bump cbor from 8.1.0 to 9.0.0 #85

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cbor from 8.1.0 to 9.0.0.

Release notes

Sourced from cbor's releases.

Requires node16, adds SharedValue support

Changed

  • Breaking: Node 16 now required.

Added

  • SharedValueEncoder, which implements value-sharing with tags 28 and 29
  • Typescript type definitions for cbor-web

Fixed

  • All dependencies brought up to date where possible. nofilter held back, pending switching to ESM.
Commits
  • 593c551 v9.0.0
  • 6ff2b5a Require node 16. Too many dependencies have already broken in node 14.
  • de3e7d8 Get linting, parcel, docs, and all of the tests to all work at the same time
  • aae00ca Make docs work again, temporarily
  • dffc0cf SharedValueEncoder working
  • f2b574e add me as contributor
  • 0e31abf update copy types command
  • f3fe523 Update package.json
  • 4f8d212 update command
  • bb3787a include types for cbor-web
  • 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)