Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-ignition-viem (source) dependencies patch 0.15.13 -> 0.15.14 OpenSSF Scorecard
@nomicfoundation/hardhat-toolbox-viem (source) dependencies patch 4.1.0 -> 4.1.1 OpenSSF Scorecard

Release Notes

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

v0.15.14

Compare Source

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

v4.1.1

Compare Source

This release is a small bug fix to re-enable the REPORT_GAS envvar when used with the Hardhat toolboxes.

Changes
  • dc7ff8c: Fix REPORT_GAS envvar in toolboxes (#​7367)
  • 9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources

💡 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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.


Summary by cubic

Bumped @nomicfoundation/hardhat-ignition-viem to 0.15.14 and @nomicfoundation/hardhat-toolbox-viem to 4.1.1 to pull in upstream bug fixes.

  • Dependencies
    • @nomicfoundation/hardhat-toolbox-viem: 4.1.0 → 4.1.1 (re-enables REPORT_GAS env var)
    • @nomicfoundation/hardhat-ignition-viem: 0.15.13 → 0.15.14

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot enabled auto-merge (squash) October 30, 2025 05:41
@github-actions
Copy link

📦 Packages

Package Install
Template Set bun add @settlemint/settlemint/[email protected]

Comment on lines 39 to +42
"@graphprotocol/graph-cli": "0.96.0",
"@graphprotocol/graph-ts": "0.38.0",
"@nomicfoundation/hardhat-foundry": "1.2.0",
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
"@nomicfoundation/hardhat-toolbox-viem": "4.1.0",
"@nomicfoundation/hardhat-ignition-viem": "0.15.14",
Copy link

Choose a reason for hiding this comment

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

Bug: [email protected] requires hardhat-ignition@^0.15.14, but 0.15.13 is installed, causing a peer dependency mismatch.
Severity: HIGH | Confidence: 0.90

🔍 Detailed Analysis

The pull request updates @nomicfoundation/hardhat-ignition-viem to version 0.15.14, which declares a peer dependency on @nomicfoundation/hardhat-ignition version ^0.15.14. However, the project's bun.lock file retains @nomicfoundation/[email protected]. This version mismatch means the hardhat-ignition-viem plugin will attempt to call APIs from hardhat-ignition that are only available in version 0.15.14 or newer, leading to runtime errors when ignition tasks are executed.

💡 Suggested Fix

Update @nomicfoundation/hardhat-ignition from 0.15.13 to 0.15.14 in package.json and bun.lock to satisfy the peer dependency requirement.

🤖 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#L39-L42

Potential issue: The pull request updates `@nomicfoundation/hardhat-ignition-viem` to
version 0.15.14, which declares a peer dependency on `@nomicfoundation/hardhat-ignition`
version `^0.15.14`. However, the project's `bun.lock` file retains
`@nomicfoundation/[email protected]`. This version mismatch means the
`hardhat-ignition-viem` plugin will attempt to call APIs from `hardhat-ignition` that
are only available in version 0.15.14 or newer, leading to runtime errors when ignition
tasks are executed.

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

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 merged commit 39c0a4d into main Oct 30, 2025
4 checks passed
@renovate renovate bot deleted the renovate/hardhat-packages branch October 30, 2025 05:50
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