Update all dependencies - #411
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
September 1, 2026 07:05
b46d76e to
5ca55ab
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 1, 2026 07:07
5ca55ab to
9e13b14
Compare
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
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.3→^4.0.03.1.3→4.0.154.3.20→5.2.326.3.0→26.4.04.5.0→6.2.2v4.37.8→v4.37.9^2.29.0→^3.0.02.29.1→3.15.011.8.0→12.0.06.0.3→7.0.28.68.0→8.69.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ethers)
v4.0.15Compare Source
Patch Changes
#8443
b7389c2Thanks @Kropiunig! - Fixed the HD wallet derivation-path validator so malformed paths containing stray colons (e.g.m:/44'/60'/0'/0) are rejected with theINVALID_HD_PATHerror.Updated dependencies:
v4.0.14Compare Source
Patch Changes
#8249
8acc2cfThanks @mmv08! - Add a per-networkethers.waitForTransactionReceiptoption that makesHardhatEthersSigner.sendTransactionwait until the transaction receipt is available before resolving.Updated dependencies:
v4.0.13Compare Source
Patch Changes
#8339
00720e8Thanks @alcuadrado! - The plugin now usesdefinePluginfromhardhat/pluginsin itsindex.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project'spluginsarray.Updated dependencies:
v4.0.12Compare Source
Patch Changes
#8264
8452f97Thanks @alcuadrado! - Export./package.jsonso consumers can import the package's manifest.Updated dependencies:
v4.0.11Compare Source
Patch Changes
#8191
2a4ae8eThanks @alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.#8228
417bbf9Thanks @alcuadrado! - Small performance optimizationsUpdated dependencies:
v4.0.10Compare Source
Patch Changes
#8207
d594209Thanks @alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.Updated dependencies:
v4.0.9Compare Source
Patch Changes
#8179
d16d82aThanks @alcuadrado! - Await all returned promises for better debuggability#8153
e21950eThanks @schaable! - Fix gas config fields (gas, gasMultiplier, gasPrice) not being applied when sending transactions through the HardhatEthersSignerUpdated dependencies:
v4.0.8Compare Source
Patch Changes
#8104
e27a7adThanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.#8096
7fb721bThanks @alcuadrado! - [chore] Move to packages/ folder.#8116
88787e1Thanks @kanej! - Deprecate thehre.network.connect()method in favour ofhre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.Updated dependencies:
v4.0.7Compare Source
Patch Changes
#7997
df7f24aThanks @ChristopherDedominici! - AddedHardhatEthersProvider.waitForTransactionto provide polling support fornon-autominingnetworks (#7952).#8088
23c0d36Thanks @alcuadrado! - Optimize imports.Updated dependencies:
v4.0.6Compare Source
Patch Changes
bc193be: Use concrete value types for contract names in hardhat-viem and hardhat-ethersv4.0.5Compare Source
Patch Changes
6674b00: Bumphardhat-utilsmajorv4.0.4Compare Source
Patch Changes
5abcee6: Use Osaka as the default EVM target for solc 0.8.31+ and increase the gas limit per EIP-7935. Thanks @Amxx! (#7813)v4.0.3Compare Source
Patch Changes
558ac5b: Update installation and config instructionsv4.0.2Compare Source
Patch Changes
138d673: Addednetwork.createServer(...)to spawn a Hardhat node programmatically (#6472)v4.0.1Compare Source
Patch Changes
27d52b7: Fixed index resolution in clearEventListeners (#7359)v4.0.0Compare Source
Major Changes
29cc141: First release of Hardhat 3!chaijs/chai (chai)
v6.2.2Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v6.2.1...v6.2.2
v6.2.1Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v6.2.0...v6.2.1
v6.2.0Compare Source
What's Changed
Full Changelog: chaijs/chai@v6.1.0...v6.2.0
v6.1.0Compare Source
What's Changed
Adds an event emitter for hooking into method/property creation in #1693
Full Changelog: chaijs/chai@v6.0.2...v6.1.0
v6.0.1Compare Source
What's Changed
Full Changelog: chaijs/chai@v6.0.0...v6.0.1
v6.0.0Compare Source
BREAKING CHANGES
Chai is now bundled into a single file. The
lib/*.jsfiles are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is./index.js.What's Changed
Full Changelog: chaijs/chai@v5.3.2...v6.0.0
v5.3.3Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.2...v5.3.3
v5.3.2Compare Source
Reverts the removal of the bundled version of chai in 5.3.1
What's Changed
Full Changelog: chaijs/chai@v5.3.1...v5.3.2
v5.3.1Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.0...v5.3.1
v5.3.0Compare Source
What's Changed
mainto point at chai directly by @43081j in #1696Full Changelog: chaijs/chai@v5.2.2...v5.3.0
v5.2.2Compare Source
What's Changed
filesfor publishing by @43081j in #1695Full Changelog: chaijs/chai@v5.2.1...v5.2.2
v5.2.1Compare Source
What's Changed
Mostly internal changes but @SuperchupuDev realised the package.json
enginesfield was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.no-varrule and fix violations by @koddsson in #1675New Contributors
Full Changelog: chaijs/chai@v5.2.0...v5.2.1
v5.2.0Compare Source
What's Changed
chai-subsetand added assert-based negation to containSubset by @BreadInvasion in #1664New Contributors
Full Changelog: chaijs/chai@v5.1.2...v5.2.0
v5.1.2Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.1.1...v5.1.2
v5.1.1Compare Source
What's Changed
toThrowby @43081j in #1609New Contributors
Full Changelog: chaijs/chai@v5.1.0...v5.1.1
v5.1.0Compare Source
What's Changed
iterableassertion by @koddsson in #1592New Contributors
Full Changelog: chaijs/chai@v5.0.3...v5.1.0
v5.0.3Compare Source
Fix bad v5.0.2 publish.
Full Changelog: chaijs/chai@v5.0.2...v5.0.3
v5.0.2Compare Source
What's Changed
bump-cliby @koddsson in #1559??for node compat (5.x) by @43081j in #1576loupeto latest version by @koddsson in #1579Full Changelog: chaijs/chai@v5.0.1...v5.0.2
v5.0.0Compare Source
BREAKING CHANGES
import {...} from 'chai'orimport('chai').require('chai')will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.What's Changed
get-func-namedependency by @koddsson in #1416deep-eqlto latest version by @koddsson in #1542type-detectas a simple function by @koddsson in #1544assertion-errorto it's latest major version! by @koddsson in #1543New Contributors
Full Changelog: chaijs/chai@4.3.1...v5.0.0
github/codeql-action (github/codeql-action)
v4.37.9Compare Source
NomicFoundation/hardhat (hardhat)
v3.15.0Compare Source
Minor Changes
#8457
48286e0Thanks @ChristopherDedominici! - Improve compilation speed for Solidity test runs by porting inline configuration parsing to Rust.#8541
ec737a2Thanks @kanej! - The project templates have been updated to Solidity 0.8.34 and forge-std v1.16.2.Patch Changes
d88f769Thanks @kanej! - Support hyphens in compiler type names.v3.14.0Compare Source
Minor Changes
99306eaThanks @kanej! - EDR now uses platform specificoptionalDependencies, reducing Hardhat's install size.Patch Changes
#8514
f7c6228Thanks @questfever! - Fixed Solidity resolver containment checks for paths whose names share a prefix with the project root, a package source-name root, ornode_modules.#8540
99306eaThanks @kanej! - Fixed missing Solidity test stack trace whensetUp()fails and stack traces are collected withCollectStackTraces::Always.#8500
54973b2Thanks @SnowingFox! - Fixed the format of fuzz test counterexamples: byte array values such ascalldata,senderandaddressare now printed as hexadecimal strings (e.g.0x3e2033b3...) instead of comma-separated byte lists.#8522
8640b4bThanks @JasonColapietro! - Remove Holesky testnet (chain id 17000) as a supported chain as it has been shut down.#8488
edd1069Thanks @ChristopherDedominici! - Stores gas snapshot cheatcode values as raw strings and calculates diffs using BigInt.v3.13.0Compare Source
Minor Changes
#8453
38b9f2dThanks @ChristopherDedominici! - Add a fallback value forconfigVariable.#8487
7b7af19Thanks @ChristopherDedominici! - Added a--toleranceoption to--snapshot-checkin Solidity tests, allowing snapshot values to drift by a given percentage before the check fails.Patch Changes
#8486
2ccd059Thanks @Kropiunig! - Fixed the EDR network config validation rejectingmining.interval: 0, a valid value which disables interval mining.#8490
22667f6Thanks @kanej! - Added detection and custom error for failed native binding loads (HHE27) of@nomicfoundation/edror@nomicfoundation/solidity-analyzer.#8454
47793deThanks @ChristopherDedominici! - Only collect Solidity test stack traces at verbosity level 5 (-vvvvv) and above, fixing excessive memory usage when running large test suites with -vvv/-vvvv.v3.12.0Compare Source
Minor Changes
#8442
4904c72Thanks @ChristopherDedominici! - Support test name filter negation (--grep-exclude) for Solidity and Mocha tests.#8472
2a66c2eThanks @kanej! - Added experimental EIP-7843 support to the Amsterdam hardfork: blocks now include theslotNumberheader field, and theSLOTNUM(0x4b) opcode returns it. EDR has no consensus layer, so the value is simulated: it increments by one per mined block, starting at 0 on a new chain, or from the forked block's slot number when forking.Patch Changes
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.