Skip to content

Bump uuid, @nomicfoundation/hardhat-chai-matchers, @nomicfoundation/hardhat-ethers, @nomicfoundation/hardhat-ignition, @nomicfoundation/hardhat-ignition-ethers, @nomicfoundation/hardhat-toolbox and hardhat#16

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3909e54180

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @nomicfoundation/hardhat-chai-matchers, @nomicfoundation/hardhat-ethers, @nomicfoundation/hardhat-ignition, @nomicfoundation/hardhat-ignition-ethers, @nomicfoundation/hardhat-toolbox and hardhat. These dependencies need to be updated together.

Removes uuid

Updates @nomicfoundation/hardhat-chai-matchers from 2.1.0 to 3.0.0

Changelog

Sourced from @​nomicfoundation/hardhat-chai-matchers's changelog.

3.0.0

Major Changes

  • 09ae6db: Deprecate the latest npm tag and redirect users to migrate to Hardhat 3 or to the hh2 tag.
Commits
  • 6372d08 Version Packages
  • a26e822 Remove the npm tags from the README.md files
  • 18bef56 Quote the package in the installation instructions of the readmes
  • e5025ae Update the formatting and quote the package in the installation instructions ...
  • 40525f5 Update hardhat-chai-matchers
  • 81dd4ec Version Packages
  • 8da8c38 chore: update readme instructions instructions to use hh2 tag
  • e4ad0ad chore: update package metadata for provenance
  • f65ee74 Version Packages
  • a4f1e27 Hardhat 2 documentation links updated to reflect the domain change to v2.hard...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nomicfoundation/hardhat-chai-matchers since your current version.


Updates @nomicfoundation/hardhat-ethers from 3.1.0 to 4.0.10

Release notes

Sourced from @​nomicfoundation/hardhat-ethers's releases.

@​nomicfoundation/hardhat-ethers@​4.0.10

Changes

  • #8207 d594209 Thanks @​alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.0
    • @​nomicfoundation/hardhat-errors@​3.0.12

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ethers@​4.0.9

Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • #8153 e21950e Thanks @​schaable! - Fix gas config fields (gas, gasMultiplier, gasPrice) not being applied when sending transactions through the HardhatEthersSigner

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ethers@​4.0.8

Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/hardhat-utils@​4.0.3

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ethers@​4.0.7

Changes

... (truncated)

Changelog

Sourced from @​nomicfoundation/hardhat-ethers's changelog.

4.0.10

Patch Changes

  • #8207 d594209 Thanks @​alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.0
    • @​nomicfoundation/hardhat-errors@​3.0.12

4.0.9

Patch Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • #8153 e21950e Thanks @​schaable! - Fix gas config fields (gas, gasMultiplier, gasPrice) not being applied when sending transactions through the HardhatEthersSigner

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4

4.0.8

Patch Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/hardhat-utils@​4.0.3

4.0.7

Patch Changes

4.0.6

... (truncated)

Commits
  • 65faa35 Version Packages
  • 69c4878 Normalize debug namespaces across packages
  • b01c94b Replace debug package with createDebug across packages
  • 01c97fb Merge pull request #8168 from NomicFoundation/plugin-from-resolution
  • e0af57c Document why HardhatEthersSigner validates and ENS-resolves from
  • 6f9df4e Add explicit from match/mismatch tests for hardhat-ethers
  • aee1508 Version Packages
  • 99035d4 Add from config tests for both plugins
  • 46d82c1 Rename gas-config tests to network-config in both plugins
  • 4b790b7 Autoapply new rule
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nomicfoundation/hardhat-ethers since your current version.


Updates @nomicfoundation/hardhat-ignition from 0.15.13 to 3.1.4

Release notes

Sourced from @​nomicfoundation/hardhat-ignition's releases.

@​nomicfoundation/hardhat-ignition-ethers@​3.1.4

Changes

  • #8183 0bf369e Thanks @​schaable! - Speed up non-Ignition workflows by deferring Ignition loading until the first deploy.

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-viem@​3.1.4

Changes

  • #8183 24a76b5 Thanks @​schaable! - Speed up non-Ignition workflows by deferring Ignition loading until the first deploy.

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition@​3.1.4

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-ethers@​3.1.3

Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4
    • @​nomicfoundation/ignition-core@​3.1.3

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-viem@​3.1.3

Changes

... (truncated)

Changelog

Sourced from @​nomicfoundation/hardhat-ignition's changelog.

3.1.4

Patch Changes

3.1.3

Patch Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4
    • @​nomicfoundation/ignition-core@​3.1.3

3.1.2

Patch Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8148 49ec5d0 Thanks @​alcuadrado! - Don't report HardhatErrors that aren't bugs

  • #8127 4fe12fe Thanks @​alcuadrado! - Update to the new splitTestsCompilation setting

  • #6763 f65cdc3 Thanks @​zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/ignition-core@​3.1.2
    • @​nomicfoundation/ignition-ui@​3.1.2
    • @​nomicfoundation/hardhat-utils@​4.0.3

3.1.1

Patch Changes

... (truncated)

Commits
  • 65faa35 Version Packages
  • 5472a9d run pnpm lint:fix
  • b0a635f [QUICK-CHECK] simple mechanical replacement of chalk with styleText
  • 781ad2d remove chalk from package.json files
  • 572e75f Change some missing debug namespaces
  • 69c4878 Normalize debug namespaces across packages
  • b01c94b Replace debug package with createDebug across packages
  • aee1508 Version Packages
  • 4b790b7 Autoapply new rule
  • 5f08586 Version Packages
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nomicfoundation/hardhat-ignition since your current version.


Updates @nomicfoundation/hardhat-ignition-ethers from 0.15.14 to 3.1.4

Release notes

Sourced from @​nomicfoundation/hardhat-ignition-ethers's releases.

@​nomicfoundation/hardhat-ignition-ethers@​3.1.4

Changes

  • #8183 0bf369e Thanks @​schaable! - Speed up non-Ignition workflows by deferring Ignition loading until the first deploy.

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-ethers@​3.1.3

Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4
    • @​nomicfoundation/ignition-core@​3.1.3

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-ethers@​3.1.2

Changes

  • #6763 f65cdc3 Thanks @​zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-ignition@​3.1.2
    • @​nomicfoundation/hardhat-errors@​3.0.11

💡 The Nomic Foundation is hiring! Check our open positions.


@​nomicfoundation/hardhat-ignition-ethers@​3.1.1

Changes


💡 The Nomic Foundation is hiring! Check our open positions.

... (truncated)

Changelog

Sourced from @​nomicfoundation/hardhat-ignition-ethers's changelog.

3.1.4

Patch Changes

  • #8183 0bf369e Thanks @​schaable! - Speed up non-Ignition workflows by deferring Ignition loading until the first deploy.

3.1.3

Patch Changes

3.1.2

Patch Changes

  • #6763 f65cdc3 Thanks @​zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @​nomicfoundation/hardhat-ignition@​3.1.2
    • @​nomicfoundation/hardhat-errors@​3.0.11

3.1.1

Patch Changes

3.1.0

Minor Changes

Patch Changes

  • Updated dependencies:
    • @​nomicfoundation/hardhat-errors@​3.0.9

3.0.9

Patch Changes

... (truncated)

Commits
  • 5cb79d1 Version Packages
  • 857b9fc refactor: dedupe concurrent callers and cache impl class in lazy wrappers
  • 0bf369e refactor(hardhat-ignition-ethers): lazy-load EthersIgnitionHelperImpl on firs...
  • aee1508 Version Packages
  • 4b790b7 Autoapply new rule
  • 5f08586 Version Packages
  • c96f10a feat: rename connect to create in network API
  • d07f827 Simplify ignition user interruption handlers and decouple it from the pretty-...
  • f625f6f Also use the user interruptions in the viem/ethers helpers
  • 60e0ddc Correct casing of the NomicFoundation github url in the package.json files
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nomicfoundation/hardhat-ignition-ethers since your current version.


Updates @nomicfoundation/hardhat-toolbox from 5.0.0 to 7.0.0

Release notes

Sourced from @​nomicfoundation/hardhat-toolbox's releases.

@​nomicfoundation/hardhat-toolbox-viem@​5.0.4

Changes

  • #8104 e27a7ad Thanks @​ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0

💡 The Nomic Foundation is hiring! Check our open positions.


Changelog

Sourced from @​nomicfoundation/hardhat-toolbox's changelog.

7.0.0

Major Changes

  • 09ae6db: Deprecate the latest npm tag and redirect users to migrate to Hardhat 3 or to the hh2 tag.
Commits
  • 6372d08 Version Packages
  • a26e822 Remove the npm tags from the README.md files
  • 18bef56 Quote the package in the installation instructions of the readmes
  • e5025ae Update the formatting and quote the package in the installation instructions ...
  • ee34347 Update hardhat-toolbox
  • 7ade974 Version Packages
  • a7e4215 feat: bump minimum version of solidity-coverage to Osaka
  • e4ad0ad chore: update package metadata for provenance
  • f65ee74 Version Packages
  • a4f1e27 Hardhat 2 documentation links updated to reflect the domain change to v2.hard...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nomicfoundation/hardhat-toolbox since your current version.


Updates hardhat from 2.26.3 to 3.4.3

Release notes

Sourced from hardhat's releases.

Hardhat v3.4.3

This is a small release focusing on performance improvements.

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat v3.4.2

This release includes a set of small performance improvements targeted at Hardhat's bootstrap time.

Changes


... (truncated)

Changelog

Sourced from hardhat's changelog.

3.4.3

Patch Changes

3.4.2

Patch Changes

... (truncated)

Commits
  • 65faa35 Version Packages
  • 86c8b58 Merge pull request #8224 from NomicFoundation/expose-showLogs
  • cea7297 Merge pull request #8196 from NomicFoundation/wrap-common-errors
  • 3614c02 feat(hardhat): expose fuzz.showLogs in the Solidity test user config
  • 8af15cb build: bump EDR version to edr-0.12.0-next.31
  • 9141da9 Bump EDR version to edr-0.12.0-next.30
  • ae981ae Merge pull request #8219 from NomicFoundation/replace-semver
  • 132fa7a refactor(hardhat): throw user-facing error for invalid solc version
  • a6b655a refactor(hardhat): migrate simple semver call sites to fast-semver
  • 7b7c775 Merge pull request #8218 from NomicFoundation/fix-solidity-tests-selection-error
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for hardhat since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…ardhat-ethers, @nomicfoundation/hardhat-ignition, @nomicfoundation/hardhat-ignition-ethers, @nomicfoundation/hardhat-toolbox and hardhat

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@nomicfoundation/hardhat-chai-matchers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-chai-matchers), [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ethers), [@nomicfoundation/hardhat-ignition](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ignition), [@nomicfoundation/hardhat-ignition-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ignition-ethers), [@nomicfoundation/hardhat-toolbox](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-toolbox) and [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat). These dependencies need to be updated together.


Removes `uuid`

Updates `@nomicfoundation/hardhat-chai-matchers` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/@nomicfoundation/hardhat-chai-matchers@3.0.0/packages/hardhat-chai-matchers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-chai-matchers@3.0.0/packages/hardhat-chai-matchers)

Updates `@nomicfoundation/hardhat-ethers` from 3.1.0 to 4.0.10
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ethers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.10/packages/hardhat-ethers)

Updates `@nomicfoundation/hardhat-ignition` from 0.15.13 to 3.1.4
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ignition/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ignition@3.1.4/packages/hardhat-ignition)

Updates `@nomicfoundation/hardhat-ignition-ethers` from 0.15.14 to 3.1.4
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ignition-ethers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ignition-ethers@3.1.4/packages/hardhat-ignition-ethers)

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 `hardhat` from 2.26.3 to 3.4.3
- [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.4.3/packages/hardhat)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 3.0.0
  dependency-type: direct:development
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.10
  dependency-type: direct:development
- dependency-name: "@nomicfoundation/hardhat-ignition"
  dependency-version: 3.1.4
  dependency-type: direct:development
- dependency-name: "@nomicfoundation/hardhat-ignition-ethers"
  dependency-version: 3.1.4
  dependency-type: direct:development
- dependency-name: "@nomicfoundation/hardhat-toolbox"
  dependency-version: 7.0.0
  dependency-type: direct:development
- dependency-name: hardhat
  dependency-version: 3.4.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 2, 2026
@netlify

netlify Bot commented May 2, 2026

Copy link
Copy Markdown

Deploy Preview for humanos-eth canceled.

Name Link
🔨 Latest commit 97d0156
🔍 Latest deploy log https://app.netlify.com/projects/humanos-eth/deploys/69f58da7ccb97b00085f3504

@dependabot @github

dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Author

Superseded by #23.

@dependabot dependabot Bot closed this May 23, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-3909e54180 branch May 23, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants