Update other major updates (major) #513
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:
^3.1.0
->^4.0.2
^1.1.0
->^3.0.1
^2.1.1
->^3.0.3
v4
->v5
^16.5.0
->^17.2.3
^2.26.2
->^3.0.7
^17.7.2
->^18.0.0
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ethers)
v4.0.2
Compare Source
v4.0.1
Compare Source
This release is a small bug fix for clearing event listeners.
Changes
27d52b7
: Fixed index resolution in clearEventListeners (#7359)v4.0.0
Compare Source
This is the first release of the Hardhat 3 version of this package.
NomicFoundation/hardhat (@nomicfoundation/hardhat-network-helpers)
v3.0.1
Compare Source
Patch Changes
138d673
: Enable fixture sharing across files; fixtures now provide aconnection
parameter 7406v3.0.0
Compare Source
Major Changes
29cc141
: First release of Hardhat 3!NomicFoundation/hardhat (@nomicfoundation/hardhat-verify)
v3.0.3
Compare Source
Patch Changes
d25eec4
: Fixed a bug that prevented verification of contracts imported from npm modules (#7442)v3.0.2
Compare Source
Patch Changes
a475780
: Added automatic proxy detection forhardhat-verify
and fixed case-insensitive proxy environment variables for network requests (#7407)v3.0.1
Compare Source
Patch Changes
0016b57
: FixContractInformationResolver
to use optional chaining when accessing compiler output contracts to prevent potentialTypeError
(#7291)v3.0.0
Compare Source
Major Changes
29cc141
: First release of Hardhat 3!actions/checkout (actions/checkout)
v5
Compare Source
motdotla/dotenv (dotenv)
v17.2.3
Compare Source
Changed
v17.2.2
Compare Source
Added
v17.2.1
Compare Source
Changed
v17.2.0
Compare Source
Added
DOTENV_CONFIG_QUIET=true
in your environment or.env
file to quiet the runtime log (#889)DOTENV_CONFIG_
environment variables take precedence over any code set options like({quiet: false})
v17.1.0
Compare Source
Added
v17.0.1
Compare Source
Changed
v17.0.0
Compare Source
Changed
quiet
to false - informational (file and keys count) runtime log message shows by default (#875)v16.6.1
Compare Source
Changed
quiet
to true – hiding the runtime log message (#874)config({ quiet: true })
to suppress.require('dotenv').config()
forrequire('@​dotenvx/dotenvx').config()
.v16.6.0
Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env
(#870){ quiet: true }
to suppressNomicFoundation/hardhat (hardhat)
v3.0.7
Compare Source
Patch Changes
138d673
: Addednetwork.createServer(...)
to spawn a Hardhat node programmatically (#6472)d414eda
: Added support for conditional dependencies on plugins (#7424)138d673
: Added support for compiling solidity tests separately from contracts (#6474)e17972f
: Addedhre.versions
with Hardhat and EDR package versions.34add2d
: Added configVariable support for test.solidity.forking configb13620a
: Added compilation progress spinner to show build progress (#7460)4c65d3e
: Automatically add compilation results to a runningnpx hardhat node
on recompilation (#6040)138d673
: Updated EDR to version0.12.0-next.7
d821a0a
: Fixed npm artifact cleanup on windows (#7459)138d673
: Fixed creation of network connections to include config extensions from plugins (#7106)v3.0.6
Compare Source
Patch Changes
609d05c
: Add deprecation warning fortestFail_*
test functions8c1cb1e
: Fixed dependencies for Hardhat sorpc
utils can be loaded (#7415)v3.0.5
Compare Source
Patch Changes
bebf87c
: Added support for Linea network verification, thanks @kyzooghost (#7357)0bfe6ac
: Fixed coverage report when loading data from large test suites (#7385)be469d6
: Display an error message when attempting to use a global hardhat installation in a local repo (#5362)49cc9ba
: Load resolved global options into environment variables during tests (#7305)8d3b16c
: Support for custom compilers (#7130)a475780
: Added automatic proxy detection forhardhat-verify
and fixed case-insensitive proxy environment variables for network requests (#7407)3996886
: FixedgetBuildInfoPath
andgetBuildInfoOutputPath
to correctly return undefined when build info files are missing 7052v3.0.4
Compare Source
Patch Changes
af301a8
: Update validation for solidity test config (#7205)v3.0.3
Compare Source
Patch Changes
34a5bc9
: Fixed an issue when making historical calls in a forked network (#7271)e0e658a
: Upgraded EDR to 0.12.0-next.5. This brings a fix forexpectEmit
cheatcode stack traces and performance improvements from upgrading to REVM 27 (#1063)v3.0.2
Compare Source
Patch Changes
d45d544
: Fixed passing global network options to node:test and mocha subprocesses (#7248)003e72c
: Help message phrasing unified0120e67
: Added warning when running with a non-LTS Node version (#7167)9261714
: Update npm module regex to include versions in solidity imports (#7308)v3.0.1
Compare Source
Patch Changes
a3bd239
: Add Yarn support for Hardhat v3 (#7192)617254e
: Move extraneous dependency to peer (#7231)6446a38
: Add temporary fix for incorrect error message (#7168)6361ea4
: Fixed an issue with compiling a Hardhat project after switching OS users (#7161)5c9ee7f
: Warn the user if they are not using the latest version of Hardhat0fc1f3f
: Remove full stops from help message descriptions (#7185)8acf48f
: Improved exception filtering for Sentry telemetry (#7246)e7d2f80
: Added missing Solidity test config optionallowInternalExpectRevert
.v3.0.0
Compare Source
Major Changes
29cc141
: First release of Hardhat 3!yargs/yargs (yargs)
v18.0.0
Compare Source
⚠ BREAKING CHANGES
command
.^20.19.0 || ^22.12.0 || >=23
.Features
Bug Fixes
Code Refactoring
command
. (d90af45)Build System
^20.19.0 || ^22.12.0 || >=23
. (d90af45)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.