Skip to content
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.15 #469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/itchyny/gojq v0.12.12 -> v0.12.15 age adoption passing confidence

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

Compare Source

  • implement ltrim, rtrim, and trim 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 and halt_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 and rtrimstr functions to emit error on non-string input
  • fix nearbyint and rint functions to round ties to even
  • improve parser to allow reduce, foreach, if, try-catch syntax as object values
  • remove pow10 in favor of exp10, define scalbn and scalbln by ldexp

v0.12.14

Compare Source

  • implement abs, pick, and debug/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 is nan
  • 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 for null
  • 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 and include directives to support $ORIGIN expansion
  • remove deprecated leaf_paths function

v0.12.13

Compare Source

  • implement @urid format string to decode URI values
  • fix functions returning arrays not to emit nil slices (flatten, group_by,
    unique, unique_by, nth, indices, path, and modulemeta.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

Pull Request Test Coverage Report for Build 9200588797

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 33.838%

Totals Coverage Status
Change from base Build 9200581430: 0.0%
Covered Lines: 1967
Relevant Lines: 5813

πŸ’› - Coveralls

@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 4 times, most recently from 37fa8a0 to 1fb71f0 Compare April 19, 2024 23:04
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 376b6b8 to b988d75 Compare May 9, 2024 09:32
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 10 times, most recently from b0a4bda to e7cdac9 Compare May 16, 2024 04:56
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 12 times, most recently from 2162c72 to df4e6db Compare May 23, 2024 04:51
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from df4e6db to e63c78f Compare May 23, 2024 22:41
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from e63c78f to efdf4c6 Compare May 25, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants