Skip to content

chore(deps): Update module github.com/itchyny/gojq to v0.12.19 - #1850

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-itchyny-gojq-0.x
Open

chore(deps): Update module github.com/itchyny/gojq to v0.12.19#1850
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-itchyny-gojq-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/itchyny/gojq v0.12.16v0.12.19 age confidence

Release Notes

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

v0.12.19

Compare Source

  • fix gsub and sub when the replacement emits multiple values
  • fix fmax, fmin, modf functions against NaN and infinities
  • fix join/1 to use add/0 implementation and handle null separator
  • fix del and delpaths on null to emit null
  • fix arithmetic operations on the minimum integer
  • fix significand function against subnormal numbers
  • fix handling of -- in cli flag parsing for jq compatibility
  • fix flatten/1 to emit error when the depth is NaN
  • fix array slice update to validate index types
  • fix string repetition boundary check to match jq behavior
  • implement splits/2 using match/2 for better jq compatibility
  • implement to_entries and from_entries in jq for simplicity
  • improve performance of regexp functions by caching compiled regexps

v0.12.18

Compare Source

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 5368709 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries

v0.12.17

Compare Source

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays

Configuration

📅 Schedule: (UTC)

  • 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 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Changes to dependencies label Jun 3, 2026
@renovate

renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/itchyny/timefmt-go v0.1.6 -> v0.1.8
github.com/mattn/go-runewidth v0.0.15 -> v0.0.19

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 0aebc2b to 1b363f6 Compare June 3, 2026 13:19
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 6 times, most recently from e9b0871 to 7f2fe99 Compare June 18, 2026 21:46
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 18ec67e to 6383c2d Compare June 30, 2026 23:41
@renovate renovate Bot changed the title chore(deps): Update module github.com/itchyny/gojq to v0.12.19 chore(deps): Update module github.com/itchyny/gojq to v0.12.19 - autoclosed Jul 3, 2026
@renovate renovate Bot closed this Jul 3, 2026
@renovate
renovate Bot deleted the renovate/github.com-itchyny-gojq-0.x branch July 3, 2026 16:04
@renovate renovate Bot changed the title chore(deps): Update module github.com/itchyny/gojq to v0.12.19 - autoclosed chore(deps): Update module github.com/itchyny/gojq to v0.12.19 Jul 8, 2026
@renovate renovate Bot reopened this Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 4 times, most recently from 4522318 to a18cecc Compare July 15, 2026 08:08
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 4 times, most recently from 648d1a3 to 4c374d9 Compare July 21, 2026 19:57
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 4c374d9 to 69b4439 Compare July 27, 2026 16:38
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch from 69b4439 to d16f883 Compare August 6, 2026 07:32
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 3 times, most recently from b75e919 to 936efec Compare August 17, 2026 04:59
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 4e362e4 to 539d7ed Compare August 21, 2026 12:53
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 4 times, most recently from 3ef6f74 to 06ae2d0 Compare August 28, 2026 00:42
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.57%. Comparing base (d98919a) to head (06ae2d0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1850   +/-   ##
=======================================
  Coverage   33.57%   33.57%           
=======================================
  Files         181      181           
  Lines       12620    12620           
=======================================
  Hits         4237     4237           
  Misses       8224     8224           
  Partials      159      159           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title chore(deps): Update module github.com/itchyny/gojq to v0.12.19 chore(deps): Update module github.com/itchyny/gojq to v0.12.19 - autoclosed Aug 31, 2026
@renovate renovate Bot closed this Aug 31, 2026
@renovate renovate Bot changed the title chore(deps): Update module github.com/itchyny/gojq to v0.12.19 - autoclosed chore(deps): Update module github.com/itchyny/gojq to v0.12.19 Sep 3, 2026
@renovate renovate Bot reopened this Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-itchyny-gojq-0.x branch 2 times, most recently from 06ae2d0 to 0960e45 Compare September 3, 2026 23:33
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.

1 participant