-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.16 #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… to v0.15.16 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this 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
📦 Packages
|
|
|
||
| "@nomicfoundation/hardhat-ignition": ["@nomicfoundation/hardhat-ignition@0.15.15", "", { "dependencies": { "@nomicfoundation/ignition-core": "^0.15.14", "@nomicfoundation/ignition-ui": "^0.15.13", "chalk": "^4.0.0", "debug": "^4.3.2", "fs-extra": "^10.0.0", "json5": "^2.2.3", "prompts": "^2.4.2" }, "peerDependencies": { "@nomicfoundation/hardhat-verify": "^2.1.0", "hardhat": "^2.26.0" } }, "sha512-4uLp5MOyaW0gUYGAxiA8GikGIo8SLBijpxakFI3BpofUoeRXnnQdNtRJT9aAKD8ENfvFQrNFin0Z1VlXjXurkA=="], | ||
|
|
||
| "@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/hardhat-ignition-viem@0.15.15", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.15", "@nomicfoundation/hardhat-viem": "^2.1.0", "@nomicfoundation/ignition-core": "^0.15.14", "hardhat": "^2.26.0", "viem": "^2.7.6" } }, "sha512-YUL1avW+TEh+nQEzoKwp8SpK9O7gW/Q3vJs95Xhtmz6RJQynWrjSOXVK43xNfzpbS/C+kfPa+A6DF1Sr19H6kg=="], | ||
| "@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=="], | ||
|
|
||
| "@nomicfoundation/hardhat-network-helpers": ["@nomicfoundation/hardhat-network-helpers@1.1.2", "", { "dependencies": { "ethereumjs-util": "^7.1.4" }, "peerDependencies": { "hardhat": "^2.26.0" } }, "sha512-p7HaUVDbLj7ikFivQVNhnfMHUBgiHYMwQWvGn9AriieuopGOELIrwj2KjyM2a6z70zai5YKO264Vwz+3UFJZPQ=="], | ||
|
|
There was a problem hiding this comment.
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 is out of sync with package.json peer dependencies for @nomicfoundation/hardhat-ignition and @nomicfoundation/ignition-core.
Severity: MEDIUM | Confidence: High
🔍 Detailed Analysis
The package.json was updated to @nomicfoundation/hardhat-ignition version 0.15.16, which introduces new peer dependency requirements for @nomicfoundation/hardhat-ignition (^0.15.16) and @nomicfoundation/ignition-core (^0.15.15). However, the bun.lock file was not regenerated and still reflects older installed versions (@nomicfoundation/hardhat-ignition@0.15.15 and @nomicfoundation/ignition-core@0.15.14). This peer dependency mismatch will cause issues when developers run bun install if strict peer dependency constraints are enforced, potentially leading to build failures or unexpected runtime behavior.
💡 Suggested Fix
Regenerate the bun.lock file by running bun install or bun update after updating package.json to ensure all peer dependencies are correctly resolved and reflected.
🤖 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#L196-L202
Potential issue: The `package.json` was updated to `@nomicfoundation/hardhat-ignition`
version `0.15.16`, which introduces new peer dependency requirements for
`@nomicfoundation/hardhat-ignition` (`^0.15.16`) and `@nomicfoundation/ignition-core`
(`^0.15.15`). However, the `bun.lock` file was not regenerated and still reflects older
installed versions (`@nomicfoundation/hardhat-ignition@0.15.15` and
`@nomicfoundation/ignition-core@0.15.14`). This peer dependency mismatch will cause
issues when developers run `bun install` if strict peer dependency constraints are
enforced, potentially leading to build failures or unexpected runtime behavior.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 5330720
This PR contains the following updates:
0.15.15->0.15.16Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ignition-viem)
v0.15.16Compare 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by cubic
Upgrade @nomicfoundation/hardhat-ignition-viem to 0.15.16 to keep the Hardhat Ignition + viem integration up to date.
Written for commit da00606. Summary will update automatically on new commits.