-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v2 #880
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/nomicfoundation-hardhat-chai-matchers-2.x
base: dev
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
❌ Deploy Preview for kleros-v2-testnet failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-contracts canceled.
|
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
13 times, most recently
from
June 12, 2023 16:08
9a90446
to
c6619c0
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
13 times, most recently
from
June 15, 2023 14:09
5d4a88b
to
10c2667
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
4 times, most recently
from
August 12, 2024 15:46
b74220e
to
b23bce7
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
from
August 23, 2024 14:20
b23bce7
to
c4c2729
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
2 times, most recently
from
September 10, 2024 14:38
df1a1a8
to
3472208
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
4 times, most recently
from
October 9, 2024 10:01
3b67e77
to
ec72881
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
4 times, most recently
from
October 14, 2024 18:26
5d0c142
to
3791ae7
Compare
❌ Deploy Preview for kleros-v2-testnet-devtools failed. Why did it fail? →
|
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
5 times, most recently
from
October 18, 2024 11:23
876764e
to
aa80612
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
5 times, most recently
from
October 29, 2024 10:39
aaacc6b
to
6962a48
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
from
October 29, 2024 11:29
6962a48
to
48c37df
Compare
Code Climate has analyzed commit 48c37df and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedIssues Measures |
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.0.6
->^2.0.0
Release Notes
nomicfoundation/hardhat (@nomicfoundation/hardhat-chai-matchers)
v2.0.8
Compare Source
This release includes bug fixes for the
emit
andreverted
matchers, improving support for overloaded events andbytes32
strings.Changes
1a0e1e3
: Enhanced error message inemit
matcher for overloaded events (thanks @iosh!)7964bf0
: Enhanced thereverted
matcher to correctly handlebytes32
strings (thanks @iosh!)v2.0.7
Compare Source
This release accepts predicate functions in the
changeEtherBalance
,changeEthersBalances
,changeTokenBalance
andchangeTokenBalances
matchers (thanks @SevenSwen and @k06a!)v2.0.6
Compare Source
This release improves the error messages of the
.withArgs
matcher (thanks @RenanSouza2!)v2.0.5
Compare Source
This version:
.revertedWithCustomError
handles wrong number of arguments (thanks @RenanSouza2!)v2.0.4
Compare Source
This release improves the loading performance of the plugin
v2.0.3
Compare Source
This release adds support for
Addressable
objects in.withArgs
and.equals
(thanks @Amxx!)v2.0.2
Compare Source
This release has a very minor change that makes the toolbox work correctly in ESM projects. ESM can only be used with Hardhat v2.13.0 or later.
v2.0.1
Compare Source
This release adds support for the polygonZkEVM and polygonZkEVMTestnet networks. It also fixes a minor issue related to a case-sensitive address comparison for detecting verified contracts.
v2.0.0
Compare Source
This new major version of Hardhat Chai Matchers works with the new version of our hardhat-ethers plugin. If you are going to use ethers v6, this is the version that you have to install. If you are still using ethers v5, then you should keep using version 1.x of this plugin.
As part of that, we dropped support for ethers v5's BigNumbers in this version. No other breaking changes were introduced to the API.
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
PR-Codex overview
This PR updates the version of the
@nomicfoundation/hardhat-chai-matchers
package from1.0.6
to2.0.0
, along with its dependencies and peer dependencies, in bothcontracts/package.json
andyarn.lock
.Detailed summary
@nomicfoundation/hardhat-chai-matchers
from^1.0.6
to^2.0.0
incontracts/package.json
.@nomicfoundation/hardhat-chai-matchers
fromnpm:^1.0.6
tonpm:^2.0.0
inyarn.lock
.1.0.6
to2.0.8
in the lockfile.@nomiclabs/hardhat-ethers
from^2.0.0
to^3.0.0
.ethers
from^5.0.0
to^6.1.0
.@nomicfoundation/hardhat-chai-matchers
.