-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update hardhat packages #230
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
base: main
Are you sure you want to change the base?
Conversation
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
595073e to
3af4fdf
Compare
package.json
Outdated
| "@openzeppelin/contracts": "5.4.0", | ||
| "@openzeppelin/subgraphs": "0.1.8-5", | ||
| "hardhat": "2.27.1", | ||
| "hardhat": "2.28.0", |
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 package.json is updated to use hardhat@2.28.0, a version that does not appear to exist on the public npm registry, which will cause installation failures.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The pull request updates the hardhat dependency to version 2.28.0. However, this version is not available on the public npm registry, where the latest v2 release is 2.27.1. Consequently, any attempt to install project dependencies using package managers like bun install or npm install will fail because the specified version cannot be resolved. This will block development environment setup and break CI/CD pipelines.
💡 Suggested Fix
Revert the hardhat version back to a known, stable, and publicly available version, such as 2.27.1. If a specific pre-release or private version is intended, ensure the package manager is configured with the correct registry to resolve it.
🤖 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#L46
Potential issue: The pull request updates the `hardhat` dependency to version `2.28.0`.
However, this version is not available on the public npm registry, where the latest v2
release is `2.27.1`. Consequently, any attempt to install project dependencies using
package managers like `bun install` or `npm install` will fail because the specified
version cannot be resolved. This will block development environment setup and break
CI/CD pipelines.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 7517640
680f9ae to
69a3a54
Compare
69a3a54 to
3219695
Compare
3219695 to
6a70732
Compare
6a70732 to
a5899d8
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a5899d8 to
029aa34
Compare
This PR contains the following updates:
4.1.1→4.1.22.27.1→2.28.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-toolbox-viem)
v4.1.2Compare Source
This release is a small bump to the version of
solidity-coverageto include changes for the Osaka transaction gas limit.Changes
a7e4215: Update solidity-coverage minimum version to include Osaka changesNomicFoundation/hardhat (hardhat)
v2.28.6Compare Source
v2.28.5: Hardhat v2.28.5Compare Source
This release is a small enhancement adding
eth_getProofas a JSON-RPC method.Changes
6e1f27c: Added support foreth_getProofas a JSON-RPC method (#7933)v2.28.4: Hardhat v2.28.4Compare Source
This release is a small bug fix to allow
hardhat_resetto switch from local to forking mode.Changes
32f29d6: Fixed bug inhardhat_resetwhen switching from local to fork mode (#7834)v2.28.3: Hardhat v2.28.3Compare Source
This release increases the block gas limit to 60,000,000.
Patch Changes
494b2c2: Bumped EDR version to0.12.0-next.22.b5a7b75: Added an API that reports the latest supported Solidity version for source instrumentation893277f: Increase the default block gas limit per EIP-7935. Thanks @Amxx! (#7776)v2.28.2: Hardhat v2.28.2Compare Source
This release adds support for Solidity
0.8.32and0.8.33.Patch Changes
e6ddffc: Bumped EDR version to0.12.0-next.21.34e1ab4: Updated base mainnet eip1559 parameters after SystemConfig update on 2025-12-182272bc0: Fixed excess_blob_gas calculation after Osaka44e779c: Added function-level configuration overrides for Solidity testsb5ad15c: Added support for instrumentation of Solidity0.8.32and0.8.33v2.28.1: Hardhat v2.28.1Compare Source
This release adds support for Solidity
0.8.31.Changes
c5a9e7c: Bumped EDR version to0.12.0-next.19.v2.28.0: Hardhat v2.28.0Compare Source
This release sets
osakaas the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.Changes
6f50b84: Changed default L1 hardfork toosaka(@nomicfoundation/edr@0.12.0-next.17)c69b99d: Update default gas limit to take into accountosakatransaction limit (#7751)a7e4215: Updatesolidity-coverageminimum version to include Osaka changes6f50b84: Changed default OP stack hardfork toisthmus(@nomicfoundation/edr@0.12.0-next.17)6f50b84: Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains (@nomicfoundation/edr@0.12.0-next.17)v2.27.2: Hardhat v2.27.2Compare Source
This release is a small bug fix to allow downloading of solc version
0.8.31.Changes
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.
This PR was generated by Mend Renovate. View the repository job log.