Update other minor updates #512
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.29.3->^2.29.4^2.0.13->^2.0.14^20.17.45->^20.19.0^2.24.0->^2.24.2^2.2.3->^2.3.0^29.3.2->^29.3.4Release Notes
changesets/changesets (@changesets/cli)
v2.29.4Compare Source
Patch Changes
#1668
65d6632Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632]:nomicfoundation/hardhat (@nomicfoundation/hardhat-verify)
v2.0.14Compare Source
This release adds support for etherscan API v2 and Node v24.
Changes
d0c3dcf: Support Etherscan API v2 (#6716)9b75f5d: Updated dependencies (#6535)a8ad44c: Updated dependencies (#6497)nomiclabs/hardhat (hardhat)
v2.24.2: Hardhat v2.24.2Compare Source
This release is a small bug fix to deal with nodes that have deprecated support for the
eth_accountsRPC call.Changes
2bbb705: Wrap eth_accounts usage on http provider to handle method deprecation (#6632)v2.24.1: Hardhat v2.24.1Compare 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)cgewecke/hardhat-gas-reporter (hardhat-gas-reporter)
v2.3.0: Etherscan API V2Compare 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
L1EtherscanandL2Etherscanoptions are being deprecated in favor of a newetherscanoption.Your existing
L1Etherscankey 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
L1Etherscankey 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.4Compare Source
Bug Fixes
TsJestTransformerOptionstype (3b11e29), closes #4247rewriteRelativeImportExtensionsalways (9b1f472), closes #4855v29.3.3Compare Source
Bug Fixes
isolatedDeclarations(5d6b35f), closes #4847Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.