Skip to content

chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.16#218

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

chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.16#218
renovate[bot] merged 1 commit into
mainfrom
renovate/hardhat-packages

Conversation

@renovate
Copy link
Copy Markdown
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.


Summary by cubic

Update @nomicfoundation/hardhat-ignition-viem to 0.15.16 to pick up the latest patch and keep Ignition/viem integration current. Only dependency files changed (package.json, bun.lock).

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

… 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
@renovate renovate Bot enabled auto-merge (squash) December 3, 2025 22:24
Comment thread bun.lock
Comment on lines +199 to 200
"@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
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The bun.lock file has an incomplete dependency update for @nomicfoundation/hardhat-ignition-viem@0.15.16, failing to update its peer dependencies.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The bun.lock file contains an incomplete dependency update for @nomicfoundation/hardhat-ignition-viem@0.15.16. While the package itself was updated, its peer dependencies, @nomicfoundation/hardhat-ignition and @nomicfoundation/ignition-core, were not. The lockfile still lists hardhat-ignition@0.15.15 (required ^0.15.16) and ignition-core@0.15.14 (required ^0.15.15), which do not satisfy the new requirements. This mismatch will lead to unsatisfied peer dependencies and potential runtime errors when hardhat-ignition-viem@0.15.16 attempts to interact with incompatible versions of its peer dependencies.

💡 Suggested Fix

Update the bun.lock file to correctly reflect the required peer dependency versions for @nomicfoundation/hardhat-ignition-viem@0.15.16. This can typically be resolved by running bun install or bun update to regenerate the lockfile with correct versions.

🤖 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#L199-L200

Potential issue: The `bun.lock` file contains an incomplete dependency update for
`@nomicfoundation/hardhat-ignition-viem@0.15.16`. While the package itself was updated,
its peer dependencies, `@nomicfoundation/hardhat-ignition` and
`@nomicfoundation/ignition-core`, were not. The lockfile still lists
`hardhat-ignition@0.15.15` (required `^0.15.16`) and `ignition-core@0.15.14` (required
`^0.15.15`), which do not satisfy the new requirements. This mismatch will lead to
unsatisfied peer dependencies and potential runtime errors when
`hardhat-ignition-viem@0.15.16` attempts to interact with incompatible versions of its
peer dependencies.

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 3, 2025

📦 Packages

Package Install
Template Set bun add @settlemint/settlemint/solidity-token-erc20-metatx@8.0.11-prc9d7ee3

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 merged commit 0541cfe into main Dec 3, 2025
8 checks passed
@renovate renovate Bot deleted the renovate/hardhat-packages branch December 3, 2025 22:32
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