Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps hardhat from 2.26.2 to 3.0.15.

Release notes

Sourced from hardhat's releases.

Hardhat v3.0.14

Fixed several issues in the build and test solidity tasks.

Changes

  • 3d42a6f: Remove the compilation spinner when the compilation fails
  • 52e1eb4: Fix the test solidity task's compilation process
  • ce5c22a: Fail when a file isn't built neither as contract nor test

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


Hardhat v3.0.13

This release includes fixes for gas statistics and EDR improvements.

Changes

  • 6e4ad6d: Fixed unexpected test failure when running in isolate/gas stats mode (#1146)
  • 6e4ad6d: Added latest dynamic base fee parameters to Base Mainnet chain config (#1141)

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


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

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.0.15

Patch Changes

  • 9fb054a: Fix the initialization of the Mocha and Ethers sample project when using pnpm

3.0.14

Patch Changes

  • 3d42a6f: Remove the compilation spinner when the compilation fails
  • 52e1eb4: Fix the test solidity task's compilation process
  • ce5c22a: Fail when a file isn't built neither as contract nor test

3.0.13

Patch Changes

  • 6e4ad6d: Fixed unexpected test failure when running in isolate/gas stats mode (#1146)
  • 6e4ad6d: Added latest dynamic base fee parameters to Base Mainnet chain config (#1141)

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

... (truncated)

Commits
  • 0b2c87e Version Packages
  • a021ed6 Add hardhat-ethers to the mocha+ethers devDependencies
  • 3a4ff6b Version Packages
  • 85256c3 Version Packages
  • 2b65ce5 Fix typo
  • d5ff1d0 Add tests for the failure situation added to build in this PR
  • 64add7e Add tests for verbosity controlling the CollectStackTraces option
  • b8b59c6 Fix tests for unrecognized test file
  • f5b30ce Add explicit types
  • 6501db2 Don't show the spinner on errors
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 17, 2025 18:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.54%. Comparing base (0bdd11a) to head (978e7fe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files           4        4           
  Lines         165      165           
  Branches       20       20           
=======================================
  Hits          156      156           
  Misses          9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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