-
Notifications
You must be signed in to change notification settings - Fork 6
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 dependency @celo/utils to v8 #23
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.
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
3 times, most recently
from
August 1, 2022 01:49
9396ba5
to
110401f
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
August 10, 2022 23:53
4bc589e
to
22a3d88
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
4 times, most recently
from
September 2, 2022 21:41
8bebe8c
to
f502d5c
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
4 times, most recently
from
September 11, 2022 17:49
19ec213
to
5720057
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
4 times, most recently
from
September 19, 2022 20:09
5ef4668
to
ead047d
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
5 times, most recently
from
September 29, 2022 19:58
0a0d32b
to
47cb390
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
6 times, most recently
from
October 10, 2022 01:42
3e9d17d
to
178113c
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
June 24, 2024 08:57
c582c89
to
a943b59
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
July 5, 2024 00:02
a943b59
to
1b2afc1
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
July 16, 2024 20:43
1b2afc1
to
cd94c34
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
2 times, most recently
from
July 27, 2024 13:34
1ad0beb
to
09f4bef
Compare
renovate
bot
changed the title
fix(deps): update dependency @celo/utils to v6
fix(deps): update dependency @celo/utils to v7
Jul 27, 2024
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
August 9, 2024 23:03
09f4bef
to
a84b6bb
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
3 times, most recently
from
September 15, 2024 03:26
39259ee
to
524040d
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
September 29, 2024 00:57
524040d
to
3b149e6
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
3 times, most recently
from
October 12, 2024 04:17
c26c341
to
ecab686
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
3 times, most recently
from
November 29, 2024 19:18
7c7f69f
to
5d92f11
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
4 times, most recently
from
December 9, 2024 02:18
8439822
to
f081ec2
Compare
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
5 times, most recently
from
December 14, 2024 18:05
279a2ef
to
e17fd72
Compare
renovate
bot
changed the title
fix(deps): update dependency @celo/utils to v7
fix(deps): update dependency @celo/utils to v8
Dec 14, 2024
renovate
bot
force-pushed
the
renovate/major-celo-packages
branch
from
January 12, 2025 02:13
e17fd72
to
761b688
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:
^1.5.2
->^8.0.0
Release Notes
celo-org/developer-tooling (@celo/utils)
v8.0.0
Compare Source
Major Changes
#200
6e3372f
Thanks @nicolasbrugneaux! - The following changes are related to adding support for more fee currencies in the @celo packages.(BREAKING):
setFeeCurrency
changed to accept an address instead of previously accepting a StableToken(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 places(CHANGED): reinforced the types of most contract wrappers to use
StrongAddress
where appropriate#200
6e3372f
Thanks @nicolasbrugneaux! - Removes stable token infos from the kit.getNetworkConfig()Removes from StableTokenWrapper all InflationParameters including, valueToUnits(), unitsToValues(), setInflationParameters(),
Removes the inflation params from StableTokenWrapper.getConfig
Patch Changes
#200
6e3372f
Thanks @nicolasbrugneaux! - Bump Cross Fetch to fix security vulnerability#200
6e3372f
Thanks @nicolasbrugneaux! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
6e3372f
,6e3372f
,6e3372f
,6e3372f
,6e3372f
]: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.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
]:v6.0.0
Compare Source
v5.0.6
Compare Source
Patch Changes
#200
6e3372f
Thanks @nicolasbrugneaux! - Bump Cross Fetch to fix security vulnerability#200
6e3372f
Thanks @nicolasbrugneaux! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionv5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.