Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2025

Bumps hardhat from 2.26.2 to 3.0.8.

Release notes

Sourced from hardhat's releases.

v3.0.8

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

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)

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


Hardhat v3.0.7

This release includes additional features and bug fixes, the highlights:

  • Programmatically spawn a Hardhat node from a script or test with network.createServer(...)
  • Plugins now support conditional dependencies
  • The compilation UI now has a spinner

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.
  • 34add2d: Added configVariable support for test.solidity.forking config
  • b13620a: Added compilation progress spinner to show build progress (#7460)
  • 4c65d3e: Automatically add compilation results to a running npx hardhat node on recompilation (#6040)
  • 138d673: Updated EDR to version 0.12.0-next.7
  • d821a0a: Fixed npm artifact cleanup on windows (#7459)
  • 138d673: Fixed creation of network connections to include config extensions from plugins (#7106)

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


Hardhat v3.0.6

This release is a small bug fix release that adds a deprecation warning for testFail_* functions in Solidity Test, and resolves a dependency issue affecting rpc utils.

Changes

  • 609d05c: Add deprecation warning for testFail_* test functions
  • 8c1cb1e: Fixed dependencies for Hardhat so rpc utils can be loaded (#7415)

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


Hardhat v3.0.5

This release adds support for custom compilers along with multiple bug fixes.

... (truncated)

Changelog

Sourced from hardhat's changelog.

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.
  • 34add2d: Added configVariable support for test.solidity.forking config
  • b13620a: Added compilation progress spinner to show build progress (#7460)
  • 4c65d3e: Automatically add compilation results to a running npx hardhat node on recompilation (#6040)
  • 138d673: Updated EDR to version 0.12.0-next.7
  • d821a0a: Fixed npm artifact cleanup on windows (#7459)
  • 138d673: Fixed creation of network connections to include config extensions from plugins (#7106)

3.0.6

Patch Changes

  • 609d05c: Add deprecation warning for testFail_* test functions
  • 8c1cb1e: Fixed dependencies for Hardhat so rpc utils can be loaded (#7415)

3.0.5

Patch Changes

  • bebf87c: Added support for Linea network verification, thanks @​kyzooghost (#7357)
  • 0bfe6ac: Fixed coverage report when loading data from large test suites (#7385)
  • be469d6: Display an error message when attempting to use a global hardhat installation in a local repo (#5362)
  • 49cc9ba: Load resolved global options into environment variables during tests (#7305)
  • 8d3b16c: Support for custom compilers (#7130)
  • a475780: Added automatic proxy detection for hardhat-verify and fixed case-insensitive proxy environment variables for network requests (#7407)
  • 3996886: Fixed getBuildInfoPath and getBuildInfoOutputPath to correctly return undefined when build info files are missing 7052

3.0.4

Patch Changes

  • af301a8: Update validation for solidity test config (#7205)

3.0.3

Patch Changes

... (truncated)

Commits
  • f6a8a9e Version Packages
  • e6eafd0 Merge branch 'main' into 6181
  • ec50793 fix initialBaseFeePerGas validation for non-L1 chains
  • 54eaac4 Dont swallow the original error when detecting installation errors
  • cd354a3 test: fix integration test for deps install
  • f66a776 Version Packages
  • 2db3a34 Implement feedback for error handling on conditional plugins
  • d414eda feat: conditional dependencies
  • 08d92fb Merge branch 'main' into 7048
  • 0ef4c4c Merge pull request #7476 from NomicFoundation/fix_windows_artifact_cleanup
  • 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 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.8.
- [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.8/v-next/hardhat)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-version: 3.0.8
  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 Oct 22, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 22, 2025
@openzeppelin-code
Copy link

Bump hardhat from 2.26.2 to 3.0.8

Generated at commit: 61fa4f5997f4b9d751e2cc3a5a930ef5c3b67907

🚨 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 Oct 24, 2025

Superseded by #960.

@dependabot dependabot bot closed this Oct 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-3.0.8 branch October 24, 2025 01: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