Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gomod group with 3 updates #540

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the gomod group with 3 updates: github.com/alicebob/miniredis/v2, github.com/fatih/color and github.com/prometheus/client_golang.

Updates github.com/alicebob/miniredis/v2 from 2.32.1 to 2.33.0

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

Go >= 1.17, redis.set_repl(), StartAddrTLS, XADD and SRANDMEMBER fixes

  • minimum Go version is now 1.17
  • fix integer overflow (thanks @​wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @​TingluoHuang)
  • various build fixes (thanks @​wszaranski)
  • add StartAddrTLS function (thanks @​agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @​Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @​WKBae)
Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.33.0

  • minimum Go version is now 1.17
  • fix integer overflow (thanks @​wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @​TingluoHuang)
  • various build fixes (thanks @​wszaranski)
  • add StartAddrTLS function (thanks @​agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @​Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @​WKBae)
Commits
  • 4923b04 changelog for v2.33.0
  • 80eb7b3 Merge pull request #376 from WKBae/srandmember_count_nil
  • c007f55 Add integration test for SRANDMEMBER on nonexistent key
  • 1a30325 Return empty array for SRANDMEMBER on nonexistent key
  • 49d1b75 Merge pull request #368 from TingluoHuang/master
  • 890a1c8 Merge pull request #375 from Jahaja/xadd-nomkstream
  • 73e4e17 use the option
  • 237ef14 but skip the invalid one
  • 1e41757 few more test cases
  • e5f58c0 Support for the NOMKSTREAM option for XADD
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

Commits
  • b6598b1 Merge pull request #228 from klauspost/fix-println-issue-218
  • 00b1811 Fix multi-parameter println spacing
  • 04994a8 Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
  • 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
  • 8d058ca Merge pull request #222 from fatih/ci-updates
  • 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • 51a7bbf ci: update Go and Staticcheck versions
  • 799c49c Merge pull request #217 from fatih/dependabot/github_actions/actions/setup-go-5
  • f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
  • 298abd8 Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.19.1

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

Commits

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 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 <dependency name> major version will 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 version will 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 conditions

Bumps the gomod group with 3 updates: [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis), [github.com/fatih/color](https://github.com/fatih/color) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/alicebob/miniredis/v2` from 2.32.1 to 2.33.0
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](alicebob/miniredis@v2.32.1...v2.33.0)

Updates `github.com/fatih/color` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.16.0...v1.17.0)

Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tarampampam as a code owner June 1, 2024 07:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2024
@tarampampam
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit 34ad73c into master Jun 1, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-4f40d904d0 branch June 1, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant