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.8.4#328

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps hardhat from 2.0.11 to 2.8.4.

Release notes

Sourced from hardhat's releases.

Hardhat v2.8.4

This is a small patch version that improves the sample project and replaces a deprecated dependency.

Changelog

  • The sample projects now include an empty .prettierc to make IDEs auto-formatting work properly in some scenarios.
  • Replace deprecated eth-sig-util with @​metamask/eth-sig-util (Thanks @​frangio!)
  • Upgraded the version of @nomiclabs/hardhat-etherscan used by the sample projects (#2217)

Hardhat v2.8.3

  • Changes to support latest version of vyper plugin
  • Use 40s as the default value for mocha's timeout and for the localhost network's timeout (#1549)

Hardhat v2.8.2

This release adds a better error message when Hardhat's project initialization fails in Git Bash.

For technical reasons (see this comment if you want to know more), project initialization doesn't work in Git Bash. Everything else should work, but you have to use PowerShell or cmd to create a project with npx hardhat.

Hardhat v2.8.1

This version fixes an issue that prevented the test task from being run programmatically twice in the same script (#1720).

Besides that, now a warning is shown if the exported configuration is an empty object. This helps in cases where a config object is created but the user forgets to export it (#1490).

Hardhat v2.8.0

This release adds support for using a custom hardfork history when forking networks that aren't officially supported by Hardhat (networks like xDai, Polygon, Avalanche, etc.) This is only relevant if you are forking one of those networks and making calls in the context of historical blocks. You can read more about this here.

This version also fixes a small problem with the output of the node task when it was redirected to a file (#467).

Hardhat v2.7.1

This release adds support for the Arrow Glacier hardfork.

Besides, it fixes an issue (#1466) that prevented Hardhat from working when the compilers list was partially downloaded.

Hardhat v2.7.0

This release adds a FIFO mode to Hardhat Network's mempool and makes the coinbase address customizable. It also includes some minor bug fixes and improvements.

Mempool modes

The way Hardhat Network's mempool orders transactions is now customizable. By default, they are prioritized following Geth's rules, but you can enable a FIFO (first in, first out) mode instead. This mode ensures that transactions are added to blocks in the same order they are sent, and it's useful to recreate blocks from other networks.

You can enable the FIFO mode in your config with:

networks: {
  hardhat: {
    mining: {
      auto: false,
      mempool: {
        order: "fifo",
      },
</tr></table> 

... (truncated)

Commits
  • 66ef793 Version Packages
  • 7be815a Fix typo in task-definitions.ts (#2321)
  • a850144 Merge pull request #2285 from nomiclabs/update-plugin-list
  • be9bf3b Rm .prettierrc from advanced-ts sample project (#2286)
  • 3f01790 Merge pull request #2272 from nomiclabs/fix-imports-hardhat-src
  • ee1f2c8 Add @nomiclabs/*/src to forbidden imports
  • d83a470 Merge pull request #2246 from sangxxh/issue/2217-sample-projects-update-hardh...
  • 2425201 Create swift-eyes-fold.md
  • 018688c Prevent importing hardhat/src with eslint
  • d142f68 Merge pull request #2255 from albertov19/add-moonbeam
  • Additional commits viewable in compare view

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.8.4.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.11...hardhat@2.8.4)

---
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 Mar 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2022

Superseded by #334.

@dependabot dependabot bot closed this Apr 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-2.8.4 branch April 1, 2022 08:03
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