Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@nomicfoundation/hardhat-verify 2.1.0 2.1.1
@types/node 24.1.0 24.2.1
eslint 9.32.0 9.33.0
hardhat 2.26.1 2.26.2
hardhat-contract-sizer 2.10.0 2.10.1
typescript-eslint 8.38.0 8.39.0

Updates @nomicfoundation/hardhat-verify from 2.1.0 to 2.1.1

Release notes

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

@​nomicfoundation/hardhat-verify@​2.1.1

This release is a small bug fix to undici's global dispatcher, to make it more stable across Node.js versions.

Changes

  • 11ee260: Don't use undici's global dispatcher, making Hardhat more stable across Node.js versions (#7118)

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


Commits
  • 0a14509 Version Packages
  • ae6828f Merge pull request #7121 from NomicFoundation/dont-use-global-dispatcher
  • 100c8ef Fix tests
  • 11ee260 Create pink-schools-exercise.md
  • f4a447f Don't use undici's globalDispatcher
  • a1f64c6 Update .changeset/fuzzy-peas-occur.md
  • bdba581 Create fuzzy-peas-occur.md
  • 1df0e22 feat: use extractChain to return first match instead of filtering duplicates
  • 294ef52 Merge pull request #7067 from avorylli/av
  • 66225ae Update chainId.ts
  • Additional commits viewable in compare view

Updates @types/node from 24.1.0 to 24.2.1

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates hardhat from 2.26.1 to 2.26.2

Release notes

Sourced from hardhat's releases.

v2.26.2

This release is a small bug fix to stop using undici's global dispatcher, making Hardhat more stable across Node.js versions.

Changes

  • 11ee260: Don't use undici's global dispatcher, making Hardhat more stable across Node.js versions (#7118)

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


Commits
  • 0a14509 Version Packages
  • ae6828f Merge pull request #7121 from NomicFoundation/dont-use-global-dispatcher
  • 100c8ef Fix tests
  • 11ee260 Create pink-schools-exercise.md
  • f4a447f Don't use undici's globalDispatcher
  • a1f64c6 Update .changeset/fuzzy-peas-occur.md
  • bdba581 Create fuzzy-peas-occur.md
  • 1df0e22 feat: use extractChain to return first match instead of filtering duplicates
  • 294ef52 Merge pull request #7067 from avorylli/av
  • 66225ae Update chainId.ts
  • See full diff in compare view

Updates hardhat-contract-sizer from 2.10.0 to 2.10.1

Commits
  • 277adad v2.10.1
  • 515e5f7 format with prettier
  • 87ba527 Fix for "TypeError: Cannot read properties of undefined (reading 'replace')" ...
  • 6c35e63 fix pre-commit-hook
  • 7776693 use arrow function syntax
  • 64010a8 include entire dist directory in package
  • 01473bc Merge pull request #40 from ItsNickBarry/ts
  • 6da9a48 build package with typescript
  • a45519a Merge pull request #39 from ItsNickBarry/prettier
  • 58a3344 apply prettier formatting
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.38.0 to 8.39.0

Release notes

Sourced from typescript-eslint's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2025
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-verify](https://github.com/nomicfoundation/hardhat) | `2.1.0` | `2.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.1.0` | `24.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.33.0` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.26.1` | `2.26.2` |
| [hardhat-contract-sizer](https://github.com/ItsNickBarry/hardhat-contract-sizer) | `2.10.0` | `2.10.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.39.0` |



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

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

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

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

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 `typescript-eslint` from 8.38.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: hardhat
  dependency-version: 2.26.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: hardhat-contract-sizer
  dependency-version: 2.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@coveralls
Copy link

Pull Request Test Coverage Report for Build 16869980111

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.456%

Totals Coverage Status
Change from base Build 16668214813: 0.0%
Covered Lines: 2301
Relevant Lines: 2301

💛 - Coveralls

@zajck zajck merged commit 5b4f79f into main Aug 11, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-97d6f6f0a4 branch August 11, 2025 08:27
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.

2 participants