Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps hardhat from 2.26.0 to 3.0.9.

Release notes

Sourced from hardhat's releases.

[email protected]

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.

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.

... (truncated)

Changelog

Sourced from hardhat's changelog.

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.
  • 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

... (truncated)

Commits
  • 05e248b Version Packages
  • ab1c5dd Merge pull request #7583 from NomicFoundation/7511-hardhat-test-should-set-no...
  • 0550616 Merge pull request #7593 from NomicFoundation/flatten_toposort_bug
  • 4700cac Version Packages
  • b97559a Merge branch 'main' into flatten_toposort_bug
  • f6a8a9e Version Packages
  • b27b924 Fix flatten rever topological sort
  • baaf72a Merge branch 'main' into 7511-hardhat-test-should-set-node_env-to-test
  • e465625 NODE_ENV clear in tests
  • 0ee442d NODE_ENV set to "test" for all test runners
  • 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.0 to 3.0.9.
- [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/[email protected]/v-next/hardhat)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2025
@dependabot dependabot bot requested review from a team as code owners October 24, 2025 10:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2025
@dependabot dependabot bot requested a review from leninmehedy October 24, 2025 10:11
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.

0 participants