Skip to content

chore(deps): Bump the dependencies group across 1 directory with 7 updates - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-2c34d0f2c2
Open

chore(deps): Bump the dependencies group across 1 directory with 7 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-2c34d0f2c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 7 updates in the / directory:

Package From To
@cyfrin/battlechain-lib-js 1.0.0 1.1.1
@nomicfoundation/hardhat-ethers 4.0.13 4.0.14
@nomicfoundation/hardhat-ignition 3.1.7 3.1.8
@nomicfoundation/hardhat-verify 3.0.20 3.0.21
@types/node 25.9.3 26.1.1
hardhat 3.9.0 3.9.1
typescript 6.0.3 7.0.2

Updates @cyfrin/battlechain-lib-js from 1.0.0 to 1.1.1

Release notes

Sourced from @​cyfrin/battlechain-lib-js's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: Cyfrin/battlechain-lib@v1.0.0...v1.1.0

Changelog

Sourced from @​cyfrin/battlechain-lib-js's changelog.

[1.1.1] - 2026-06-22

  • Corrected the mainnet (626) implementation addresses (MAINNET_REGISTRY_IMPL, MAINNET_AGREEMENT_FACTORY_IMPL, MAINNET_ATTACK_REGISTRY_IMPL) to match the live on-chain proxy implementations (verified via the EIP-1967 slot). Runtime behavior is unchanged — the SDK calls the proxies.

[1.1.0] - 2026-06-22

  • Regenerated ABIs from the canonical contracts: ATTACK_REGISTRY_ABI gained approveAttack plus query methods, and REGISTRY_ABI now reflects the fuller IBattleChainSafeHarborRegistry surface. MOCK_REGISTRY_MODERATOR_ABI is retained, now generated from the contracts' approveAttack entrypoint.
Commits
  • bf4112a fix: correct mainnet implementation addresses to live on-chain values (1.1.1)
  • 0ec3edb fix: restore generated mock-moderator ABI; correct repository.url casing
  • 2685972 feat: source interfaces from battlechain-safe-harbor-contracts (1.1.0)
  • d88aeea chore(deps-dev): bump the js-dependencies group
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​cyfrin/battlechain-lib-js since your current version.


Updates @nomicfoundation/hardhat-ethers from 4.0.13 to 4.0.14

Release notes

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

@​nomicfoundation/hardhat-ethers@​4.0.14

Changes

  • #8249 8acc2cf Thanks @​mmv08! - Add a per-network ethers.waitForTransactionReceipt option that makes HardhatEthersSigner.sendTransaction wait until the transaction receipt is available before resolving.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


Changelog

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

4.0.14

Patch Changes

  • #8249 8acc2cf Thanks @​mmv08! - Add a per-network ethers.waitForTransactionReceipt option that makes HardhatEthersSigner.sendTransaction wait until the transaction receipt is available before resolving.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4
Commits
  • a92ab66 Version Packages
  • 156afbc docs: cleanup hardhat-ethers waitForTransactionReceipt
  • 8acc2cf Add receipt-wait option for hardhat-ethers signer
  • See full diff in compare view

Updates @nomicfoundation/hardhat-ignition from 3.1.7 to 3.1.8

Release notes

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

@​nomicfoundation/hardhat-ignition@​3.1.8

Changes

  • #8378 e445bca Thanks @​BROCCOLO1D! - Avoid compiling tests during Ignition deploys.

  • Updated dependencies:

    • @​nomicfoundation/ignition-core@​3.1.8
    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


Changelog

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

3.1.8

Patch Changes

  • #8378 e445bca Thanks @​BROCCOLO1D! - Avoid compiling tests during Ignition deploys.

  • Updated dependencies:

    • @​nomicfoundation/ignition-core@​3.1.8
    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4
Commits

Updates @nomicfoundation/hardhat-verify from 3.0.20 to 3.0.21

Release notes

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

@​nomicfoundation/hardhat-verify@​3.0.21

Changes

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


Changelog

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

3.0.21

Patch Changes

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4
Commits

Updates @types/node from 25.9.3 to 26.1.1

Commits

Updates hardhat from 3.9.0 to 3.9.1

Release notes

Sourced from hardhat's releases.

Hardhat v3.9.1

This release improves Solidity Tests with configurable transaction gas caps and safer gas snapshot checks, while also making Hardhat faster to start and easier to migrate to from Hardhat 2.

Changes

  • #8234 81871fd Thanks @​tenderdeve! - Explain the unsupported cheatcode eip712HashType(string,string) and point to the documentation for the alternative instead.

  • #8400 2f48724 Thanks @​kanej! - Support setting the transaction gas cap in Solidity Tests

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • #8391 f3c5727 Thanks @​schaable! - Make hardhat test solidity --snapshot-check read-only. It no longer rewrites or deletes .gas-snapshot or snapshots/*.json files, and instead reports differences. The command now fails when a stored gas value differs from the current one, or when no baseline exists, with a hint to run --snapshot.

  • #8332 e542a48 Thanks @​gultekinmakif! - Fixed a crash that could occur when a network returned an unexpected response while resolving the default sender account

  • #8385 946e379 Thanks @​BROCCOLO1D! - When a Hardhat 2 plugin calls an API that no longer exists in Hardhat 3, the error now names the specific API that was used and explains how to migrate it to Hardhat 3.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4

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


Changelog

Sourced from hardhat's changelog.

3.9.1

Patch Changes

  • #8234 81871fd Thanks @​tenderdeve! - Explain the unsupported cheatcode eip712HashType(string,string) and point to the documentation for the alternative instead.

  • #8400 2f48724 Thanks @​kanej! - Support setting the transaction gas cap in Solidity Tests

  • #8367 82d00fc Thanks @​alcuadrado! - Lazy load dependencies to optimize bootstrap time

  • #8391 f3c5727 Thanks @​schaable! - Make hardhat test solidity --snapshot-check read-only. It no longer rewrites or deletes .gas-snapshot or snapshots/*.json files, and instead reports differences. The command now fails when a stored gas value differs from the current one, or when no baseline exists, with a hint to run --snapshot.

  • #8332 e542a48 Thanks @​gultekinmakif! - Fixed a crash that could occur when a network returned an unexpected response while resolving the default sender account

  • #8385 946e379 Thanks @​BROCCOLO1D! - When a Hardhat 2 plugin calls an API that no longer exists in Hardhat 3, the error now names the specific API that was used and explains how to migrate it to Hardhat 3.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.16
    • @​nomicfoundation/hardhat-utils@​4.1.4
Commits
  • a92ab66 Version Packages
  • 85ab118 address copilot's suggestions
  • 3c2e31e chore(hhu): keep the utils feature internal
  • eef2424 test(hhu): add a --network routing test
  • d285ba5 test(hhu): share test helpers and lock in hhu's option set
  • c0791f6 test(hhu): mirror task test layout to source folders
  • 748b861 refactor(hhu): whitelist --network forwarding and dedupe its option def
  • 980f7ad feat(hhu): tag hhu task analytics with command "hhu"
  • 1fcc9e5 refactor(hhu): kebab-case the constants zero-address leaf
  • a672865 refactor(hhu): centralize task prefix and add a category registry
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


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

…dates

Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cyfrin/battlechain-lib-js](https://github.com/Cyfrin/battlechain-lib/tree/HEAD/packages/battlechain-lib-js) | `1.0.0` | `1.1.1` |
| [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ethers) | `4.0.13` | `4.0.14` |
| [@nomicfoundation/hardhat-ignition](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-ignition) | `3.1.7` | `3.1.8` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-verify) | `3.0.20` | `3.0.21` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.1.1` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) | `3.9.0` | `3.9.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |



Updates `@cyfrin/battlechain-lib-js` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Cyfrin/battlechain-lib/releases)
- [Changelog](https://github.com/Cyfrin/battlechain-lib/blob/main/packages/battlechain-lib-js/CHANGELOG.md)
- [Commits](https://github.com/Cyfrin/battlechain-lib/commits/v1.1.1/packages/battlechain-lib-js)

Updates `@nomicfoundation/hardhat-ethers` from 4.0.13 to 4.0.14
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-ethers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-ethers@4.0.14/packages/hardhat-ethers)

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

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

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

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

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@cyfrin/battlechain-lib-js"
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nomicfoundation/hardhat-ethers"
  dependency-version: 4.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nomicfoundation/hardhat-ignition"
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 3.0.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: hardhat
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants