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): update deps #1456

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/iam v1.1.5 -> v1.1.6 age adoption passing confidence require patch
cloud.google.com/go/longrunning v0.5.4 -> v0.5.5 age adoption passing confidence require patch
github.com/jhump/protoreflect v1.15.5 -> v1.15.6 age adoption passing confidence require patch
google.golang.org/api v0.157.0 -> v0.161.0 age adoption passing confidence require minor
google.golang.org/genproto ef43131 -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api ef43131 -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc ef43131 -> 1f4bbc5 age adoption passing confidence require digest

Release Notes

jhump/protoreflect (github.com/jhump/protoreflect)

v1.15.6

Compare Source

This is a bugfix release to address recently identified regressions in the desc/protoparse package -- things that worked in v1.14.1 but did not work in v1.15.x.

"github.com/jhump/protoreflect/desc/protoparse"

Changes/fixes:

  • The documentation for the Parser.ImportPaths field specifies that the field is not used for calls to the Parser.ParseFilesButDoNotLink method. This is because import paths do not need to be resolved if not linking. But as of v1.15.0, the ImportPaths field was being used for that method, and the difference in behavior could break existing programs. This has been fixed, and the behavior once again matches the spec.
  • As of v1.15.0, if a path provided to Parser.ParseFiles were resolved as descriptors (via the Parser.LookupImport or Parser.LookupImportProto functions) instead of as source code (via the Parser.Accessor function or the default action of os.Open), the parse operation would fail with a "no such file" error. This would succeed with v1.14.1, with the descriptor being used as the input for the file instead of the file being parsed from source. So working programs could have been broken by an upgrade to v1.15.x. The package has been changed back to the v1.14.1 behavior.
googleapis/google-api-go-client (google.golang.org/api)

v0.161.0

Compare Source

Features
Bug Fixes

v0.160.0

Compare Source

Features

v0.159.0

Compare Source

Features
Bug Fixes

v0.158.0

Compare Source

Features
Bug Fixes
  • internal: Support internaloption.WithDefaultUniverseDomain (#​2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#​2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#​2368) (73fc7fd)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners February 5, 2024 01:06
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Feb 5, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 5, 2024
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Feb 5, 2024
@codyoss codyoss merged commit 2adf67b into googleapis:main Feb 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants