-
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 - autoclosed #880
Closed
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
5 times, most recently
from
October 11, 2024 13:32
10ed065
to
94046a7
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
2 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
7 times, most recently
from
October 30, 2024 10:52
48c37df
to
02f4461
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
3 times, most recently
from
November 4, 2024 18:55
25df3e1
to
ac7f49c
Compare
renovate
bot
force-pushed
the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
from
November 4, 2024 20:10
ac7f49c
to
2ff1cef
Compare
Quality Gate passedIssues Measures |
Code Climate has analyzed commit 2ff1cef and detected 0 issues on this pull request. View more on Code Climate. |
renovate
bot
changed the title
chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v2
chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v2 - autoclosed
Nov 5, 2024
renovate
bot
deleted the
renovate/nomicfoundation-hardhat-chai-matchers-2.x
branch
November 5, 2024 12:48
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.