Skip to content

build(deps-dev): bump the npm-development group across 1 directory with 13 updates - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-development-c08911b3d2
Open

build(deps-dev): bump the npm-development group across 1 directory with 13 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-development-c08911b3d2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown

Bumps the npm-development group with 13 updates in the / directory:

Package From To
@nomicfoundation/hardhat-ethers 4.0.7 4.0.15
@nomicfoundation/hardhat-ethers-chai-matchers 3.0.4 3.0.11
@nomicfoundation/hardhat-keystore 3.0.5 3.0.13
@nomicfoundation/hardhat-mocha 3.0.15 3.1.0
@nomicfoundation/hardhat-network-helpers 3.0.4 3.0.11
@nomicfoundation/hardhat-typechain 3.0.5 3.1.1
@nomicfoundation/hardhat-verify 3.0.13 3.0.22
@types/node 25.5.2 26.3.0
dotenv 17.4.0 17.4.2
hardhat 3.3.0 3.14.0
mocha 11.7.6 11.8.0
tsx 4.23.1 4.23.12
typescript 6.0.2 7.0.2

Updates @nomicfoundation/hardhat-ethers from 4.0.7 to 4.0.15

Release notes

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

@​nomicfoundation/hardhat-ethers@​4.0.15

Changes

  • #8443 b7389c2 Thanks @​Kropiunig! - Fixed the HD wallet derivation-path validator so malformed paths containing stray colons (e.g. m:/44'/60'/0'/0) are rejected with the INVALID_HD_PATH error.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.5
    • @​nomicfoundation/hardhat-errors@​3.0.17

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


@​nomicfoundation/hardhat-ethers@​4.0.14

Changes

  • #8249 8acc2cf Thanks @​mmv08! - Add a per-network ethers.waitForTransactionReceipt option that makes HardhatEthersSigner.sendTransaction wait until the transaction receipt is available before resolving.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


@​nomicfoundation/hardhat-ethers@​4.0.13

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-ethers@​4.0.12

Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2

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

... (truncated)

Changelog

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

4.0.15

Patch Changes

  • #8443 b7389c2 Thanks @​Kropiunig! - Fixed the HD wallet derivation-path validator so malformed paths containing stray colons (e.g. m:/44'/60'/0'/0) are rejected with the INVALID_HD_PATH error.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.5
    • @​nomicfoundation/hardhat-errors@​3.0.17

4.0.14

Patch Changes

  • #8249 8acc2cf Thanks @​mmv08! - Add a per-network ethers.waitForTransactionReceipt option that makes HardhatEthersSigner.sendTransaction wait until the transaction receipt is available before resolving.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

4.0.13

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

4.0.12

Patch Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2

4.0.11

Patch Changes

... (truncated)

Commits

Updates @nomicfoundation/hardhat-ethers-chai-matchers from 3.0.4 to 3.0.11

Release notes

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

@​nomicfoundation/hardhat-ethers-chai-matchers@​3.0.11

Changes

  • #8250 ee33400 Thanks @​mmv08! - The broad .revert(ethers) matcher now recognizes EVM execution failures that some providers report without revert data, such as invalid opcode and out-of-gas errors. This makes .revert(ethers) behave consistently across providers that omit revert data on these failures. Reason-specific matchers like .revertedWith are unchanged and still require revert data.

    As a consequence, .not.to.be.revert(ethers) now fails for these no-data execution failures, since they are treated as reverts.

  • #8248 a921ed8 Thanks @​mmv08! - Make revertedWith, revertedWithoutReason, revertedWithPanic, and revertedWithCustomError wait for transaction receipts before asserting on resolved transaction responses.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.4

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


@​nomicfoundation/hardhat-ethers-chai-matchers@​3.0.10

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0

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


@​nomicfoundation/hardhat-ethers-chai-matchers@​3.0.9

Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.2

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


Changelog

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

3.0.11

Patch Changes

  • #8250 ee33400 Thanks @​mmv08! - The broad .revert(ethers) matcher now recognizes EVM execution failures that some providers report without revert data, such as invalid opcode and out-of-gas errors. This makes .revert(ethers) behave consistently across providers that omit revert data on these failures. Reason-specific matchers like .revertedWith are unchanged and still require revert data.

    As a consequence, .not.to.be.revert(ethers) now fails for these no-data execution failures, since they are treated as reverts.

  • #8248 a921ed8 Thanks @​mmv08! - Make revertedWith, revertedWithoutReason, revertedWithPanic, and revertedWithCustomError wait for transaction receipts before asserting on resolved transaction responses.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.4

3.0.10

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0

3.0.9

Patch Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.2

3.0.8

Patch Changes

  • #8191 2a4ae8e Thanks @​alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.1

3.0.7

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

3.0.6

... (truncated)

Commits
  • a92ab66 Version Packages
  • 3f8cbda refactor: clean up how we recognize EVM execution error messages
  • 3d59d36 test: cover no-data execution error edge cases
  • b5c284c test: hoist shared no-data error fixtures
  • 0a0f592 refactor: simplify no-data execution error helpers
  • ee33400 Handle no-data execution errors in revert matcher
  • b945e57 Merge pull request #8248 from mmv08/fix-reverted-matchers-wait-for-receipts
  • 510c2d3 test: use 'in' narrowing to read cause across chai v5/v6 typings
  • 9be35f7 Version Packages
  • 76d0a2c Update external plugins
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-keystore from 3.0.5 to 3.0.13

Release notes

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

@​nomicfoundation/hardhat-keystore@​3.0.13

Changes


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


@​nomicfoundation/hardhat-keystore@​3.0.12

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-keystore@​3.0.11

Changes

  • #8334 68e9906 Thanks @​gultekinmakif! - Environment variables take precedence over keystore values

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.3
    • @​nomicfoundation/hardhat-errors@​3.0.14

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


@​nomicfoundation/hardhat-keystore@​3.0.10

Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2
    • @​nomicfoundation/hardhat-zod-utils@​3.0.5

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


Changelog

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

3.0.13

Patch Changes

3.0.12

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

3.0.11

Patch Changes

  • #8334 68e9906 Thanks @​gultekinmakif! - Environment variables take precedence over keystore values

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.3
    • @​nomicfoundation/hardhat-errors@​3.0.14

3.0.10

Patch Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2
    • @​nomicfoundation/hardhat-zod-utils@​3.0.5

3.0.9

Patch Changes

  • #8191 2a4ae8e Thanks @​alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.1

3.0.8

Patch Changes

... (truncated)

Commits
  • 233aef7 Version Packages
  • b1d345e Merge pull request #8453 from NomicFoundation/fallback-for-configs-vars
  • ce49889 throw if key is in prod keystore in tests
  • ff73c0a chore: reformat repo with prettier 3.9.6
  • f224a3e chore: bump prettier 3.2.5 → 3.9.6
  • dd6d0ce chore: bump c8 9.1.0→12.0.0
  • 93438b9 chore: bump rimraf 5.0.10→6.1.3
  • b2b25fa chore: bump expect-type to 1.4.0
  • 7226cf6 chore: bump tsx to 4.23.1
  • cab4c39 chore: sort package.json dependency blocks alphabetically
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-mocha from 3.0.15 to 3.1.0

Release notes

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

@​nomicfoundation/hardhat-mocha@​3.1.0

Changes


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


@​nomicfoundation/hardhat-mocha@​3.0.21

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-mocha@​3.0.20

Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2
    • @​nomicfoundation/hardhat-zod-utils@​3.0.5

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


Changelog

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

3.1.0

Minor Changes

Patch Changes

3.0.21

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

3.0.20

Patch Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2
    • @​nomicfoundation/hardhat-zod-utils@​3.0.5

3.0.19

Patch Changes

  • #8191 2a4ae8e Thanks @​alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.1

3.0.18

Patch Changes

... (truncated)

Commits

Updates @nomicfoundation/hardhat-network-helpers from 3.0.4 to 3.0.11

Release notes

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

@​nomicfoundation/hardhat-network-helpers@​3.0.11

Changes

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


@​nomicfoundation/hardhat-network-helpers@​3.0.10

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-network-helpers@​3.0.9

Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2

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


Changelog

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

3.0.11

Patch Changes

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

3.0.10

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

3.0.9

Patch Changes

  • #8264 8452f97 Thanks @​alcuadrado! - Export ./package.json so consumers can import the package's manifest.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.13
    • @​nomicfoundation/hardhat-utils@​4.1.2

3.0.8

Patch Changes

  • #8191 2a4ae8e Thanks @​alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.1

3.0.7

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

3.0.6

... (truncated)

Commits
  • a92ab66 Version Packages
  • f84f17e Merge pull request #8367 from NomicFoundation/update-imports-criteria-updated
  • 9be35f7 Version Packages
  • 0e60d4f hardhat-network-helpers lazy wrapper
  • 76d0a2c Update external plugins
  • ccb55d9 Version Packages
  • 54343f7 Upgrade TS everywhere
  • 31f33cf Merge pull request #8264 from NomicFoundation/export-package-jsons
  • fb2a9ff Merge pull request #8261 from NomicFoundation/agent-scripts
  • 0033686 scripts: run eslint before prettier in lint-file wrapper and pnpm lint/lint:fix
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-typechain from 3.0.5 to 3.1.1

Release notes

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

@​nomicfoundation/hardhat-typechain@​3.1.1

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-typechain@​3.1.0

Changes

  • #8327 007b482 Thanks @​alcuadrado! - Use the new SolidityHooks#processArtifactsAfterSuccessfulBuild hook
  • Updated dependencies:
    • hardhat@3.6.0
    • @​nomicfoundation/hardhat-utils@​4.1.3
    • @​nomicfoundation/hardhat-errors@​3.0.14

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


Changelog

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

3.1.1

Patch Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

3.1.0

Minor Changes

Patch Changes

  • Updated dependencies:
    • hardhat@3.6.0
    • @​nomicfoundation/hardhat-utils@​4.1.3
    • @​nomicfoundation/hardhat-errors@​3.0.14

3.0.9

Patch Changes

  • #8191 2a4ae8e Thanks @​alcuadrado! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.1

3.0.8

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

3.0.7

Patch Changes

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

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4

... (truncated)

Commits
  • 9be35f7 Version Packages
  • 76d0a2c Update external plugins
  • 7b035db Version Packages
  • 4d93791 Improve type in typechain hook
  • e648f34 Remove unused import
  • fd7b3f2 Update typechain hook type
  • 007b482 Use the new hook in hardhat-typechain
  • 54343f7 Upgrade TS everywhere
  • fb2a9ff Merge pull request #8261 from NomicFoundation/agent-scripts
  • 0033686 scripts: run eslint before prettier in lint-file wrapper and pnpm lint/lint:fix
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-verify from 3.0.13 to 3.0.22

Release notes

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

@​nomicfoundation/hardhat-verify@​3.0.22

Changes


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


@​nomicfoundation/hardhat-verify@​3.0.21

Changes

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


@​nomicfoundation/hardhat-verify@​3.0.20

Changes

  • #8374 c67a5bb Thanks @​gultekinmakif! - Running verify against local development networks (chain IDs 31337 and 1337) now fails with a clear NETWORK_NOT_SUPPORTED error.

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


@​nomicfoundation/hardhat-verify@​3.0.19

Changes

  • #8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • #8349 af31a41 Thanks @​schaable! - Improved hardhat verify to fail faster when the block explorer reports that the constructor arguments are incorrect.

    Thanks to @​gultekinmakif for the original idea and implementation in #8333.

  • Updated dependencies:

    • hardhat@3.8.0
    • @​nomicfoundation/hardhat-errors@​3.0.15

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


@​nomicfoundation/hardhat-verify@​3.0.18

Changes

... (truncated)

Changelog

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

3.0.22

Patch Changes

3.0.21

Patch Changes

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
@dependabot
dependabot Bot requested a review from NARAProtocol as a code owner August 8, 2026 22:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
@dependabot dependabot Bot changed the title build(deps-dev): bump the npm-development group with 13 updates chore(deps-dev): bump the npm-development group across 1 directory with 13 updates Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-development-c08911b3d2 branch 4 times, most recently from 851677c to d149a3f Compare August 18, 2026 23:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-development-c08911b3d2 branch 3 times, most recently from 6200877 to 71eac85 Compare August 23, 2026 11:06
@dependabot dependabot Bot changed the title chore(deps-dev): bump the npm-development group across 1 directory with 13 updates build(deps-dev): bump the npm-development group across 1 directory with 13 updates Aug 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-development-c08911b3d2 branch 3 times, most recently from f571aff to e0698a8 Compare August 27, 2026 21:45
…th 13 updates

Bumps the npm-development group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ethers) | `4.0.7` | `4.0.15` |
| [@nomicfoundation/hardhat-ethers-chai-matchers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ethers-chai-matchers) | `3.0.4` | `3.0.11` |
| [@nomicfoundation/hardhat-keystore](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-keystore) | `3.0.5` | `3.0.13` |
| [@nomicfoundation/hardhat-mocha](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-mocha) | `3.0.15` | `3.1.0` |
| [@nomicfoundation/hardhat-network-helpers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-network-helpers) | `3.0.4` | `3.0.11` |
| [@nomicfoundation/hardhat-typechain](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-typechain) | `3.0.5` | `3.1.1` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-verify) | `3.0.13` | `3.0.22` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `26.3.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.4.0` | `17.4.2` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) | `3.3.0` | `3.14.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.6` | `11.8.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `7.0.2` |



Updates `@nomicfoundation/hardhat-ethers` from 4.0.7 to 4.0.15
- [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.15/packages/hardhat-ethers)

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

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

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

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

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

Updates `@nomicfoundation/hardhat-verify` from 3.0.13 to 3.0.22
- [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.0.22/packages/hardhat-verify)

Updates `@types/node` from 25.5.2 to 26.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `dotenv` from 17.4.0 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.4.0...v17.4.2)

Updates `hardhat` from 3.3.0 to 3.14.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.14.0/packages/hardhat)

Updates `mocha` from 11.7.6 to 11.8.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.6...v11.8.0)

Updates `tsx` from 4.23.1 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.12)

Updates `typescript` from 6.0.2 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v7.0.2)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-ethers-chai-matchers"
  dependency-version: 3.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-keystore"
  dependency-version: 3.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-mocha"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-network-helpers"
  dependency-version: 3.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-typechain"
  dependency-version: 3.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 3.0.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: hardhat
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: mocha
  dependency-version: 11.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: tsx
  dependency-version: 4.23.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-development-c08911b3d2 branch from e0698a8 to 4a8caad Compare August 28, 2026 05:35
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