Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@nomicfoundation/hardhat-toolbox-viem (source) dependencies patch 4.1.14.1.2 OpenSSF Scorecard
hardhat (source) dependencies minor 2.27.12.28.6 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.1.2

Compare Source

This release is a small bump to the version of solidity-coverage to include changes for the Osaka transaction gas limit.

Changes
  • a7e4215: Update solidity-coverage minimum version to include Osaka changes

💡 The Nomic Foundation is hiring! Check our open positions.


NomicFoundation/hardhat (hardhat)

v2.28.6

Compare Source

v2.28.5: Hardhat v2.28.5

Compare Source

This release is a small enhancement adding eth_getProof as a JSON-RPC method.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.4: Hardhat v2.28.4

Compare Source

This release is a small bug fix to allow hardhat_reset to switch from local to forking mode.

Changes
  • 32f29d6: Fixed bug in hardhat_reset when switching from local to fork mode (#​7834)

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.3: Hardhat v2.28.3

Compare Source

This release increases the block gas limit to 60,000,000.

Patch Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.2: Hardhat v2.28.2

Compare Source

This release adds support for Solidity 0.8.32 and 0.8.33.

Patch Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.1: Hardhat v2.28.1

Compare Source

This release adds support for Solidity 0.8.31.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.28.0: Hardhat v2.28.0

Compare Source

This release sets osaka as the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.

Changes

💡 The Nomic Foundation is hiring! Check our open positions.


v2.27.2: Hardhat v2.27.2

Compare Source

This release is a small bug fix to allow downloading of solc version 0.8.31.

Changes
  • Fixed the download of solc, which broke for v0.8.31 (#​7761)

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

@renovate renovate bot enabled auto-merge (squash) December 10, 2025 16:58
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

@renovate renovate bot force-pushed the renovate/hardhat-packages branch from 595073e to 3af4fdf Compare December 15, 2025 11:32
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.27.2 chore(deps): update hardhat packages Dec 15, 2025
package.json Outdated
"@openzeppelin/contracts": "5.4.0",
"@openzeppelin/subgraphs": "0.1.8-5",
"hardhat": "2.27.1",
"hardhat": "2.28.0",
Copy link

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

@renovate renovate bot force-pushed the renovate/hardhat-packages branch 2 times, most recently from 680f9ae to 69a3a54 Compare December 30, 2025 15:42
@renovate renovate bot force-pushed the renovate/hardhat-packages branch from 69a3a54 to 3219695 Compare January 8, 2026 20:57
@renovate renovate bot force-pushed the renovate/hardhat-packages branch from 3219695 to 6a70732 Compare January 27, 2026 22:53
@renovate renovate bot force-pushed the renovate/hardhat-packages branch from 6a70732 to a5899d8 Compare February 10, 2026 15:41
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hardhat-packages branch from a5899d8 to 029aa34 Compare February 12, 2026 13: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.

0 participants