deps: bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 in the go-dependencies group#408
Merged
github-actions[bot] merged 1 commit intomainfrom Apr 6, 2026
Conversation
Bumps the go-dependencies group with 1 update: [github.com/itchyny/gojq](https://github.com/itchyny/gojq). Updates `github.com/itchyny/gojq` from 0.12.18 to 0.12.19 - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](itchyny/gojq@v0.12.18...v0.12.19) --- updated-dependencies: - dependency-name: github.com/itchyny/gojq dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 1 update: github.com/itchyny/gojq.
Updates
github.com/itchyny/gojqfrom 0.12.18 to 0.12.19Release notes
Sourced from github.com/itchyny/gojq's releases.
Changelog
Sourced from github.com/itchyny/gojq's changelog.
Commits
b7ebffbbump up version to 0.12.19b02c97bupdate CHANGELOG.md for v0.12.19d7ca9b5implement to_entries and from_entries in jq for simplicitybac8b0bupdate dependencies183cbecbump up Docker actions40707cffix repeated argument typeanyb5ece86fix handling of--in cli flag parsing for jq compatibilitycca2307re-generate the parser.go fileca5066dfix gsub and sub when the replacement emits multiple values0878958improve performance of regexp functions by caching compiled regexps (fix #230)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Upgrade
github.com/itchyny/gojqto v0.12.19 to pull in jq compatibility fixes and faster regex operations. This reduces edge-case errors in our jq filters (e.g., NaN/∞ handling, nulls, and index validation).github.com/itchyny/gojqfrom 0.12.18 to 0.12.19 (fixes insub/gsub, numeric edge cases,join/1,delon null; caches regexps for better performance).github.com/itchyny/timefmt-gofrom 0.1.7 to 0.1.8.Written for commit 5222862. Summary will update on new commits.