Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

chore(deps-dev): bump hardhat from 2.0.11 to 2.6.7#280

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.6.7
Closed

chore(deps-dev): bump hardhat from 2.0.11 to 2.6.7#280
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.6.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps hardhat from 2.0.11 to 2.6.7.

Release notes

Sourced from hardhat's releases.

Hardhat v2.6.7

This release fixes two issues:

  • A bug that prevented Hardhat to compile files that concatenated several strings (#1801)
  • A bug in our implementation of eth_feeHistory (#1848)

Hardhat v2.6.6

This release fixes an issue that broke Hardhat Network when contracts were compiled in the middle of its execution

Hardhat v2.6.5

This release adds a new sample project with a TypeScript setup. It also makes some improvements in the Advanced sample project.

Hardhat v2.6.4

This release fixes a bug in Hardhat Network's solidity source maps processing. Thanks @​paulberg!

Hardhat v2.6.3

This release fixes a bug (#1564 ) that prevented Hardhat Network's tracing engine from working if an interface was used as a mapping key. Huge thanks to @​k06a for their contribution!

Hardhat v2.6.2

This release fixes an issue (#1828) with networks that support eth_feeHistory but that don't support EIP-1559.

hardhat-etherscan v2.1.6

This release adds support for verifying contracts in Arbiscan, the block explorer for Arbitrum.

Hardhat v2.6.1

This PR fixes three issues.

  • The Hardhat node had an issue when you connected to it via websocket. Now websocket connections should work fine.
  • debug_traceTransaction can be used with transactions sent from impersonated accounts.
  • evm_setNextBlockTimestamp, evm_increaseTime and evm_mine now will accept hex strings as arguments.

Additionally, there’s a new advanced sample project that creates a realistic project boilerplate. Try it by running npx hardhat in an empty directory and choosing the “Create an advanced sample project” option.

Thanks to @​ngotchac, @​shuklaayush and @​wolflo for their contributions!

hardhat-etherscan v2.1.5

This version fixes a problem with verification in the Optimism networks.

Huge thanks to @​mds1 for working on this!

PR: #1775

Hardhat v2.6.0

This release enables the London hardfork by default in the Hardhat Network, changes some other default values in the configuration, and drops support for Node 10.

All of these are technically breaking changes, but most users shouldn't be affected by them. If you want to preserve the previous behavior, use Hardhat v2.5.0, or explicitly set the updated configuration values to their previous defaults.

The default values that have changed are:

  • hardfork: the previous default was "berlin", the new default is "london"
  • blockGasLimit: the previous default was 12_450_000, the new default is 30_000_000

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.0.11 to 2.6.7.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.11...hardhat@2.6.7)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2021

Superseded by #296.

@dependabot dependabot bot closed this Dec 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-2.6.7 branch December 1, 2021 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments