Skip to content

chore(deps): update hardhat packages#173

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/hardhat-packages
Oct 30, 2025
Merged

chore(deps): update hardhat packages#173
renovate[bot] merged 1 commit into
mainfrom
renovate/hardhat-packages

Conversation

@renovate

@renovate renovate Bot commented Oct 30, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-ignition-viem (source) dependencies patch 0.15.14 -> 0.15.15 OpenSSF Scorecard
hardhat (source) dependencies patch 2.26.4 -> 2.26.5 OpenSSF Scorecard

Release Notes

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

v0.15.15

Compare Source

NomicFoundation/hardhat (hardhat)

v2.26.5: Hardhat v2.26.5

Compare Source

This release is a small bug fix to improve compilation in the presence of a malformed solidity-files-cache.

Changes
  • f886268: Ignore malformed solidity-files-cache so compilation keeps running while logging the issue in debug, thanks @​iosh (#​6489)

💡 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

Update Hardhat and Ignition Viem to the latest patch versions. This includes a Hardhat fix that keeps compilation running even if the solidity-files-cache is malformed.

  • Dependencies
    • hardhat: 2.26.4 → 2.26.5
    • @nomicfoundation/hardhat-ignition-viem: 0.15.14 → 0.15.15

Written for commit c0cefd8. Summary will update automatically on new commits.

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

Copy link
Copy Markdown

📦 Packages

Package Install
Template Set bun add @settlemint/settlemint/solidity-token-erc721@8.0.10-pr99d25dd

Comment thread package.json
"@graphprotocol/graph-ts": "0.38.0",
"@nomicfoundation/hardhat-foundry": "1.2.0",
"@nomicfoundation/hardhat-ignition-viem": "0.15.14",
"@nomicfoundation/hardhat-ignition-viem": "0.15.15",

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: Updating hardhat-ignition-viem to 0.15.15 creates a peer dependency mismatch with hardhat-ignition@0.15.13.
Severity: CRITICAL | Confidence: 1.00

🔍 Detailed Analysis

The pull request updates @nomicfoundation/hardhat-ignition-viem to version 0.15.15. This new version declares a peer dependency on @nomicfoundation/hardhat-ignition@^0.15.15. However, the bun.lock file indicates that @nomicfoundation/hardhat-ignition remains at 0.15.13. This version does not satisfy the ^0.15.15 requirement, which expects a version >=0.15.15 and <0.16.0. This mismatch can lead to package manager warnings or installation failures, and potentially cause runtime errors if hardhat-ignition-viem attempts to use APIs from hardhat-ignition that are not present in the older 0.15.13 version.

💡 Suggested Fix

Update @nomicfoundation/hardhat-ignition to at least version 0.15.15 to satisfy the peer dependency requirement introduced by @nomicfoundation/hardhat-ignition-viem@0.15.15.

🤖 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: The pull request updates `@nomicfoundation/hardhat-ignition-viem` to
version `0.15.15`. This new version declares a peer dependency on
`@nomicfoundation/hardhat-ignition@^0.15.15`. However, the `bun.lock` file indicates
that `@nomicfoundation/hardhat-ignition` remains at `0.15.13`. This version does not
satisfy the `^0.15.15` requirement, which expects a version `>=0.15.15` and `<0.16.0`.
This mismatch can lead to package manager warnings or installation failures, and
potentially cause runtime errors if `hardhat-ignition-viem` attempts to use APIs from
`hardhat-ignition` that are not present in the older `0.15.13` version.

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

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

Copy link
Copy Markdown

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 a6a1ccf into main Oct 30, 2025
4 checks passed
@renovate renovate Bot deleted the renovate/hardhat-packages branch October 30, 2025 19: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.

0 participants