-
Notifications
You must be signed in to change notification settings - Fork 6
Update other major updates (major) #513
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-other-major-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
Blocked by #363 |
b1ee035 to
91a3e07
Compare
e2d8ce9 to
ec6b3b2
Compare
64ef108 to
21ed1cc
Compare
2caa0a4 to
ba9e0a4
Compare
66ab102 to
6b334e5
Compare
71346a3 to
06afe1f
Compare
a652554 to
280eabd
Compare
280eabd to
e97f816
Compare
ae79e35 to
404f6bd
Compare
2628b47 to
9860d50
Compare
b693d65 to
f2d409c
Compare
2083dd1 to
6c1ac0d
Compare
53797c4 to
444349e
Compare
a8b6091 to
7711450
Compare
d1fbae4 to
2833235
Compare
36b3914 to
b3fd2f6
Compare
85d4116 to
278a0fa
Compare
280eb0c to
8436f7b
Compare
8436f7b to
4b30e3d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3^1.1.0->^3.0.3^2.1.1->^3.0.8v4->v6^16.5.0->^17.2.3^11.0.2->^13.0.0^2.26.2->^3.1.0^17.7.2->^18.0.0Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ethers)
v4.0.3Compare Source
What's Changed
defineConfigv4.0.2Compare Source
v4.0.1Compare Source
This release is a small bug fix for clearing event listeners.
Changes
27d52b7: Fixed index resolution in clearEventListeners (#7359)v4.0.0Compare Source
This is the first release of the Hardhat 3 version of this package.
v3.1.2Compare Source
v3.1.1Compare Source
NomicFoundation/hardhat (@nomicfoundation/hardhat-network-helpers)
v3.0.3Compare Source
Patch Changes
0245213: Improved the documentationv3.0.2Compare Source
Patch Changes
558ac5b: Update installation and config instructionsv3.0.1Compare Source
Patch Changes
138d673: Enable fixture sharing across files; fixtures now provide aconnectionparameter 7406v3.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!v1.1.2Compare Source
v1.1.1Compare Source
NomicFoundation/hardhat (@nomicfoundation/hardhat-verify)
v3.0.8Compare Source
Patch Changes
0635271: Fix Etherscan verification retry with full compiler input, thanks @SyedAsadKazmi! (#7577)v3.0.7Compare Source
Patch Changes
29acf32: Added fallback for chains not included in chain descriptors (#7657)v3.0.6Compare Source
Patch Changes
6307578: Added support for verifying contracts via Sourcify, thanks @manuelwedler (#6885).v3.0.5Compare Source
Patch Changes
d45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.558ac5b: Update installation and config instructionsv3.0.4Compare Source
Patch Changes
cbcb5ce: Fixedhardhat-verifyby using apiUrl from etherscanConfig for verification (#7509)v3.0.3Compare Source
Patch Changes
d25eec4: Fixed a bug that prevented verification of contracts imported from npm modules (#7442)v3.0.2Compare Source
Patch Changes
a475780: Added automatic proxy detection forhardhat-verifyand fixed case-insensitive proxy environment variables for network requests (#7407)v3.0.1Compare Source
Patch Changes
0016b57: FixContractInformationResolverto use optional chaining when accessing compiler output contracts to prevent potentialTypeError(#7291)v3.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!v2.1.3Compare Source
v2.1.2Compare Source
This release is a small bug fix for Sourcify verification.
Changes
2dccd4e: Pass all sources in the contract metadata for verification in Sourcify. Thanks @natanasow! (#7070)9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resourcesactions/checkout (actions/checkout)
v6Compare Source
v5Compare Source
motdotla/dotenv (dotenv)
v17.2.3Compare Source
Changed
v17.2.2Compare Source
Added
v17.2.1Compare Source
Changed
v17.2.0Compare Source
Added
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})v17.1.0Compare Source
Added
v17.0.1Compare Source
Changed
v17.0.0Compare Source
Changed
quietto false - informational (file and keys count) runtime log message shows by default (#875)v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressisaacs/node-glob (glob)
v13.0.0Compare Source
v12.0.0Compare Source
NomicFoundation/hardhat (hardhat)
v3.1.0Compare Source
Minor Changes
7b851f3: Bumped EDR version to0.12.0-next.17Patch Changes
7697451: Test summaries are now merged when running multiple test tasks (#7053)a3bf244: Fixed the download of solc, which broke for v0.8.31v3.0.17Compare Source
Patch Changes
9f4020b: - Update template projects to ignore local.envfiles but still allow committing.env.examplefiles, thanks @KonstantinosChonas! (7702)a9a47e5: Fixed hex validation patterns, thanks @Bilogweb3 (#7719)b0f37e1: Fixed the network config to re-validate and re-resolvechainTypeonconnect()(#7700).v3.0.16Compare Source
Patch Changes
478ee07: Bumped EDR version to0.12.0-next.16806ee5a: Fixed an issue caused by networks that don't implementeth_feeHistorycorrectly (#7678)f4b7f7e: Fix: use user config provided value fordefaultChainType(#7700)6b2ed9a: Add ability for task options to be hidden from the CLI (#7426)6d10d05: Updatehardforkvalidation and resolution to usedefaultChainTypewhenchainTypeis undefined (#7700)v3.0.15Compare Source
Patch Changes
9fb054a: Fix the initialization of the Mocha and Ethers sample project when using pnpmv3.0.14Compare Source
Patch Changes
3d42a6f: Remove the compilation spinner when the compilation fails52e1eb4: Fix thetest soliditytask's compilation processce5c22a: Fail when a file isn't built neither as contract nor testv3.0.13Compare Source
Patch Changes
6e4ad6d: Fixed unexpected test failure when running in isolate/gas stats mode (#1146)6e4ad6d: Added latest dynamic base fee parameters to Base Mainnet chain config (#1141)v3.0.12Compare Source
Patch Changes
147f8a6: Improved the look and feel of compilation output (#7669)50ce3e0: Fix a bug that could lead to different builds having the same build id. Note that this version will change how every build id is computed.31f0b03: Don't compile solidity tests files when not needed (#7669)a77c06a: Added a new minimal sample projectv3.0.11Compare Source
Patch Changes
a4733f6: AdddefineConfiginhardhat/config52d9902: Fix package manager detectiond45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.v3.0.10Compare Source
Patch Changes
fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @aelmanaa!)8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)8a03bd0: Make all parameters ofeth_feeHistoryrpc call required (#7606)v3.0.9Compare Source
Patch Changes
0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)b27b924: Fix bug in flatten task where ordering was incorrect (#7586)v3.0.8Compare Source
Patch Changes
d2c9a7f: Don't swallow the original error when trying to improve installation error messages (#7569)ec50793: ValidateinitialBaseFeePerGasagainst hardfork only for L1 chain type (#6181)v3.0.7Compare 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.versionswith 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 nodeon recompilation (#6040)138d673: Updated EDR to version0.12.0-next.7d821a0a: Fixed npm artifact cleanup on windows (#7459)138d673: Fixed creation of network connections to include config extensions from plugins (#7106)v3.0.6Compare Source
Patch Changes
609d05c: Add deprecation warning fortestFail_*test functions8c1cb1e: Fixed dependencies for Hardhat sorpcutils can be loaded (#7415)v3.0.5Compare 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-verifyand fixed case-insensitive proxy environment variables for network requests (#7407)3996886: FixedgetBuildInfoPathandgetBuildInfoOutputPathto correctly return undefined when build info files are missing 7052v3.0.4Compare Source
Patch Changes
af301a8: Update validation for solidity test config (#7205)v3.0.3Compare 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 forexpectEmitcheatcode stack traces and performance improvements from upgrading to REVM 27 (#1063)v3.0.2Compare 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.1Compare 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.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!v2.27.2: Hardhat v2.27.2Compare Source
This release is a small bug fix to allow downloading of solc version
0.8.31.Changes
v2.27.1: Hardhat v2.27.1Compare Source
This release adds support for the Fusaka hardfork.
Changes
722eabf: Bumped EDR version to0.12.0-next.16v2.27.0: Hardhat v2.27.0Compare Source
This release integrates the latest EDR (version
0.12.0-next.7) into Hardhat 2.Changes
57c509d: Upgraded EDR to v0.12.0-next.7:57c509d: Removed support for pre-Byzantium root field from RPC receiptsv2.26.5: Hardhat v2.26.5Compare Source
This release is a small bug fix to improve compilation in the presence of a malformed
solidity-files-cache.Changes
f886268: Ignore malformed solidity-files-cache so compilation keeps running while logging the issue in debug, thanks @iosh (#6489)v2.26.4: v2.26.4Compare Source
This is a small release that includes
solcversion support for0.8.30along with other bug fixes.Changes
e5ff273: Fix to be explicit that execFile should pass stdout/stderr as strings (#7333)5655ebb: Update latest supported solc version to 0.8.30 (#7365)9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resourcesyargs/yargs (yargs)
v18.0.0Compare 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.