Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jaq-std from 1.6.0 to 2.0.0 #488

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps jaq-std from 1.6.0 to 2.0.0.

Release notes

Sourced from jaq-std's releases.

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.

2.0 gamma

This release adds support for patterns in variable bindings, also known as destructuring. Furthermore, this release more lazily evaluates the right-hand side of concatenation (,) #220.

Finally, rounding functions now actually round to integer values, thanks to @​null-dev #219.

Full Changelog: 01mf02/jaq@v2.0.0-beta...v2.0.0-gamma

2.0-epsilon

This release improves the performance of many function calls 01mf02/jaq#226. Furthermore, it allows passing non-UTF-8 file paths as command-line options 01mf02/jaq#234 and improves compatibility for command-line options in general, in particular around -f and --args. Finally, it now interprets search paths via -L as relative to the current working directory, improving compatibility with jq 01mf02/jaq#228.

This is hopefully the last release before jaq 2.0. I'm aiming for a small number (ε) of changes between this release and the final version.

Full Changelog: 01mf02/jaq@v2.0.0-delta...v2.0.0-epsilon

2.0-delta

New features

... (truncated)

Commits
  • 63513e5 Bump version to 2.0.
  • 07f4b81 Update benchmark results.
  • a9455be Run --run-tests with stdin if no args given, else with last file.
  • 52ba190 Format.
  • 3ad7cf3 Remove vanished differences between jq and jaq.
  • 73e79c3 Merge branch 'main' of github.com:01mf02/jaq
  • 05f43ed Implement --sort-keys / -S.
  • f39b595 Remove unused package from Lockfile.
  • 1a4b0c2 Merge pull request #229 from wader/math-int-rem
  • 4f04b48 Add reminder op for floats
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner November 27, 2024 21:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 27, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.0.0 branch 8 times, most recently from 95ed3a1 to bb85ddf Compare December 4, 2024 22:23
@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.0.0 branch 3 times, most recently from e2d108f to 07164d1 Compare December 9, 2024 18:58
@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.0.0 branch 2 times, most recently from 8a19f70 to ad95f58 Compare December 13, 2024 16:04
Bumps [jaq-std](https://github.com/01mf02/jaq) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/01mf02/jaq/releases)
- [Commits](01mf02/jaq@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: jaq-std
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.0.0 branch from ad95f58 to fbc199e Compare December 17, 2024 03:48
@dependabot dependabot bot requested a review from a team as a code owner December 17, 2024 03:48
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Looks like jaq-std is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/jaq-std-2.0.0 branch December 17, 2024 03:51
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.

0 participants