banyancomputer / chainlink-proof-validator

lean mean gas saving machine (cryptographic proof verification on EVM is $$. this is way cheaper.)
MIT License
1 stars 1 forks source link

Bump got and @nomicfoundation/hardhat-toolbox in /hardhat_test #43

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Removes got. It's no longer used after updating ancestor dependency @nomicfoundation/hardhat-toolbox. These dependencies need to be updated together.

Removes got

Updates @nomicfoundation/hardhat-toolbox from 1.0.2 to 2.0.0

Release notes

Sourced from @​nomicfoundation/hardhat-toolbox's releases.

@​nomicfoundation/hardhat-toolbox@​2.0.0

This version of the Toolbox upgrades solidity-coverage to its latest version. Since this new version includes some breaking changes, we are bumping the Toolbox to a new major version.

If you want to upgrade to this version and you are using npm 7 or later, you only need to upgrade the Toolbox:

npm i --save-dev hardhat@latest @nomicfoundation/hardhat-toolbox@latest

If you are using yarn or an old version of npm, you'll also need to upgrade Hardhat and solidity-coverage:

yarn add --dev hardhat@latest @nomicfoundation/hardhat-toolbox@latest solidity-coverage@latest
Commits
  • a3b4d9a Run changesets version
  • b649a57 Merge pull request #3179 from NomicFoundation/upgrade-toolbox-sample-projects
  • 59d262b Merge pull request #3169 from ololade97/patch-1
  • 97b99e0 Merge pull request #3148 from NomicFoundation/fork-cache-not-working-for-opti...
  • 7ca17a4 Merge pull request #3160 from NomicFoundation/ensure-support-for-solidity-081...
  • f7d3843 Merge pull request #3177 from NomicFoundation/relax-eth-storage-at-validation
  • f4fd6a2 Create nervous-dolls-tell.md
  • 7991b38 Make hardhat-ethers test more reliable
  • 10f03fb Add more test cases for storage slot
  • 1cfee28 Create big-cooks-decide.md
  • Additional commits viewable 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/banyancomputer/chainlink-proof-validator/network/alerts).
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.