Skip to content

Bump hardhat from 2.26.2 to 3.1.8#1008

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hardhat-3.1.8
Open

Bump hardhat from 2.26.2 to 3.1.8#1008
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hardhat-3.1.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps hardhat from 2.26.2 to 3.1.8.

Release notes

Sourced from hardhat's releases.

Hardhat v3.1.8

This release switches to official solc Linux ARM64 builds (when available) and fixes a missing EIP-7212 precompile in Solidity tests.

Changes

  • a6947fb: Use the official Linux ARM64 builds of solc in the production profile when available (#7917).
  • fd42744: Fixed missing EIP-7212 precompile in Solidity Tests (#7872).

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


Hardhat v3.1.7

This release adds support for eth_getProof and suppresses solc license and pragma warnings in Solidity test files.

Changes


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


Hardhat 3.1.6

This release includes enhancements, bug fixes and hook additions for plugin authors. The highlights include:

  • suppression of memory-safe-assembly warnings coming from console.sol
  • a retry for compiler downloads to help CIs
  • the addition of a top level build hook within the build pipeline

Changes


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


Hardhat v3.1.5

This release has some small enhancements including improvements to the display of Solidity tests and additional hooks within the build system for third party plugins.

Changes

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.1.8

Patch Changes

  • a6947fb: Use the official Linux ARM64 builds of solc in the production profile when available (#7917).
  • fd42744: Fixed missing EIP-7212 precompile in Solidity Tests (#7872).

3.1.7

Patch Changes

  • 4995121: Suppressed pragma and license warnings in Solidity test files (7894).
  • 22adbcb: Added support for eth_getProof (3345).

3.1.6

Patch Changes

  • 98fbf44: Implemented SolidityBuildSystemImplementation#compileBuildInfo (#7891)
  • a9445c9: Added ArtifactManager#getAllArtifactPaths (#7902)
  • a9445c9: Fixed typechain type generation when compiling a subset of the Solidity files (#7902)
  • 127ce88: Suppress Hardhat console.sol memory-safe-assembly warning #7862.
  • c40697b: Added a Solidity#build hook (#7890)
  • 8e5610f: Fixed a bug where nested folders were not created during the HTML coverage report generation (#7889)
  • 13a1e4b: Multiple internal fixes to the solidity build system (#7900)
  • 0c47a69: Added compiler downloader retry in case of failure (#7031)

3.1.5

Patch Changes

  • 346f92a: Improve how solidity tests are displayed, making it more consistent with the js reporters.
  • 2bc18b2: Bumped viem version across all packages 7861.
  • 865e346: Updated the incorrect JSDOC against the preprocessProjectFileBeforeBuilding Solidity Hook (#7870)
  • c9bdbd0: Added invokeSolc in SolidityHooks to allow plugins to respond to the input/output from solc (#7646)

3.1.4

Patch Changes

  • d7c13fa: Fixes a bug in how code coverage for Solidity tests is calculated (7767).
  • b6a9d5a: Hardhat tries to use the latest Solidity version supported by Slang in case the a newer, unsupported version is selected (7846).
  • 268acbf: Added HTML coverage report for solidity tests (7787).

3.1.3

Patch Changes

  • 12d7468: Add mocha results to test summary numbers (#7791)
  • 25155b5: Add support for the official builds of solc for ARM64 Linux (#7752)

... (truncated)

Commits
  • 4d92e2f Version Packages
  • 21d2055 Merge pull request #7936 from NomicFoundation/build/edr-0.12.0-next.24
  • dd6daf4 localPredeploys based on current hardfork
  • 68cb2a3 Merge branch 'main' into official-solc-builds-arm64
  • 5663478 simplify resolution for resolvedHardfork
  • 76b1ae5 pass hardfork from task and add tests
  • 81de079 Version Packages
  • 6f988d2 init
  • 614f405 Version Packages
  • 95ecb1d Merge pull request #7904 from NomicFoundation/suppress-pragma-license-warnings
  • 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 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.1.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.1.8/v-next/hardhat)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-version: 3.1.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 Feb 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@openzeppelin-code
Copy link

Bump hardhat from 2.26.2 to 3.1.8

Generated at commit: 8d3ed920fc9a82db317972b73f3aab4f0440f886

🚨 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

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