chore(deps): bump @celo/abis to 14.0.1 (latest compatible)#784
Merged
Conversation
Update @celo/abis from 13.0.0-post-audit.0 to the latest 17.0.0 across cli, contractkit, governance, actions and dev-utils. Typechecks clean in all consumers; no API breakage. Note: @celo/contracts is not a dependency of this repo, so nothing to update there.
Contributor
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #784 +/- ##
=======================================
Coverage 68.78% 68.78%
=======================================
Files 152 152
Lines 8838 8838
Branches 1661 1568 -93
=======================================
Hits 6079 6079
Misses 2688 2688
Partials 71 71
🚀 New features to boost your workflow:
|
13.0.0-post-audit.0 -> 14.0.1 (latest release compatible with the kit). 17.x removed the StableToken/EUR/BRL ABIs that contractkit still registers and requires dynamically (requireABI), so it can't be adopted without a separate stables migration; 14.0.1 is the newest version that keeps them. Typechecks clean in all consumers; interactive-proposal-builder require-all test passes.
🦋 Changeset detectedLatest commit: 8b378fa The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump
@celo/abis13.0.0-post-audit.0→14.0.1across cli, contractkit, governance, actions, dev-utils.Why not 17.x (latest)
abis
17.xremoved the StableToken/StableTokenEUR/StableTokenBRL ABIs, which@celo/contractkitstill registers (CeloContractenum /RegisteredContracts) and resolves at runtime viarequireABI('@celo/abis/<name>').tscpasses (the require is dynamic) butinteractive-proposal-builder"all registered contracts can be required" fails at runtime. Adopting 17 needs a separate stables migration.14.0.1is the newest published release that keeps those ABIs (15/16 were never published).@celo/contractsis not a dependency of this repo — nothing to update there.Verified
tsc --noEmit0 errors: contractkit, governance, actions, cli, dev-utilsinteractive-proposal-builder.test.ts30/30 (incl. StableToken/EUR/BRL require)