Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Confidence
hardhat (source) 2.22.9 -> 2.26.5 age confidence

Release Notes

NomicFoundation/hardhat (hardhat)

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

v2.22.19

Compare Source

Patch Changes
  • 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit .cjs extension.
  • 00d542a: Update EDR to v0.8.0:
    • fix: improved provider initialization performance
    • fix: ignore unknown opcodes in source maps
    • fix: crash when loading EDR on Windows without a C Runtime library installed
    • fix: improved stack trace generation performance

v2.22.18

Compare Source

Patch Changes
  • 25f45b0: Improve solidity stack traces performance by getting them from the EDR response
  • 0e5c8d7: Restored the message linking to the 2024 solidity survey

v2.22.17

Compare Source

Patch Changes
  • c6efe1d: fix: don't panic when a precompile errors
  • 56d127b: Make totalDifficulty field optional, as spec has changed.
  • e47b495: Added support for solc versions 0.8.28
  • 9ad82f5: Added an optional --output param to the flatten task

v2.22.16

Compare Source

Patch Changes
  • fcece65: Replaced chalk with picocolors, glob with tinyglob, and upgraded find-up

v2.22.15

Compare Source

Patch Changes
  • ede1cde: Fixed custom HTTP headers for forked configurations

v2.22.14

Compare Source

Patch Changes
  • 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback value

v2.22.13

Compare Source

Patch Changes
  • bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
  • 3df95d3: Remove support for console.log selectors that wrongly use "(u)int" type aliases in the selector calculation
  • 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic

v2.22.12

Compare Source

Patch Changes
  • 5fb3095: Adapted Hardhat to trace Solidity logic on EDR. This resulted in a 10% performance improvement for most workloads.

v2.22.11

Compare Source

Patch Changes
  • 601d543: Fixed a problem with provider events when provider.init was explicitly called before the first request.
  • 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
  • b43ed78: Added link to Ignition docs in sample projects
  • 07e0a9c: Hardhat node can now handle large response objects by streaming them.
  • 12d1980: Upgrade chokidar

v2.22.10

Compare Source

Patch Changes
  • 409e99f: Fixed debug logs in Hardhat Network initialization process.
  • 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API

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 becomes conflicted, 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.

@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.15 chore(deps): update dependency hardhat to v2.22.16 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from e57b981 to 4c9c03c Compare November 18, 2024 15:38
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.16 chore(deps): update dependency hardhat to v2.22.17 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 4c9c03c to 749c2ef Compare December 3, 2024 16:37
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.17 chore(deps): update dependency hardhat to v2.22.18 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 749c2ef to 635d3b9 Compare January 14, 2025 14:10
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.18 Update dependency hardhat to v2.22.18 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 635d3b9 to 95dc460 Compare January 23, 2025 18:10
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 95dc460 to d63ecbc Compare January 30, 2025 19:35
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from d63ecbc to 0899e81 Compare February 9, 2025 14:31
@renovate renovate bot changed the title Update dependency hardhat to v2.22.18 chore(deps): update dependency hardhat to v2.22.18 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 0899e81 to 39d3859 Compare February 24, 2025 19:38
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.18 chore(deps): update dependency hardhat to v2.22.19 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 39d3859 to cf2e3c4 Compare March 3, 2025 11:58
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from cf2e3c4 to ff91783 Compare March 11, 2025 13:29
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch 2 times, most recently from 77e62db to 8dc37a8 Compare April 4, 2025 17:48
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.19 chore(deps): update dependency hardhat to v2.23.0 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 8dc37a8 to 6476183 Compare April 10, 2025 22:09
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 6476183 to f6a91b2 Compare April 24, 2025 08:34
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from f6a91b2 to a8d0376 Compare May 7, 2025 16:57
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.23.0 chore(deps): update dependency hardhat to v2.24.0 May 7, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from a8d0376 to d52f082 Compare May 19, 2025 16:28
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from d52f082 to df9b719 Compare May 26, 2025 18:12
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.24.0 chore(deps): update dependency hardhat to v2.24.1 May 26, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch 2 times, most recently from ae4c364 to 1d9e919 Compare June 4, 2025 06:05
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 1d9e919 to af91d77 Compare June 4, 2025 15:40
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.24.1 chore(deps): update dependency hardhat to v2.24.2 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from af91d77 to 7254553 Compare June 12, 2025 17:36
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.24.2 chore(deps): update dependency hardhat to v2.24.3 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch 2 times, most recently from 750decf to a5522ed Compare June 23, 2025 16:45
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.24.3 chore(deps): update dependency hardhat to v2.25.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from a5522ed to d34504b Compare July 2, 2025 15:14
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from d34504b to f3c8b69 Compare July 17, 2025 14:38
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.25.0 chore(deps): update dependency hardhat to v2.26.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from f3c8b69 to 2edeb4a Compare July 21, 2025 18:49
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.0 chore(deps): update dependency hardhat to v2.26.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 2edeb4a to 31438cb Compare August 5, 2025 20:41
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.1 chore(deps): update dependency hardhat to v2.26.2 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 31438cb to 0583c46 Compare August 12, 2025 10:44
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.26.2 chore(deps): update dependency hardhat to v2.26.3 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 0583c46 to 59afa1f Compare August 19, 2025 17:54
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 59afa1f to 4db6357 Compare September 25, 2025 21:26
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 4db6357 to 77389c6 Compare October 30, 2025 03:00
@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 changed the title chore(deps): update dependency hardhat to v2.26.4 chore(deps): update dependency hardhat to v2.26.5 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/hardhat-2.x-lockfile branch from 77389c6 to ade7c5a Compare October 30, 2025 18:43
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.

1 participant