Skip to content

chore(deps-dev): bump the development-dependencies group with 26 updates#19

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-7d98a993ab
Open

chore(deps-dev): bump the development-dependencies group with 26 updates#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-7d98a993ab

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the development-dependencies group with 26 updates:

Package From To
@ethersproject/keccak256 5.7.0 5.8.0
@ethersproject/providers 5.7.2 5.8.0
@ethersproject/strings 5.7.0 5.8.0
@nomicfoundation/hardhat-chai-matchers 1.0.6 2.1.0
@nomicfoundation/hardhat-foundry 1.1.1 1.2.0
@nomicfoundation/hardhat-network-helpers 1.0.9 3.0.3
@nomicfoundation/hardhat-verify 1.1.1 3.0.10
@nomiclabs/hardhat-etherscan 3.1.7 3.1.8
@typechain/ethers-v5 10.2.1 11.1.2
@typechain/hardhat 6.1.6 9.1.0
@types/mocha 10.0.3 10.0.10
@typescript-eslint/eslint-plugin 6.21.0 8.55.0
@typescript-eslint/parser 6.8.0 8.55.0
chai 4.3.10 6.2.2
dotenv 16.3.1 17.2.4
eslint 8.51.0 10.0.0
ethers 5.7.2 6.16.0
hardhat 2.18.2 3.1.8
hardhat-contract-sizer 2.10.0 2.10.1
hardhat-deploy 0.11.43 1.0.4
prettier 3.0.3 3.8.1
prettier-plugin-solidity 1.1.3 2.2.1
solhint 3.6.2 6.0.3
solidity-coverage 0.8.5 0.8.17
ts-node 10.9.1 10.9.2
typescript 5.2.2 5.9.3

Updates @ethersproject/keccak256 from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/keccak256's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/keccak256's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/providers from 5.7.2 to 5.8.0

Release notes

Sourced from @​ethersproject/providers's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>
Changelog

Sourced from @​ethersproject/providers's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)
Commits
  • f345816 Bump ws package version to address DoS security concern (#4791).
  • fa5f647 admin: updated dist files
  • f7c813d Added modern networks, updated third-party backend URLs and added QuickNode (...
  • See full diff in compare view

Updates @ethersproject/strings from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/strings's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/strings's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

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

Release notes

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

@​nomicfoundation/hardhat-ledger@​1.2.1

This release is a small enhancement to improve the display of connection errors.

Changes

  • 4b63c37: Show underlying error when there is a connection error
  • 9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources

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


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
Maintainer changes

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


Updates @nomicfoundation/hardhat-foundry from 1.1.1 to 1.2.0

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
Maintainer changes

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


Updates @nomicfoundation/hardhat-network-helpers from 1.0.9 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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nomicfoundation/hardhat-network-helpers since your current version.


Updates @nomicfoundation/hardhat-verify from 1.1.1 to 3.0.10

Release notes

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

@​nomicfoundation/hardhat-verify@​3.0.10

This release exposes an Etherscan instance through the verification property on network.connect() for advanced use cases, and adds a customApiCall method to the Etherscan instance for custom API requests.

Changes

  • NomicFoundation/hardhat@577e516: Expose an Etherscan instance through the verification property on network.connect() for advanced use cases. This version also adds a customApiCall method to the Etherscan instance, allowing custom requests to the Etherscan API (#7644)

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


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

... (truncated)

Changelog

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

3.0.10

Patch Changes

  • 577e516: Expose an Etherscan instance through the verification property on network.connect() for advanced use cases. This version also adds a customApiCall method to the Etherscan instance, allowing custom requests to the Etherscan API (#7644)

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

... (truncated)

Commits
  • 81de079 Version Packages
  • 7ad8412 refactor: rename verifier to verification
  • 52ac0d0 docs: add jsdoc and readme section
  • c03e6b6 fix: improve EtherscanCustomApiCallOptions type
  • e0bcedf feat: expose etherscan instance through network.connect() and add customApiCa...
  • 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
  • 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 @​nomicfoundation/hardhat-verify since your current version.


Updates @nomiclabs/hardhat-etherscan from 3.1.7 to 3.1.8

Release notes

Sourced from @​nomiclabs/hardhat-etherscan's releases.

Hardhat v3.1.8

This release switches to official solc Linux ARM64 builds (when available) and fixes a missing EIP-7212 precompile in Solidity tests.

Changes

  • a6947fb: Use the official Linux ARM64 builds of solc in the production profile when available (#7917).
  • fd42744: Fixed missing EIP-7212 precompile in Solidity Tests (#7872).

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


Commits
  • 7dbbe7b Merge pull request #7941 from NomicFoundation/changeset-release/main
  • 4d92e2f Version Packages
  • 21d2055 Merge pull request #7936 from NomicFoundation/build/edr-0.12.0-next.24
  • dd6daf4 localPredeploys based on current hardfork
  • e76430b Merge pull request #7940 from NomicFoundation/remove-archive
  • 2e548e7 Merge pull request #7917 from NomicFoundation/official-solc-builds-arm64
  • d5ebc67 Update scripts/bump-peers.mjs
  • 26c7726 Update scripts/peer-bumps.schema.json
  • 0baa458 Remove it from the different config files
  • 11f4f71 Remove archive folder
  • Additional commits viewable in compare view

Updates @typechain/ethers-v5 from 10.2.1 to 11.1.2

Commits

Updates @typechain/hardhat from 6.1.6 to 9.1.0

Release notes

Sourced from @​typechain/hardhat's releases.

@​typechain/hardhat@​9.1.0

Minor Changes

  • da71c45: Allow passing node16Modules flag to TypeChain

Patch Changes

  • Updated dependencies [3469800]
    • typechain@8.3.2
    • @​typechain/ethers-v6@​0.5.1

@​typechain/hardhat@​9.0.0

Patch Changes

  • Updated dependencies [04ebda9]
  • Updated dependencies [64d18f7]
    • @​typechain/ethers-v6@​0.5.0

@​typechain/hardhat@​8.0.3

Patch Changes

  • Updated dependencies [9107713]
    • typechain@8.3.1
    • @​typechain/ethers-v6@​0.4.3

@​typechain/hardhat@​8.0.2

Patch Changes

  • Updated dependencies [c4720b9]
    • typechain@8.3.0
    • @​typechain/ethers-v6@​0.4.2

@​typechain/hardhat@​8.0.1

Patch Changes

  • c2b3f1b: Support for the newest hardhat-ethers version
  • Updated dependencies [c2b3f1b]
  • Updated dependencies [cd4bb0f]
    • @​typechain/ethers-v6@​0.4.1
    • typechain@8.2.1

@​typechain/hardhat@​8.0.0

Major Changes

  • 2380a8f: Added support for ethers v6 in @​typechain/hardhat

Patch Changes

  • Updated dependencies [2380a8f]
    • @​typechain/ethers-v6@​0.4.0

... (truncated)

Commits

Updates @types/mocha from 10.0.3 to 10.0.10

Commits

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 8.55.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignmen...

    Description has been truncated

Bumps the development-dependencies group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@ethersproject/keccak256](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/keccak256) | `5.7.0` | `5.8.0` |
| [@ethersproject/providers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/providers) | `5.7.2` | `5.8.0` |
| [@ethersproject/strings](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/strings) | `5.7.0` | `5.8.0` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/nomicfoundation/hardhat) | `1.0.6` | `2.1.0` |
| [@nomicfoundation/hardhat-foundry](https://github.com/nomicfoundation/hardhat) | `1.1.1` | `1.2.0` |
| [@nomicfoundation/hardhat-network-helpers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-network-helpers) | `1.0.9` | `3.0.3` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-verify) | `1.1.1` | `3.0.10` |
| [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) | `3.1.7` | `3.1.8` |
| [@typechain/ethers-v5](https://github.com/ethereum-ts/Typechain) | `10.2.1` | `11.1.2` |
| [@typechain/hardhat](https://github.com/ethereum-ts/Typechain) | `6.1.6` | `9.1.0` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.3` | `10.0.10` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.55.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `8.55.0` |
| [chai](https://github.com/chaijs/chai) | `4.3.10` | `6.2.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `17.2.4` |
| [eslint](https://github.com/eslint/eslint) | `8.51.0` | `10.0.0` |
| [ethers](https://github.com/ethers-io/ethers.js) | `5.7.2` | `6.16.0` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) | `2.18.2` | `3.1.8` |
| [hardhat-contract-sizer](https://github.com/ItsNickBarry/hardhat-contract-sizer) | `2.10.0` | `2.10.1` |
| [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) | `0.11.43` | `1.0.4` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.8.1` |
| [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) | `1.1.3` | `2.2.1` |
| [solhint](https://github.com/protofire/solhint) | `3.6.2` | `6.0.3` |
| [solidity-coverage](https://github.com/sc-forks/solidity-coverage) | `0.8.5` | `0.8.17` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.9.3` |


Updates `@ethersproject/keccak256` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/keccak256)

Updates `@ethersproject/providers` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/providers)

Updates `@ethersproject/strings` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/strings)

Updates `@nomicfoundation/hardhat-chai-matchers` from 1.0.6 to 2.1.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@1.0.6...@nomicfoundation/hardhat-chai-matchers@2.1.0)

Updates `@nomicfoundation/hardhat-foundry` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/nomicfoundation/hardhat/releases)
- [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-foundry@1.1.1...@nomicfoundation/hardhat-foundry@1.2.0)

Updates `@nomicfoundation/hardhat-network-helpers` from 1.0.9 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 1.1.1 to 3.0.10
- [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.10/v-next/hardhat-verify)

Updates `@nomiclabs/hardhat-etherscan` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-etherscan@3.1.7...hardhat@3.1.8)

Updates `@typechain/ethers-v5` from 10.2.1 to 11.1.2
- [Release notes](https://github.com/ethereum-ts/Typechain/releases)
- [Commits](https://github.com/ethereum-ts/Typechain/compare/@typechain/ethers-v5@10.2.1...@typechain/ethers-v5@11.1.2)

Updates `@typechain/hardhat` from 6.1.6 to 9.1.0
- [Release notes](https://github.com/ethereum-ts/Typechain/releases)
- [Commits](https://github.com/ethereum-ts/Typechain/compare/@typechain/hardhat@6.1.6...@typechain/hardhat@9.1.0)

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

Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.8.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/parser)

Updates `chai` from 4.3.10 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.3.10...v6.2.2)

Updates `dotenv` from 16.3.1 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `eslint` from 8.51.0 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.51.0...v10.0.0)

Updates `ethers` from 5.7.2 to 6.16.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.16.0)

Updates `hardhat` from 2.18.2 to 3.1.8
- [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.8/v-next/hardhat)

Updates `hardhat-contract-sizer` from 2.10.0 to 2.10.1
- [Commits](solidstate-network/hardhat-contract-sizer@v2.10.0...v2.10.1)

Updates `hardhat-deploy` from 0.11.43 to 1.0.4
- [Changelog](https://github.com/wighawag/hardhat-deploy/blob/v1.0.4/CHANGELOG.md)
- [Commits](wighawag/hardhat-deploy@v0.11.43...v1.0.4)

Updates `prettier` from 3.0.3 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.8.1)

Updates `prettier-plugin-solidity` from 1.1.3 to 2.2.1
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v1.1.3...v2.2.1)

Updates `solhint` from 3.6.2 to 6.0.3
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](protofire/solhint@3.6.2...v6.0.3)

Updates `solidity-coverage` from 0.8.5 to 0.8.17
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.5...v0.8.17)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.2.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.9.3)

---
updated-dependencies:
- dependency-name: "@ethersproject/keccak256"
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@ethersproject/providers"
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@ethersproject/strings"
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@nomicfoundation/hardhat-foundry"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@nomicfoundation/hardhat-network-helpers"
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 3.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@nomiclabs/hardhat-etherscan"
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typechain/ethers-v5"
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@typechain/hardhat"
  dependency-version: 9.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@types/mocha"
  dependency-version: 10.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: ethers
  dependency-version: 6.16.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: hardhat
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: hardhat-contract-sizer
  dependency-version: 2.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: hardhat-deploy
  dependency-version: 1.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier-plugin-solidity
  dependency-version: 2.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: solhint
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: solidity-coverage
  dependency-version: 0.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants