newrelic / nri-flex

An application-agnostic, all-in-one New Relic integration integration
https://docs.newrelic.com/docs/introduction-new-relics-flex-integration
Apache License 2.0
105 stars 119 forks source link

fix(deps): update module github.com/itchyny/gojq to v0.12.16 #469

Open renovate[bot] opened 3 months 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.12 -> 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 ### [`v0.12.13`](https://togithub.com/itchyny/gojq/blob/HEAD/CHANGELOG.md#v01213-2023-06-01) [Compare Source](https://togithub.com/itchyny/gojq/compare/v0.12.12...v0.12.13) - 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`)

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.



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

github-actions[bot] commented 3 months ago

Pull Request Test Coverage Report for Build 9491726527

Details


Totals Coverage Status
Change from base Build 9491714671: 0.0%
Covered Lines: 1967
Relevant Lines: 5813

💛 - Coveralls
renovate[bot] commented 1 month ago

ℹ 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):

Details:

Package Change
github.com/itchyny/timefmt-go v0.1.5 -> v0.1.6