EtherealEngine / Blockchain-in-a-Box

A batteries-included ethereum blockchain for bootstrapping the Metaverse.πŸš€πŸš€πŸš€
MIT License
61 stars 37 forks source link

Update dependency @dfinity/candid to v0.15.3 #964

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
@dfinity/candid (source) 0.14.1 -> 0.15.3 age adoption passing confidence

Release Notes

dfinity/agent-js ### [`v0.15.3`](https://togithub.com/dfinity/agent-js/compare/v0.15.2...bd7e23e00dcf960b0b2aad8b1152f3f98da57714) [Compare Source](https://togithub.com/dfinity/agent-js/compare/v0.15.2...bd7e23e00dcf960b0b2aad8b1152f3f98da57714) ### [`v0.15.2`](https://togithub.com/dfinity/agent-js/releases/tag/v0.15.2) [Compare Source](https://togithub.com/dfinity/agent-js/compare/0a2ca8664615444ebca9f109736175b6c8d5f342...v0.15.2) ##### What's Changed - docs: bug where bls-verifiy was overwriting candid docs by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/667](https://togithub.com/dfinity/agent-js/pull/667) - chore: release v0.15.1 by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/669](https://togithub.com/dfinity/agent-js/pull/669) - chore: changelog by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/670](https://togithub.com/dfinity/agent-js/pull/670) - docs: Small edit in JS Doc comment in Auth-Client Package by [@​Web3NL](https://togithub.com/Web3NL) in [https://github.com/dfinity/agent-js/pull/657](https://togithub.com/dfinity/agent-js/pull/657) - docs: links to identity-secp256k1 by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/672](https://togithub.com/dfinity/agent-js/pull/672) - feat: migrate to secure ECDSA key for auth-client by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/674](https://togithub.com/dfinity/agent-js/pull/674) - feat: introduces X-Request-ID header to more easily identify retried requests by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/678](https://togithub.com/dfinity/agent-js/pull/678) - chore: deprecates ledger-identityhq and [@​dfinity/authentication](https://togithub.com/dfinity/authentication) by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/665](https://togithub.com/dfinity/agent-js/pull/665) - fix: Moved dev deps out of dependencies for auth-client. resolves [#​673](https://togithub.com/dfinity/agent-js/issues/673) by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/680](https://togithub.com/dfinity/agent-js/pull/680) - chore: release/v0.15.2 by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/682](https://togithub.com/dfinity/agent-js/pull/682) ##### New Contributors - [@​Web3NL](https://togithub.com/Web3NL) made their first contribution in [https://github.com/dfinity/agent-js/pull/657](https://togithub.com/dfinity/agent-js/pull/657) **Full Changelog**: https://github.com/dfinity/agent-js/compare/v0.15.0...v0.15.2 ### [`v0.15.1`](https://togithub.com/dfinity/agent-js/compare/v0.15.0...0a2ca8664615444ebca9f109736175b6c8d5f342) [Compare Source](https://togithub.com/dfinity/agent-js/compare/v0.15.0...0a2ca8664615444ebca9f109736175b6c8d5f342) ### [`v0.15.0`](https://togithub.com/dfinity/agent-js/releases/tag/v0.15.0) [Compare Source](https://togithub.com/dfinity/agent-js/compare/v0.14.1...v0.15.0) #### What's Changed Deprecates `@dfinity/authentication`, moving the `isDelegationValid` check into \`@dfinity/identity. Also moves `Secp256k1KeyIdentity` out of `@dfinity/identity` to its own package, `@dfinity/identity-secp256k1` in order to keep package sizes down for other packages. `@dfinity/identity-ledgerhq` is deprecated, and had already been out of use for some time. `@zondax/ledger-icp` is the maintained tool for integrating with the Ledger hardware wallet. - chore: links assets docs in index by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/651](https://togithub.com/dfinity/agent-js/pull/651) - feat: fetchOptions, callOptions for React Native by [@​wackyleo459](https://togithub.com/wackyleo459) in [https://github.com/dfinity/agent-js/pull/652](https://togithub.com/dfinity/agent-js/pull/652) - feat: React Native support with fetchOption and callOptions by [@​wackyleo459](https://togithub.com/wackyleo459) in [https://github.com/dfinity/agent-js/pull/653](https://togithub.com/dfinity/agent-js/pull/653) - chore: test size-limit automation for CI by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/658](https://togithub.com/dfinity/agent-js/pull/658) - test: lowering identity limit from baseline by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/659](https://togithub.com/dfinity/agent-js/pull/659) - test: enabling comparison job by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/660](https://togithub.com/dfinity/agent-js/pull/660) - chore: deprecates [@​dfinity/authentication](https://togithub.com/dfinity/authentication) by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/661](https://togithub.com/dfinity/agent-js/pull/661) - chore: replaces smartcontracts references by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/662](https://togithub.com/dfinity/agent-js/pull/662) - feat: separate secp256k1 library by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/663](https://togithub.com/dfinity/agent-js/pull/663) - chore: release/v0.15.0 by [@​krpeacock](https://togithub.com/krpeacock) in [https://github.com/dfinity/agent-js/pull/664](https://togithub.com/dfinity/agent-js/pull/664) **Full Changelog**: https://github.com/dfinity/agent-js/compare/v0.14.1...v0.15.0

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 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.