Skip to content

chore(deps): update module github.com/itchyny/gojq to v0.12.19#1106

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-itchyny-gojq-0.x
Open

chore(deps): update module github.com/itchyny/gojq to v0.12.19#1106
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-itchyny-gojq-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci openshift-ci Bot requested review from miguelhbrito and rcampos2029 May 4, 2026 05:59
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 4, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign rcampos2029 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 4, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 4, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 85c2aa21-39e7-4595-87f4-4ccfb5b7e208

📥 Commits

Reviewing files that changed from the base of the PR and between 26920ee and 16c065c.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • go.mod

Summary by CodeRabbit

  • Chores
    • Updated indirect dependencies to their newer upstream releases to keep the application ecosystem current and maintain compatibility, stability, and security.

Walkthrough

Two indirect Go module dependencies are upgraded in go.mod: github.com/itchyny/gojq v0.12.18 → v0.12.19 and github.com/itchyny/timefmt-go v0.1.7 → v0.1.8.

Changes

Dependency Updates

Layer / File(s) Summary
Version bumps
go.mod
github.com/itchyny/gojq upgraded v0.12.18 → v0.12.19; github.com/itchyny/timefmt-go upgraded v0.1.7 → v0.1.8.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title mentions only gojq update but the changeset also includes timefmt-go update, making it incomplete though partially related to the main changes. Update the title to mention both dependencies being updated, such as 'chore(deps): update module github.com/itchyny/gojq to v0.12.19 and timefmt-go to v0.1.8'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description provides detailed release notes and context for the gojq update, clearly relating to the changeset modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/github.com-itchyny-gojq-0.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux red-hat-konflux 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 May 17, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 17, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-itchyny-gojq-0.x branch May 17, 2026 10:13
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux 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 May 17, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 17, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-itchyny-gojq-0.x branch from 16c065c to 26920ee Compare May 17, 2026 13:58
@red-hat-konflux
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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/itchyny/timefmt-go v0.1.7 -> v0.1.8

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-itchyny-gojq-0.x branch from 26920ee to 16c065c Compare May 17, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants