Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/itchyny/gojq v0.12.14 -> v0.12.17 age confidence

Release Notes

itchyny/gojq (github.com/itchyny/gojq)

v0.12.17

Compare Source

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays

v0.12.16

Compare Source

  • fix offset of query parsing error on multi-byte characters
  • fix tests of exp10 and atan2 failing on some platforms
  • fix debug/1 to be available only when debug/0 is defined
  • improve parser to allow binary operators as object values
  • improve compiler to emit error if query is missing

v0.12.15

Compare Source

  • implement ltrim, rtrim, and trim functions
  • implement gojq.ParseError for getting the offset and token of query parsing error
  • implement gojq.HaltError for detecting halt errors and stopping outer iteration
  • fix object construction with duplicate keys ({x:0,y:1} | {a:.x,a:.y})
  • fix halt and halt_error functions to stop the command execution immediately
  • fix variable scope of binding syntax ("a" as $v | def f: $v; "b" as $v | f)
  • fix pre-defined variables to be available in initial modules ($ARGS in ~/.jq)
  • fix ltrimstr and rtrimstr functions to emit error on non-string input
  • fix nearbyint and rint functions to round ties to even
  • improve parser to allow reduce, foreach, if, try-catch syntax as object values
  • remove pow10 in favor of exp10, define scalbn and scalbln by ldexp

Configuration

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

🚦 Automerge: Enabled.

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 force-pushed the renovate/github.com-itchyny-gojq-0.x branch from aa9e01b to 3ec6632 Compare June 1, 2024 15:07
@renovate renovate bot changed the title fix(deps): update module github.com/itchyny/gojq to v0.12.15 fix(deps): update module github.com/itchyny/gojq to v0.12.16 Jun 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/itchyny/gojq to v0.12.16 fix(deps): update module github.com/itchyny/gojq to v0.12.17 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 3ec6632 to 797f7c7 Compare December 1, 2024 12:59
@renovate
Copy link
Contributor Author

renovate bot commented Dec 1, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.21
github.com/itchyny/timefmt-go v0.1.5 -> v0.1.6
golang.org/x/sys v0.15.0 -> v0.20.0

@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 797f7c7 to c50b1bf Compare December 22, 2024 19:42
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from c50b1bf to 0aeda3c Compare March 3, 2025 17:24
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 0aeda3c to 72259d1 Compare March 11, 2025 14:15
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 72259d1 to 1490077 Compare April 8, 2025 14:37
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 1490077 to 1099769 Compare May 7, 2025 12:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants