Bump cacheable-request, ethereum-waffle and solidity-coverage
Removes cacheable-request. It's no longer used after updating ancestor dependencies cacheable-request, ethereum-waffle and solidity-coverage. These dependencies need to be updated together.
Removes cacheable-request
Updates ethereum-waffle from 3.4.0 to 4.0.9
Release notes
Sourced from ethereum-waffle's releases.
@ethereum-waffle/chai@4.0.9Patch Changes
- 216f1d8: Switch hardhat error priority
[email protected]
Patch Changes
- Updated dependencies [216f1d8]
@ethereum-waffle/chai@4.0.8Patch Changes
- f93abe9: Move call history injection logic to hardhat plugin
- 9602243: 👔 revertedWith().withArgs no longer fails for uint values exceeding JavaScript's max int limit
- b54c6b9: Add delta to balance changing matchers
- 64707ae: Allow special characters in revertedWith regex
- 702c6ab: 🗾 Extend matching of Hardhat revert reasons
- a0f721a: Move ethers to peer deps
- f6d240e: 🛶 Updates for hardhat v2.11
- Updated dependencies [ee1d1b8]
- Updated dependencies [a0f721a]
@ethereum-waffle/provider@4.0.5[email protected]
Patch Changes
- f93abe9: Move call history injection logic to hardhat plugin
- a0f721a: Move ethers to peer deps
- Updated dependencies [da92375]
- Updated dependencies [f93abe9]
- Updated dependencies [46b954e]
- Updated dependencies [9602243]
- Updated dependencies [fb6863d]
- Updated dependencies [b54c6b9]
- Updated dependencies [64707ae]
- Updated dependencies [1fa1312]
- Updated dependencies [ee1d1b8]
- Updated dependencies [702c6ab]
- Updated dependencies [a0f721a]
- Updated dependencies [f6d240e]
@ethereum-waffle/chai@4.0.7
... (truncated)
Commits
a1d89d0🎉 Release new version (#821)216f1d8🌏 Switch hardhat errors priority (#820)13d1af0🎉 Release new version (#796)5637cc5🦉 Optimism tests use latest commit (#819)1fa1312🥑 Add mock contract typing (#818)702c6ab🗾 Extend matching of Hardhat revert reasons (#802)46b954e🖼 Mock contract chaining behaviour (#816)fb6863d🍶 Implement mocking receive function to revert (#807)da92375🗽 Add address parameter to the mock contract (#815)b54c6b9🗿 Add error to balance changing matchers (#814)- Additional commits viewable in compare view
Updates solidity-coverage from 0.7.17 to 0.8.2
Release notes
Sourced from solidity-coverage's releases.
0.8.2
What's Changed
- Set web3-utils dep to ^1.3.6 by
@MarkuSchickin sc-forks/solidity-coverage#744New Contributors
@MarkuSchickmade their first contribution in sc-forks/solidity-coverage#744Full Changelog: https://github.com/sc-forks/solidity-coverage/compare/v0.8.1...v0.8.2
0.8.1
What's Changed
- Bug fix: restore missing web3-utils dependency by
@cgeweckein sc-forks/solidity-coverage#743Full Changelog: https://github.com/sc-forks/solidity-coverage/compare/v0.8.0...v0.8.1
0.8.0
Hi!
⚠️ This version requires Hardhat >= 2.11.0 (Ethereum Merge)
New Features
A central focus of the 0.8.0 release is improving the coverage tool's branch detection.
Beginning with this version the following syntax is measured as a branch:
OR conditions
When a logical expression is composed with the
||operator, both sides can be considered branches. To test the entire expressionif (a == 1 || a == 2)...
amust equal 1, 2 and neither of those values. (Thanks to Gnosis engineer@rmeissnerfor proposing this in #175)
Ternary Conditionals
Long ago, when Solidity was 0.4, solidity-coverage treated ternary conditionals like regular if/else statements. Some language improvements v0.5 subsequently made this impossible. Now it's back...
Modifier Invocations
Solidity-coverage already covers the code within modifier definitions. However, each modifier invocation at the function level should really be considered its own branch. Some of the most critical logic in Solidity contracts is handled this way (ex:
onlyOwner). Testing the pass/fail cases for each occurrence of these gates protects you from accidentally removing them during a refactor.Because it's possible to write a modifier which performs a preparatory task and never reverts, there's a new option (
modifierWhitelist) which allows you to exclude specific modifiers from branch measurement.
... (truncated)
Changelog
Sourced from solidity-coverage's changelog.
Changelog
0.8.1 / 2022-09-06
- Restore web3-utils (sc-forks/solidity-coverage#743)
0.8.0 / 2022-09-05
- See release notes at: https://github.com/sc-forks/solidity-coverage/releases/tag/v0.8.0
0.7.21 / 2022-04-24
- Add support for UncheckedStatement blocks (sc-forks/solidity-coverage#712)
- Lazy load hardhat plugin resources (sc-forks/solidity-coverage#711)
0.7.20 / 2022-02-15
- Remove early V7 Truffle patches (sc-forks/solidity-coverage#693)
0.7.19 / 2022-02-09
- Update solidity-parser/parser to 0.14.0 - supports solidity user-defined types (sc-forks/solidity-coverage#689)
0.7.18 2022-01-17
- Add solcOptimizerDetails option to help workaround "stack too deep" errors (sc-forks/solidity-coverage#683)
- Add __SOLIDITY_COVERAGE_RUNNING variable on global HH env for identifying solidity-coverage task from other tasks (sc-forks/solidity-coverage#682)
- Fix hardhat_reset (sc-forks/solidity-coverage#667)
- Add new hook and make temporary contracts directory configurable (sc-forks/solidity-coverage#664)
- Use internal visibility for fn level hash method defs (sc-forks/solidity-coverage#660)
0.7.16 / 2021-03-04
- Update
@solidity-parser/parserto ^0.12.0 (and support Panic keyword in catch clauses) (sc-forks/solidity-coverage#621)0.7.15 / 2021-02-16
- Fix ctrl-c not exiting on Hardhat (sc-forks/solidity-coverage#616)
- Fix bug instrumentation bug w/ "pragma abicoder v2" (sc-forks/solidity-coverage#615)
- Update changelog: v0.7.14
0.7.14 / 2021-01-14
- Support file scoped function definitions for solc >= 0.7.4
- Upgrade
@solidity-parser/parserto v0.11.00.7.13 / 2020-12-03
- Use default artifact paths for hardhat >= 2.0.4 (Fixes hardhat-deploy bug)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

