[PR #298] [MERGED] build(deps): bump google.golang.org/api from 0.29.0 to 0.30.0 #497

Closed
opened 2026-03-03 12:30:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/298
Author: @dependabot[bot]
Created: 8/5/2020
Status: Merged
Merged: 8/12/2020
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/google.golang.org/api-0.30.0


📝 Commits (2)

  • b4eea0b build(deps): bump google.golang.org/api from 0.29.0 to 0.30.0
  • c27c83b go mod tidy

📊 Changes

2 files changed (+32 additions, -24 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+31 -23)

📄 Description

Bumps google.golang.org/api from 0.29.0 to 0.30.0.

Release notes

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

v0.30.0

Changes

  • idtoken:
    • Fix flaky ecdsa test.
    • Fix some typos in the docs.
    • Fix WithCredentialsJSON not working with NewClient.
    • Speed up tests.
  • internal:
    • Remove the install of staticcheck.
    • Automate dependency updates with Renovate.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Changelog

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

v0.30.0

Changes

  • idtoken:
    • Fix flaky ecdsa test.
    • Fix some typos in the docs.
    • Fix WithCredentialsJSON not working with NewClient.
    • Speed up tests.
  • internal:
    • Remove the install of staticcheck.
    • Automate dependency updates with Renovate.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Commits
  • dcbe36d chore(all): release v0.30.0 (#614)
  • 69b32d7 [CHANGE ME] Re-generated to pick up changes in the API or client library gen...
  • c8d244c chore(all): update all (#613)
  • 4eb9889 feat(all): autogenerated update (2020-07-30) (#609)
  • f10cc94 chore(all): update all (#603)
  • 9fba589 fix(internal/kokoro): remove install of staticcheck (#607)
  • 37c86fa [CHANGE ME] Re-generated to pick up changes in the API or client library gen...
  • 5637954 feat(all): autogenerated update (2020-07-26) (#600)
  • 4ec5466 feat(all): autogenerated update (2020-07-24) (#598)
  • b764bc9 feat(all): autogenerated update (2020-07-22) (#596)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @fsouza.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/298 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/5/2020 **Status:** ✅ Merged **Merged:** 8/12/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.30.0` --- ### 📝 Commits (2) - [`b4eea0b`](https://github.com/fsouza/fake-gcs-server/commit/b4eea0bbeb29fe4c40b96d7756d7e2de17bb2614) build(deps): bump google.golang.org/api from 0.29.0 to 0.30.0 - [`c27c83b`](https://github.com/fsouza/fake-gcs-server/commit/c27c83b24b6fa627f98b582b32a00623b07f024a) go mod tidy ### 📊 Changes **2 files changed** (+32 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+31 -23) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.29.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.30.0</h2> <h2>Changes</h2> <ul> <li>idtoken: <ul> <li>Fix flaky ecdsa test.</li> <li>Fix some typos in the docs.</li> <li>Fix <code>WithCredentialsJSON</code> not working with <code>NewClient</code>.</li> <li>Speed up tests.</li> </ul> </li> <li>internal: <ul> <li>Remove the install of staticcheck.</li> <li>Automate dependency updates with Renovate.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h1>v0.30.0</h1> <h2>Changes</h2> <ul> <li>idtoken: <ul> <li>Fix flaky ecdsa test.</li> <li>Fix some typos in the docs.</li> <li>Fix <code>WithCredentialsJSON</code> not working with <code>NewClient</code>.</li> <li>Speed up tests.</li> </ul> </li> <li>internal: <ul> <li>Remove the install of staticcheck.</li> <li>Automate dependency updates with Renovate.</li> </ul> </li> <li>Various updates to autogenerated clients.</li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/dcbe36d62163edc6a7dca06c1d9f34881a2283b7"><code>dcbe36d</code></a> chore(all): release v0.30.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/614">#614</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/69b32d7b73c6dac24863e4d66a79615365b617d2"><code>69b32d7</code></a> [CHANGE ME] Re-generated to pick up changes in the API or client library gen...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c8d244cc6a2399c8a8d934b29e08ea60686150f4"><code>c8d244c</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/613">#613</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4eb9889c539adfb34b8ba968ed31bcef9f3c3ff8"><code>4eb9889</code></a> feat(all): autogenerated update (2020-07-30) (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/609">#609</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f10cc94b4f1ec2f17bebd8f39f16c6e8822f6658"><code>f10cc94</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/603">#603</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9fba589c08a5782269327760a7c342fd1159b8e9"><code>9fba589</code></a> fix(internal/kokoro): remove install of staticcheck (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/607">#607</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/37c86fa7a290f27981906c70d6356eb894db4037"><code>37c86fa</code></a> [CHANGE ME] Re-generated to pick up changes in the API or client library gen...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/56379540dde61c59a1f2556eaf628829c0a759dd"><code>5637954</code></a> feat(all): autogenerated update (2020-07-26) (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/600">#600</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4ec5466f5645b0f7f76ecb2246e7c5f3568cf8bb"><code>4ec5466</code></a> feat(all): autogenerated update (2020-07-24) (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/598">#598</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b764bc9b84be56f764b92ab13ac0ebd3b8610fdd"><code>b764bc9</code></a> feat(all): autogenerated update (2020-07-22) (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/596">#596</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.29.0&new-version=0.30.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#497
No description provided.