-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade dependencies + update docs on releasing (#315)
* outlines full process for releasing (not jus the technical part) * upgrades mento and oclif dependencies as these had subdeps that were giving warnings on install * test package install with npm intead of yarn as its more generic/ offers better chance to catch bugs <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on upgrading and fixing dependencies in the project. ### Detailed summary - Upgraded `@celo/celocli` and `@celo/odis-identifiers` dependencies - Fixed an error with `husky` not being installed on initial setup - Updated various CLI commands with gas currency values and addresses - Updated various OCLIF plugins and packages to their latest versions > The following files were skipped due to too many changes: `docs/command-line-interface/oracle.md`, `docs/command-line-interface/network.md`, `RELEASE.md`, `docs/command-line-interface/dkg.md`, `docs/command-line-interface/exchange.md`, `docs/command-line-interface/validatorgroup.md`, `docs/command-line-interface/election.md`, `docs/command-line-interface/transfer.md`, `docs/command-line-interface/lockedgold.md`, `docs/command-line-interface/plugins.md`, `docs/sdk/contractkit/classes/kit.ContractKit.md`, `docs/command-line-interface/validator.md`, `docs/command-line-interface/releasecelo.md`, `docs/command-line-interface/governance.md`, `docs/command-line-interface/account.md`, `yarn.lock` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> --------- Co-authored-by: Victoria <[email protected]>
- Loading branch information
Showing
33 changed files
with
2,318 additions
and
3,535 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@celo/celocli': patch | ||
--- | ||
|
||
chore: bump oclif |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@celo/contractkit': patch | ||
--- | ||
|
||
chore (bump deps) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@celo/celocli': patch | ||
--- | ||
|
||
Upgrade mento packages. version before was accidentally trying to use a dev dependency. (fix husky not installed on install error) |
This file contains 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
This file contains 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
Oops, something went wrong.