[PR #662] [MERGED] build(deps): bump @google-cloud/storage from 5.18.0 to 5.18.1 in /examples/node #806

Closed
opened 2026-03-03 12:31:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/662
Author: @dependabot[bot]
Created: 1/27/2022
Status: Merged
Merged: 1/27/2022
Merged by: @fsouza

Base: mainHead: dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.18.1


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps @google-cloud/storage from 5.18.0 to 5.18.1.

Release notes

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

v5.18.1

5.18.1 (2022-01-26)

Bug Fixes

  • gcs-resumable-upload: Stop Duplicate Response Handlers on Retries (#1764) (fe44871)
Changelog

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

5.18.1 (2022-01-26)

Bug Fixes

  • gcs-resumable-upload: Stop Duplicate Response Handlers on Retries (#1764) (fe44871)
Commits
  • f5fab17 chore(main): release 5.18.1 (#1765)
  • fe44871 fix(gcs-resumable-upload): Stop Duplicate Response Handlers on Retries (#1764)
  • a6b78f5 chore(deps): update actions/setup-node action to v2 (#1763)
  • 728ebe8 chore: fix typo in function name (#1762)
  • 0e418df test: reduce number of operations and make names more unique (#1761)
  • be25928 test: reduce retry delay multiplier to reduce test time (#1760)
  • 469056a build(node): switch back to keystore for publication (#1328) (#1759)
  • 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 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/662 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2022 **Status:** ✅ Merged **Merged:** 1/27/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.18.1` --- ### 📝 Commits (1) - [`7f4f72d`](https://github.com/fsouza/fake-gcs-server/commit/7f4f72de6df53343417ac152e2446764fcbdfa87) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+6 -6) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.18.0 to 5.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/releases"><code>@​google-cloud/storage</code>'s releases</a>.</em></p> <blockquote> <h2>v5.18.1</h2> <h3><a href="https://github.com/googleapis/nodejs-storage/compare/v5.18.0...v5.18.1">5.18.1</a> (2022-01-26)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>gcs-resumable-upload:</strong> Stop Duplicate Response Handlers on Retries (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1764">#1764</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/fe4487187aa405e7d7f8e0bec485bbddb76ea050">fe44871</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md"><code>@​google-cloud/storage</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/googleapis/nodejs-storage/compare/v5.18.0...v5.18.1">5.18.1</a> (2022-01-26)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>gcs-resumable-upload:</strong> Stop Duplicate Response Handlers on Retries (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1764">#1764</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/fe4487187aa405e7d7f8e0bec485bbddb76ea050">fe44871</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/f5fab17baa7767d6dcd9da6768cd6cc6ef87a739"><code>f5fab17</code></a> chore(main): release 5.18.1 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1765">#1765</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/fe4487187aa405e7d7f8e0bec485bbddb76ea050"><code>fe44871</code></a> fix(gcs-resumable-upload): Stop Duplicate Response Handlers on Retries (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1764">#1764</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/a6b78f5bac60a5c6f73ce1a3b4d885e80eee1825"><code>a6b78f5</code></a> chore(deps): update actions/setup-node action to v2 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1763">#1763</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/728ebe82044a3a2db9199f441fcb934980e36179"><code>728ebe8</code></a> chore: fix typo in function name (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1762">#1762</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/0e418dff9141d00206c32be79679ab6b21d19a3a"><code>0e418df</code></a> test: reduce number of operations and make names more unique (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1761">#1761</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/be259280d8707e49d1037b5b81e4470f52464a57"><code>be25928</code></a> test: reduce retry delay multiplier to reduce test time (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1760">#1760</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/469056adf15990bdc05a7a2fa64bbf8f2f9be03f"><code>469056a</code></a> build(node): switch back to keystore for publication (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1328">#1328</a>) (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1759">#1759</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/nodejs-storage/compare/v5.18.0...v5.18.1">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.18.0&new-version=5.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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:31:42 +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#806
No description provided.