Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the examples-js group in /examples/developer-hub-javascript with 9 updates:

Package From To
@nomicfoundation/hardhat-toolbox 5.0.0 6.1.0
hardhat 2.26.1 3.0.10
@eslint/js 9.31.0 9.39.0
@nomicfoundation/hardhat-ethers 3.1.0 4.0.2
eslint 9.31.0 9.39.0
eslint-plugin-jest 28.14.0 29.0.1
globals 15.15.0 16.5.0
jest 29.7.0 30.2.0
vite 6.3.5 7.1.12

Updates @nomicfoundation/hardhat-toolbox from 5.0.0 to 6.1.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

Updates hardhat from 2.26.1 to 3.0.10

Release notes

Sourced from hardhat's releases.

Hardhat v3.0.10

This release adds support for showing gas statistics in test runs, along with other small bug fixes and improvements.

Take a look at our gas statistics guide to find our more: https://hardhat.org/docs/learn-more/gas-statistics

Changes

  • fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)
  • 1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)
  • 5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)
  • 217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @​aelmanaa!)
  • 8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)
  • 8a03bd0: Make all parameters of eth_feeHistory rpc call required (#7606)

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


[email protected]

This release is a small bug fix release to resolve an ordering issue with the npx hardhat flatten task.

Changes

  • 0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)
  • b27b924: Fix bug in flatten task where ordering was incorrect (#7586)

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


v3.0.8

This Hardhat release is a small bug fix update to improve installation error messages.

Changes

  • d2c9a7f: Don't swallow the original error when trying to improve installation error messages (#7569)
  • ec50793: Validate initialBaseFeePerGas against hardfork only for L1 chain type (#6181)

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


Hardhat v3.0.7

This release includes additional features and bug fixes, the highlights:

  • Programmatically spawn a Hardhat node from a script or test with network.createServer(...)
  • Plugins now support conditional dependencies
  • The compilation UI now has a spinner

Changes

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.0.10

Patch Changes

  • fe28daf: Added support for showing gas statistics after running tests (#7472 and #7503)
  • 1ab6b75: Optimism ISTHMUS hardfork support added to Hardhat (#7517)
  • 5e64246: Improved JS/TS test tasks to not compile Solidity tests (#7626)
  • 217a1a8: Fix arbitrum sepolia chain id in chain descriptors (thanks @​aelmanaa!)
  • 8a03bd0: Fixed gas calculation for EIP-7702 refunds (#7606)
  • 8a03bd0: Make all parameters of eth_feeHistory rpc call required (#7606)

3.0.9

Patch Changes

  • 0ee442d: All test runners now set NODE_ENV to "test" in case it is not set before the tests start (#7511)
  • b27b924: Fix bug in flatten task where ordering was incorrect (#7586)

3.0.8

Patch Changes

  • d2c9a7f: Don't swallow the original error when trying to improve installation error messages (#7569)
  • ec50793: Validate initialBaseFeePerGas against hardfork only for L1 chain type (#6181)

3.0.7

Patch Changes

  • 138d673: Added network.createServer(...) to spawn a Hardhat node programmatically (#6472)
  • d414eda: Added support for conditional dependencies on plugins (#7424)
  • 138d673: Added support for compiling solidity tests separately from contracts (#6474)
  • e17972f: Added hre.versions with Hardhat and EDR package versions.
  • 34add2d: Added configVariable support for test.solidity.forking config
  • b13620a: Added compilation progress spinner to show build progress (#7460)
  • 4c65d3e: Automatically add compilation results to a running npx hardhat node on recompilation (#6040)
  • 138d673: Updated EDR to version 0.12.0-next.7
  • d821a0a: Fixed npm artifact cleanup on windows (#7459)
  • 138d673: Fixed creation of network connections to include config extensions from plugins (#7106)

3.0.6

Patch Changes

  • 609d05c: Add deprecation warning for testFail_* test functions
  • 8c1cb1e: Fixed dependencies for Hardhat so rpc utils can be loaded (#7415)

3.0.5

Patch Changes

... (truncated)

Commits
  • 0b1d5cd Version Packages
  • 22bd9cf test: update the gas report test
  • be5f0a5 feat: use a prettier table for gas statistics
  • 5e64246 feat: don't compile solidity test contracts from js/ts tests
  • 15df0ae Merge pull request #7607 from aelmanaa/patch-1
  • badd201 fix: remove dup line added in merge
  • 542a7cc fix: filter out test contracts from report
  • d1d182d tests: add test for generateGasReport
  • 5ee7f36 tests: fix failing tests
  • 0058377 refactor: rename event for clarity
  • 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 hardhat since your current version.


Updates @eslint/js from 9.31.0 to 9.39.0

Release notes

Sourced from @​eslint/js's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

... (truncated)

Commits
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • af2a087 chore: package.json update for @​eslint/js release
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069)
  • b48fa20 chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates @nomicfoundation/hardhat-ethers from 3.1.0 to 4.0.2

Release notes

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

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


@​nomicfoundation/hardhat-ethers@​4.0.0

This is the first release of the Hardhat 3 version of this package.


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


Commits
Maintainer changes

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


Updates eslint from 9.31.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

... (truncated)

Commits

Updates eslint-plugin-jest from 28.14.0 to 29.0.1

Release notes

Sourced from eslint-plugin-jest's releases.

v29.0.1

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

v29.0.0

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16
Changelog

Sourced from eslint-plugin-jest's changelog.

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16
Commits
  • 0206a8a chore(release): 29.0.1 [skip ci]
  • 1a9d310 docs: remove duplicate changelog entry (again) (#1774)
  • f3deac1 chore(release): 29.0.0 [skip ci]
  • 6eade92 docs: remove duplicate changelog entry (#1773)
  • 5b4cb54 chore(release): 29.0.0 [skip ci]
  • 531c8ba fix: update semantic-release config so new v29 major is marked as latest on `...
  • fc41e8d chore(release): 29.0.0 [skip ci]
  • d4caa67 refactor: remove ESLint context fallbacks
  • 854cef4 feat: drop support for ESLint v8.x prior to v8.57.0
  • 83c130b feat: drop support for Node v20.x prior to v20.12.0
  • Additional commits viewable in compare view

Updates globals from 15.15.0 to 16.5.0

Release notes

Sourced from globals's releases.

v16.5.0

  • Update globals (2025-11-01) (#316) 6d441ca
  • Add Vue, Svelte, and Astro globals (#314) ea31521

sindresorhus/globals@v16.4.0...v16.5.0

v16.4.0

  • Update globals (#309) 8b8a2d6

sindresorhus/globals@v16.3.0...v16.4.0

v16.3.0

  • Update globals (#304) 8c029d9

sindresorhus/globals@v16.2.0...v16.3.0

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

v16.1.0

  • Update globals (#293) 5c58875

sindresorhus/globals@v16.0.0...v16.1.0

v16.0.0

Breaking

  • The serviceworker globals are now generated from browsers (#281) 039ed51
    • It's a breaking change as a few globals have been removed.

sindresorhus/globals@v15.15.0...v16.0.0

Commits

Updates jest from 29.7.0 to 30.2.0

Release notes

Sourced from jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.2

What's Changed

... (truncated)

Changelog

Sourced from jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

... (truncated)

Commits

Updates vite from 6.3.5 to 7.1.12

Release notes

Sourced from vite's releases.

v7.1.12

Please refer to CHANGELOG.md for details.

v7.1.11

Please refer to CHANGELOG.md for details.

v7.1.10

Please refer to CHANGELOG.md for details.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

v7.1.7

Please refer to CHANGELOG.md for details.

v7.1.6

Please refer to CHANGELOG.md for details.

v7.1.5

Please refer to CHANGELOG.md for details.

v7.1.4

Please refer to CHANGELOG.md for details.

v7.1.3

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.1.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.1.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]Description has been truncated

@dependabot dependabot bot requested a review from dineshpinto as a code owner November 3, 2025 14:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 3, 2025
Bumps the examples-js group in /examples/developer-hub-javascript with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) | `5.0.0` | `6.1.0` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) | `2.26.1` | `3.0.10` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.39.0` |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers) | `3.1.0` | `4.0.2` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.39.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.14.0` | `29.0.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.5.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.5` | `7.1.12` |


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/[email protected]...@nomicfoundation/[email protected])

Updates `hardhat` from 2.26.1 to 3.0.10
- [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/[email protected]/v-next/hardhat)

Updates `@eslint/js` from 9.31.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js)

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

Updates `eslint` from 9.31.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.31.0...v9.39.0)

Updates `eslint-plugin-jest` from 28.14.0 to 29.0.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.14.0...v29.0.1)

Updates `globals` from 15.15.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.15.0...v16.5.0)

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `vite` from 6.3.5 to 7.1.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/hardhat-toolbox"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: hardhat
  dependency-version: 3.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: examples-js
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: examples-js
- dependency-name: eslint-plugin-jest
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-js
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-js
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/developer-hub-javascript/examples-js-77d006370a branch from b1f7934 to 03123b9 Compare November 10, 2025 15:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/developer-hub-javascript/examples-js-77d006370a branch November 18, 2025 11:48
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