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

build(deps): bump github.com/gomodule/redigo from 1.8.9 to 1.9.2 #1571

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2024

Bumps github.com/gomodule/redigo from 1.8.9 to 1.9.2.

Release notes

Sourced from github.com/gomodule/redigo's releases.

v1.9.2

v1.9.2 Release Notes (2024-02-25T12:54:41Z)

Changelog

Bug fixes

  • e05a63bfd93c1db480ee706c1686d9dd2385016b: fix: bump go version to 1.17 (#666) (@​stevenh)

Continuous Integration

  • 4c535aa56d60a1dddd457a8e63caa463bcb5a70b: ci: fix go caching (#667) (@​stevenh)

Full Changelog

v1.9.1

v1.9.1 Release Notes (2024-02-20T23:51:27Z)

Changelog

Chores

  • 162ed022a35991830c265f24896b07d6537b3702: chore: retract v1.8.10 (#664) (@​stevenh)

Continuous Integration

  • cfabb1f017433cdf852a4841a8c0125c48275c0b: ci: remove deprecated goreleaser option (#663) (@​stevenh)

Full Changelog

v1.9.0

v1.9.0 Release Notes (2024-02-20T21:32:43Z)

Changelog

Features

  • 1d393b301b27d4934d4b76ff4df60859e296cdec: feat: add TestOnBorrowContext (#660) (@​vasayxtx)

Bug fixes

  • 78e255f9bd2ae9c9885793a751f42f5698a5da8c: fix: test goroutine leaks (#643) (@​stevenh)

Chores

  • 9f0d2e92e55d22b4c6d05bf8528ae90ed7fea855: chore: remove debug check (#659) (@​stevenh)
  • 8b1c13e0376bc43a2443a0b312567718b4afbcd9: chore: run test server with enable-debug-command (#654) (@​elboulangero)
  • a60882bf9e77d7f428bdfa7e27516979d833f663: chore: update testify (#653) (@​stevenh)
  • 91297458446615564ead7370d273480ccd2120f3: chore: update github actions and fix tests (#657) (@​stevenh)

Continuous Integration

  • 1bfd3c16b111e999b1ba506ad0613c8322a97848: ci: add goreleaser, update action and go versions (#662) (@​stevenh)

New Contributors

Full Changelog

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @cloudxxx8.


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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.46%. Comparing base (d2b0156) to head (c817b90).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1571   +/-   ##
=======================================
  Coverage   50.46%   50.46%           
=======================================
  Files          62       62           
  Lines        4740     4740           
=======================================
  Hits         2392     2392           
  Misses       2138     2138           
  Partials      210      210           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gomodule/redigo-1.9.2 branch from 1b0c8ed to 68d4a95 Compare March 25, 2024 15:43
lenny-goodell
lenny-goodell previously approved these changes Mar 25, 2024
@lenny-goodell
Copy link
Member

@cloudxxx8 , This version still appears to be under Apache licence.
https://github.com/gomodule/redigo/blob/master/LICENSE

I'll leave this and other PRs for you to merge.

@cloudxxx8
Copy link
Member

@dependabot rebase

Bumps [github.com/gomodule/redigo](https://github.com/gomodule/redigo) from 1.8.9 to 1.9.2.
- [Release notes](https://github.com/gomodule/redigo/releases)
- [Changelog](https://github.com/gomodule/redigo/blob/master/.goreleaser.yaml)
- [Commits](gomodule/redigo@v1.8.9...v1.9.2)

---
updated-dependencies:
- dependency-name: github.com/gomodule/redigo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gomodule/redigo-1.9.2 branch from 68d4a95 to c817b90 Compare November 1, 2024 10:07
@cloudxxx8
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 4313670 into main Nov 1, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gomodule/redigo-1.9.2 branch November 1, 2024 10:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants