Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 (#243)
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.15 to 0.12.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/itchyny/gojq/releases">github.com/itchyny/gojq's releases</a>.</em></p> <blockquote> <h2>Release v0.12.16</h2> <ul> <li>fix offset of query parsing error on multi-byte characters</li> <li>fix tests of <code>exp10</code> and <code>atan2</code> failing on some platforms</li> <li>fix <code>debug/1</code> to be available only when <code>debug/0</code> is defined</li> <li>improve parser to allow binary operators as object values</li> <li>improve compiler to emit error if query is missing</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/itchyny/gojq/blob/main/CHANGELOG.md">github.com/itchyny/gojq's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/itchyny/gojq/compare/v0.12.15..v0.12.16">v0.12.16</a> (2024-06-01)</h2> <ul> <li>fix offset of query parsing error on multi-byte characters</li> <li>fix tests of <code>exp10</code> and <code>atan2</code> failing on some platforms</li> <li>fix <code>debug/1</code> to be available only when <code>debug/0</code> is defined</li> <li>improve parser to allow binary operators as object values</li> <li>improve compiler to emit error if query is missing</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/itchyny/gojq/commit/0607aa5af33a4f980e3e769a1820db80e3cc7b23"><code>0607aa5</code></a> bump up version to 0.12.16</li> <li><a href="https://github.com/itchyny/gojq/commit/0709341b35475d08614efb59027986b9a4634b0e"><code>0709341</code></a> update CHANGELOG.md for v0.12.16</li> <li><a href="https://github.com/itchyny/gojq/commit/1324e6e320cff2b2eb9c778cfa1f960245ad41ad"><code>1324e6e</code></a> update dependencies</li> <li><a href="https://github.com/itchyny/gojq/commit/01355e9509c093fa4d7e18bb15315d6acf4dfa19"><code>01355e9</code></a> improve parser to allow binary operators as object values</li> <li><a href="https://github.com/itchyny/gojq/commit/a41a5f82f601df81a093f7278ff139840c18d52c"><code>a41a5f8</code></a> fix debug/1 function to be available only when debug/0 is defined</li> <li><a href="https://github.com/itchyny/gojq/commit/f694c1bbd950563d9485ca987b7596a11b3b5d7e"><code>f694c1b</code></a> fix a benchmark test BenchmarkCompile</li> <li><a href="https://github.com/itchyny/gojq/commit/f2559f689c4d13edd333abb214c18a0811ccff9a"><code>f2559f6</code></a> remove private compare function</li> <li><a href="https://github.com/itchyny/gojq/commit/0cd3a662ced371ca01cd21e89d8225501cc415f9"><code>0cd3a66</code></a> improve compiler to abort with error if query is missing</li> <li><a href="https://github.com/itchyny/gojq/commit/422cc9d569ea96d810bb47decd27d2635c59d87f"><code>422cc9d</code></a> refactor stringify function declarations of query</li> <li><a href="https://github.com/itchyny/gojq/commit/1130c4efb7528e3a41ff623d770c75b5d63a72f7"><code>1130c4e</code></a> refactor program body, rename rules, remove empty actions in parser</li> <li>Additional commits viewable in <a href="https://github.com/itchyny/gojq/compare/v0.12.15...v0.12.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/itchyny/gojq&package-manager=go_modules&previous-version=0.12.15&new-version=0.12.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information