Update other minor updates #512
Open
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.17.57
^2.24.0
->^2.24.2
^2.2.3
->^2.3.0
^29.3.2
->^29.3.4
Release Notes
changesets/changesets (@changesets/cli)
v2.29.4
Compare Source
Patch Changes
#1668
65d6632
Thanks @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.14
Compare 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_accounts
RPC 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
L1Etherscan
andL2Etherscan
options are being deprecated in favor of a newetherscan
option.Your existing
L1Etherscan
key will continue to work.To simplify your reporter config as you make this upgrade, make the change below:
(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
TsJestTransformerOptions
type (3b11e29), closes #4247rewriteRelativeImportExtensions
always (9b1f472), closes #4855v29.3.3
Compare 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.