Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence
hardhat (source) 2.22.192.28.3 age confidence

Release Notes

NomicFoundation/hardhat (hardhat)

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.


v2.27.1: Hardhat v2.27.1

Compare Source

This release adds support for the Fusaka hardfork.

Changes
  • 722eabf: Bumped EDR version to 0.12.0-next.16
    • Added support for Osaka hardfork
    • Added full support for OP stack Isthmus hardfork

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


v2.27.0: Hardhat v2.27.0

Compare Source

This release integrates the latest EDR (version 0.12.0-next.7) into Hardhat 2.

Changes

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


v2.26.5: Hardhat v2.26.5

Compare Source

This release is a small bug fix to improve compilation in the presence of a malformed solidity-files-cache.

Changes
  • f886268: Ignore malformed solidity-files-cache so compilation keeps running while logging the issue in debug, thanks @​iosh (#​6489)

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


v2.26.4: v2.26.4

Compare Source

This is a small release that includes solc version support for 0.8.30 along with other bug fixes.

Changes
  • e5ff273: Fix to be explicit that execFile should pass stdout/stderr as strings (#​7333)
  • 5655ebb: Update latest supported solc version to 0.8.30 (#​7365)
  • 9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources

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


v2.26.3

Compare Source

Patch Changes

v2.26.2

Compare Source

Patch Changes
  • 11ee260: Don't use undici's global dispatcher, making Hardhat more stable across Node.js versions

v2.26.1

Compare Source

Patch Changes
  • 896c4ea: Revert micro-eth-signer to ^0.14.0 to fix compatibility with earlier Node 20 versions (#​7026)

v2.26.0

Compare Source

Minor Changes
Patch Changes
  • 69acece: Upgraded EDR to v0.11.3 which includes:
    • fixes for stack trace generation and RIP-7212 support.
    • Removed copying of account code for provider accounts in forked networks. Code was previously ignored for default accounts only, now also for user accounts.
  • 84fff85: Remove unneeded type dependencies, thanks @​reallesee (#​6990)
  • e139cf3: Update the version of micro-eth-signer (#​6950)

v2.25.0

Compare Source

Minor Changes

v2.24.3

Compare Source

Patch Changes
  • 6be5c13: Upgraded EDR to v0.11.1, which fixed a bug when sending ETH to the testing accounts in forked networks. Now testing accounts are automatically undelegated.

v2.24.2

Compare Source

Patch Changes
  • 2bbb705: Wrap eth_accounts usage on http provider to handle method deprecation (#​6632)

v2.24.1

Compare Source

Patch Changes
  • 9b75f5d: Fix a few potential errors that could happen when compiling Solidity in a subprocess
  • a8ad44c: Added support for Node v24.

v2.24.0

Compare Source

Minor Changes
  • 82feaae: Set prague as the default hardfork in Hardhat network
Patch Changes
  • a7aa6d6: Upgraded EDR to v0.11.0:
    • Replaced const enums with non-const enums in *.d.ts files
  • 2ab8103: Relax validations for transaction signing introduced in the previous version by disabling strict mode in Transaction.prepare.
  • 67f1e95: Support chainId values above 2^32 - 1 for local account transactions

v2.23.0

Compare Source

Minor Changes
  • aa09462: Add support for the Prague hardfork
Patch Changes
  • a5419a7: Use npm_config_user_agent to determine what package manager to use for project creation
  • 4ad0bc0: Upgraded EDR to v0.9.0:
    • Added support for the Prague hardfork
  • 9d6f713: Upgraded EDR to v0.10.0:
    • Add Prague hardfork to the list of supported SpecIds
  • b61cdd8: Add hardfork activation history for avalanche network
  • 2f27ee8: Display configurable banner on project creation and task execution

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.65%. Comparing base (8c101ad) to head (a987810).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   99.65%   99.65%   -0.01%     
==========================================
  Files          23       23              
  Lines        1175     1164      -11     
==========================================
- Hits         1171     1160      -11     
  Misses          4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from aa25dbc to 465353e Compare September 25, 2025 13:48
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.3 chore(deps): update dependency hardhat to v2.26.4 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 465353e to 3adf34e Compare October 30, 2025 04:00
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.4 chore(deps): update dependency hardhat to v2.26.5 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 3adf34e to 88fd1a4 Compare October 31, 2025 00:43
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.5 chore(deps): update dependency hardhat to v2.27.0 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 88fd1a4 to b596b24 Compare November 6, 2025 17:48
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from b596b24 to c5b4cd2 Compare November 18, 2025 14:57
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from c5b4cd2 to 01a78f8 Compare November 27, 2025 16:06
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.27.0 chore(deps): update dependency hardhat to v2.27.1 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 01a78f8 to 62ccb9d Compare December 10, 2025 14:53
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.27.1 chore(deps): update dependency hardhat to v2.27.2 Dec 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.27.2 chore(deps): update dependency hardhat to v2.28.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 62ccb9d to 14cdd9b Compare December 15, 2025 14:03
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.28.0 chore(deps): update dependency hardhat to v2.28.1 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch 2 times, most recently from fd098a2 to a987810 Compare December 30, 2025 13:00
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.28.1 chore(deps): update dependency hardhat to v2.28.2 Dec 30, 2025
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.28.2 chore(deps): update dependency hardhat to v2.28.3 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from a987810 to 3fa2e64 Compare January 8, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants