Skip to content

Bump the npm-deps group with 10 updates - #10

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

Bump the npm-deps group with 10 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-c5e1ef4ccb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown

Bumps the npm-deps group with 10 updates:

Package From To
@nomicfoundation/hardhat-toolbox 5.0.0 6.1.0
dotenv 16.6.1 17.2.3
hardhat 2.28.0 3.1.0
@nomicfoundation/hardhat-ethers 3.1.3 4.0.3
@nomicfoundation/hardhat-ignition-ethers 0.15.17 3.0.6
@nomicfoundation/hardhat-network-helpers 1.1.2 3.0.3
@nomicfoundation/hardhat-verify 2.1.3 3.0.8
@types/node 20.19.27 25.0.3
chai 4.5.0 6.2.1
hardhat-gas-reporter 1.0.10 2.3.0

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 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 hardhat from 2.28.0 to 3.1.0

Release notes

Sourced from hardhat's releases.

Hardhat v3.1.0

This release sets Osaka as the default hardfork for for local networks, adds support for Solidity 0.8.31 and brings unified test output for Solidity tests and Node.js test runner.

Changes

  • 7b851f3: Bumped EDR version to 0.12.0-next.17
    • Changed default L1 hardfork to Osaka
    • Changed default OP stack hardfork to Isthmus
    • Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains
  • 7697451: Test summaries are now merged when running multiple test tasks (#7053)
  • a3bf244: Fixed the download of solc, which broke for v0.8.31

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


Hardhat v3.0.16

This release adds support for the Fusaka hardfork.

Changes

  • 478ee07: Bumped EDR version to 0.12.0-next.16
    • Added support for Osaka hardfork
    • Added full support for OP stack Isthmus hardfork
  • 806ee5a: Fixed an issue caused by networks that don't implement eth_feeHistory correctly (NomicFoundation/hardhat#7678)
  • f4b7f7e: Fix: use user config provided value for defaultChainType (#7700)
  • 6b2ed9a: Add ability for task options to be hidden from the CLI (#7426)
  • 6d10d05: Update hardfork validation and resolution to use defaultChainType when chainType is undefined (#7700)

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


Hardhat v3.0.14

Fixed several issues in the build and test solidity tasks.

Changes

  • 3d42a6f: Remove the compilation spinner when the compilation fails
  • 52e1eb4: Fix the test solidity task's compilation process
  • ce5c22a: Fail when a file isn't built neither as contract nor test

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


Hardhat v3.0.13

This release includes fixes for gas statistics and EDR improvements.

Changes

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.1.0

Minor Changes

  • 7b851f3: Bumped EDR version to 0.12.0-next.17
    • Changed default L1 hardfork to Osaka
    • Changed default OP stack hardfork to Isthmus
    • Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains

Patch Changes

  • 7697451: Test summaries are now merged when running multiple test tasks (#7053)
  • a3bf244: Fixed the download of solc, which broke for v0.8.31

3.0.17

Patch Changes

  • 9f4020b: - Update template projects to ignore local .env files but still allow committing .env.example files, thanks @​KonstantinosChonas! (7702)
  • a9a47e5: Fixed hex validation patterns, thanks @​Bilogweb3 (#7719)
  • b0f37e1: Fixed the network config to re-validate and re-resolve chainType on connect() (#7700).

3.0.16

Patch Changes

  • 478ee07: Bumped EDR version to 0.12.0-next.16
    • Added support for Osaka hardfork
    • Added full support for OP stack Isthmus hardfork
  • 806ee5a: Fixed an issue caused by networks that don't implement eth_feeHistory correctly (NomicFoundation/hardhat#7678)
  • f4b7f7e: Fix: use user config provided value for defaultChainType (#7700)
  • 6b2ed9a: Add ability for task options to be hidden from the CLI (#7426)
  • 6d10d05: Update hardfork validation and resolution to use defaultChainType when chainType is undefined (#7700)

3.0.15

Patch Changes

  • 9fb054a: Fix the initialization of the Mocha and Ethers sample project when using pnpm

3.0.14

Patch Changes

  • 3d42a6f: Remove the compilation spinner when the compilation fails
  • 52e1eb4: Fix the test solidity task's compilation process
  • ce5c22a: Fail when a file isn't built neither as contract nor test

3.0.13

... (truncated)

Commits
  • 800fcaf hardhat-node-test-runner peer dependency reverted
  • 9d5bbad Skip test in linux arm
  • 04d8f49 Fix solc download when there are prereleases in the list
  • 65de9a4 Merge pull request #7754 from NomicFoundation/chore/bump-osaka-v3
  • 2841519 Merge pull request #7514 from NomicFoundation/test-summaries
  • ae16fc3 Bump EDR version to 0.12.0-next.17
  • 5eb8a29 update ignition dependencies
  • afaba18 Merge pull request #7728 from NomicFoundation/hardfork-resolution
  • 314572f Merge branch 'main' into test-summaries
  • dd74af8 Merge pull request #7727 from KonstantinosChonas/fix-issue-7702
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-ethers from 3.1.3 to 4.0.3

Release notes

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

@​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-ethers from 0.15.17 to 3.0.6

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.


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

This release is a small bug fix to add a guard against multiple simultaneous calls to ignition.deploy(...).

Changes

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

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


Changelog

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

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)
  • 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)

... (truncated)

Commits

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-verify from 2.1.3 to 3.0.8

Release notes

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

@​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

This release is a small bug fix release that resolves an issue when verifying contracts imported from npm modules.

Changes

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

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


@​nomicfoundation/hardhat-verify@​3.0.1

... (truncated)

Changelog

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

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

Patch Changes

  • 0016b57: Fix ContractInformationResolver to use optional chaining when accessing compiler output contracts to prevent potential TypeError (#7291)

3.0.0

... (truncated)

Commits
  • 5eb8a29 update ignition dependencies
  • 6ed6f19 Merge pull request #7577 from SyedAsadKazmi/fix-hardhat-verify
  • dbd9e34 Add tests for detailed error messages
  • 85256c3 Version Packages
  • b9708e6 feat: add logs to getSupportedChains
  • b42a498 test: add tests for resolveConfig and getSupportedChains
  • ea0fb27 feat: add caching to getSupportedChains
  • 1ce0aa5 fix: blockscout url
  • f021296 refactor: remove unused function
  • 636d7bf feat: fallback to verification provider chainlist when chain descriptor is no...
  • Additional commits viewable in compare view

Updates @types/node from 20.19.27 to 25.0.3

Commits

Updates chai from 4.5.0 to 6.2.1

Release notes

Sourced from chai's releases.

v6.2.1

What's Changed

New Contributors

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

v6.2.0

What's Changed

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

v6.1.0

What's Changed

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

What's Changed

... (truncated)

Commits
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-gas-reporter from 1.0.10 to 2.3.0

Release notes

Sourced from hardhat-gas-reporter's releases.

Etherscan API V2

This release migrates the plugin to Etherscan's new V2 API. (V1 will stop working in June 2025). A benefit of this change is that you'll only need a single API key to access any of the L1 and L2 networks Etherscan supports. As a result, the plugin's L1Etherscan and L2Etherscan options are being deprecated in favor of a new etherscan option.

Your existing L1Etherscan key will continue to work.

To simplify your reporter config as you make this upgrade, make the change below:

const config: HardhatUserConfig = {
  gasReporter: {
+    etherscan: "ABC...", // Same value as your old `L1Etherscan` key
-    L1Etherscan: "ABC...",  
-    L2Etherscan: "DEF..."
  }
}

(You'll continue to see price data even if you don't change your config. The plugin defaults to using your L1Etherscan key if it doesn't see the newer option set.)

What's Changed

Full Changelog: cgewecke/hardhat-gas-reporter@v2.2.3...v2.3.0

Small L2 Bug Fixes

This release fixes two small bugs affecting L2 gas reporting:

  • Sub-gwei L1 baseFees were being incorrectly rounded to zero when calculating OPStack chain costs.
  • Setting a gasPrice on the Hardhat Network config could result in test suites which emulate Arbitrum hanging (thanks to @​mattador1 for reporting and helping debug this)
  • We've also updated the viem package (which should resolve npm installation warnings for one of its transitive dependencies)

What's Changed

Full Changelog: cgewecke/hardhat-gas-reporter@v2.2.2...v2.2.3

v2.2.1 Fix L1 Etherscan api key logic

Bug Fixes

Recently, Etherscan began requiring an api key to fetch live gasPrice and baseFee data for Ethereum mainnet. This release fixes a bug in the way the L1Etherscan api key option was set which caused those data calls to fail.

Full Changelog: cgewecke/hardhat-gas-reporter@v2.2.0...v2.2.1

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot
dependabot Bot requested a review from UchihaIthachi as a code owner December 22, 2025 11:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-deps-c5e1ef4ccb branch 4 times, most recently from 8f0dfdd to 8eabce5 Compare December 23, 2025 17:30
Bumps the npm-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) | `5.0.0` | `6.1.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.3` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) | `2.28.0` | `3.1.0` |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers) | `3.1.3` | `4.0.3` |
| [@nomicfoundation/hardhat-ignition-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-ignition-ethers) | `0.15.17` | `3.0.6` |
| [@nomicfoundation/hardhat-network-helpers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-network-helpers) | `1.1.2` | `3.0.3` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-verify) | `2.1.3` | `3.0.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.27` | `25.0.3` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.2.1` |
| [hardhat-gas-reporter](https://github.com/cgewecke/hardhat-gas-reporter) | `1.0.10` | `2.3.0` |


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 `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 `hardhat` from 2.28.0 to 3.1.0
- [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.0/v-next/hardhat)

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

Updates `@nomicfoundation/hardhat-ignition-ethers` from 0.15.17 to 3.0.6
- [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.6/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-verify` from 2.1.3 to 3.0.8
- [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.8/v-next/hardhat-verify)

Updates `@types/node` from 20.19.27 to 25.0.3
- [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.1
- [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.1)

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: "@nomicfoundation/hardhat-toolbox"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: hardhat
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@nomicfoundation/hardhat-ignition-ethers"
  dependency-version: 3.0.6
  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-verify"
  dependency-version: 3.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: chai
  dependency-version: 6.2.1
  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-c5e1ef4ccb branch from 8eabce5 to 9683a6b Compare December 29, 2025 15:23
@dependabot @github

dependabot Bot commented on behalf of github Feb 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 Feb 2, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-deps-c5e1ef4ccb branch February 2, 2026 18:40
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