build(deps): bump undici, @openzeppelin/hardhat-upgrades, hardhat, @nomicfoundation/hardhat-toolbox and @nomicfoundation/hardhat-verify - #147
Open
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-50f0f947e7
branch
2 times, most recently
from
August 17, 2026 13:11
9871176 to
7544d60
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-50f0f947e7
branch
from
August 21, 2026 08:35
7544d60 to
e6c457d
Compare
…omicfoundation/hardhat-toolbox and @nomicfoundation/hardhat-verify Bumps [undici](https://github.com/nodejs/undici) to 6.28.0 and updates ancestor dependencies [undici](https://github.com/nodejs/undici), [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades), [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat), [@nomicfoundation/hardhat-toolbox](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-toolbox) and [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-verify). These dependencies need to be updated together. Updates `undici` from 6.27.0 to 6.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.27.0...v6.28.0) Updates `@openzeppelin/hardhat-upgrades` from 3.2.0 to 4.1.0 - [Release notes](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases) - [Commits](https://github.com/OpenZeppelin/openzeppelin-upgrades/compare/@openzeppelin/hardhat-upgrades@3.2.0...@openzeppelin/hardhat-upgrades@4.1.0) Updates `hardhat` from 2.22.6 to 3.15.0 - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.15.0/packages/hardhat) Updates `@nomicfoundation/hardhat-toolbox` from 5.0.0 to 7.0.0 - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/@nomicfoundation/hardhat-toolbox@7.0.0/packages/hardhat-toolbox/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-toolbox@7.0.0/packages/hardhat-toolbox) Updates `@nomicfoundation/hardhat-verify` from 2.0.8 to 3.1.0 - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-verify/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-verify@3.1.0/packages/hardhat-verify) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" dependency-version: 7.0.0 dependency-type: direct:development - dependency-name: "@nomicfoundation/hardhat-verify" dependency-version: 3.0.22 dependency-type: direct:development - dependency-name: "@openzeppelin/hardhat-upgrades" dependency-version: 4.1.0 dependency-type: direct:production - dependency-name: hardhat dependency-version: 3.12.0 dependency-type: direct:development - dependency-name: undici dependency-version: 6.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-50f0f947e7
branch
from
September 3, 2026 10:46
e6c457d to
7dd3004
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.
Bumps undici to 6.28.0 and updates ancestor dependencies undici, @openzeppelin/hardhat-upgrades, hardhat, @nomicfoundation/hardhat-toolbox and @nomicfoundation/hardhat-verify. These dependencies need to be updated together.
Updates
undicifrom 6.27.0 to 6.28.0Release notes
Sourced from undici's releases.
Commits
01a912eBumped v6.28.0 (#5591)481ecfcUse Node 22 and npm 11 to release740a0b7fix: validate blob body content type2698e49fix: validate coerced header values for CRLF (#5579)4fd5a0ctest(retry): correct broken content-range fixtures in retry-handler.jscba3a52fix(retry): reject partial content length mismatchaf74840fix: harden cookie domain, path, and unparsed attribute validationUpdates
@openzeppelin/hardhat-upgradesfrom 3.2.0 to 4.1.0Release notes
Sourced from @openzeppelin/hardhat-upgrades's releases.
... (truncated)
Commits
2aa252fPrepare Release (#1293)9e286daAdd support for Viem (#1279)4c07151Update examples to hardhat-upgrades 4.0.2 and remove connection casts (#1277)e8d0f6fPrepare Release (#1276)43af631Re-export hardhat-ethers from hardhat-upgrades (#1275)70813e8Rename to hre.network.create() in markdown docs (#1273)7c63a5fUpdate dependencies in Hardhat 3 example projects (#1271)5257231Add error message assertions in Solidity tests (#1272)a4562e9Fix concurrent-publish race in package build scripts (#1268)490cd7bUpdate codecov/codecov-action action to v6 (#1265)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@openzeppelin/hardhat-upgradessince your current version.Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
hardhatfrom 2.22.6 to 3.15.0Release notes
Sourced from hardhat's releases.
... (truncated)
Changelog
Sourced from hardhat's changelog.
... (truncated)
Commits
25c1aefVersion Packages62ea17ffix(hardhat): allow hyphens in build-info compiler-type ids85732e4refactor(hardhat-slang-solx): rename the compiler type to slang-solx26b3d5ffeat: bump EDR to 0.19.06547d41chore: bump the templates to solc 0.8.34f53d6e7chore: bump forge-std to v1.16.23075549update edrca1f6b8Merge branch 'main' of github.com:NomicFoundation/hardhat into popescuoctavia...e829113Version Packagesce66950undo unused changesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for hardhat since your current version.
Updates
@nomicfoundation/hardhat-toolboxfrom 5.0.0 to 7.0.0Release notes
Sourced from @nomicfoundation/hardhat-toolbox's releases.
Changelog
Sourced from @nomicfoundation/hardhat-toolbox's changelog.
Commits
6372d08Version Packagesa26e822Remove the npm tags from the README.md files18bef56Quote the package in the installation instructions of the readmese5025aeUpdate the formatting and quote the package in the installation instructions ...ee34347Update hardhat-toolbox7ade974Version Packagesa7e4215feat: bump minimum version ofsolidity-coverageto Osakae4ad0adchore: update package metadata for provenancef65ee74Version Packagesa4f1e27Hardhat 2 documentation links updated to reflect the domain change to v2.hard...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@nomicfoundation/hardhat-toolboxsince your current version.Updates
@nomicfoundation/hardhat-verifyfrom 2.0.8 to 3.1.0Release notes
Sourced from @nomicfoundation/hardhat-verify's releases.
... (truncated)
Changelog
Sourced from @nomicfoundation/hardhat-verify's changelog.
... (truncated)
Commits
25c1aefVersion Packages27a145dfix(hardhat-verify): treat a directory import as module not found0c1c607Merge pull request #8510 from nikitosing/claude/blockscout-apikey-support-s609wma619567remove implementation details from docs and changesetd84ce51chore: bump eslint 9.25.1 → 9.39.57c85703feat(hardhat-verify): support an optional apiKey for Blockscout9106af0refactor: move error-handler to cli/error-handling/7cf7797Version Packages6e1818echore: bump cbor2 1 → 2 in hardhat-verify and ignition-coreff73c0achore: reformat repo with prettier 3.9.6Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@nomicfoundation/hardhat-verifysince your current version.