Skip to content

Bump @midnight-ntwrk/compact-runtime from 0.14.0 to 0.15.0#416

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.15.0
Open

Bump @midnight-ntwrk/compact-runtime from 0.14.0 to 0.15.0#416
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps @midnight-ntwrk/compact-runtime from 0.14.0 to 0.15.0.

Changelog

Sourced from @​midnight-ntwrk/compact-runtime's changelog.

[Toolchain 0.30.0, language 0.22.0, runtime 0.15.0]

This release includes all changes for compiler versions in the range between 0.29.100 and 0.30.0; language versions in the range between 0.21.100 and 0.22.0; and Compact runtime versions in the range between 0.14.100 and 0.15.0.

[Unreleased toolchain 0.29.114, language 0.21.101, runtime 0.14.102]

Changed

  • The language reference doc/lang-ref.mdx is now largely up-to-date with the Compact 0.21.0 language.
  • The HTML version of the formal grammar in doc/Compact.html has been replaced with a markdown (mdx) version in doc/compact-grammar.mdx.

Added

  • A list of Compact's keywords and reserved words, including those reserved for future use, is given in doc/compact-keywords.mdx.

[Unreleased toolchain 0.29.113, language 0.21.101, runtime 0.14.102]

Changed

  • It is now a compiler error to pass Compact values containing opaque JS values (Opaque<'string'> or Opaque<'Uint8Array'>) to the standard library circuits persistentHash and persistentCommit. Hashing such values does not work in circuit due to the representation of these types. Previously, such code would crash the zkir process if it tried to generate prover and verifier keys. Now it is a compiler error instead.

    This also affects the standard library operation merkleTreePathRoot (because it calls persistentHash in its implementation), and ledger MerkleTree insertion operations, because they implicitly use persistentHash.

    This is a breaking change because the error is signaled early, and so it is now an error to use any of these circuits or ADT operations, even for circuits that don't need prover and verifier key generation which would compile successfully before.

[Unreleased toolchain 0.29.112, language 0.21.101, runtime 0.14.102]

Changed

  • The fixup tool now replaces references to the old standard-library type names CurvePoint and NativePoint with JubJubPoint. It also does a better job of renaming standard-library circuits when it is safe to do so and explaining why when it is not safe to do so.

Internal notes

... (truncated)

Commits

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 [@midnight-ntwrk/compact-runtime](https://github.com/LFDT-Minokawa/compact) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/LFDT-Minokawa/compact/releases)
- [Changelog](https://github.com/LFDT-Minokawa/compact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LFDT-Minokawa/compact/commits)

---
updated-dependencies:
- dependency-name: "@midnight-ntwrk/compact-runtime"
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 1, 2026
@dependabot dependabot bot requested review from a team as code owners April 1, 2026 02:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 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