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 the go-mod group across 1 directory with 11 updates #415

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the go-mod group with 6 updates in the / directory:

Package From To
github.com/authzed/authzed-go 0.14.0 0.15.0
github.com/charmbracelet/lipgloss 0.12.1 0.13.0
github.com/hamba/avro/v2 2.22.1 2.25.2
github.com/rodaine/table 1.2.0 1.3.0
github.com/schollz/progressbar/v3 3.14.5 3.15.0
google.golang.org/grpc 1.65.0 1.66.2

Updates github.com/authzed/authzed-go from 0.14.0 to 0.15.0

Release notes

Sourced from github.com/authzed/authzed-go's releases.

v0.15.0

What's Changed

Full Changelog: authzed/authzed-go@v0.14.0...v0.15.0

Commits
  • 74feeb3 Merge pull request #231 from authzed/dependabot/go_modules/go-mod-dd374f9dc2
  • 11ddcbb run go mod tidy
  • 04f6ffc Merge pull request #230 from ecordell/matcursor
  • d63c74a Merge pull request #232 from authzed/dependabot/go_modules/magefiles/go-mod-m...
  • 6df7ae1 Bump the go-mod-magefiles group across 1 directory with 6 updates
  • 1b2c3a0 Bump the go-mod group across 1 directory with 7 updates
  • c870b49 regenerate clients for api v1.35.0
  • c2eb3ca Merge pull request #225 from authzed/dependabot/go_modules/magefiles/go_modul...
  • 866491c Bump github.com/docker/docker
  • f139728 Merge pull request #224 from authzed/docker-cve
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v0.13.0

Woodn’t you know, Lip Gloss has trees!

Lip Gloss ships with a tree rendering sub-package.

import "github.com/charmbracelet/lipgloss/tree"

Define a new tree.

t := tree.Root(".").
    Child("A", "B", "C")

Print the tree.

fmt.Println(t)
// .
// ├── A
// ├── B
// └── C

Trees have the ability to nest.

t := tree.Root(".").
    Child("macOS").
    Child(
        tree.New().
            Root("Linux").
            Child("NixOS").
            Child("Arch Linux (btw)").
            Child("Void Linux"),
        ).
    Child(
        tree.New().
            Root("BSD").
            Child("FreeBSD").
            Child("OpenBSD"),
    )

Print the tree.

</tr></table> 

... (truncated)

Commits
  • bb3e339 docs(README): match tree example alignment with list examples
  • bc0de5c docs(README): make tree example match output
  • 185fde3 docs(README): update tree images
  • cf0a7c6 docs: fix tree screenshot
  • feb42a9 feat: move tree to root (#342)
  • 0618c73 feat(test): add test for JoinHorizontal (#346)
  • ed7f56e docs: fix CompleteColor example (#345)
  • 8a0e640 fix: remove unnecessary if
  • 87dd58d chore: fix little typo in comment in go.mod
  • See full diff in compare view

Updates github.com/hamba/avro/v2 from 2.22.1 to 2.25.2

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.25.2

What's Changed

Full Changelog: hamba/avro@v2.25.1...v2.25.2

v2.25.1

What's Changed

Full Changelog: hamba/avro@v2.25.0...v2.25.1

v2.25.0

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.24.1...v2.24.2

v2.24.1

What's Changed

Full Changelog: hamba/avro@v2.24.0...v2.24.1

v2.24.0

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.23.0...v2.24.0

v2.23.0

... (truncated)

Commits

Updates github.com/rodaine/table from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/rodaine/table's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: rodaine/table@v1.2.0...v1.3.0

Commits

Updates github.com/samber/lo from 1.46.0 to 1.47.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.47.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.46.0...v1.47.0

Commits

Updates github.com/schollz/progressbar/v3 from 3.14.5 to 3.15.0

Release notes

Sourced from github.com/schollz/progressbar/v3's releases.

v3.15.0

What's Changed

New Contributors

Full Changelog: schollz/progressbar@v3.14.6...v3.15.0

v3.14.6

What's Changed

New Contributors

Full Changelog: schollz/progressbar@v3.14.5...v3.14.6

Commits
  • d773ff3 Merge pull request #193 from luo-cheng-xi/fix-change-max
  • 191b8ab update dependencies
  • dcb591b Merge pull request #196 from luo-cheng-xi/not-now
  • 4c1391b Merge pull request #194 from luo-cheng-xi/feature-scrolling-detail
  • e57a85d Merge pull request #198 from gabe565/fix-print-text-race
  • ffc015d fix: Acquire lock when printing text to fix race condition
  • 243aacb fix: change the logic of basic time state including startTime,lastShown and c...
  • c918cac fix: check whether the variable 'maxDetailRow' is valid.
  • a723f49 docs: add extra explanation for OptionSetMaxDetailRow. The param must be calc...
  • a829eb6 fix: add code to check if the progressbar is finished before add detail.
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.19.0 to 0.20.0

Commits
  • bc151c4 README: fix link to x/tools
  • d1f873e modfile: fix Cleanup clobbering Line reference
  • b56a28f modfile: Add support for tool lines
  • 79169e9 LICENSE: update per Google Legal
  • See full diff in compare view

Updates golang.org/x/sync from 0.7.0 to 0.8.0

Commits

Updates golang.org/x/term from 0.22.0 to 0.24.0

Commits
  • 2f7b0dd go.mod: update golang.org/x dependencies
  • f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
  • d598954 go.mod: update golang.org/x dependencies
  • d4346f0 LICENSE: update per Google Legal
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240723171418-e6d459c13d2a to 0.0.0-20240814211410-ddb44dafa142

Commits

Updates google.golang.org/grpc from 1.65.0 to 1.66.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.66.2

Dependencies

  • Remove unintentional dependency on the testing package (#7579)
  • Remove unintentional dependency on the flate package (#7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#7571)

Release 1.66.0

New Features

  • metadata: stabilize ValueFromIncomingContext (#7368)
  • client: stabilize the WaitForStateChange and GetState methods, which were previously experimental. (#7425)
  • xds: Implement ADS flow control mechanism (#7458)
  • balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
  • xds: LRS load reports now include the total_issued_requests field. (#7544)

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#7390)
  • xds: use locality from the connected address for load reporting with pick_first (#7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#7356)
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

@vroldanbet
Copy link
Contributor

@dependabot rebase

Bumps the go-mod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) | `0.14.0` | `0.15.0` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.12.1` | `0.13.0` |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.22.1` | `2.25.2` |
| [github.com/rodaine/table](https://github.com/rodaine/table) | `1.2.0` | `1.3.0` |
| [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.14.5` | `3.15.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.65.0` | `1.66.2` |



Updates `github.com/authzed/authzed-go` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](authzed/authzed-go@v0.14.0...v0.15.0)

Updates `github.com/charmbracelet/lipgloss` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v0.12.1...v0.13.0)

Updates `github.com/hamba/avro/v2` from 2.22.1 to 2.25.2
- [Release notes](https://github.com/hamba/avro/releases)
- [Commits](hamba/avro@v2.22.1...v2.25.2)

Updates `github.com/rodaine/table` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/rodaine/table/releases)
- [Commits](rodaine/table@v1.2.0...v1.3.0)

Updates `github.com/samber/lo` from 1.46.0 to 1.47.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.46.0...v1.47.0)

Updates `github.com/schollz/progressbar/v3` from 3.14.5 to 3.15.0
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](schollz/progressbar@v3.14.5...v3.15.0)

Updates `golang.org/x/mod` from 0.19.0 to 0.20.0
- [Commits](golang/mod@v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.7.0 to 0.8.0
- [Commits](golang/sync@v0.7.0...v0.8.0)

Updates `golang.org/x/term` from 0.22.0 to 0.24.0
- [Commits](golang/term@v0.22.0...v0.24.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240723171418-e6d459c13d2a to 0.0.0-20240814211410-ddb44dafa142
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.65.0 to 1.66.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.66.2)

---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/hamba/avro/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/rodaine/table
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-0c3ad7e7ca branch from 39c6e15 to 4bb51dc Compare September 19, 2024 09:18
@vroldanbet vroldanbet merged commit 2bea8cb into main Sep 19, 2024
11 checks passed
@vroldanbet vroldanbet deleted the dependabot/go_modules/go-mod-0c3ad7e7ca branch September 19, 2024 09:21
@github-actions github-actions bot locked and limited conversation to collaborators Sep 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/dependencies Affects dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant