Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-ignition-viem (source) dependencies patch 0.15.15 -> 0.15.16 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)

v0.15.16

Compare Source


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.

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

… to v0.15.16

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies label Dec 3, 2025
Comment on lines +275 to 276
"@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/hardhat-ignition-viem@0.15.16", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.16", "@nomicfoundation/hardhat-viem": "^2.1.0", "@nomicfoundation/ignition-core": "^0.15.15", "hardhat": "^2.26.0", "viem": "^2.7.6" } }, "sha512-BKWRZSkW1dLMW6VRjQCLei+JGYmotTsQo/QeR21CyVG0FMkPESTU6X1XPKynqNjaYJebV8rDsjtdB/Bzi7FRog=="],

Copy link

Choose a reason for hiding this comment

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

Bug: The PR introduces a peer dependency mismatch where @nomicfoundation/hardhat-ignition-viem@0.15.16 requires newer versions of @nomicfoundation/hardhat-ignition and @nomicfoundation/ignition-core than are present in bun.lock.
Severity: HIGH | Confidence: High

🔍 Detailed Analysis

The pull request updates @nomicfoundation/hardhat-ignition-viem to v0.15.16, which declares a peer dependency on @nomicfoundation/hardhat-ignition with version ^0.15.16. However, the bun.lock file retains @nomicfoundation/hardhat-ignition@0.15.15. This version does not satisfy the ^0.15.16 requirement, leading to a peer dependency violation. Similarly, @nomicfoundation/ignition-core@0.15.14 is present while hardhat-ignition-viem@0.15.16 requires ^0.15.15. This inconsistency can cause runtime failures if the updated hardhat-ignition-viem relies on APIs or behaviors introduced in the newer, expected versions of its peer dependencies.

💡 Suggested Fix

Update @nomicfoundation/hardhat-ignition to v0.15.16 and @nomicfoundation/ignition-core to v0.15.15 (or higher compatible versions) in bun.lock, or revert the update of @nomicfoundation/hardhat-ignition-viem.

🤖 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: bun.lock#L275-L276

Potential issue: The pull request updates `@nomicfoundation/hardhat-ignition-viem` to
v0.15.16, which declares a peer dependency on `@nomicfoundation/hardhat-ignition` with
version `^0.15.16`. However, the `bun.lock` file retains
`@nomicfoundation/hardhat-ignition@0.15.15`. This version does not satisfy the
`^0.15.16` requirement, leading to a peer dependency violation. Similarly,
`@nomicfoundation/ignition-core@0.15.14` is present while
`hardhat-ignition-viem@0.15.16` requires `^0.15.15`. This inconsistency can cause
runtime failures if the updated `hardhat-ignition-viem` relies on APIs or behaviors
introduced in the newer, expected versions of its peer dependencies.

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

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

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

📦 Packages

Package Install
Template Set bun add @settlemint/settlemint/solidity-token-erc721-generative-art@8.0.11-pr1ff712d

@renovate renovate bot merged commit c7f24b4 into main Dec 4, 2025
4 checks passed
@renovate renovate bot deleted the renovate/hardhat-packages branch December 4, 2025 05:07
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