otel-launcher-go
otel-launcher-go copied to clipboard
Bump github.com/itchyny/gojq from 0.12.12 to 0.12.15 in /tools
Bumps github.com/itchyny/gojq from 0.12.12 to 0.12.15.
Release notes
Sourced from github.com/itchyny/gojq's releases.
Release v0.12.15
- implement
ltrim,rtrim, andtrimfunctions- implement
gojq.ParseErrorfor getting the offset and token of query parsing error- implement
gojq.HaltErrorfor detecting halt errors and stopping outer iteration- fix object construction with duplicate keys (
{x:0,y:1} | {a:.x,a:.y})- fix
haltandhalt_errorfunctions 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 (
$ARGSin~/.jq)- fix
ltrimstrandrtrimstrfunctions to emit error on non-string input- fix
nearbyintandrintfunctions to round ties to even- improve parser to allow
reduce,foreach,if,try-catchsyntax as object values- remove
pow10in favor ofexp10, definescalbnandscalblnbyldexpRelease v0.12.14
- implement
abs,pick, anddebug/1functions- implement
--raw-output0option, 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
nanif either side isnan- fix
implodefunction to emit replacement characters on invalid code points- fix
stderrfunction to output strings in raw format- fix
errorfunction to throw an error even fornull- fix
walkfunction on multiple outputs arguments- fix
--from-fileoption to work with--argsand--jsonargsoptions- fix the default module search path
../librelative to the executable- improve query parser to support comment continuation with backslash
- improve
modulemetafunction to include defined function names in the module- improve search path of
importandincludedirectives to support$ORIGINexpansion- remove deprecated
leaf_pathsfunctionRelease v0.12.13
- implement
@uridformat string to decode URI values- fix functions returning arrays not to emit nil slices (
flatten,group_by,unique,unique_by,nth,indices,path, andmodulemeta.deps)
Changelog
Sourced from github.com/itchyny/gojq's changelog.
v0.12.15 (2024-04-01)
- implement
ltrim,rtrim, andtrimfunctions- implement
gojq.ParseErrorfor getting the offset and token of query parsing error- implement
gojq.HaltErrorfor detecting halt errors and stopping outer iteration- fix object construction with duplicate keys (
{x:0,y:1} | {a:.x,a:.y})- fix
haltandhalt_errorfunctions 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 (
$ARGSin~/.jq)- fix
ltrimstrandrtrimstrfunctions to emit error on non-string input- fix
nearbyintandrintfunctions to round ties to even- improve parser to allow
reduce,foreach,if,try-catchsyntax as object values- remove
pow10in favor ofexp10, definescalbnandscalblnbyldexpv0.12.14 (2023-12-01)
- implement
abs,pick, anddebug/1functions- implement
--raw-output0option, 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
nanif either side isnan- fix
implodefunction to emit replacement characters on invalid code points- fix
stderrfunction to output strings in raw format- fix
errorfunction to throw an error even fornull- fix
walkfunction on multiple outputs arguments- fix
--from-fileoption to work with--argsand--jsonargsoptions- fix the default module search path
../librelative to the executable- improve query parser to support comment continuation with backslash
- improve
modulemetafunction to include defined function names in the module- improve search path of
importandincludedirectives to support$ORIGINexpansion- remove deprecated
leaf_pathsfunctionv0.12.13 (2023-06-01)
- implement
@uridformat string to decode URI values- fix functions returning arrays not to emit nil slices (
flatten,group_by,unique,unique_by,nth,indices,path, andmodulemeta.deps)
Commits
ca9fd97bump up version to 0.12.153b43597update CHANGELOG.md for v0.12.1588cca90update jq differences to clarify regular expression differences79e6f53add document comments to methods of HaltError13da5a1login to Docker registries only when pushing a tage7e015bupdate dependencies2cc65b6improve .gitattributes to mark generated filesbbbbe84export HaltError struct type not interfacec8171c6align caret in error messages using width specifier57cf553move Parse to query.go to enable document comments- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)