chore(deps): bump the minor-and-patch-go group across 1 directory with 3 updates#327
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the minor-and-patch-go group across 1 directory with 3 updates#327dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
59d6953 to
38fac09
Compare
Owner
|
@dependabot rebase |
…h 3 updates Bumps the minor-and-patch-go group with 3 updates in the / directory: [github.com/fatih/color](https://github.com/fatih/color), [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) and [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml). Updates `github.com/fatih/color` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.18.0...v1.19.0) Updates `github.com/go-playground/validator/v10` from 10.30.1 to 10.30.2 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.30.1...v10.30.2) Updates `github.com/pelletier/go-toml/v2` from 2.2.4 to 2.3.0 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-go - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-go - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-go ... Signed-off-by: dependabot[bot] <support@github.com>
38fac09 to
0daa262
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 minor-and-patch-go group with 3 updates in the / directory: github.com/fatih/color, github.com/go-playground/validator/v10 and github.com/pelletier/go-toml/v2.
Updates
github.com/fatih/colorfrom 1.18.0 to 1.19.0Release notes
Sourced from github.com/fatih/color's releases.
Commits
ca25f6eMerge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-61205984Bump actions/setup-go from 5 to 65715c20Merge pull request #269 from UnSubble/main2f6e200Merge branch 'main' into mainf72ec94Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6848e633Merge branch 'main' into main4c2cd34Add tests7f812f0Bump actions/checkout from 4 to 6b7fc9f9Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...239a88fBump dominikh/staticcheck-action from 1.3.1 to 1.4.0Updates
github.com/go-playground/validator/v10from 10.30.1 to 10.30.2Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Commits
b9258bdfix(fqdn): allow hyphens in last domain label (#1548)b9f1d79feat: add postcode patterns for Colombia (CO) and British Virgin Islands (VG)...7fa9599chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0 (#1546)8ca29ecchore(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 (#1545)5e1bedfdocs: add Valuer interface documentation and example (#1540)42927a0feat: implement ValidatorValuer interface feature (#1416)c254ecedocs: fix typos (#1527)4325386fix: prevent panic in unique validation with nil pointer elements (#1532)d3f35daGo 1.26 support (#1535)f5c74cechore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#1533)Updates
github.com/pelletier/go-toml/v2from 2.2.4 to 2.3.0Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
f36a3ecReduce marshal and unmarshal overhead (#1044)77f3862Fix benchmark script replacing internal package imports (#1042)16b1ef5Fix parser error pointing to wrong line when last line has no trailing newlin...e14bde7build(deps): bump docker/login-action from 3 to 4 (#1039)4b1ff01build(deps): bump docker/setup-buildx-action from 3 to 4 (#1040)048a25fGo 1.26 (#1030)b357558build(deps): bump goreleaser/goreleaser-action from 6 to 7 (#1035)a0be52fbuild(deps): bump actions/upload-artifact from 6 to 7 (#1036)316bfc6Support Unmarshaler interface for tables and array tables (#1027)2edc61fFix panic when unmarshaling datetime values to incompatible types (#1028) (#1...