Skip to content

chore: bump daachorse from 3.0.2 to 4.0.0 - #121

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/daachorse-4.0.0
Open

chore: bump daachorse from 3.0.2 to 4.0.0#121
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/daachorse-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps daachorse from 3.0.2 to 4.0.0.

Release notes

Sourced from daachorse's releases.

4.0.0

What's Changed

Full Changelog: daac-tools/daachorse@v3.0.3...v4.0.0

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 [daachorse](https://github.com/daac-tools/daachorse) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/daac-tools/daachorse/releases)
- [Commits](daac-tools/daachorse@v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: daachorse
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 51020c791d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread crates/core/Cargo.toml

[dependencies]
daachorse = "3.0.2"
daachorse = "4.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add a changeset for the runtime dependency bump

This changes crates/core/Cargo.toml, which is part of the published Rust engine used by the native/WASM package, but the commit only updates Cargo metadata and adds no new .changeset entry. That leaves the release PR without a record of the runtime dependency change, and the repository release policy requires a real changeset or an explicit empty one for this case; add the appropriate changeset with the daachorse bump summary.

Useful? React with 👍 / 👎.

Comment thread crates/core/Cargo.toml

[dependencies]
daachorse = "3.0.2"
daachorse = "4.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Version the prepared automata format with this bump

This major daachorse update changes the upstream serialize/deserialize layout that our prepare/toPrepared bytes embed under the existing PREPARED_VERSION = 1. For users who cache prepared bytes from the current package and then upgrade, fromPrepared will still accept the Stella header/version and only fail while decoding the raw daachorse payload; either keep the old dependency, add backward compatibility, or bump/communicate the prepared format so the native and WASM public runtime surfaces stay in sync.

Useful? React with 👍 / 👎.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants