Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-ignition-viem (source) dependencies major 0.15.16 -> 3.0.6 OpenSSF Scorecard
@nomicfoundation/hardhat-toolbox-viem (source) dependencies major 4.1.1 -> 5.0.1 OpenSSF Scorecard
hardhat (source) dependencies major 2.27.1 -> 3.1.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

NomicFoundation/hardhat (@​nomicfoundation/hardhat-ignition-viem)

v3.0.6

Compare Source

Patch Changes
  • dac916b: Expose ignition retry loop variables in user config (Hardhat v3) (#​7303)

v3.0.5

Compare Source

Patch Changes
  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

v3.0.4

Compare Source

Patch Changes
  • 843c1ae: Fixed a bug preventing Ignition from using the hre.config.ignition settings when deploying via script (#​7641)
  • 558ac5b: Update installation and config instructions

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes
  • ddefbff: Added guard to stop multiple simultaneous calls to ignition.deploy(...) at once (#​6440)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • 29cc141: First release of Hardhat 3!
NomicFoundation/hardhat (@​nomicfoundation/hardhat-toolbox-viem)

v5.0.1

Compare Source

Patch Changes
  • 558ac5b: Update installation and config instructions

v5.0.0

Compare Source

Major Changes
  • 29cc141: First release of Hardhat 3!
NomicFoundation/hardhat (hardhat)

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
  • a3bd239: Add Yarn support for Hardhat v3 (#​7192)
  • 617254e: Move extraneous dependency to peer (#​7231)
  • 6446a38: Add temporary fix for incorrect error message (#​7168)
  • 6361ea4: Fixed an issue with compiling a Hardhat project after switching OS users (#​7161)
  • 5c9ee7f: Warn the user if they are not using the latest version of Hardhat
  • 0fc1f3f: Remove full stops from help message descriptions (#​7185)
  • 8acf48f: Improved exception filtering for Sentry telemetry (#​7246)
  • e7d2f80: Added missing Solidity test config option allowInternalExpectRevert.

v3.0.0

Compare Source

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

v2.27.2: Hardhat v2.27.2

Compare Source

This release is a small bug fix to allow downloading of solc version 0.8.31.

Changes
  • Fixed the download of solc, which broke for v0.8.31 (#​7761)

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



Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies label Nov 4, 2025
package.json Outdated
"@nomicfoundation/hardhat-toolbox-viem": "5.0.1",
"@nomiclabs/hardhat-solhint": "4.1.0",
"hardhat": "2.26.5",
"hardhat": "3.0.11",

This comment was marked as outdated.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 5 times, most recently from 1434eee to 47e4ec1 Compare November 13, 2025 01:49
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from 47e4ec1 to 36cfcc5 Compare November 16, 2025 02:57
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 3 times, most recently from 4e7734f to 373851f Compare December 4, 2025 05:03
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from 373851f to 657200c Compare December 11, 2025 03:08
"@nomicfoundation/hardhat-ignition-viem": "0.15.16",
"@nomicfoundation/hardhat-toolbox-viem": "4.1.1",
"@nomicfoundation/hardhat-ignition-viem": "3.0.6",
"@nomicfoundation/hardhat-toolbox-viem": "5.0.1",
Copy link

Choose a reason for hiding this comment

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

Bug: The update to @nomicfoundation/hardhat-toolbox-viem introduces peer dependency conflicts. Several related @nomicfoundation packages are not updated to the required major version.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

Updating @nomicfoundation/hardhat-toolbox-viem to 5.0.1 requires several peer dependencies like @nomicfoundation/hardhat-network-helpers and @nomicfoundation/hardhat-viem to be at version ^3.0.0. However, the lockfile indicates that older, incompatible versions (e.g., 1.1.2, 2.1.3) are still in use. This mismatch will likely lead to installation warnings or failures with npm/bun, and could cause runtime errors due to API incompatibilities between major versions if the installation succeeds.

💡 Suggested Fix

Update all related @nomicfoundation packages in package.json to their required major versions (^3.0.0) to satisfy the peer dependencies of @nomicfoundation/hardhat-toolbox-viem@5.0.1. After updating package.json, run the package manager's install command to regenerate the lockfile.

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L41

Potential issue: Updating `@nomicfoundation/hardhat-toolbox-viem` to `5.0.1` requires
several peer dependencies like `@nomicfoundation/hardhat-network-helpers` and
`@nomicfoundation/hardhat-viem` to be at version `^3.0.0`. However, the lockfile
indicates that older, incompatible versions (e.g., `1.1.2`, `2.1.3`) are still in use.
This mismatch will likely lead to installation warnings or failures with `npm`/`bun`,
and could cause runtime errors due to API incompatibilities between major versions if
the installation succeeds.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 6983511

Comment on lines +40 to +43
"@nomicfoundation/hardhat-ignition-viem": "3.0.6",
"@nomicfoundation/hardhat-toolbox-viem": "5.0.1",
"@nomiclabs/hardhat-solhint": "4.1.0",
"hardhat": "2.27.1",
"hardhat": "3.1.0",
Copy link

Choose a reason for hiding this comment

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

Bug: The hardhat.config.ts file has not been updated for Hardhat 3's new plugin system, which will cause plugins to fail to load and tests to crash.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The upgrade to Hardhat 3.1.0 introduces a breaking change in how plugins are loaded. The hardhat.config.ts file still uses the old Hardhat 2 method of importing plugins for their side effects. The new required method is to explicitly list plugins in a plugins array within a defineConfig call. Because the plugins are not loaded correctly, extensions to the Hardhat Runtime Environment, such as hre.viem, will be undefined. This will cause tests calling hre.viem.deployContract() to fail with a TypeError.

💡 Suggested Fix

Refactor hardhat.config.ts to use the defineConfig function from hardhat/config. Import the plugins directly and list them in the plugins array within the configuration object. This will ensure they are loaded correctly by Hardhat 3.

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L40-L43

Potential issue: The upgrade to Hardhat 3.1.0 introduces a breaking change in how
plugins are loaded. The `hardhat.config.ts` file still uses the old Hardhat 2 method of
importing plugins for their side effects. The new required method is to explicitly list
plugins in a `plugins` array within a `defineConfig` call. Because the plugins are not
loaded correctly, extensions to the Hardhat Runtime Environment, such as `hre.viem`,
will be `undefined`. This will cause tests calling `hre.viem.deployContract()` to fail
with a `TypeError`.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 6983511

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant