chore(deps): bump the go-minor-patch-updates group across 1 directory with 5 updates#264
Merged
ricardozanini merged 1 commit intoJun 26, 2026
Conversation
Member
|
@dependabot rebase |
ricardozanini
approved these changes
Jun 26, 2026
07a44e1 to
e90ebb5
Compare
Member
Fix for Test FailureThe test failure is caused by gojq v0.12.18's breaking change that stopped numeric normalization for concurrent execution. Root CauseIn gojq v0.12.18+, When the test passes SolutionChange line 405 in - "numbers": []int32{2, 3, 4},
+ "numbers": []int{2, 3, 4},This uses gojq's supported VerificationAfter this change, all tests pass: References
|
Member
|
@dependabot rebase |
… with 5 updates Bumps the go-minor-patch-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.25.0` | `10.30.3` | | [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.17` | `0.12.19` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.18.0` | `1.19.0` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` | Updates `github.com/go-playground/validator/v10` from 10.25.0 to 10.30.3 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.25.0...v10.30.3) Updates `github.com/itchyny/gojq` from 0.12.17 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.17...v0.12.19) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `github.com/tidwall/gjson` from 1.18.0 to 1.19.0 - [Commits](tidwall/gjson@v1.18.0...v1.19.0) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch-updates - dependency-name: github.com/itchyny/gojq dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch-updates - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch-updates - dependency-name: github.com/tidwall/gjson dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch-updates - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
e90ebb5 to
7b21513
Compare
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-minor-patch-updates group with 5 updates in the / directory:
10.25.010.30.30.12.170.12.191.10.01.11.11.18.01.19.01.4.01.6.0Updates
github.com/go-playground/validator/v10from 10.25.0 to 10.30.3Release notes
Sourced from github.com/go-playground/validator/v10's releases.
... (truncated)
Commits
ac4c1bafix(docs): correct ripemd160 tag name in README validation table (#1582)feacb34feat: omit blank tag names from namespace (#1567)5ed0a7echore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)0364541fix(cron): anchor regex and accept full cron syntax (#1577)8eb2659chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)f7e1721chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)cf37fcefix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...7c334e5fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)6bcb7bcfeat: add origin validator for web origin URLs (#1565)6fd2fa8docs: fix typos (#1568)Updates
github.com/itchyny/gojqfrom 0.12.17 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)Updates
github.com/stretchr/testifyfrom 1.10.0 to 1.11.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
2a57335Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912Backport #1786 to release/1.11b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilterUpdates
github.com/tidwall/gjsonfrom 1.18.0 to 1.19.0Commits
0fac2c9Add iterator functions All, Keys, and Values4d23028Add repo url10d2662Add copyright comment4a91ee1Update README.mdUpdates
sigs.k8s.io/yamlfrom 1.4.0 to 1.6.0Release notes
Sourced from sigs.k8s.io/yaml's releases.
Commits
048d724Merge pull request #132 from thockin/master23c836cBolster tests, mostly in error-handling2e3340bAdd compact output tests4a4f539Add test case for tabs in multi-line strings13509adChange which methods get a newline and fix tests59c2c43Add compact mode so KYAML can be used in more placesabc1addkyaml: Implement escaping closer to YAML spec7749171Add a yamlfmt cmda932007Add KYAML support0f318dcMerge pull request #134 from kubernetes-sigs/forgot-to-add-redirects-for-cons...