Skip to content

chore(deps): update hardhat packages (major)#222

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-hardhat-packages
Open

chore(deps): update hardhat packages (major)#222
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-hardhat-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-foundry (source) dependencies major 1.2.03.0.0 OpenSSF Scorecard
@nomicfoundation/hardhat-ignition-viem (source) dependencies major 0.15.163.1.1 OpenSSF Scorecard
@nomicfoundation/hardhat-toolbox-viem (source) dependencies major 4.1.15.0.3 OpenSSF Scorecard
@nomiclabs/hardhat-solhint (source) dependencies major 4.1.05.0.0 OpenSSF Scorecard
hardhat (source) dependencies major 2.27.13.3.0 OpenSSF Scorecard

Release Notes

NomicFoundation/hardhat (@​nomicfoundation/hardhat-foundry)

v3.0.0

Compare Source

Major Changes
  • 4cd63e9: Introduce the @nomicfoundation/hardhat-foundry plugin for Hardhat 3

v1.2.1

Compare Source

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

v3.1.1

Compare Source

Changes

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


v3.1.0

Compare Source

Minor Changes
Patch Changes

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes
  • 6674b00: Bump hardhat-utils major

v3.0.7

Compare Source

Patch Changes
  • 2bc18b2: Bumped viem version across all packages 7861.

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

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes
  • 2bc18b2: Bumped viem version across all packages 7861.

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!

v4.1.2

Compare Source

This release is a small bump to the version of solidity-coverage to include changes for the Osaka transaction gas limit.

Changes
  • a7e4215: Update solidity-coverage minimum version to include Osaka changes

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


NomicFoundation/hardhat (@​nomiclabs/hardhat-solhint)

v5.0.0

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source


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": "4.1.1",
"@nomicfoundation/hardhat-ignition-viem": "3.0.4",
"@nomicfoundation/hardhat-toolbox-viem": "5.0.1",
"@nomiclabs/hardhat-solhint": "4.1.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Hardhat v3 upgrade breaks @nomiclabs/hardhat-solhint due to peer dependency mismatch and API incompatibility.
Severity: CRITICAL | Confidence: 1.00

🔍 Detailed Analysis

The @nomiclabs/hardhat-solhint plugin, version 4.1.0, has a peer dependency on Hardhat v2 (^2.26.0). This pull request upgrades Hardhat to v3.0.11, which is a major version change and a complete rewrite. When the Hardhat configuration attempts to load this plugin, it will encounter a peer dependency violation or a runtime initialization failure due to incompatible APIs, preventing Hardhat commands from executing.

💡 Suggested Fix

Update @nomiclabs/hardhat-solhint to a version compatible with Hardhat v3, or remove it if no compatible version exists.

🤖 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#L43

Potential issue: The `@nomiclabs/hardhat-solhint` plugin, version 4.1.0, has a peer
dependency on Hardhat v2 (`^2.26.0`). This pull request upgrades Hardhat to v3.0.11,
which is a major version change and a complete rewrite. When the Hardhat configuration
attempts to load this plugin, it will encounter a peer dependency violation or a runtime
initialization failure due to incompatible APIs, preventing Hardhat commands from
executing.

Did we get this right? 👍 / 👎 to inform future reviews.

package.json Outdated
@@ -38,12 +38,12 @@
"@graphprotocol/graph-cli": "0.96.0",
"@graphprotocol/graph-ts": "0.38.0",
"@nomicfoundation/hardhat-foundry": "1.2.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Missing direct dependency for @nomicfoundation/hardhat-ignition causes version mismatch with new Ignition packages.
Severity: CRITICAL | Confidence: 1.00

🔍 Detailed Analysis

The pull request introduces @nomicfoundation/hardhat-ignition-viem@3.0.4 and @nomicfoundation/hardhat-toolbox-viem@5.0.1 as direct dependencies. Both packages have a peer dependency on @nomicfoundation/hardhat-ignition (specifically ^3.0.2 and ^3.0.0 respectively). However, @nomicfoundation/hardhat-ignition is not added as a direct dependency, and the bun.lock file only contains an older version (0.15.15). This mismatch will cause import failures when ignition/modules/main.ts attempts to import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";, leading to deployment failures.

💡 Suggested Fix

Add @nomicfoundation/hardhat-ignition as a direct dependency with a version compatible with ^3.0.2 (e.g., ^3.0.2).

🤖 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

Potential issue: The pull request introduces
`@nomicfoundation/hardhat-ignition-viem@3.0.4` and
`@nomicfoundation/hardhat-toolbox-viem@5.0.1` as direct dependencies. Both packages have
a peer dependency on `@nomicfoundation/hardhat-ignition` (specifically `^3.0.2` and
`^3.0.0` respectively). However, `@nomicfoundation/hardhat-ignition` is not added as a
direct dependency, and the `bun.lock` file only contains an older version (`0.15.15`).
This mismatch will cause import failures when `ignition/modules/main.ts` attempts to
`import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";`, leading to
deployment failures.

Did we get this right? 👍 / 👎 to inform future reviews.

Copy link
Copy Markdown

@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 4 times, most recently from 3d7d7d4 to f02e311 Compare November 12, 2025 22:56
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from f02e311 to ac066af Compare November 16, 2025 03:02
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 3 times, most recently from 3c722d6 to 6b67ea5 Compare December 4, 2025 04:56
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from 6b67ea5 to 0686a6b Compare December 11, 2025 03:22
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 2 times, most recently from 0f9bd1d to 126be76 Compare December 30, 2025 15:42
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 2 times, most recently from 56730db to b17c017 Compare January 14, 2026 19:26
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from b17c017 to 39833d2 Compare January 19, 2026 22:47
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 2 times, most recently from 416b12c to 0aa9340 Compare February 5, 2026 19:15
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from 0aa9340 to 62e38e6 Compare February 12, 2026 13:07
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 3 times, most recently from b0c6389 to 10b76d2 Compare February 26, 2026 19:17
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 2 times, most recently from 613ce5c to e562389 Compare March 11, 2026 15:53
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch 2 times, most recently from 3916175 to 157dd84 Compare March 19, 2026 22:34
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-hardhat-packages branch from 157dd84 to 98e0814 Compare March 26, 2026 19:30
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.

0 participants