Skip to content

deps(contracts): bump @nomicfoundation/ignition-core from 0.15.15 to 3.1.5 in /contracts#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/contracts/nomicfoundation/ignition-core-3.1.5
Open

deps(contracts): bump @nomicfoundation/ignition-core from 0.15.15 to 3.1.5 in /contracts#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/contracts/nomicfoundation/ignition-core-3.1.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps @nomicfoundation/ignition-core from 0.15.15 to 3.1.5.

Release notes

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

@​nomicfoundation/ignition-core@​3.1.5

Changes


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


@​nomicfoundation/ignition-core@​3.1.4

Changes

  • #8207 d594209 Thanks @​alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.0
    • @​nomicfoundation/hardhat-errors@​3.0.12

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


@​nomicfoundation/ignition-core@​3.1.3

Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4

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


@​nomicfoundation/ignition-core@​3.1.2

Changes

  • #6763 f65cdc3 Thanks @​zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.11

... (truncated)

Changelog

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

3.1.5

Patch Changes

3.1.4

Patch Changes

  • #8207 d594209 Thanks @​alcuadrado! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.1.0
    • @​nomicfoundation/hardhat-errors@​3.0.12

3.1.3

Patch Changes

  • #8179 d16d82a Thanks @​alcuadrado! - Await all returned promises for better debuggability

  • Updated dependencies:

    • @​nomicfoundation/hardhat-utils@​4.0.4

3.1.2

Patch Changes

  • #6763 f65cdc3 Thanks @​zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @​alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @​kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • @​nomicfoundation/hardhat-errors@​3.0.11
    • @​nomicfoundation/hardhat-utils@​4.0.3

3.1.1

Patch Changes

... (truncated)

Commits
  • 39400e9 Version Packages
  • 286d306 Merge pull request #8228 from NomicFoundation/remove-quadratic-behavior
  • 009b75e Fix O(N^2) Set spread in AdjacencyList.topologicalSort
  • cf3cd22 refactor: use findDuplicates from hardhat-utils
  • fe66b65 Merge pull request #8215 from Genmin/fix/ignition-stable-jsdoc-tags
  • b6fa54e Fix O(N^2) duplicate module id check in _checkForDuplicateModuleIds
  • 5fbc1fb Fix O(N*M) includes filter in _resolveFutureSenders
  • c5a8aed Fix O(N^2) future lookup in ExecutionEngine batch loop
  • a7cc54a Fix O(N^2) lookup in _getFuturesInReverseTopologicalOrder
  • 8d941ec Fix O(N^2) array spread in AdjacencyList.topologicalSort
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nomicfoundation/ignition-core](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/ignition-core) from 0.15.15 to 3.1.5.
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/ignition-core/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/ignition-core@3.1.5/packages/ignition-core)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/ignition-core"
  dependency-version: 3.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: contracts, dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants