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

chore(deps): Update module github.com/itchyny/gojq to v0.12.15 #1547

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2024

Mend Renovate

This PR contains the following updates:

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

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)

v0.12.12

Compare Source

  • fix assignment operator (=) with overlapping paths and multiple values ([[]] | .. = ..)
  • fix crash on multiplying large numbers to an empty string (9223372036854775807 * "")
  • improve zsh completion file

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 Changes to dependencies label Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.92%. Comparing base (490788d) to head (7a2f0e9).
Report is 15 commits behind head on main.

❗ Current head 7a2f0e9 differs from pull request most recent head f0ca2a3. Consider uploading reports for the commit f0ca2a3 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1547   +/-   ##
=======================================
  Coverage   47.92%   47.92%           
=======================================
  Files         123      123           
  Lines        7771     7771           
=======================================
  Hits         3724     3724           
  Misses       3905     3905           
  Partials      142      142           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 3 times, most recently from 6155055 to 60d95d7 Compare January 25, 2024 16:05
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 4 times, most recently from bb0455b to fd56d37 Compare January 31, 2024 20:47
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 82a6080 to ab5c112 Compare February 8, 2024 17:04
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from accb0ff to 9c816e7 Compare February 15, 2024 22:35
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 14 times, most recently from f210a39 to 71a3dee Compare March 1, 2024 19:44
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 640f25f to 161fbe2 Compare March 7, 2024 21:26
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 20 times, most recently from 2a5be69 to f751b41 Compare March 28, 2024 22:00
@renovate renovate bot changed the title chore(deps): Update module github.com/itchyny/gojq to v0.12.14 chore(deps): Update module github.com/itchyny/gojq to v0.12.15 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from f751b41 to 7a2f0e9 Compare April 1, 2024 16:12
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 3 times, most recently from cba3c99 to 28d9143 Compare April 16, 2024 19:34
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 28d9143 to f0ca2a3 Compare April 16, 2024 21:48
@renovate renovate bot deleted the renovate/github.com-itchyny-gojq-0.x branch April 18, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants