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

chore(deps): bump the dependencies group across 1 directory with 9 updates #1079

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 5 updates in the / directory:

Package From To
github.com/charmbracelet/bubbletea 1.1.2 1.2.3
github.com/googleapis/go-sql-spanner 1.7.4 1.9.0
github.com/k1LoW/grpcstub 0.24.1 0.25.0
golang.org/x/mod 0.21.0 0.22.0
modernc.org/sqlite 1.33.1 1.34.1

Updates github.com/charmbracelet/bubbletea from 1.1.2 to 1.2.3

Release notes

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

v1.2.3

Altscreen-not-altscreen

This release fixes a sneaky longstanding bug in the renderer where mis-paints could happen when toggling in and out of the altscreen if the height of the TUI changed whilst in the altscreen. Special thanks to @​applejag for reporting the issue and @​semihbkgr for the fix.

Changelog

  • f8f840c38a36140fe890a02c6b35589f15a85ff5: fix: cursor position adjustment after exiting alt screen (#1241) (@​semihbkgr)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.2.2

Hi! This release fixes some bugs found the fast new renderer introduced in v1.2.0. Happy rendering!

Fixed

New Contributors

Full Changelog: charmbracelet/bubbletea@v1.2.0...v1.2.2


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.2.0

It’s performance boost time

Sometimes you have to take matters into your own hands. That’s exactly what @​LeperGnome did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!

[!NOTE] Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.

Changelog

New Contributors

... (truncated)

Commits
  • f8f840c fix: cursor position adjustment after exiting alt screen (#1241)
  • 76b0f81 ci: fix goreleaser config (#1238)
  • 97fc4fa fix: incorrect line skipping in renderer flush (#1233)
  • 1feb60b chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (#1230)
  • 80508cf chore(deps): bump github.com/charmbracelet/x/term from 0.2.0 to 0.2.1 (#1229)
  • 790415e chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#1228)
  • 5b65f9a chore: go mod tidy
  • e16a768 fix: screen_test.go: fix test cases for ClearScreen and EnterAltScreen
  • c78a084 fix: renderer: use HomeCursorPosition instead of CursorOrigin
  • 50249d4 fix: screen_test.go: fix test cases for cursor movement
  • Additional commits viewable in compare view

Updates github.com/googleapis/go-sql-spanner from 1.7.4 to 1.9.0

Release notes

Sourced from github.com/googleapis/go-sql-spanner's releases.

v1.9.0

1.9.0 (2024-11-22)

Features

  • .github: Add staticcheck (#326) (9d4f987)
  • Add isolation level option for disabling internal retries (#327) (118a177)
  • Add option for disabling native metrics (#323) (3c45d27), refs #310

Bug Fixes

Performance Improvements

  • Use resetForRetry for retrying aborted transactions (#319) (1ceb9ee)

Documentation

v1.8.0

1.8.0 (2024-11-14)

Features

  • Add connection property for enableEndToEndTracing (#307) (c39f57f)
  • Add method for getting batched statements (#318) (03d4818)
  • Add transaction runner for better transaction retries (#315) (3731176)
  • Expose underlying *spanner.Client (#313) (29e69c7)

Bug Fixes

Changelog

Sourced from github.com/googleapis/go-sql-spanner's changelog.

1.9.0 (2024-11-22)

Features

  • .github: Add staticcheck (#326) (9d4f987)
  • Add isolation level option for disabling internal retries (#327) (118a177)
  • Add option for disabling native metrics (#323) (3c45d27), refs #310

Bug Fixes

Performance Improvements

  • Use resetForRetry for retrying aborted transactions (#319) (1ceb9ee)

Documentation

1.8.0 (2024-11-14)

Features

  • Add connection property for enableEndToEndTracing (#307) (c39f57f)
  • Add method for getting batched statements (#318) (03d4818)
  • Add transaction runner for better transaction retries (#315) (3731176)
  • Expose underlying *spanner.Client (#313) (29e69c7)

Bug Fixes

Commits

Updates github.com/k1LoW/grpcstub from 0.24.1 to 0.25.0

Release notes

Sourced from github.com/k1LoW/grpcstub's releases.

v0.25.0

What's Changed

New Features 🎉

Other Changes

Full Changelog: k1LoW/grpcstub@v0.24.1...v0.25.0

Changelog

Sourced from github.com/k1LoW/grpcstub's changelog.

v0.25.0 - 2024-11-24

New Features 🎉

Other Changes

Commits
  • 4029791 Merge pull request #129 from k1LoW/tagpr-from-v0.24.1
  • 59f92f7 [tagpr] update CHANGELOG.md
  • c3ced67 [tagpr] prepare for the next release
  • 03d8c44 Merge pull request #127 from k1LoW/dependabot/go_modules/dependencies-ff505fb018
  • 4e33db7 Merge pull request #128 from k1LoW/prepend
  • 2744325 bonsai
  • d29bcdd Add Prepend() for prepending mathcher
  • ce26029 chore(deps): bump the dependencies group across 1 directory with 5 updates
  • See full diff in compare view

Updates golang.org/x/crypto from 0.28.0 to 0.29.0

Commits
  • 6018723 go.mod: update golang.org/x dependencies
  • 71ed71b README: don't recommend go get
  • 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
  • 36b1725 sha3: avoid trailing permutation
  • 80ea76e sha3: fix padding for long cSHAKE parameters
  • c17aa50 sha3: avoid buffer copy
  • 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth ...
  • b61b08d chacha20: extend ppc64le support to ppc64
  • 6c21748 internal/poly1305: extend ppc64le support to ppc64
  • See full diff in compare view

Updates golang.org/x/mod from 0.21.0 to 0.22.0

Commits
  • dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  • c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  • 9cd0e4c x/mod: remove vendor/modules.txt from module download
  • See full diff in compare view

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

Commits

Updates google.golang.org/grpc from 1.67.1 to 1.68.0

Release notes

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

Release 1.68.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction of NewClient. A fix is expected to be a part of grpc-go v1.69. (#7556)

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
  • status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#7624)
Commits
  • acba4d3 Change version to 1.68.0 (#7743)
  • 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClien...
  • 056dc64 status: Fix status incompatibility introduced by #6919 and move non-regenerat...
  • b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffe...
  • 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...
  • ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)
  • b850ea5 transport : wait for goroutines to exit before transport closes (#7666)
  • 00b9e14 pickfirst: New pick first policy for dualstack (#7498)
  • 18a4eac testutils: add couple of log statements to the restartable listener type (#7716)
  • fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.35.1 to 1.35.2

Updates modernc.org/sqlite from 1.33.1 to 1.34.1

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

…dates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.2` | `1.2.3` |
| [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner) | `1.7.4` | `1.9.0` |
| [github.com/k1LoW/grpcstub](https://github.com/k1LoW/grpcstub) | `0.24.1` | `0.25.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.21.0` | `0.22.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.33.1` | `1.34.1` |



Updates `github.com/charmbracelet/bubbletea` from 1.1.2 to 1.2.3
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.2...v1.2.3)

Updates `github.com/googleapis/go-sql-spanner` from 1.7.4 to 1.9.0
- [Release notes](https://github.com/googleapis/go-sql-spanner/releases)
- [Changelog](https://github.com/googleapis/go-sql-spanner/blob/main/CHANGES.md)
- [Commits](googleapis/go-sql-spanner@v1.7.4...v1.9.0)

Updates `github.com/k1LoW/grpcstub` from 0.24.1 to 0.25.0
- [Release notes](https://github.com/k1LoW/grpcstub/releases)
- [Changelog](https://github.com/k1LoW/grpcstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/grpcstub@v0.24.1...v0.25.0)

Updates `golang.org/x/crypto` from 0.28.0 to 0.29.0
- [Commits](golang/crypto@v0.28.0...v0.29.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.22.0
- [Commits](golang/mod@v0.21.0...v0.22.0)

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

Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.68.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

Updates `modernc.org/sqlite` from 1.33.1 to 1.34.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.1...v1.34.1)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/googleapis/go-sql-spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/grpcstub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2024
@k1LoW k1LoW merged commit 9990ad7 into main Nov 25, 2024
6 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-5316e19086 branch November 25, 2024 00:11
@github-actions github-actions bot mentioned this pull request Nov 17, 2024
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