Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2026

Bumps the all-dependencies group with 2 updates: hardhat and @nomicfoundation/hardhat-ethers.

Updates hardhat from 2.28.3 to 3.1.4

Release notes

Sourced from hardhat's releases.

Hardhat v3.1.4

This release fixes code coverage calculation and adds HTML coverage report.

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

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


Hardhat v3.1.3

This release adds support for Solidity 0.8.31+ for ARM Linux and integrates the Mocha test runner with the unified test output.

Patch Changes

  • 12d7468: Add mocha results to test summary numbers (#7791)
  • 25155b5: Add support for the official builds of solc for ARM64 Linux (#7752)
  • 065df38: Bumped EDR version to 0.12.0-next.22.
  • 5abcee6: Use Osaka as the default EVM target for solc 0.8.31+ and increase the gas limit per EIP-7935. Thanks @​Amxx! (#7813)

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


Hardhat v3.1.2

This release adds support for Solidity 0.8.32 and 0.8.33.

Patch Changes


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


Hardhat v3.1.1

This release adds support for Solidity 0.8.31.

Changes

  • b3bde25: Disable test summary when mocha is included in runners (#7781)
  • 88fcf8b: Bumped EDR version to 0.12.0-next.19.

... (truncated)

Changelog

Sourced from hardhat's changelog.

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)
  • 065df38: Bumped EDR version to 0.12.0-next.22.
  • 5abcee6: Use Osaka as the default EVM target for solc 0.8.31+ and increase the gas limit per EIP-7935. Thanks @​Amxx! (#7813)

3.1.2

Patch Changes

3.1.1

Patch Changes

  • b3bde25: Disable test summary when mocha is included in runners (#7781)

  • 88fcf8b: Bumped EDR version to 0.12.0-next.19.

    • faef065: Added support for EIP-7892 (Blob Parameter Only hardforks)

3.1.0

... (truncated)

Commits
  • e0062d8 Version Packages
  • 26e4d4b Merge pull request #7787 from NomicFoundation/add-html-coverage-report
  • b6a9d5a Solidity version for code coverage limited by the latest version supported by...
  • cc2954d Merge pull request #7767 from NomicFoundation/coverage-fix
  • b92f419 Fix typo
  • 18b0246 fix spelling error
  • 34d5f8f add debug function for statements
  • e8786b9 rename variables and functions
  • 8b1ecf6 reduce comment lines at ~80 chars
  • 11b0be7 avoid calling charMustBeIgnored in second loop
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-ethers from 3.1.3 to 4.0.4

Release notes

Sourced from @​nomicfoundation/hardhat-ethers's releases.

@​nomicfoundation/hardhat-ethers@​4.0.4

This release increases the gas limit to 60,000,000.

Patch Changes

  • 5abcee6: Use Osaka as the default EVM target for solc 0.8.31+ and increase the gas limit per EIP-7935. Thanks @​Amxx! (#7813)

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


@​nomicfoundation/hardhat-ethers@​4.0.3

What's Changed

  • Updated installation instructions to use defineConfig

@​nomicfoundation/hardhat-ethers@​4.0.1

This release is a small bug fix for clearing event listeners.

Changes

  • 27d52b7: Fixed index resolution in clearEventListeners (#7359)

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


Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 2 updates: [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) and [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers).


Updates `hardhat` from 2.28.3 to 3.1.4
- [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.4/v-next/hardhat)

Updates `@nomicfoundation/hardhat-ethers` from 3.1.3 to 4.0.4
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.4/v-next/ethers)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

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 Jan 17, 2026
@github-actions github-actions bot requested a review from YoshihitoAso January 17, 2026 06:09
@YoshihitoAso YoshihitoAso merged commit 9779cd4 into main Jan 17, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-b284f5883c branch January 17, 2026 06:20
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