decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
331 stars 70 forks source link

fix(deps): update dependency multiformats to v11 - autoclosed #266

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
multiformats ^9.6.5 -> ^11.0.0 age adoption passing confidence

Release Notes

multiformats/js-multiformats ### [`v11.0.2`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1102-httpsgithubcommultiformatsjs-multiformatscomparev1101v1102-2023-03-09) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v11.0.1...v11.0.2) ##### Bug Fixes - add interface files to the exports map ([#​246](https://togithub.com/multiformats/js-multiformats/issues/246)) ([a58a398](https://togithub.com/multiformats/js-multiformats/commit/a58a39896d7264ba0bcbaf737cce7f3a65c644ba)), closes [/github.com/ipld/js-dag-cbor/blob/master/src/index.js#L9](https://togithub.com/multiformats//github.com/ipld/js-dag-cbor/blob/master/src/index.js/issues/L9) ### [`v11.0.1`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1101-httpsgithubcommultiformatsjs-multiformatscomparev1100v1101-2023-01-18) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v11.0.0...v11.0.1) ##### Bug Fixes - throw on CID.parse v0 string with multibase prefix ([258a0be](https://togithub.com/multiformats/js-multiformats/commit/258a0be344ddd5d08e08e55b3e088212df0c409a)) ### [`v11.0.0`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1100-httpsgithubcommultiformatsjs-multiformatscomparev1003v1100-2023-01-02) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v10.0.3...v11.0.0) ##### ⚠ BREAKING CHANGES - Make link.toJSON return a DAG-JSON link ##### Features - Make link.toJSON return a DAG-JSON link ([9e087d6](https://togithub.com/multiformats/js-multiformats/commit/9e087d64ee3c90d8b019dd48989936b17b1cb2f3)) ##### Bug Fixes - build browser bundle ([2ee6012](https://togithub.com/multiformats/js-multiformats/commit/2ee6012dbb702cff2425668c16fe101fdf79517d)), closes [#​234](https://togithub.com/multiformats/js-multiformats/issues/234) - list links of a block that *is a* CID ([#​226](https://togithub.com/multiformats/js-multiformats/issues/226)) ([c17673d](https://togithub.com/multiformats/js-multiformats/commit/c17673d9e15bd5a4df074c9f73267a257e0dcfad)) ##### Documentation - fix typos in jsdoc comments ([a246054](https://togithub.com/multiformats/js-multiformats/commit/a246054653cf588e92d76f8161b0a6cd6035533b)) ### [`v10.0.3`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1003-httpsgithubcommultiformatsjs-multiformatscomparev1002v1003-2022-12-16) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v10.0.2...v10.0.3) ##### Documentation - publish typedocs in gh-pages branch ([#​233](https://togithub.com/multiformats/js-multiformats/issues/233)) ([3a6d3ed](https://togithub.com/multiformats/js-multiformats/commit/3a6d3ed1f653d62e30d72d7bd00dc5815a17ffe3)) ### [`v10.0.2`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1002-httpsgithubcommultiformatsjs-multiformatscomparev1001v1002-2022-10-19) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v10.0.1...v10.0.2) ##### Bug Fixes - use slash as flag that an object is a CID ([#​217](https://togithub.com/multiformats/js-multiformats/issues/217)) ([1cec619](https://togithub.com/multiformats/js-multiformats/commit/1cec619e2818d893292323539f397324ace82280)), closes [#​212](https://togithub.com/multiformats/js-multiformats/issues/212) [#​213](https://togithub.com/multiformats/js-multiformats/issues/213) ##### Trivial Changes - **no-release:** rename varint test file so it is run ([#​209](https://togithub.com/multiformats/js-multiformats/issues/209)) ([e32fe47](https://togithub.com/multiformats/js-multiformats/commit/e32fe4703ee0c48100af89f9c9c7181f65935176)) - remove unnecessary dev deps ([#​218](https://togithub.com/multiformats/js-multiformats/issues/218)) ([a43ffff](https://togithub.com/multiformats/js-multiformats/commit/a43ffff672495ba86486be47084697df4e1ecacc)) ### [`v10.0.1`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1001-httpsgithubcommultiformatsjs-multiformatscomparev1000v1001-2022-10-17) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v10.0.0...v10.0.1) ##### Bug Fixes - convert byteOffset and byteLength to getters ([#​215](https://togithub.com/multiformats/js-multiformats/issues/215)) ([4e09490](https://togithub.com/multiformats/js-multiformats/commit/4e09490beeba0e0a47432a7bb51112ab5f556e3f)), closes [#​208](https://togithub.com/multiformats/js-multiformats/issues/208) [#​210](https://togithub.com/multiformats/js-multiformats/issues/210) ### [`v10.0.0`](https://togithub.com/multiformats/js-multiformats/blob/HEAD/CHANGELOG.md#​1000-httpsgithubcommultiformatsjs-multiformatscomparev990v1000-2022-10-12) [Compare Source](https://togithub.com/multiformats/js-multiformats/compare/v9.9.0...v10.0.0) ##### ⚠ BREAKING CHANGES - remove use of Object.defineProperties in CID class - use aegir for ESM-only build/testing/release ##### Features - add complete set of aegir-based scripts ([1190bc6](https://togithub.com/multiformats/js-multiformats/commit/1190bc6fcc2d11a317979538692940d6b8085874)) - define Link interface for CID ([88e29ea](https://togithub.com/multiformats/js-multiformats/commit/88e29ea7a8c1a1a284c654311cfb1d67cbfd8e6c)) - remove deprecated CID properties & methods ([ffc4e6f](https://togithub.com/multiformats/js-multiformats/commit/ffc4e6fac0b9f755a141f5e7fea61950d195b4fa)) - use aegir for ESM-only build/testing/release ([163d463](https://togithub.com/multiformats/js-multiformats/commit/163d4632708b874b60c5a8de0f77811034557f74)) ##### Bug Fixes - \--no-cov for all but chrome main ([b92f25f](https://togithub.com/multiformats/js-multiformats/commit/b92f25fe6f3ca9ed9c9468a209bf1101a3005a3d)) - add "browser" field, remove named local imports ([d60ea06](https://togithub.com/multiformats/js-multiformats/commit/d60ea06f0c1d3145200138548e71677d0007f9ef)) - additional lint items from Link interface work ([91f677b](https://togithub.com/multiformats/js-multiformats/commit/91f677be1bc6304b066d4c6aaeea2b1af94876b7)) - address JS & TS linting complaints ([c12db2a](https://togithub.com/multiformats/js-multiformats/commit/c12db2a53a11f701fbfbd04f5f977580c37af54b)) - changes for new lint rules ([e6c9957](https://togithub.com/multiformats/js-multiformats/commit/e6c9957383d6023291fafaa1f6718bd903539e43)) - distribute types in dist/types/ ([c6defdb](https://togithub.com/multiformats/js-multiformats/commit/c6defdb039520e4e7dd0e279b212b72683ceac85)) - ensure "master" as release branch ([16f8d9e](https://togithub.com/multiformats/js-multiformats/commit/16f8d9e1215caaa00cc7d708058f01dc6d10b824)) - make CID#asCID a regular property ([a74f1c7](https://togithub.com/multiformats/js-multiformats/commit/a74f1c75b73c6d019614ecbf8f06ab97a232a48b)) - only release on master ([d15f26f](https://togithub.com/multiformats/js-multiformats/commit/d15f26fbcf51bd9d382e27ca9099af71c217bb25)) - properly export types, build more complete pack ([8172ea8](https://togithub.com/multiformats/js-multiformats/commit/8172ea8977296ece7a1b9d165caa99c284b604fd)) - remove "main" ([ad3306c](https://togithub.com/multiformats/js-multiformats/commit/ad3306c459e0e4f22184963c151bf3cc737ec9b0)) - remove use of Object.defineProperties in CID class ([6149fae](https://togithub.com/multiformats/js-multiformats/commit/6149fae84b74b7a6b0ca8f9e21e731ac9fabcf3a)), closes [#​200](https://togithub.com/multiformats/js-multiformats/issues/200) - run coverage only where it's supposed to ([872d121](https://togithub.com/multiformats/js-multiformats/commit/872d12126132a38677f623b87699b6fbff968cfd)) - test on all branches and pull requests ([f2ae077](https://togithub.com/multiformats/js-multiformats/commit/f2ae07760739c2f16e2eb5c83a2fad15a877243f)) - ts-use import path ([53651c1](https://togithub.com/multiformats/js-multiformats/commit/53651c1fae60b0bf9424c5f8f688d42959835480)) - use extensions for relative ts imports ([451998a](https://togithub.com/multiformats/js-multiformats/commit/451998a43516d7d5c468a18fe074ea1b53ac883e)), closes [/github.com/multiformats/js-multiformats/pull/199#issuecomment-1252793515](https://togithub.com/multiformats//github.com/multiformats/js-multiformats/pull/199/issues/issuecomment-1252793515) - use parent `tsc` in ts-use ([85a9296](https://togithub.com/multiformats/js-multiformats/commit/85a9296f54118ff676bf1deb107d65c4c892186d)) ##### Tests - check for non-enumerability of asCID property ([b4ba07d](https://togithub.com/multiformats/js-multiformats/commit/b4ba07db92e4610a55101f7dd17505f21a341a85)) ##### Trivial Changes - add test for structural copying ([#​206](https://togithub.com/multiformats/js-multiformats/issues/206)) ([e8def36](https://togithub.com/multiformats/js-multiformats/commit/e8def3663cd328023fbf7e4e88c9e47e71846d06)) - **no-release:** bump [@​types/mocha](https://togithub.com/types/mocha) from 9.1.1 to 10.0.0 ([#​205](https://togithub.com/multiformats/js-multiformats/issues/205)) ([a9a9347](https://togithub.com/multiformats/js-multiformats/commit/a9a9347789ee720d1de9508598d8879abf443baf)) - **no-release:** bump actions/setup-node from 3.4.1 to 3.5.0 ([#​204](https://togithub.com/multiformats/js-multiformats/issues/204)) ([604ca1f](https://togithub.com/multiformats/js-multiformats/commit/604ca1fe498864a32851294317d76f0aaa13d280))

Configuration

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

🚦 Automerge: Enabled.

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

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.