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.16 #21

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

itchyny/gojq (github.com/itchyny/gojq)

v0.12.16

Compare Source

  • fix offset of query parsing error on multi-byte characters
  • fix tests of exp10 and atan2 failing on some platforms
  • fix debug/1 to be available only when debug/0 is defined
  • improve parser to allow binary operators as object values
  • improve compiler to emit error if query is missing

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

v0.12.11

Compare Source

  • fix crash on assignment operator (=) with multiple values (. = (0,0))
  • fix isnormal and normals functions against subnormal numbers

v0.12.10

Compare Source

  • fix break in try-catch query (label $x | try break $x catch .)
  • fix path value validation for getpath function (path(getpath([[0]][0])))
  • fix path value validation for custom iterator functions
  • fix walk function with argument emitting multiple values ([1],{x:1} | walk(.,0))
  • fix @csv, @tsv, @sh to escape the null character (["\u0000"] | @​csv,@​tsv,@​sh)
  • improve performance of assignment operator (=), update-assignment operator (|=),
    map_values, del, delpaths, walk, ascii_downcase, and ascii_upcase functions

v0.12.9

Compare Source

  • fix fromjson to emit error on unexpected trailing string
  • fix path analyzer on variable argument evaluation (def f($x): .y; path(f(.x)))
  • fix raw input option --raw-input (-R) to keep carriage returns and support 64KiB+ lines

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 kind:go label Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 6956678 to af72ad1 Compare November 20, 2022 15:19
@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.54%. Comparing base (2e79707) to head (414f7bf).

Current head 414f7bf differs from pull request most recent head 15d4e28

Please upload reports for the commit 15d4e28 to get more accurate results.

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.
📢 Have feedback on the report? Share it here.

@renovate 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 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 renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 3fd35fa to d4ee745 Compare June 1, 2023 15:10
@renovate 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 renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-itchyny-gojq-0.x branch October 23, 2023 10:00
@renovate 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 renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-itchyny-gojq-0.x branch October 23, 2023 12:17
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from d4ee745 to a0a9b9c Compare October 23, 2023 12:17
@renovate 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 renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from a0a9b9c to 9d4a83e Compare December 1, 2023 13:45
@renovate renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 9d4a83e to 414f7bf Compare April 1, 2024 13:36
@renovate 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 renovate bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 414f7bf to 15d4e28 Compare June 1, 2024 16:45
@renovate 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants