Skip to content

chore(deps): update dependency hardhat to v3#1192

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hardhat-3.x
Open

chore(deps): update dependency hardhat to v3#1192
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hardhat-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 13, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
hardhat (source) 2.23.03.4.0 age confidence

Release Notes

NomicFoundation/hardhat (hardhat)

v3.4.0

Compare Source

Minor Changes
Patch Changes

v3.3.0

Compare Source

Minor Changes
Patch Changes

v3.2.0

Compare Source

Minor Changes
Patch Changes

v3.1.12

Compare Source

Patch Changes
  • 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with --snapshot and --snapshot-check flags (#​7769)
  • e37f96c: Add TestRunResult type that wraps TestSummary, allowing plugins to extend test results with additional data
  • bda5a0a: Bumped EDR version to 0.12.0-next.28

v3.1.11

Compare Source

Patch Changes
  • 2cbf218: Bumped EDR version to 0.12.0-next.27

    BREAKING CHANGE: Memory capture used to be enabled by default on geth, but has since been flipped ethereum/go-ethereum#23558 and is now disabled by default. We have followed suit and disabled it by default as well. If you were relying on memory capture, you will need to explicitly enable it by setting the enableMemory option to true in your tracer configuration.

  • bc193be: Use concrete value types for contract names in hardhat-viem and hardhat-ethers

  • 2cbf218: Make SolidityBuildSystem easier to work with (#​7988)

  • 19b691d: Fix typo in assertion message #​8028

  • 2cbf218: Expose Result type for task action success/failure signaling.

  • 2cbf218: Fixed the acceptance of relative paths to node_modules in npm remappings (#​8007)

  • 2cbf218: Implement a global banner logic in Hardhat 3 #​8021

  • 4ff11c1: Return typed Result from test runners and telemetry tasks (#​8015).

  • 2cbf218: Show fs paths and better error messages when a Solidity file can't be compiled with any configured compiler (#​7988)

  • 2cbf218: Add onTestRunStart, onTestWorkerDone, and onTestRunDone test hooks (#​8001)

v3.1.10

Compare Source

Patch Changes
  • ca26adb: Update hardhat node to always use the new node network (#​7989)[#​7989]
  • 87623db: Introduce new inter-process mutex implementation (7942).
  • 88e9cb5: Add a SolidityHooks#readNpmPackageRemappings hook
  • ec03a01: Allow overriding the type of the network configs default and localhost #​7805
  • 2c2e1f5: Throw better error messages when trying to use a Hardhat 2 plugin with Hardhat 3 #​7991.
  • 90b5eec: Suggest installing hardhat-foundry when appropriate
  • 87623db: Make the solc downloader safe when run by multiple processes (7946).
  • 726ff37: Update the --coverage table output to match the style used by --gas-stats. Thanks @​jose-blockchain! (#​7733)
  • f1e9b05: Added support for inline actions in tasks 7851.
  • 73cb725: Expose gasLimit configuration for Solidity tests #​7996

v3.1.9

Compare Source

Patch Changes
  • 621d07e: Make the coverage work with versions of Solidity that aren't fully supported by EDR #​7982
  • 3e39a06: Round average and median gas usage in the gas analytics output
  • 78af2ed: Allow multiple parallel downloads of different compilers (7946).

v3.1.8

Compare Source

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

v3.1.7

Compare Source

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

v3.1.6

Compare Source

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)

v3.1.5

Compare Source

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)

v3.1.4

Compare Source

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

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
Minor Changes
Patch Changes

v3.1.1

Compare Source

Patch Changes
  • 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with --snapshot and --snapshot-check flags (#​7769)
  • e37f96c: Add TestRunResult type that wraps TestSummary, allowing plugins to extend test results with additional data
  • bda5a0a: Bumped EDR version to 0.12.0-next.28

v3.1.0

Compare Source

Minor Changes
  • 7b851f3: Bumped EDR version to 0.12.0-next.17
    • Changed default L1 hardfork to Osaka
    • Changed default OP stack hardfork to Isthmus
    • Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains
Patch Changes
  • 7697451: Test summaries are now merged when running multiple test tasks (#​7053)
  • a3bf244: Fixed the download of solc, which broke for v0.8.31

v3.0.17

Compare Source

Patch Changes

v3.0.16

Compare Source

Patch Changes
  • 478ee07: Bumped EDR version to 0.12.0-next.16
    • Added support for Osaka hardfork
    • Added full support for OP stack Isthmus hardfork
  • 806ee5a: Fixed an issue caused by networks that don't implement eth_feeHistory correctly (#​7678)
  • f4b7f7e: Fix: use user config provided value for defaultChainType (#​7700)
  • 6b2ed9a: Add ability for task options to be hidden from the CLI (#​7426)
  • 6d10d05: Update hardfork validation and resolution to use defaultChainType when chainType is undefined (#​7700)

v3.0.15

Compare Source

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

v3.0.14

Compare Source

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

v3.0.13

Compare Source

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)

v3.0.12

Compare Source

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

v3.0.11

Compare Source

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.

v3.0.10

Compare Source

Patch Changes

v3.0.9

Compare Source

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)

v3.0.8

Compare Source

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)

v3.0.7

Compare Source

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)

v3.0.6

Compare Source

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

v3.0.5

Compare Source

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

v3.0.4

Compare Source

Patch Changes

v3.0.3

Compare Source

Patch Changes
  • 34a5bc9: Fixed an issue when making historical calls in a forked network (#​7271)
  • e0e658a: Upgraded EDR to 0.12.0-next.5. This brings a fix for expectEmit cheatcode stack traces and performance improvements from upgrading to REVM 27 (#​1063)

v3.0.2

Compare Source

Patch Changes
  • d45d544: Fixed passing global network options to node:test and mocha subprocesses (#​7248)
  • 003e72c: Help message phrasing unified
  • 0120e67: Added warning when running with a non-LTS Node version (#​7167)
  • 9261714: Update npm module regex to include versions in solidity imports (#​7308)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • 29cc141: First release of Hardhat 3!

v2.28.6: Hardhat v2.28.6

Compare Source

This release is a small bug fix for an issue affecting hardhat-tracer after a hardhat_reset.

Changes
  • f6d5437: Fixed an issue affecting the hardhat-tracer community plugin causing traces to stop being reported after calling hardhat_reset (#​7918)

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


v2.28.5: Hardhat v2.28.5

Compare Source

This release is a small enhancement adding eth_getProof as a JSON-RPC method.

Changes

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


v2.28.4: Hardhat v2.28.4

Compare Source

This release is a small bug fix to allow hardhat_reset to switch from local to forking mode.

Changes
  • 32f29d6: Fixed bug in hardhat_reset when switching from local to fork mode (#​7834)

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


v2.28.3: Hardhat v2.28.3

Compare Source

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

Patch Changes

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


v2.28.2: Hardhat v2.28.2

Compare Source

This release adds support for Solidity 0.8.32 and 0.8.33.

Patch Changes

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


[v2.28.1](https://redirect.github.com/NomicFoundation/har


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Aug 13, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 13, 2025

⚠️ No Changeset found

Latest commit: 5419a16

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Aug 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nft-app Error Error Apr 16, 2026 9:41pm

Copy link
Copy Markdown

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to f3b4e4b in 1 minute and 31 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:62
  • Draft comment:
    The hardhat dependency update to v3.0.0 is a major change. Please verify that your Hardhat configuration and related plugins (e.g., @nomiclabs/hardhat-ethers) are compatible with this release. Also, Hardhat v2.26.0 and later typically require Node v20, so consider updating the 'engines' field (currently '>=18.12.0' at line 83) to reflect this requirement.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% According to the rules, we should NOT comment on dependency changes or library versions we don't recognize. The comment is speculative about potential compatibility issues and asks for verification. It's asking the author to check things rather than pointing out a definite problem. This falls under the "do not ask to verify/ensure" rule. The comment does raise valid technical concerns about major version compatibility. Breaking changes in build tools can cause real issues. While the concerns are valid, our rules explicitly state not to comment on dependency changes or ask authors to verify things. We should trust that authors validate their dependency updates. This comment should be deleted as it violates multiple rules: commenting on dependencies, asking for verification, and making speculative statements about potential issues.

Workflow ID: wflow_xfiPTn53oKb7ln1i

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Aug 27, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from ed6b77c to 16651fd Compare August 31, 2025 09:01
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from 16651fd to 3dadd24 Compare September 6, 2025 15:45
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from 3dadd24 to 502158d Compare September 8, 2025 06:11
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from 502158d to c01b183 Compare September 11, 2025 08:04
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from c01b183 to 648cd88 Compare September 11, 2025 09:49
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from 648cd88 to 9370c82 Compare September 22, 2025 05:06
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from 9370c82 to af7556e Compare September 25, 2025 13:57
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from af7556e to c650238 Compare September 29, 2025 04:42
@renovate renovate bot force-pushed the renovate/hardhat-3.x branch from c650238 to 4e6b9db Compare October 8, 2025 17:14
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 19, 2026

Deployment failed with the following error:

Resource is limited - try again in 18 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants