-
Notifications
You must be signed in to change notification settings - Fork 1
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.16 #21
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-itchyny-gojq-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
November 20, 2022 15:19
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. |
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.9
fix(deps): update module github.com/itchyny/gojq to v0.12.12
Mar 16, 2023
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.12
fix(deps): update module github.com/itchyny/gojq to v0.12.13
Jun 1, 2023
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
June 1, 2023 15:10
3fd35fa
to
d4ee745
Compare
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.13
fix(deps): update module github.com/itchyny/gojq to v0.12.13 - autoclosed
Oct 23, 2023
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.13 - autoclosed
fix(deps): update module github.com/itchyny/gojq to v0.12.13
Oct 23, 2023
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
October 23, 2023 12:17
d4ee745
to
a0a9b9c
Compare
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.13
fix(deps): update module github.com/itchyny/gojq to v0.12.14
Dec 1, 2023
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
December 1, 2023 13:45
a0a9b9c
to
9d4a83e
Compare
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
April 1, 2024 13:36
9d4a83e
to
414f7bf
Compare
renovate
bot
changed the title
fix(deps): update module github.com/itchyny/gojq to v0.12.14
fix(deps): update module github.com/itchyny/gojq to v0.12.15
Apr 1, 2024
renovate
bot
force-pushed
the
renovate/github.com-itchyny-gojq-0.x
branch
from
June 1, 2024 16:45
414f7bf
to
15d4e28
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.8
->v0.12.16
Release Notes
itchyny/gojq (github.com/itchyny/gojq)
v0.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.