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:
^16.4.7
->^16.5.0
^2.22.19
->^2.24.2
^1.4.2
->^1.4.3
^0.8.14
->^0.8.16
>=5.8.2
->>=5.8.3
Release Notes
motdotla/dotenv (dotenv)
v16.5.0
Compare Source
Added
Changed
_log
method. Use_debug
#862nomiclabs/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)v2.24.0
: Hardhat v2.24.0Compare Source
This release sets Prague as the default hardfork in the Hardhat Network, updates EDR to its latest version, and fixes an issue in transaction-signing.
Changes
v2.23.0
: Hardhat v2.23.0Compare Source
This release adds support for the Prague hardfork, enhances project creation by automatically determining the appropriate package manager and adds hardfork activation history for Avalanche. Additionally, it introduces a configurable banner for displaying important information in future updates.
Changes
aa09462
: Add support for the Prague hardforka5419a7
: Use npm_config_user_agent to determine what package manager to use for project creation4ad0bc0
: Upgraded EDR to v0.9.0: Added support for the Prague hardfork9d6f713
: Upgraded EDR to v0.10.0: Add Prague hardfork to the list of supported SpecIdsb61cdd8
: Add hardfork activation history for avalanche network2f27ee8
: Display configurable banner on project creation and task executionprettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v1.4.3
Compare Source
What's Changed
Full Changelog: prettier-solidity/prettier-plugin-solidity@v1.4.2...v1.4.3
sc-forks/solidity-coverage (solidity-coverage)
v0.8.16
: 0.8.16Compare Source
Support for custom storage layout syntax
This version updates the plugin's parser dependency to support the
layout
andat
keywords introduced in Solidity v0.8.29What's Changed
Full Changelog: sc-forks/solidity-coverage@v0.8.15...v0.8.16
v0.8.15
: 0.8.15Compare Source
Speed up test runs when using
viaIR
This release adds an
irMinimum
option which should improve execution speeds if you're generating coverage with solc'sviaIR
mode enabled. The plugin has handledviaIR
for about a year but it runs more slowly in that setting because it has to search for execution traces across a wider range of opcodes. The performance hit is especially notable in solidity code that iterates hundreds of times in loops.NOTE: Not all code will compile with
irMinimum
(you may get stack-too-deep errors unfortunately). But if yours does, this option should make things faster for you.Usage
What's Changed
New Contributors
Full Changelog: sc-forks/solidity-coverage@v0.8.14...v0.8.15
microsoft/TypeScript (typescript)
v5.8.3
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.