[PR #269] [MERGED] build(deps): bump @google-cloud/storage from 5.0.1 to 5.1.0 in /examples/node #474

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.1.0


📝 Commits (1)

  • ff0d7cc build(deps): bump @google-cloud/storage in /examples/node

📊 Changes

1 file changed (+19 additions, -19 deletions)

View changed files

📝 examples/node/package-lock.json (+19 -19)

📄 Description

Bumps @google-cloud/storage from 5.0.1 to 5.1.0.

Release notes

Sourced from @google-cloud/storage's releases.

v5.1.0

Features

  • secrets: begin migration to secret manager from keystore (#1211) (11b16ae)
  • allow setting timeouts on uploads (#1208) (01b3691)

Bug Fixes

  • deps: update dependency @google-cloud/pubsub to v2 (#1201) (c684b2a)
Changelog

Sourced from @google-cloud/storage's changelog.

5.1.0 (2020-06-11)

Features

  • secrets: begin migration to secret manager from keystore (#1211) (11b16ae)
  • allow setting timeouts on uploads (#1208) (01b3691)

Bug Fixes

  • deps: update dependency @google-cloud/pubsub to v2 (#1201) (c684b2a)
Commits
  • e8ae078 chore: release 5.1.0 (#1212)
  • 01b3691 feat: allow setting timeouts on uploads (#1208)
  • bcd77cd chore(nodejs_templates): add script logging to node_library populate-secrets....
  • afa29c9 chore(deps): update dependency mocha to v8 (#1213)
  • 11b16ae feat(secrets): begin migration to secret manager from keystore (#1211)
  • bfbfdfc samples: disable lifecycle management (#1203)
  • c684b2a fix(deps): update dependency @google-cloud/pubsub to v2 (#1201)
  • 78e4878 samples: enable bucket lifecycle management (#1195)
  • See full diff 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/269 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.1.0` --- ### 📝 Commits (1) - [`ff0d7cc`](https://github.com/fsouza/fake-gcs-server/commit/ff0d7cc92c5bf77ed5461adf9a570b7e14cb037a) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+19 -19) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.0.1 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/releases">@google-cloud/storage's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h3>Features</h3> <ul> <li><strong>secrets:</strong> begin migration to secret manager from keystore (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1211">#1211</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/11b16ae1b06273ab169d7b1f65a54196956ef4ea">11b16ae</a>)</li> <li>allow setting timeouts on uploads (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1208">#1208</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/01b3691bbfc4a93e2229ea07184637479c515183">01b3691</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency @google-cloud/pubsub to v2 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1201">#1201</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c684b2abe99169a8801d76fda38a4cbfba91f417">c684b2a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md">@google-cloud/storage's changelog</a>.</em></p> <blockquote> <h2><a href="https://www.github.com/googleapis/nodejs-storage/compare/v5.0.1...v5.1.0">5.1.0</a> (2020-06-11)</h2> <h3>Features</h3> <ul> <li><strong>secrets:</strong> begin migration to secret manager from keystore (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1211">#1211</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/11b16ae1b06273ab169d7b1f65a54196956ef4ea">11b16ae</a>)</li> <li>allow setting timeouts on uploads (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1208">#1208</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/01b3691bbfc4a93e2229ea07184637479c515183">01b3691</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency @google-cloud/pubsub to v2 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1201">#1201</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c684b2abe99169a8801d76fda38a4cbfba91f417">c684b2a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/e8ae078c211150b05aa445ae2bceb1b13addd015"><code>e8ae078</code></a> chore: release 5.1.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1212">#1212</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/01b3691bbfc4a93e2229ea07184637479c515183"><code>01b3691</code></a> feat: allow setting timeouts on uploads (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1208">#1208</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/bcd77cdc4c397ebedb08fed99842f0e164ba140b"><code>bcd77cd</code></a> chore(nodejs_templates): add script logging to node_library populate-secrets....</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/afa29c909aa6806afa58ce40942dd9605c388a8b"><code>afa29c9</code></a> chore(deps): update dependency mocha to v8 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1213">#1213</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/11b16ae1b06273ab169d7b1f65a54196956ef4ea"><code>11b16ae</code></a> feat(secrets): begin migration to secret manager from keystore (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1211">#1211</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/bfbfdfc414aacbdd8e65d1752534e86019ebd6ea"><code>bfbfdfc</code></a> samples: disable lifecycle management (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1203">#1203</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/c684b2abe99169a8801d76fda38a4cbfba91f417"><code>c684b2a</code></a> fix(deps): update dependency @google-cloud/pubsub to v2 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1201">#1201</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/78e48785d95f4d1eab6ad7307d3fb6d4dbd7d65b"><code>78e4878</code></a> samples: enable bucket lifecycle management (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1195">#1195</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/nodejs-storage/compare/v5.0.1...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.1.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:11 +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#474
No description provided.