Skip to content

fix(deps): update rust crate jaq-json to v2 - autoclosed#949

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jaq-json-2.x
Closed

fix(deps): update rust crate jaq-json to v2 - autoclosed#949
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jaq-json-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 31, 2026

This PR contains the following updates:

Package Type Update Change
jaq-json dependencies major 1.1.32.0.0

Release Notes

01mf02/jaq (jaq-json)

v2.0.0: 2.0

jaq is a jq clone focussed on correctness, speed, and simplicity.

Compared to jaq 1.x, jaq 2.0 adds support for many features of the jq programming language.
As a result, jaq can now run jqjq, a jq interpreter written in jq itself, which has a code base of more than 3000 lines of jq code!

The largest single change in jaq 2.0 is support for jq's module system, allowing jaq to import module and data files (alpha).
Furthermore, the libraries underlying jaq are now agnostic towards their data format. This makes jaq a candidate for embedding it as language interpreter into other applications for processing non-JSON data.

Under the hood, jaq's compiler component has been completely rewritten to allow for the changes in jaq 2.0.

New syntax:

  • label...break, //=, nested definitions alpha
  • foreach/3 beta
  • Destructuring gamma

New command-line parameters:

  • --library-path / -L alpha
  • --args delta
  • --sort-keys / -S

I would like to thank all people that have contributed to this release, in particular @​wader for extensively testing jaq, contributing features and adapting jqjq to make it work with jaq. It has been a joy working with you!

My work on jaq since version 1.4 has been sponsored by the NLnet foundation, to whom I would like to express my deep gratitude for letting me live my dream.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies update a package file renovate labels Mar 31, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 31, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `jaq-json`.
    ... required by package `kubetui v1.12.1 (/tmp/renovate/repos/github/sarub0b0/kubetui)`
versions that meet the requirements `^2.0.0` are: 2.0.0

package `kubetui` depends on `jaq-json` with feature `serde_json` but `jaq-json` does not have that feature.
 A required dependency with that name exists, but only optional dependencies can be used as features.


failed to select a version for `jaq-json` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/jaq-json-2.x branch from 0787a34 to 1222c7d Compare April 3, 2026 22:50
@renovate renovate bot changed the title fix(deps): update rust crate jaq-json to v2 fix(deps): update rust crate jaq-json to v2 - autoclosed Apr 3, 2026
@renovate renovate bot closed this Apr 3, 2026
@renovate renovate bot deleted the renovate/jaq-json-2.x branch April 3, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies update a package file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants