Update module github.com/itchyny/gojq to v0.12.15 #113
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.12.12
->v0.12.15
Release Notes
itchyny/gojq (github.com/itchyny/gojq)
v0.12.15
Compare Source
ltrim
,rtrim
, andtrim
functionsgojq.ParseError
for getting the offset and token of query parsing errorgojq.HaltError
for detecting halt errors and stopping outer iteration{x:0,y:1} | {a:.x,a:.y}
)halt
andhalt_error
functions to stop the command execution immediately"a" as $v | def f: $v; "b" as $v | f
)$ARGS
in~/.jq
)ltrimstr
andrtrimstr
functions to emit error on non-string inputnearbyint
andrint
functions to round ties to evenreduce
,foreach
,if
,try
-catch
syntax as object valuespow10
in favor ofexp10
, definescalbn
andscalbln
byldexp
v0.12.14
Compare Source
abs
,pick
, anddebug/1
functions--raw-output0
option, and remove--nul-output
(-0
) optionnan
nan
if either side isnan
implode
function to emit replacement characters on invalid code pointsstderr
function to output strings in raw formaterror
function to throw an error even fornull
walk
function on multiple outputs arguments--from-file
option to work with--args
and--jsonargs
options../lib
relative to the executablemodulemeta
function to include defined function names in the moduleimport
andinclude
directives to support$ORIGIN
expansionleaf_paths
functionv0.12.13
Compare Source
@urid
format string to decode URI valuesflatten
,group_by
,unique
,unique_by
,nth
,indices
,path
, andmodulemeta.deps
)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.
This PR has been generated by Mend Renovate. View repository job log here.