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 golang-minor group across 1 directory with 5 updates #2913

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the golang-minor group with 5 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.45.0 1.46.0
github.com/charmbracelet/bubbletea 1.1.2 1.2.0
github.com/warpstreamlabs/bento 1.2.0 1.3.0
go.temporal.io/api 1.40.0 1.41.0
google.golang.org/api 0.203.0 0.204.0

Updates cloud.google.com/go/storage from 1.45.0 to 1.46.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.46.0

1.46.0 (2024-10-31)

Features

  • storage: Add grpc metrics experimental options (#10984) (5b7397b)

Bug Fixes

  • storage: Skip only specific transport tests. (#11016) (d40fbff)
  • storage: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • storage: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (2b8ca4b)

Miscellaneous Chores

  • storage/internal: Remove notification, service account, and hmac RPCS. These API have been migrated to Storage Control and are available via the JSON API. (#11008) (e0759f4)

pubsub: v1.45.1

1.45.1 (2024-10-24)

Bug Fixes

  • pubsub: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • pubsub: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)

Documentation

  • pubsub: Add doc links to top level package doc (#11029) (fe2ec56)
Commits
  • dd8829a chore(main): release spanner 1.46.0 (#7894)
  • 1dd53b8 chore(internal/gensnippets): remove unused module internal/gensnippets (#7920)
  • ee10cfd feat(maps/places): start generating apiv1 (#7919)
  • 83870f5 feat(spanner/admin/database): Add support for UpdateDatabase in Cloud Spanner...
  • 5c9e185 chore(maps/places): add config to generate apiv1 (#7918)
  • 4474523 chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /interna...
  • b573226 chore(deps): bump github.com/cloudflare/circl in /internal/gapicgen (#7916)
  • d0d3755 feat(spanner): make leader aware routing default enabled for supported RPC re...
  • 151908a chore(main): release pubsublite 1.8.1 (#7891)
  • 4a68b61 chore(compute): restore smoke_test (#7914)
  • Additional commits viewable in compare view

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

Release notes

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

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

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


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

Commits
  • f4d1e0e chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5 (#1224)
  • d6aee5b chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#1219)
  • 3bbf24d chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1220)
  • 2472d90 fix: remove unnecessary line break
  • 5f70edd chore(ci): sync golangci-lint config (#1222)
  • af96907 chore(ci): sync golangci-lint config (#1221)
  • 9bafc58 fix: update standard_renderer.go
  • dcb05b0 fix single-line CursorUp(0)
  • 3dfbcd9 feat(render): skipping lines from previous frame
  • 4f161cd feat(render): upd EraseDisplayRight
  • Additional commits viewable in compare view

Updates github.com/warpstreamlabs/bento from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/warpstreamlabs/bento's releases.

v1.3.0

1.3.0 - 2024-11-04

Added

  • Exposed option to enable event flushing for processor events & input events @​sananguliyev
  • Added QuestDB output component @​sklarsa
  • Added spanner driver to SQL components @​rvilim
  • Added more config fields to kafka_franz input component @​gregfurman
  • Added gcp_bigquery_write_api output component @​gregfurman
  • Added AWS config fields to SQL Components to enable storing user/password in AWS Secret Manager @​jem-davies
  • Added more types to parquet_encode processor @​ryanworl
  • Altered default value for field cas_enabled to true in couchbase processor @​sapk

Changed

  • Improved parquet handling of optional decimals and float <> float conversions @​richardartoul
  • Altered gcp_bigquery config field table to allow interpolation @​jem-davies

Full Changelog: warpstreamlabs/bento@v1.2.0...v1.3.0

Changelog

Sourced from github.com/warpstreamlabs/bento's changelog.

1.3.0 - 2024-11-04

Added

  • Exposed option to enable event flushing for processor events & input events @​sananguliyev
  • Added QuestDB output component @​sklarsa
  • Added spanner driver to SQL components @​rvilim
  • Added more config fields to kafka_franz input component @​gregfurman
  • Added gcp_bigquery_write_api output component @​gregfurman
  • Added AWS config fields to SQL Components to enable storing user/password in AWS Secret Manager @​jem-davies
  • Added more types to parquet_encode processor @​ryanworl
  • Altered default value for field cas_enabled to true in couchbase processor @​sapk

Changed

  • Improved parquet handling of optional decimals and float <> float conversions @​richardartoul
  • Altered gcp_bigquery config field table to allow interpolation @​jem-davies
Commits

Updates go.temporal.io/api from 1.40.0 to 1.41.0

Release notes

Sourced from go.temporal.io/api's releases.

v1.41.0

Full Changelog: temporalio/api-go@v1.40.0...v1.41.0

Commits
  • 7546c1f Pause/Unpause/Reset definitions (#469)\n\n* Pause/Unpause/Reset definitions\r...
  • 2a0a39c Add running_workflows to ScheduleListInfo, for ListSchedules (#464)\n\n* Add ...
  • See full diff in compare view

Updates google.golang.org/api from 0.203.0 to 0.204.0

Release notes

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

v0.204.0

0.204.0 (2024-10-31)

Features

Bug Fixes

  • transport/grpc: Pass through cert source to new auth lib (#2840) (c67e7c0)

Documentation

Changelog

Sourced from google.golang.org/api's changelog.

0.204.0 (2024-10-31)

Features

Bug Fixes

  • transport/grpc: Pass through cert source to new auth lib (#2840) (c67e7c0)

Documentation

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 golang-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.45.0` | `1.46.0` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.2` | `1.2.0` |
| [github.com/warpstreamlabs/bento](https://github.com/warpstreamlabs/bento) | `1.2.0` | `1.3.0` |
| [go.temporal.io/api](https://github.com/temporalio/api-go) | `1.40.0` | `1.41.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.203.0` | `0.204.0` |



Updates `cloud.google.com/go/storage` from 1.45.0 to 1.46.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.45.0...spanner/v1.46.0)

Updates `github.com/charmbracelet/bubbletea` from 1.1.2 to 1.2.0
- [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.0)

Updates `github.com/warpstreamlabs/bento` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/warpstreamlabs/bento/releases)
- [Changelog](https://github.com/warpstreamlabs/bento/blob/main/CHANGELOG.md)
- [Commits](warpstreamlabs/bento@v1.2.0...v1.3.0)

Updates `go.temporal.io/api` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/temporalio/api-go/releases)
- [Commits](temporalio/api-go@v1.40.0...v1.41.0)

Updates `google.golang.org/api` from 0.203.0 to 0.204.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.203.0...v0.204.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: github.com/warpstreamlabs/bento
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: go.temporal.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2024
Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview Nov 6, 2024 5:43pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/golang-minor-e25c30a7b8 branch November 7, 2024 17:32
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.

0 participants