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 root-go-dependencies group with 4 updates #363

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

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 <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 root-go-dependencies group with 4 updates: [cloud.google.com/go](https://github.com/googleapis/google-cloud-go), [go.einride.tech/aip](https://github.com/einride/aip-go), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `cloud.google.com/go` from 0.110.10 to 0.111.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@v0.110.10...v0.111.0)

Updates `go.einride.tech/aip` from 0.65.0 to 0.66.0
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.65.0...v0.66.0)

Updates `golang.org/x/oauth2` from 0.13.0 to 0.15.0
- [Commits](golang/oauth2@v0.13.0...v0.15.0)

Updates `google.golang.org/api` from 0.149.0 to 0.152.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.149.0...v0.152.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
- dependency-name: go.einride.tech/aip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team December 1, 2023 10:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2023
@codecov-commenter
Copy link

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%.

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

Additional details and impacted files

Impacted file tree graph

@@            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 Coverage Δ
encoding/protobq/schema.go 78.94% <57.14%> (-5.27%) ⬇️

... and 1 file with indirect coverage changes

Copy link
Contributor

@noppaz noppaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 6fc20c8 into master Dec 13, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/root-go-dependencies-3c4638c120 branch December 13, 2023 08:26
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.

2 participants