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 minor-and-patch group in /provider with 16 updates #265

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the minor-and-patch group in /provider with 16 updates:

Package From To
cel.dev/expr 0.16.2 0.18.0
cloud.google.com/go/auth 0.9.8 0.9.9
cloud.google.com/go/iam 1.2.1 1.2.2
cloud.google.com/go/kms 1.20.0 1.20.1
cloud.google.com/go/longrunning 0.6.1 0.6.2
cloud.google.com/go/monitoring 1.21.1 1.21.2
github.com/charmbracelet/bubbletea 1.1.1 1.1.2
github.com/charmbracelet/lipgloss 0.13.0 0.13.1
github.com/charmbracelet/x/ansi 0.3.2 0.4.0
github.com/pulumi/esc 0.10.0 0.11.0
github.com/pulumi/schema-tools 0.1.2 0.6.0
go.opentelemetry.io/otel/sdk/metric 1.30.0 1.31.0
google.golang.org/api 0.201.0 0.203.0
google.golang.org/genproto 0.0.0-20241007155032-5fefd90f89a9 0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/api 0.0.0-20240930140551-af27646dc61f 0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc 0.0.0-20241007155032-5fefd90f89a9 0.0.0-20241015192408-796eee8c2d53

Updates cel.dev/expr from 0.16.2 to 0.18.0

Release notes

Sourced from cel.dev/expr's releases.

Release v0.18.0

What's Changed

  • Introduces bazel-mod support.
  • Consolidates test and conformance protos onto the CEL canonical protos.

Full Changelog: google/cel-spec@v0.17.0...v0.18.0

Release v0.17.0

What's Changed

New Contributors

Full Changelog: google/cel-spec@v0.16.2...v0.17.0

Commits
  • 373994d chore(bazel): add MODULE.bazel files for bzlmod (#400)
  • 55cd8c3 Add logical operator short circuiting tests for list and map accesses (#404)
  • 9a79788 Set the type_env field on all block tests with bindings (#402)
  • 9dc0230 Update grammar to reflect \X and \x are equivalent (#403)
  • cce8ebf Purge CEL Conformance gRPC server (#401)
  • ede9ed3 Update the getDate and getDayOfMonth examples (#399)
  • 8eb4878 Make meaning of '''x''x''' more readable. (#398)
  • fc8654c Remove cc_enable_arenas (#397)
  • d8821f4 Fix spelling in code sample (#391)
  • 7bcc79c Fix typo in Any typename in conformance test. (#394)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/auth from 0.9.8 to 0.9.9

Commits
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/iam from 1.2.1 to 1.2.2

Release notes

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

edgenetwork: v1.2.2

1.2.2 (2024-10-23)

Bug Fixes

  • edgenetwork: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • edgenetwork: 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)

iam: v1.2.2

1.2.2 (2024-10-23)

Bug Fixes

  • iam: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • iam: 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)
Commits
  • 47bb902 chore: release main (#10988)
  • 2b8ca4b chore: add Protobuf warning to release notes (#11025)
  • 8bb87d5 chore: update google.golang.org/api to v0.203.0 (#11022)
  • d40fbff fix(storage): Skip only specific transport tests. (#11016)
  • ff06fc2 fix: Fix default service account tests on GCE. (#11021)
  • 6071167 feat(alloydb): add new PSC instance configuration setting and output the PSC ...
  • 15eacb9 chore: update SA used for tests (#11018)
  • e78389d chore: fix doc publish creds (#11019)
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/kms from 1.20.0 to 1.20.1

Release notes

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

kms: v1.20.1

1.20.1 (2024-10-23)

Bug Fixes

  • kms: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • kms: 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)
Changelog

Sourced from cloud.google.com/go/kms's changelog.

Changes

1.35.0 (2024-10-23)

Features

  • documentai: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method (6e69d2e)
  • documentai: Added an url for issue reporting and api short name (6e69d2e)
  • documentai: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods (6e69d2e)

Bug Fixes

  • documentai: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • documentai: 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)

1.34.0 (2024-09-12)

Features

  • documentai: Add API fields for the descriptions of entity type and property in the document schema (2d5a9f9)

Bug Fixes

  • documentai: Bump dependencies (2ddeb15)

1.33.0 (2024-08-20)

Features

  • documentai: Add support for Go 1.23 iterators (84461c0)

1.32.0 (2024-08-08)

Features

  • documentai: A new field gen_ai_model_info is added to message .google.cloud.documentai.v1.ProcessorVersion (649c075)
  • documentai: A new field imageless_mode is added to message .google.cloud.documentai.v1.ProcessRequest (649c075)

Bug Fixes

  • documentai: Update google.golang.org/api to v0.191.0 (5b32644)

... (truncated)

Commits
  • 47bb902 chore: release main (#10988)
  • 2b8ca4b chore: add Protobuf warning to release notes (#11025)
  • 8bb87d5 chore: update google.golang.org/api to v0.203.0 (#11022)
  • d40fbff fix(storage): Skip only specific transport tests. (#11016)
  • ff06fc2 fix: Fix default service account tests on GCE. (#11021)
  • 6071167 feat(alloydb): add new PSC instance configuration setting and output the PSC ...
  • 15eacb9 chore: update SA used for tests (#11018)
  • e78389d chore: fix doc publish creds (#11019)
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/longrunning from 0.6.1 to 0.6.2

Release notes

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

longrunning: v0.6.2

0.6.2 (2024-10-23)

Bug Fixes

  • longrunning: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • longrunning: 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)
Commits
  • 47bb902 chore: release main (#10988)
  • 2b8ca4b chore: add Protobuf warning to release notes (#11025)
  • 8bb87d5 chore: update google.golang.org/api to v0.203.0 (#11022)
  • d40fbff fix(storage): Skip only specific transport tests. (#11016)
  • ff06fc2 fix: Fix default service account tests on GCE. (#11021)
  • 6071167 feat(alloydb): add new PSC instance configuration setting and output the PSC ...
  • 15eacb9 chore: update SA used for tests (#11018)
  • e78389d chore: fix doc publish creds (#11019)
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/monitoring from 1.21.1 to 1.21.2

Release notes

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

monitoring: v1.21.2

1.21.2 (2024-10-23)

Bug Fixes

  • monitoring: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • monitoring: 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)
Commits

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

Release notes

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

v1.1.2

A tiny tiny release that fixes the tests on Windows, and uses the latest ansi package definitions.

Changelog

New Features

  • 12b04c5d6001056875bc712f81fa1efd470fa592: feat(ci): use meta lint workflow (@​aymanbagabas)
  • 3209d62ae751da63a38237666d6706ab7c9f0006: feat(ci): use meta lint-sync workflow to sync linter config (@​aymanbagabas)

Bug fixes

  • 566879aa33ce13f27a6bdab4a274e08be01bac9c: fix(ci): run lint workflow on all platforms (@​aymanbagabas)
  • cd1e4d34a7e0232ea94afcc168eec107450aa332: fix: exec tests on windows (@​aymanbagabas)

Documentation updates

  • d928d8dcabcd4bca0efc22fb661de0cc27c66b21: docs: update contributing guidelines (#1186) (@​bashbunni)
  • de4788dc763d5a6ce7ca555c5ee6fce3179dedc4: docs: update readme badge images (@​aymanbagabas)

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

Commits
  • c07fa72 chore(ci): sync golangci-lint config
  • 3209d62 feat(ci): use meta lint-sync workflow to sync linter config
  • fc066c0 chore(examples): go mod tidy
  • 2b4accc chore(deps): bump ansi from 0.3.2 to 0.4.0
  • 1c01f2b chore(lint): remove lint-soft; use meta
  • 12b04c5 feat(ci): use meta lint workflow
  • 566879a fix(ci): run lint workflow on all platforms
  • cd1e4d3 fix: exec tests on windows
  • d928d8d docs: update contributing guidelines (#1186)
  • f945f2e chore(examples): go mod tidy
  • Additional commits viewable in compare view

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

Release notes

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

v0.13.1

Table improvements, on stream

@​bashbunni went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it on stream.

Changelog

Table

Other Stuff

Bonus

New Contributors

Full Changelog: charmbracelet/lipgloss@v0.13.0...v0.13.1


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

Commits
  • 284c0c5 docs(list): fix list examples in godoc (#404)
  • d858132 fix(table): include margins in cell width (#401)
  • 80b4221 chore(lint): update linter (#405)
  • fa2f4b0 docs(readme): update example screenshot with blend
  • 68ca848 docs: update contributing guidelines (#396)
  • 24258b8 fix(examples): draw nested structure in file tree example
  • a5618cb fix(table): do not shrink table with offset (#373)
  • 9b809dc fix(examples): fix out of range error (#395)
  • 199d3c8 fix(render): strip carriage returns from strings (#386)
  • 07d1841 docs(example): rainbow string (#96)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/ansi from 0.3.2 to 0.4.0

Commits
  • ad25fd0 refactor(ansi): rename EraseDisplay constants to EraseScreen and add EraseEnt...
  • afc68a9 chore(ansi): go mod tidy
  • 0853b36 fix(ansi): rename MoveCursor to SetCursorPosition
  • f98f4ac chore: revert using width methods
  • d5aa08c docs(ansi): godoc Cmd type reference
  • 991e182 feat(ansi): add Strip method
  • 422fc40 chore(ansi): update wcwidth
  • e0a168d feat(ansi): add more tests for wcwidth and grapheme width methods
  • 92ce106 fix: ansi: use method receiver for StringWidth
  • bf9ff0d feat(ansi): add method type for cell width calculation
  • Additional commits viewable in compare view

Updates github.com/pulumi/esc from 0.10.0 to 0.11.0

Release notes

Sourced from github.com/pulumi/esc's releases.

v0.11.0

Improvements

Bug Fixes

Breaking changes

Changelog

Sourced from github.com/pulumi/esc's changelog.

0.11.0

Improvements

  • Improve evaluation performance and memory footprint. #392

  • Improve login error message when credentials file is missing or invalid. #404

Bug Fixes

  • Fix panic when object keys are not strings. #406

Breaking changes

  • schema: ObjectBuilder.Properties and Record now take a MapBuilder in order to avoid copies. #392
Commits

Updates github.com/pulumi/schema-tools from 0.1.2 to 0.6.0

Release notes

Sourced from github.com/pulumi/schema-tools's releases.

v0.6.0

What's Changed

Full Changelog: pulumi/schema-tools@v0.5.1...v0.6.0

v0.5.1

What's Changed

New Contributors

Full Changelog: pulumi/schema-tools@v0.5.0...v0.5.1

v0.5.0

No release notes provided.

v0.4.0

What's Changed

New Contributors

Full Changelog: pulumi/schema-tools@v0.3.0...v0.4.0

v0.3.0

No release notes provided.

v0.2.2

No release notes provided.

v0.2.1

No release notes provided.

v0.2.0

No release notes provided.

v0.1.3

No release notes provided.

Commits
  • fcab997 Warn on breaking function signatures (#49)
  • f5d7b04 Fix breaking changes count (#48)
  • 4416eea Add missing severity levels (#45)
  • c59b585 Merge pull request #47 from pulumi/friel/license
  • 9faefcb Add Apache-2 license file
  • c7ca835 Update to support providers in various git repository locations (#43)
  • 9459e0b Merge pull request #44 from pulumi/mikhailshilkov/squeeze-order
  • 85bb12e Order API versions in squeeze to prefer stable over preview
  • ab46109 Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#39)
  • 6778829 Add rich text output (#41)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/sdk/metric from 1.30.0 to 1.31.0

Changelog

Sourced from go.opentelemetry.io/otel/sdk/metric's changelog.

[1.31.0/0.53.0/0.7.0/0.0.10] 2024-10-11

Added

  • Add go.opentelemetry.io/otel/sdk/metric/exemplar package which includes Exemplar, Filter, TraceBasedFilter, AlwaysOnFilter, HistogramReservoir, FixedSizeReservoir, Reservoir, Value and ValueType types. These will be used for configuring the exemplar reservoir for the metrics sdk. (#5747, #5862)
  • Add WithExportBufferSize option to log batch processor.(#5877)

Changed

  • Enable exemplars by default in go.opentelemetry.io/otel/sdk/metric. Exemplars can be disabled by setting OTEL_METRICS_EXEMPLAR_FILTER=always_off (#5778)
  • Logger.Enabled in go.opentelemetry.io/otel/log now accepts a newly introduced EnabledParameters type instead of Record. (#5791)
  • FilterProcessor.Enabled in go.opentelemetry.io/otel/sdk/log/internal/x now accepts EnabledParameters instead of Record. (#5791)
  • The Record type in go.opentelemetry.io/otel/log is no longer comparable. (#5847)
  • Performance improvements for the trace SDK SetAttributes method in Span. (#5864)
  • Reduce memory allocations for the Event and Link lists in Span. (#5858)
  • Performance improvements for the trace SDK AddEvent, AddLink, RecordError and End methods in Span. (#5874)

Deprecated

Fixed

  • The race condition for multiple FixedSize exemplar reservoirs identified in #5814 is resolved. (#5819)
  • Fix log records duplication in case of heterogeneous resource attributes by correctly mapping each log record to it's resource and scope. (#5803)
  • Fix timer channel drain to avoid hanging on Go 1.23. (#5868)
  • Fix delegation for global meter providers, and panic when calling otel.SetMeterProvider. (#5827)
  • Change the reflect.TypeOf to use a nil pointer to not allocate on the heap unless necessary. (#5827)
Commits
  • bc2fe88 Release v1.31.0/v0.53.0/v0.7.0/v0.0.10 (#5883)
  • a7d5c1a Add an option to configure the exporter buffer of the BatchProcessor (#5877)
  • eb9279b fix(deps): update golang.org/x/exp digest to f66d83c (#5880)
  • 6441653 Performance improvements for the trace SDK in Span. (#5874)
  • 8e9baf2 chore(deps): update lycheeverse/lychee-action action to v2 (#5878)
  • 8fbaa97 Reduce newEvictedQueueLink and newEvictedQueueEvent memory allocations (#...
  • 4a911f9 chore(deps): update googleapis to 5fefd90 (#5876)
  • 98cbdcb fix(deps): update module google.golang.org/protobuf to v1.35.1 (#5875)
  • 3cbd967 Performance improvements for recordingSpan SetAttributes and `addOverCapA...
  • 9e791a6 fix(deps): update golang.org/x (#5872)
  • Additional commits viewable in compare view

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

Release notes

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

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

Changelog

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

0.203.0 (2024-10-23)

Features

0.202.0 (2024-10-22)

Features

Bumps the minor-and-patch group in /provider with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [cel.dev/expr](https://github.com/google/cel-spec) | `0.16.2` | `0.18.0` |
| [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) | `0.9.8` | `0.9.9` |
| [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.2.1` | `1.2.2` |
| [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go) | `1.20.0` | `1.20.1` |
| [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) | `0.6.1` | `0.6.2` |
| [cloud.google.com/go/monitoring](https://github.com/googleapis/google-cloud-go) | `1.21.1` | `1.21.2` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.1` | `1.1.2` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.13.0` | `0.13.1` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.3.2` | `0.4.0` |
| [github.com/pulumi/esc](https://github.com/pulumi/esc) | `0.10.0` | `0.11.0` |
| [github.com/pulumi/schema-tools](https://github.com/pulumi/schema-tools) | `0.1.2` | `0.6.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.30.0` | `1.31.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.201.0` | `0.203.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20241007155032-5fefd90f89a9` | `0.0.0-20241015192408-796eee8c2d53` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240930140551-af27646dc61f` | `0.0.0-20241007155032-5fefd90f89a9` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241007155032-5fefd90f89a9` | `0.0.0-20241015192408-796eee8c2d53` |


Updates `cel.dev/expr` from 0.16.2 to 0.18.0
- [Release notes](https://github.com/google/cel-spec/releases)
- [Commits](google/cel-spec@v0.16.2...v0.18.0)

Updates `cloud.google.com/go/auth` from 0.9.8 to 0.9.9
- [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@auth/v0.9.8...auth/v0.9.9)

Updates `cloud.google.com/go/iam` from 1.2.1 to 1.2.2
- [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@iam/v1.2.1...iam/v1.2.2)

Updates `cloud.google.com/go/kms` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.20.0...kms/v1.20.1)

Updates `cloud.google.com/go/longrunning` from 0.6.1 to 0.6.2
- [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@auth/v0.6.1...longrunning/v0.6.2)

Updates `cloud.google.com/go/monitoring` from 1.21.1 to 1.21.2
- [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@video/v1.21.1...video/v1.21.2)

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

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

Updates `github.com/charmbracelet/x/ansi` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/charmbracelet/x/releases)
- [Commits](charmbracelet/x@ansi/v0.3.2...ansi/v0.4.0)

Updates `github.com/pulumi/esc` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/pulumi/esc/releases)
- [Changelog](https://github.com/pulumi/esc/blob/main/CHANGELOG.md)
- [Commits](pulumi/esc@v0.10.0...v0.11.0)

Updates `github.com/pulumi/schema-tools` from 0.1.2 to 0.6.0
- [Release notes](https://github.com/pulumi/schema-tools/releases)
- [Changelog](https://github.com/pulumi/schema-tools/blob/master/.goreleaser.yml)
- [Commits](pulumi/schema-tools@v0.1.2...v0.6.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.30.0...v1.31.0)

Updates `google.golang.org/api` from 0.201.0 to 0.203.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.201.0...v0.203.0)

Updates `google.golang.org/genproto` from 0.0.0-20241007155032-5fefd90f89a9 to 0.0.0-20241015192408-796eee8c2d53
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240930140551-af27646dc61f to 0.0.0-20241007155032-5fefd90f89a9
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241007155032-5fefd90f89a9 to 0.0.0-20241015192408-796eee8c2d53
- [Commits](https://github.com/googleapis/go-genproto/commits)

---
updated-dependencies:
- dependency-name: cel.dev/expr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cloud.google.com/go/auth
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cloud.google.com/go/iam
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cloud.google.com/go/kms
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cloud.google.com/go/monitoring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/pulumi/esc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/pulumi/schema-tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/api
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/genproto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@belfhi belfhi merged commit 12c0892 into main Oct 28, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/provider/minor-and-patch-e4d65e52b4 branch October 28, 2024 11:23
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.

1 participant