-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update module github.com/itchyny/gojq to v0.12.17 #21
Conversation
6956678
to
af72ad1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
=======================================
Coverage 69.54% 69.54%
=======================================
Files 2 2
Lines 197 197
=======================================
Hits 137 137
Misses 42 42
Partials 18 18 ☔ View full report in Codecov by Sentry. |
3fd35fa
to
d4ee745
Compare
d4ee745
to
a0a9b9c
Compare
a0a9b9c
to
9d4a83e
Compare
9d4a83e
to
414f7bf
Compare
414f7bf
to
15d4e28
Compare
15d4e28
to
49744cc
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
49744cc
to
ce638df
Compare
ce638df
to
ee5d67a
Compare
Code Metrics Report
Reported by octocov |
🎉 This PR is included in version 0.3.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
v0.12.8
->v0.12.17
Release Notes
itchyny/gojq (github.com/itchyny/gojq)
v0.12.17
Compare Source
add/1
,skip/2
functions--library-path
option as the alias of-L
optionreduce
syntax to emit results for each initial valuelast/1
to yield no values when the argument yields no valueslimit/2
to emit an error on negative count@uri
and@urid
formats not to convert space between plus signv0.12.16
Compare Source
exp10
andatan2
failing on some platformsdebug/1
to be available only whendebug/0
is definedv0.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
)v0.12.12
Compare Source
=
) with overlapping paths and multiple values ([[]] | .. = ..
)9223372036854775807 * ""
)v0.12.11
Compare Source
=
) with multiple values (. = (0,0)
)isnormal
andnormals
functions against subnormal numbersv0.12.10
Compare Source
break
intry
-catch
query (label $x | try break $x catch .
)getpath
function (path(getpath([[0]][0]))
)walk
function with argument emitting multiple values ([1],{x:1} | walk(.,0)
)@csv
,@tsv
,@sh
to escape the null character (["\u0000"] | @​csv,@​tsv,@​sh
)=
), update-assignment operator (|=
),map_values
,del
,delpaths
,walk
,ascii_downcase
, andascii_upcase
functionsv0.12.9
Compare Source
fromjson
to emit error on unexpected trailing stringdef f($x): .y; path(f(.x))
)--raw-input
(-R
) to keep carriage returns and support 64KiB+ linesConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.