Skip to content

chore(deps): bump jaq-json from 1.0.0 to 1.1.0#558

Merged
lquerel merged 1 commit intomainfrom
dependabot/cargo/jaq-json-1.1.0
Jan 20, 2025
Merged

chore(deps): bump jaq-json from 1.0.0 to 1.1.0#558
lquerel merged 1 commit intomainfrom
dependabot/cargo/jaq-json-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps jaq-json from 1.0.0 to 1.1.0.

Release notes

Sourced from jaq-json's releases.

1.1

jaq is a jq clone with an emphasis on correctness, speed, and simplicity.

The largest change in jaq 1.1 is the support for filter arguments in recursive filters. This means that you can now write something like:

def repeat(f): f, repeat(f); repeat(1, 2)

However, unlike in jq, this specific example will currently fail with a stack overflow after a certain number of values (about 12,000 on my machine). To address this issue, tail-call optimisation is necessary, which is planned to be supported in jaq 1.2.

Furthermore, several expressions that were evaluated strictly are now evaluated lazily, in particular cartesian products and objects. That means that some filters that would previously never yield any input, now can yield an infinite number of inputs.

The API of jaq 1.1 is fully backwards compatible with the API of jaq 1.0.

Full Changelog: 01mf02/jaq@v1.0.0...v1.1.0

Commits
  • 7981a9f Revert "Do not install OS-specific prerequisites for release builds."
  • 268bdd4 Update a few more deps.
  • e4c2876 Update ahash.
  • 5213d32 Bump version to 1.1.
  • d1dd646 Document new first-order recursive filters.
  • 0f843db Respect semver.
  • f6aee3a Remove comment from docs.
  • 508fd66 Do not unconditionally clone the context on the right-hand side of pipes.
  • 0ffea7d Compress obj_cart a bit.
  • 81b1af0 Merge pull request #119 from 01mf02/lazy-object
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [jaq-json](https://github.com/01mf02/jaq) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/01mf02/jaq/releases)
- [Commits](01mf02/jaq@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: jaq-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 17, 2025 21:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 17, 2025
@codecov
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.6%. Comparing base (d616ff9) to head (3bec805).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #558   +/-   ##
=====================================
  Coverage   74.6%   74.6%           
=====================================
  Files         51      51           
  Lines       3965    3965           
=====================================
+ Hits        2958    2959    +1     
+ Misses      1007    1006    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lquerel lquerel merged commit 50fd6b4 into main Jan 20, 2025
@lquerel lquerel deleted the dependabot/cargo/jaq-json-1.1.0 branch January 20, 2025 00:56
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant