Skip to content

Bump the npm-deps group across 1 directory with 12 updates - #14

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-112d141872
Closed

Bump the npm-deps group across 1 directory with 12 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-112d141872

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the npm-deps group with 12 updates in the / directory:

Package From To
dotenv 16.6.1 17.2.3
@nomicfoundation/hardhat-ethers 3.1.3 4.0.4
@nomicfoundation/hardhat-ignition 0.15.16 3.0.7
@nomicfoundation/hardhat-ignition-ethers 0.15.17 3.0.7
@nomicfoundation/hardhat-network-helpers 1.1.2 3.0.3
@nomicfoundation/hardhat-toolbox 5.0.0 6.1.0
@nomicfoundation/hardhat-verify 2.1.3 3.0.9
@nomicfoundation/ignition-core 0.15.15 3.0.7
@types/node 20.19.27 25.2.0
chai 4.5.0 6.2.2
hardhat 2.28.0 3.1.6
hardhat-gas-reporter 1.0.10 2.3.0

Updates dotenv from 16.6.1 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text

... (truncated)

Commits

Updates @nomicfoundation/hardhat-ethers from 3.1.3 to 4.0.4

Release notes

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

@​nomicfoundation/hardhat-ethers@​4.0.4

This release increases the gas limit to 60,000,000.

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)

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


@​nomicfoundation/hardhat-ethers@​4.0.3

What's Changed

  • Updated installation instructions to use defineConfig

@​nomicfoundation/hardhat-ethers@​4.0.1

This release is a small bug fix for clearing event listeners.

Changes

  • 27d52b7: Fixed index resolution in clearEventListeners (#7359)

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


Commits

Updates @nomicfoundation/hardhat-ignition from 0.15.16 to 3.0.7

Release notes

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

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

This is a small release that improves how Ignition's UI interacts with other plugins.

Changed

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

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


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

This is a small release that improves how Ignition's UI interacts with other plugins.

Changed

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

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


@​nomicfoundation/hardhat-ignition@​3.0.5

This is a small release with several improvements, mostly to speed up Hardhat Ignition tasks that use compilation.

Changed

  • 147f8a6: Improved the look and feel of compilation output (#7669)
  • 31f0b03: Don't compile solidity tests files when not needed (#7669)
  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

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


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

What's Changed

New Contributors

Full Changelog: https://github.com/NomicFoundation/hardhat/compare/@​nomicfoundation/hardhat-mocha@​3.0.5...@​nomicfoundation/hardhat-ignition-ethers@​3.0.4

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

What's Changed

New Contributors

... (truncated)

Changelog

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

3.0.7

Patch Changes

  • 2bc18b2: Bumped viem version across all packages 7861.

3.0.6

Patch Changes

  • 57cc2bc: Restore gas config feature that was lost during v3 update (#7666)
  • dac916b: Expose ignition retry loop variables in user config (Hardhat v3) (#7303)

3.0.5

Patch Changes

  • 147f8a6: Improved the look and feel of compilation output (#7669)
  • 31f0b03: Don't compile solidity tests files when not needed (#7669)
  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

3.0.4

Patch Changes

  • 558ac5b: Update installation and config instructions

3.0.3

Patch Changes

3.0.2

Patch Changes

  • ddefbff: Added guard to stop multiple simultaneous calls to ignition.deploy(...) at once (#6440)

3.0.1

Patch Changes

  • 86cecc7: Fix the type guard to include m.encodeFunctionCall in those that do not submit transactions, thanks @​radik878 (#7264)

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!

... (truncated)

Commits
  • abeffe4 Revert peer deps
  • ef7d856 update viem package version
  • 2841519 Merge pull request #7514 from NomicFoundation/test-summaries
  • 5eb8a29 update ignition dependencies
  • 314572f Merge branch 'main' into test-summaries
  • e9fe16f Merge pull request #7666 from NomicFoundation/gas-config-v3
  • 26b4be2 Merge pull request #7525 from NomicFoundation/retry-config-v3
  • 9cb7289 update @​types/node version
  • ff19bfa fix main deploy task
  • e3af584 remove .only
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-ignition-ethers from 0.15.17 to 3.0.7

Release notes

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

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

This is a small release that improves how Ignition's UI interacts with other plugins.

Changed

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

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


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

What's Changed

New Contributors

Full Changelog: https://github.com/NomicFoundation/hardhat/compare/@​nomicfoundation/hardhat-mocha@​3.0.5...@​nomicfoundation/hardhat-ignition-ethers@​3.0.4

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

This release adds support for Linea network verification.

Changes


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


Changelog

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

3.0.7

3.0.6

Patch Changes

  • dac916b: Expose ignition retry loop variables in user config (Hardhat v3) (#7303)

3.0.5

Patch Changes

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

3.0.4

Patch Changes

  • 843c1ae: Fixed a bug preventing Ignition from using the hre.config.ignition settings when deploying via script (#7641)
  • 558ac5b: Update installation and config instructions

3.0.3

Patch Changes

3.0.2

Patch Changes

  • ddefbff: Added guard to stop multiple simultaneous calls to ignition.deploy(...) at once (#6440)

3.0.1

Patch Changes

  • 86cecc7: Fix the type guard to include m.encodeFunctionCall in those that do not submit transactions, thanks @​radik878 (#7264)

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!

0.15.9 - 2024-12-18

Added

  • Standard Ignition UI can now be enabled when deploying via Hardhat scripts by setting displayUi: true in the deploy function options, @​zoeyTM (#843)

... (truncated)

Commits
  • abeffe4 Revert peer deps
  • 2841519 Merge pull request #7514 from NomicFoundation/test-summaries
  • 5eb8a29 update ignition dependencies
  • 314572f Merge branch 'main' into test-summaries
  • 26b4be2 Merge pull request #7525 from NomicFoundation/retry-config-v3
  • 9cb7289 update @​types/node version
  • 69791ac refactor config location
  • 71aaef6 Version Packages
  • a6f5b90 Use the 'build' task in the tests too
  • 8fcdf75 Update the ethers and viem plugins
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-network-helpers from 1.1.2 to 3.0.3

Release notes

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

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

What's Changed

  • Updated installation instructions to use defineConfig

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

This release adds improved support for sharing fixtures across test files.

Changes

  • 138d673: Enable fixture sharing across files; fixtures now provide a connection parameter 7406

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


Changelog

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

3.0.3

Patch Changes

  • 0245213: Improved the documentation

3.0.2

Patch Changes

  • 558ac5b: Update installation and config instructions

3.0.1

Patch Changes

  • 138d673: Enable fixture sharing across files; fixtures now provide a connection parameter 7406

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!

1.1.0

Minor Changes

  • 14b3042: Updated the minimal supported version of Node to v20 (#6982)

1.0.13

Patch Changes

  • 538b03c: Accept 0x as a valid value for setCode, thanks @​arr00 (#6844)

1.0.12

Patch Changes

  • 8fa15e7: Add support for ZKsync's development mode

1.0.11

Patch Changes

  • 8be0c2c: Improve an error message and add a utility to clear all the existing snaphosts.

1.0.10

... (truncated)

Commits

Updates @nomicfoundation/hardhat-toolbox from 5.0.0 to 6.1.0

Release notes

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

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

What's Changed

  • Updated installation instructions to use defineConfig
Commits
  • 2f46511 Version Packages
  • 3f8e974 Merge pull request #7015 from NomicFoundation/update-changeset-for-ignition
  • 41604d7 chore: update Node 20 changeset for ignition modules
  • 8de159e Merge pull request #7008 from NomicFoundation/galargh-patch-1
  • ae042ea fix: change the changeset level to patch on edr version bump
  • 84fff85 Remove unneeded types deps (#6998)
  • e139cf3 update the version of micro-eth-signer (#6973)
  • 4d6b9ab feat: added spellcheck workflow for checking spelling (main) (#6955)
  • 69acece build: upgrade EDR to v0.11.3 (#6959)
  • 14b3042 chore: update minimal supported version of node to v20 (#6982)
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-verify from 2.1.3 to 3.0.9

Release notes

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

@​nomicfoundation/hardhat-verify@​3.0.9

This release is a small bug fix release to improve the interaction of hardhat-verify with Hardhat's build system.

Changes


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


@​nomicfoundation/hardhat-verify@​3.0.7

Added automatic support for all the chains officially supported by Etherscan, Blockscout, and Sourcify. No custom chain configuration is needed for those chains now.

Changes

  • 29acf32: Added fallback for chains not included in chain descriptors (#7657)

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


@​nomicfoundation/hardhat-verify@​3.0.6

This release adds Sourcify support to hardhat-verify.

Changed


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


@​nomicfoundation/hardhat-verify@​3.0.5

What's Changed

@​nomicfoundation/hardhat-verify@​3.0.4

This release is a small bug fix to better support custom chain descriptors where the apiUrl is specified.

Changes

  • cbcb5ce: Fixed hardhat-verify by using apiUrl from etherscanConfig for verification, thanks @​Romsters (#7509)

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


@​nomicfoundation/hardhat-verify@​3.0.3

... (truncated)

Changelog

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

3.0.9

Patch Changes

  • 13a1e4b: Multiple internal fixes to the solidity build system (#7900)

3.0.8

Patch Changes

3.0.7

Patch Changes

  • 29acf32: Added fallback for chains not included in chain descriptors (#7657)

3.0.6

Patch Changes

3.0.5

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 instructions

3.0.4

Patch Changes

  • cbcb5ce: Fixed hardhat-verify by using apiUrl from etherscanConfig for verification (#7509)

3.0.3

Patch Changes

  • d25eec4: Fixed a bug that prevented verification of contracts imported from npm modules (#7442)

3.0.2

Patch Changes

  • a475780: Added automatic proxy detection for hardhat-verify and fixed case-insensitive proxy environment variables for network requests (#7407)

3.0.1

... (truncated)

Commits
  • e766eff Version Packages
  • 45bcdb9 Consistently use root file paths in the SolidityBuildSystem APIs
  • 2982130 Merge pull request #7835 from NomicFoundation/7752-integrate-the-official-sol...
  • 25155b5 official solc support for arm64 Linux
  • 5f5fa00 test: constrain the process exit code type
  • 2841519 Merge pull request #7514 from NomicFoundation/test-summaries
  • 5eb8a29 update ignition dependencies
  • 314572f Merge branch 'main' into test-summaries
  • 9cb7289 update @​types/node version
  • 6ed6f19 Merge pull request #7577 from SyedAsadKazmi/fix-hardhat-verify
  • Additional commits viewable in compare view

Updates @nomicfoundation/ignition-core from 0.15.15 to 3.0.7

Release notes

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

@​nomicfoundation/ignition-core@​3.0.5

This is a small release that improves how Ignition's UI interacts with other plugins.

Changed

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

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


@​nomicfoundation/ignition-core@​3.0.4

Small changes to the release process

@​nomicfoundation/ignition-core@​3.0.3

This release adds support for Linea network verification.

Changes


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


Changelog

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

3.0.7

3.0.6

Patch Changes

  • 57cc2bc: Restore gas config feature that was lost during v3 update (#7666)
  • dac916b: Expose ignition retry loop variables in user config (Hardhat v3) (#7303)

3.0.5

Patch Changes

  • d1c1803: Make @nomicfoundation/hardhat-ignition's UI work well with other plugins, like Ledger's.

3.0.4

3.0.3

Patch Changes

3.0.2

Patch Changes

  • ddefbff: Added guard to stop multiple simultaneous calls to ignition.deploy(...) at once (#6440)

3.0.1

Patch Changes

  • 86cecc7: Fix the type guard to include m.encodeFunctionCall in those that do not submit transactions, thanks @​radik878 (#7264)

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!

0.15.9 - 2024-12-18

Added

  • Standard Ignition UI can now be enabled when deploying via Hardhat scripts by setting displayUi: true in the deploy function options, @​zoeyTM (#843)
  • Ignition modules can now be set as a dependency in the after option of futures, @​zoeyTM (#828)
  • The ignition transactions command output will now include a link to view each transaction on the configured block explorer, @​zoeyTM (#849)
  • Module parameters can now be directly imported from a JSON file when deploying via Hardhat scripts by passing an absolute path to the file to the parameters option, @​zoeyTM (#850)

... (truncated)

Commits
  • abeffe4 Revert peer deps
  • 2841519 Merge pull request #7514 from NomicFoundation/test-summaries
  • 5eb8a29 update ignition dependencies
  • 314572f Merge branch 'main' into test-summaries
  • e9fe16f Merge pull request #7666 from NomicFoundation/gas-config-v3
  • 26b4be2 Merge pull request #7525 from NomicFoundation/retry-config-v3
  • 9cb7289 update @​types/node version
  • 69791ac refactor config location
  • 71aaef6 Version Packages
  • a6f5b90 Use the 'build' task in the tests too
  • Additional commits viewable in compare view

Updates @types/node from 20.19.27 to 25.2.0

Commits

Updates chai from 4.5.0 to 6.2.2

Release notes

Sourced from chai's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

... (truncated)

Commits
  • 814172d chore(deps): update dependency esbuild to v0.27.2 (#1759)
  • b38c22b chore: add legal-comments=none option (#1756)
  • 180d4cc chore(deps): update dependencies to v9.39.2 (#1757)
  • 678cd00 chore(deps): update dependencies (#1755)
  • c8fb100 chore(deps): update dependency prettier to v3.7.3 (#1754)
  • d63c74e chore(deps): update dependency eslint-plugin-jsdoc to v61.4.1 (#1751)
  • 243bf86 fix: avoid BigInt literal in closeTo for runtime compat (#1748)
  • d8b0395 chore(deps): update actions/checkout action to v6 (#1749)
  • 7e1e247 build(deps): bump glob from 10.4.5 to 10.5.0 (#1747)
  • b25e5d8 chore(deps): update dependency eslint-plugin-jsdoc to v61.2.1 (#1746)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chai since your current version.


Updates hardhat from 2.28.0 to 3.1.6

Release notes

Sourced from hardhat's releases.

Hardhat 3.1.6

This release includes enhancements, bug fixes and hook additions for plugin authors. The highlights include:

  • suppression of memory-safe-assembly warnings coming from console.sol
  • a retry for compiler downloads to help CIs
  • the addition of a top level build hook within the build pipeline

Changes


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


Hardhat v3.1.5

This release has some small enhancements including improvements to the display of Solidity tests and additional hooks within the build system for third party plugins.

Changes

  • 346f92a: Improve how solidity tests are displayed, making it more consistent with the js reporters #7867.
  • 2bc18b2: Bumped viem version across all packages 7861.
  • 865e346: Updated the incorrect JSDOC against the preprocessProjectFileBeforeBuilding Solidity Hook (#7870)
  • c9bdbd0: Added invokeSolc in SolidityHooks to allow plugins to respond to the input/output from solc (#7646)

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


Hardhat v3.1.4

This release fixes code coverage calculation and adds HTML coverage report.

Patch Changes

  • d7c13fa: Fixes a bug in how code coverage for Solidity tests is calculated (7767).
  • b6a9d5a: Hardhat tries to use the latest Solidity version supported by Slang in case the a newer, unsupported version is selected (7846).
  • 268acbf: Added HTML coverage report for solidity tests (7787).

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


Hardhat v3.1.3

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.1.6

Patch Changes

  • 98fbf44: Implemented SolidityBuildSystemImplementation#compileBuildInfo (#7891)
  • a9445c9: Added ArtifactManager#getAllArtifactPaths (#7902)
  • a9445c9: Fixed typechain type generation when compiling a subset of the Solidity files (#7902)
  • 127ce88: Suppress Hardhat console.sol memory-safe-assembly warning

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@dependabot
dependabot Bot requested a review from UchihaIthachi as a code owner February 2, 2026 18:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
Bumps the npm-deps group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.3` |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers) | `3.1.3` | `4.0.4` |
| [@nomicfoundation/hardhat-ignition](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-ignition) | `0.15.16` | `3.0.7` |
| [@nomicfoundation/hardhat-ignition-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-ignition-ethers) | `0.15.17` | `3.0.7` |
| [@nomicfoundation/hardhat-network-helpers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-network-helpers) | `1.1.2` | `3.0.3` |
| [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) | `5.0.0` | `6.1.0` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-verify) | `2.1.3` | `3.0.9` |
| [@nomicfoundation/ignition-core](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-ignition-core) | `0.15.15` | `3.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.27` | `25.2.0` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.2.2` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) | `2.28.0` | `3.1.6` |
| [hardhat-gas-reporter](https://github.com/cgewecke/hardhat-gas-reporter) | `1.0.10` | `2.3.0` |



Updates `dotenv` from 16.6.1 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.2.3)

Updates `@nomicfoundation/hardhat-ethers` from 3.1.3 to 4.0.4
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.4/v-next/ethers)

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

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

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

Updates `@nomicfoundation/hardhat-toolbox` from 5.0.0 to 6.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-toolbox@5.0.0...@nomicfoundation/hardhat-toolbox@6.1.0)

Updates `@nomicfoundation/hardhat-verify` from 2.1.3 to 3.0.9
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat-verify/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-verify@3.0.9/v-next/hardhat-verify)

Updates `@nomicfoundation/ignition-core` from 0.15.15 to 3.0.7
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat-ignition-core/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/ignition-core@3.0.7/v-next/hardhat-ignition-core)

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

Updates `chai` from 4.5.0 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.5.0...v6.2.2)

Updates `hardhat` from 2.28.0 to 3.1.6
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.1.6/v-next/hardhat)

Updates `hardhat-gas-reporter` from 1.0.10 to 2.3.0
- [Release notes](https://github.com/cgewecke/hardhat-gas-reporter/releases)
- [Changelog](https://github.com/cgewecke/hardhat-gas-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cgewecke/hardhat-gas-reporter/commits/v2.3.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-ignition"
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-ignition-ethers"
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-network-helpers"
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-toolbox"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 3.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/ignition-core"
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: hardhat
  dependency-version: 3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: hardhat-gas-reporter
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-deps-112d141872 branch from a7efd26 to fb7e39e Compare February 16, 2026 17:03
@dependabot @github

dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 2, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-deps-112d141872 branch March 2, 2026 17:42
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.

1 participant