Skip to content

Update other minor updates #512

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.29.3 -> ^2.29.4 age adoption passing confidence
@nomicfoundation/hardhat-verify (source) ^2.0.13 -> ^2.0.14 age adoption passing confidence
@types/node (source) ^20.17.45 -> ^20.17.57 age adoption passing confidence
hardhat (source) ^2.24.0 -> ^2.24.2 age adoption passing confidence
hardhat-gas-reporter ^2.2.3 -> ^2.3.0 age adoption passing confidence
ts-jest (source) ^29.3.2 -> ^29.3.4 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.4

Compare Source

Patch Changes
nomicfoundation/hardhat (@​nomicfoundation/hardhat-verify)

v2.0.14

Compare Source

This release adds support for etherscan API v2 and Node v24.

Changes

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


nomiclabs/hardhat (hardhat)

v2.24.2: Hardhat v2.24.2

Compare Source

This release is a small bug fix to deal with nodes that have deprecated support for the eth_accounts RPC call.

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

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


v2.24.1: Hardhat v2.24.1

Compare Source

This release adds support for Node v24 and introduces improvements to the solidity compilation pipeline.

Changes
  • 9b75f5d: Fix a few potential errors that could happen when compiling Solidity in a subprocess (#​6535)
  • a8ad44c: Added support for Node v24 (#​6497)

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


cgewecke/hardhat-gas-reporter (hardhat-gas-reporter)

v2.3.0: Etherscan API V2

Compare Source

This release migrates the plugin to Etherscan's new V2 API. (V1 will stop working in June 2025). A benefit of this change is that you'll only need a single API key to access any of the L1 and L2 networks Etherscan supports. As a result, the plugin's L1Etherscan and L2Etherscan options are being deprecated in favor of a new etherscan option.

Your existing L1Etherscan key will continue to work.

To simplify your reporter config as you make this upgrade, make the change below:

const config: HardhatUserConfig = {
  gasReporter: {
+    etherscan: "ABC...", // Same value as your old `L1Etherscan` key
-    L1Etherscan: "ABC...",  
-    L2Etherscan: "DEF..."
  }
}

(You'll continue to see price data even if you don't change your config. The plugin defaults to using your L1Etherscan key if it doesn't see the newer option set.)

What's Changed

Full Changelog: cgewecke/hardhat-gas-reporter@v2.2.3...v2.3.0

kulshekhar/ts-jest (ts-jest)

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" (UTC), 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.

👻 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 requested a review from bbenligiray as a code owner June 1, 2025 01:29
@renovate renovate bot requested a review from hiletmis June 1, 2025 01:29
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from f1e359c to 2a357e5 Compare June 4, 2025 12:55
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.

0 participants