compliance-operator
compliance-operator copied to clipboard
Update module github.com/itchyny/gojq to v0.12.15
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/itchyny/gojq | v0.12.13 -> v0.12.15 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
itchyny/gojq (github.com/itchyny/gojq)
v0.12.15
- implement
ltrim
,rtrim
, andtrim
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
andhalt_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
andrtrimstr
functions to emit error on non-string input - fix
nearbyint
andrint
functions to round ties to even - improve parser to allow
reduce
,foreach
,if
,try
-catch
syntax as object values - remove
pow10
in favor ofexp10
, definescalbn
andscalbln
byldexp
v0.12.14
- implement
abs
,pick
, anddebug/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 isnan
- 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 fornull
- 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
andinclude
directives to support$ORIGIN
expansion - remove deprecated
leaf_paths
function
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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
This PR has been generated by Mend Renovate. View repository job log here.