Skip to content

fix(deps): update dependency cbor to v9

Renovate Bot requested to merge renovate/cbor-9.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
cbor (source) 8.1.0 -> 9.0.1 age adoption passing confidence

Release Notes

hildjj/node-cbor

v9.0.1: Fix null converter issue

Compare Source

Passing in {tags: {1: null}} did not override built-in converter as the docs promised. This is now fixed.

v9.0.0: Requires node16, adds SharedValue support

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports