ComplianceAsCode / compliance-operator

Operator providing Kubernetes cluster compliance checks
Apache License 2.0
36 stars 22 forks source link

Update module github.com/itchyny/gojq to v0.12.16 #513

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/itchyny/gojq v0.12.13 -> v0.12.16 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.16`](https://togithub.com/itchyny/gojq/blob/HEAD/CHANGELOG.md#v01216-2024-06-01) [Compare Source](https://togithub.com/itchyny/gojq/compare/v0.12.15...v0.12.16) - 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`](https://togithub.com/itchyny/gojq/blob/HEAD/CHANGELOG.md#v01215-2024-04-01) [Compare Source](https://togithub.com/itchyny/gojq/compare/v0.12.14...v0.12.15) - 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`](https://togithub.com/itchyny/gojq/blob/HEAD/CHANGELOG.md#v01214-2023-12-01) [Compare Source](https://togithub.com/itchyny/gojq/compare/v0.12.13...v0.12.14) - 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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.



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

openshift-ci[bot] commented 3 months ago

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a ComplianceAsCode 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.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: renovate[bot], rhmdnd

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/ComplianceAsCode/compliance-operator/blob/master/OWNERS)~~ [rhmdnd] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment