einride / protobuf-bigquery-go

Seamlessly save and load protocol buffers to and from BigQuery using Go.
https://pkg.go.dev/go.einride.tech/protobuf-bigquery
MIT License
49 stars 7 forks source link

chore(deps): bump the root-go-dependencies group with 4 updates #363

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps the root-go-dependencies group with 4 updates: cloud.google.com/go, go.einride.tech/aip, golang.org/x/oauth2 and google.golang.org/api.

Updates cloud.google.com/go from 0.110.10 to 0.111.0

Release notes

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

v0.111.0

0.111.0 (2023-11-29)

Features

Bug Fixes

  • all: Bump google.golang.org/api to v0.149.0 (#8959) (8d2ab9f)
Changelog

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

0.111.0 (2023-11-29)

Features

Bug Fixes

  • all: Bump google.golang.org/api to v0.149.0 (#8959) (8d2ab9f)
Commits
  • 71da8e0 chore(main): release 0.111.0 (#8960)
  • 3cee3da chore: release main (#9049)
  • c844d8e feat(dialogflow/cx): added Generator API (#9055)
  • a93bc26 fix(spanner): handle nil error when cleaning up long running session (#9052)
  • a1aecb0 chore: update feature request template language (#9046)
  • d0f9ff0 feat(binaryauthorization): add container_name, container_type fields to Conti...
  • abc313c chore: release main (#9033)
  • 63ffff2 feat(container): add enable_relay field to advanced_datapath_observability_co...
  • 2020edf docs(contactcenterinsights): Update IngestConversations and BulkAnalyzeConver...
  • a4465d5 chore: release main (#9010)
  • Additional commits viewable in compare view


Updates go.einride.tech/aip from 0.65.0 to 0.66.0

Release notes

Sourced from go.einride.tech/aip's releases.

v0.66.0

0.66.0 (2023-11-22)

Feature

  • protoc: expose ContainsWildcard on multipattern (00418014)

v0.65.1

0.65.1 (2023-11-21)

Bug Fixes

  • gosec-G602: specify capacity when using index lookup on slices (d5003bbd)

Chores

  • deps: bump go.einride.tech/sage from 0.241.0 to 0.247.0 in /.sage (b0feaa32)
  • deps: bump google.golang.org/grpc from 1.58.3 to 1.59.0 (a5556612)
  • deps: bump github.com/google/uuid from 1.3.1 to 1.4.0 (ab2f38f9)
Commits
  • 0041801 feat(protoc): expose ContainsWildcard on multipattern
  • d5003bb fix(gosec-G602): specify capacity when using index lookup on slices
  • b0feaa3 chore(deps): bump go.einride.tech/sage from 0.241.0 to 0.247.0 in /.sage
  • a555661 chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0
  • ab2f38f chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
  • See full diff in compare view


Updates golang.org/x/oauth2 from 0.13.0 to 0.15.0

Commits
  • 6e9ec93 go.mod: update golang.org/x dependencies
  • e067960 go.mod: update golang.org/x dependencies
  • 4c91c17 google: adds header to security considerations section
  • See full diff in compare view


Updates google.golang.org/api from 0.149.0 to 0.152.0

Release notes

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

v0.152.0

0.152.0 (2023-11-27)

Features

v0.151.0

0.151.0 (2023-11-16)

Features

v0.150.0

0.150.0 (2023-11-06)

Features

Changelog

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

0.152.0 (2023-11-27)

Features

0.151.0 (2023-11-16)

Features

0.150.0 (2023-11-06)

Features

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov-commenter commented 11 months ago

Codecov Report

Merging #363 (6545887) into master (3cdd61d) will increase coverage by 1.09%. Report is 65 commits behind head on master. The diff coverage is 57.14%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/einride/protobuf-bigquery-go/pull/363/graphs/tree.svg?width=650&height=150&src=pr&token=X3RnkjY1pL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://app.codecov.io/gh/einride/protobuf-bigquery-go/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## master #363 +/- ## ========================================== + Coverage 58.94% 60.03% +1.09% ========================================== Files 7 7 Lines 1023 1061 +38 ========================================== + Hits 603 637 +34 - Misses 353 354 +1 - Partials 67 70 +3 ``` | [Files](https://app.codecov.io/gh/einride/protobuf-bigquery-go/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [encoding/protobq/schema.go](https://app.codecov.io/gh/einride/protobuf-bigquery-go/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW5jb2RpbmcvcHJvdG9icS9zY2hlbWEuZ28=) | `78.94% <57.14%> (-5.27%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/einride/protobuf-bigquery-go/pull/363/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)