Skip to content

Conversation

red-hat-konflux[bot]
Copy link

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

v0.12.14

Compare Source

  • implement abs, pick, and debug/1 functions
  • implement --raw-output0 option, and remove --nul-output (-0) option
  • fix string multiplication by zero to emit an empty string
  • fix zero divided by zero to emit an error, not nan
  • fix modulo operator to emit nan if either side is nan
  • fix implode function to emit replacement characters on invalid code points
  • fix stderr function to output strings in raw format
  • fix error function to throw an error even for null
  • fix walk function on multiple outputs arguments
  • fix --from-file option to work with --args and --jsonargs options
  • fix the default module search path ../lib relative to the executable
  • improve query parser to support comment continuation with backslash
  • improve modulemeta function to include defined function names in the module
  • improve search path of import and include directives to support $ORIGIN expansion
  • remove deprecated leaf_paths function

v0.12.13

Compare Source

  • implement @urid format string to decode URI values
  • fix functions returning arrays not to emit nil slices (flatten, group_by,
    unique, unique_by, nth, indices, path, and modulemeta.deps)

v0.12.12

Compare Source

  • fix assignment operator (=) with overlapping paths and multiple values ([[]] | .. = ..)
  • fix crash on multiplying large numbers to an empty string (9223372036854775807 * "")
  • improve zsh completion file

v0.12.11

Compare Source

  • fix crash on assignment operator (=) with multiple values (. = (0,0))
  • fix isnormal and normals functions against subnormal numbers

v0.12.10

Compare Source

  • fix break in try-catch query (label $x | try break $x catch .)
  • fix path value validation for getpath function (path(getpath([[0]][0])))
  • fix path value validation for custom iterator functions
  • fix walk function with argument emitting multiple values ([1],{x:1} | walk(.,0))
  • fix @csv, @tsv, @sh to escape the null character (["\u0000"] | @​csv,@​tsv,@​sh)
  • improve performance of assignment operator (=), update-assignment operator (|=),
    map_values, del, delpaths, walk, ascii_downcase, and ascii_upcase functions

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 becomes conflicted, 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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Copy link
Author

ℹ 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

Details:

Package Change
github.com/itchyny/timefmt-go v0.1.4 -> v0.1.6
github.com/mattn/go-isatty v0.0.16 -> v0.0.20

@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 16, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 08:25
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 08:29
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 16, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 16, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 12:28
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 12:32
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 16, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 16, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 16:24
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 16:28
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 16, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 16, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 20:27
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 16, 2025 20:31
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 16, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 16, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 00:25
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 17, 2025
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 00:29
@red-hat-konflux red-hat-konflux bot reopened this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 05:05
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 17, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 05:08
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Oct 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 08:25
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/itchyny/gojq to v0.12.17 - autoclosed Update module github.com/itchyny/gojq to v0.12.17 Oct 17, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot restored the konflux/mintmaker/master/github.com-itchyny-gojq-0.x branch October 17, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants