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 across 1 directory with 3 updates #591

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps the gomod group with 2 updates in the / directory: github.com/redis/go-redis/v9 and github.com/urfave/cli-docs/v3.

Updates github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.7.0

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)
  • Support for Redis JSON with RESP2 protocol (#3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

9.7.0-beta.1

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

Commits

Updates github.com/urfave/cli-docs/v3 from 3.0.0-alpha5 to 3.0.0-alpha6

Release notes

Sourced from github.com/urfave/cli-docs/v3's releases.

v3.0.0-alpha6

What's Changed

Full Changelog: https://github.com/urfave/cli-docs/commits/v3.0.0-alpha.6

Commits
  • 31c0a70 Merge pull request #6 from urfave/fix-issue-5
  • a82f479 sync the actions with urfave/cli
  • f1d4670 Fix the issue #5
  • 1da0091 docs: add example to README (#3)
  • 07c2cad Merge pull request #1 from urfave/extern-templates
  • 628d08a Narrator: it was line endings
  • 5ffe913 See if line endings are the problem
  • f783427 (temporarily) Skip some tests that only fail on windows
  • 7ac224f Remove redundant newline normalizing
  • 490fefa Reference this repo in generated docs comment
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.0.0-alpha9.1 to 3.0.0-alpha9.2

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.0.0-alpha9.2

What's Changed

Full Changelog: urfave/cli@v3.0.0-alpha9.1...v3.0.0-alpha9.2

Commits
  • 083c12d Merge pull request #1997 from urfave/bartekpacia/fix/zsh_completion_cmd_descr...
  • 0fea854 Revert "fix: /bin/zsh env variable to retrieve current active shell"
  • 6524cf9 Merge pull request #1996 from suzuki-shunsuke/fix-typo
  • 6591222 docs: revert the incorrect fix of typo
  • 76bcea5 chore: remove _typos.toml
  • 83b17d4 docs: fix typo using typos
  • 94107c2 Merge pull request #1919 from dearchap/issue_1916_fix1
  • 021f97a Revert name
  • 3421f0f Add more tests
  • 2372736 Add more tests
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 7, 2024
Bumps the gomod group with 2 updates in the / directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) and [github.com/urfave/cli-docs/v3](https://github.com/urfave/cli-docs).


Updates `github.com/redis/go-redis/v9` from 9.6.2 to 9.7.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.6.2...v9.7.0)

Updates `github.com/urfave/cli-docs/v3` from 3.0.0-alpha5 to 3.0.0-alpha6
- [Release notes](https://github.com/urfave/cli-docs/releases)
- [Commits](urfave/cli-docs@v3.0.0-alpha5...v3.0.0-alpha6)

Updates `github.com/urfave/cli/v3` from 3.0.0-alpha9.1 to 3.0.0-alpha9.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.0.0-alpha9.1...v3.0.0-alpha9.2)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/urfave/cli-docs/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/urfave/cli/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-5296ae0647 branch from 4f2a26a to 4dc213e Compare November 7, 2024 15:25
@tarampampam
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit b066d08 into master Nov 7, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-5296ae0647 branch November 7, 2024 15:46
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