-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update celo packages (major) #283
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-celo-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
8 times, most recently
from
January 22, 2024 03:54
1db7455
to
2bb9dd6
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
7 times, most recently
from
January 29, 2024 05:16
1cfdfd3
to
45ae3a5
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
11 times, most recently
from
February 5, 2024 09:04
5b34e97
to
c84feb3
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
February 7, 2024 12:48
bf97257
to
2e3936c
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
October 14, 2024 04:45
d5037be
to
3345ad4
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
October 14, 2024 07:43
3345ad4
to
517f4b7
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
5 times, most recently
from
October 31, 2024 14:22
de5ae65
to
56e7e84
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
November 4, 2024 03:24
65204d9
to
cd7d2b6
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
November 18, 2024 18:17
cd7d2b6
to
73b121e
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
4 times, most recently
from
December 5, 2024 04:43
968c128
to
3afef16
Compare
renovate
bot
changed the title
chore(deps): update celo packages (major)
chore(deps): update celo packages (major) - autoclosed
Dec 8, 2024
auto-merge was automatically disabled
December 8, 2024 18:56
Pull request was closed
renovate
bot
changed the title
chore(deps): update celo packages (major) - autoclosed
chore(deps): update celo packages (major)
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
December 9, 2024 04:20
3afef16
to
21b0b5f
Compare
renovate
bot
changed the title
chore(deps): update celo packages (major)
fix(deps): update celo packages (major)
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
December 14, 2024 18:54
21b0b5f
to
6ccb30a
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
December 30, 2024 05:25
6ccb30a
to
5b628df
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
January 9, 2025 04:37
5b628df
to
8c034a4
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
January 13, 2025 06:50
8c034a4
to
74a095d
Compare
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.
This PR contains the following updates:
^6.0.0
->^7.0.0
^5.2.1
->^9.0.0
^5.0.6
->^8.0.0
Release Notes
celo-org/developer-tooling (@celo/base)
v7.0.0
Compare Source
Major Changes
b34439a
Thanks @aaronmgdr! - Remove all references to now defunkt mento exchange contractsPatch Changes
#57
8fb6c76
Thanks @aaronmgdr! - Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00
).Remove support for deprecated
MetaTransactionWallet
andMetaTransactionWalletDeployer
. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used.#56
7dfbcd6
Thanks @aaronmgdr! - Re-removesgrandamento
While 6.0.0 (
9ab9d00
) previously removedgrandamento
it was added back temporarily because@celo/celocli
required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP.Due to previous removal this is not considered a breaking change.
Updated dependencies [
6b2e34c
]:v6.1.0
Compare Source
Minor Changes
38b2631
Thanks @nicolasbrugneaux! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries@noble/*
and@scure/*
v6.0.1
Compare Source
Patch Changes
#200
6e3372f
Thanks @nicolasbrugneaux! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version#200
6e3372f
Thanks @nicolasbrugneaux! - The following changes are related to adding support for more fee currencies in the @celo packages.(CHANGED): all places referring to gasCurrencies have been changed from
string
toStrongAddress
for safer types. This shouldn't impact you as you already should have been giving0x${string}
in these placesUpdated dependencies [
6e3372f
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.