Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps hardhat from 2.26.2 to 3.0.12.

Release notes

Sourced from hardhat's releases.

Hardhat v3.0.12

This release includes small bug fixes along with a new minimal sample project, available through hardhat --init.

Changes

  • a77c06a: Added a new minimal sample project (#7659)
  • 147f8a6: Improved the look and feel of compilation output (#7669)
  • 50ce3e0: Fix a bug that could lead to different builds having the same build id. Note that this version will change how every build id is computed.
  • 31f0b03: Don't compile solidity tests files when not needed (#7669)

💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat 3.0.11

What's Changed

Hardhat v3.0.10

This release adds support for showing gas statistics in test runs, along with other small bug fixes and improvements.

Take a look at our gas statistics guide to find our more: https://hardhat.org/docs/learn-more/gas-statistics

Changes

  • fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)
  • 1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)
  • 5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)
  • 217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @​aelmanaa!)
  • 8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)
  • 8a03bd0: Make all parameters of eth_feeHistory rpc call required (#7606)

💡 The Nomic Foundation is hiring! Check our open positions.


hardhat@3.0.9

This release is a small bug fix release to resolve an ordering issue with the npx hardhat flatten task.

Changes

  • 0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)
  • b27b924: Fix bug in flatten task where ordering was incorrect (#7586)

💡 The Nomic Foundation is hiring! Check our open positions.


v3.0.8

This Hardhat release is a small bug fix update to improve installation error messages.

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.0.12

Patch Changes

  • 147f8a6: Improved the look and feel of compilation output (#7669)
  • 50ce3e0: Fix a bug that could lead to different builds having the same build id. Note that this version will change how every build id is computed.
  • 31f0b03: Don't compile solidity tests files when not needed (#7669)
  • a77c06a: Added a new minimal sample project

3.0.11

Patch Changes

  • a4733f6: Add defineConfig in hardhat/config
  • 52d9902: Fix package manager detection
  • d45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.

3.0.10

Patch Changes

  • fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)
  • 1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)
  • 5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)
  • 217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @​aelmanaa!)
  • 8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)
  • 8a03bd0: Make all parameters of eth_feeHistory rpc call required (#7606)

3.0.9

Patch Changes

  • 0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)
  • b27b924: Fix bug in flatten task where ordering was incorrect (#7586)

3.0.8

Patch Changes

  • d2c9a7f: Don't swallow the original error when trying to improve installation error messages (#7569)
  • ec50793: Validate initialBaseFeePerGas against hardfork only for L1 chain type (#6181)

3.0.7

Patch Changes

  • 138d673: Added network.createServer(...) to spawn a Hardhat node programmatically (#6472)
  • d414eda: Added support for conditional dependencies on plugins (#7424)
  • 138d673: Added support for compiling solidity tests separately from contracts (#6474)
  • e17972f: Added hre.versions with Hardhat and EDR package versions.

... (truncated)

Commits
  • 71aaef6 Version Packages
  • a6f5b90 Use the 'build' task in the tests too
  • 4676e8f Print compilation results in bold
  • 9d37870 Better formatting of errors and warnings
  • a6c0df9 Don't compile solidity tests in quiet and print a newline afterwards
  • f40b21f Don't print a new line after compiling in the main test task
  • cea4676 Better nothing to compile message
  • d66ef1c Always show the compilation spinner
  • bb65b53 Normalize calls to build and use noTest where appropiate
  • efcc0f6 Merge pull request #7662 from NomicFoundation/minimal-project-readme
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for hardhat since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) from 2.26.2 to 3.0.12.
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.0.12/v-next/hardhat)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 7, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 7, 2025
@openzeppelin-code
Copy link

Bump hardhat from 2.26.2 to 3.0.12

Generated at commit: 76e1256d66d1a8d76dce161134fa70f834866522

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
1
0
9
40
52
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2025

Superseded by #977.

@dependabot dependabot bot closed this Nov 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-3.0.12 branch November 12, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant