[PR #357] [MERGED] build(deps): bump @google-cloud/storage from 5.3.0 to 5.4.0 in /examples/node #545

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

1 file changed (+103 additions, -224 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 5.3.0 to 5.4.0.

Release notes

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

v5.4.0

Features

Bug Fixes

Changelog

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

5.4.0 (2020-10-29)

Features

Bug Fixes

Commits

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/357 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2020 **Status:** ✅ Merged **Merged:** 10/30/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.4.0` --- ### 📝 Commits (1) - [`f7cc59e`](https://github.com/fsouza/fake-gcs-server/commit/f7cc59e8bc4967d7bf642965741581603bde1dfd) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+103 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+103 -224) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.3.0 to 5.4.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.4.0</h2> <h3>Features</h3> <ul> <li><strong>userAgent:</strong> allow for optional user agent to be provided (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1313">#1313</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/13a064f3e7342640c5c6e64e060e8558062a31c7">13a064f</a>)</li> <li>add custom time field in metadata sample (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1285">#1285</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/9e3474f87dabd300d914c0f44f49a13dae34227d">9e3474f</a>)</li> <li>add File#rename (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1311">#1311</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c77eaa363be18b6b9ddd1f7b505e23be8cd5bf98">c77eaa3</a>)</li> <li>public url of a file (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1324">#1324</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/5ec256e58d04dbcb8dee8cde7460b306da5ff880">5ec256e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>set customEndpoint for custom environments (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1316">#1316</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/60910e1903f95a0abca6b9855d11833b32666e2c">60910e1</a>)</li> <li><strong>deps:</strong> update dependency gaxios to v4 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1322">#1322</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/f9b16d82e5c6a26d76f721a277cf07b518b63a42">f9b16d8</a>)</li> <li>moved publicUrl comment (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1327">#1327</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/249ed2c4e5fe9cfb029ca8e60c1bafab5c370a48">249ed2c</a>)</li> <li>self-upload files for Unicode system tests (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1318">#1318</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/e826a526c3a5a8515cc7a07c15f86fcfb0fb2f93">e826a52</a>)</li> <li><strong>deps:</strong> update dependency duplexify to v4 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1302">#1302</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/1ce3d895b3f5d12776f0634b41b1baef7aa4491c">1ce3d89</a>)</li> <li><strong>deps:</strong> update dependency yargs to v16 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1289">#1289</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/12f2133b7e3ec9612b3694d93b9ff756cb1bbd66">12f2133</a>)</li> <li><strong>types:</strong> add <code>CreateBucketRequest.storageClass</code> (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1299">#1299</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/d854c2609eb87886a010e726daa5f1339ee9ea38">d854c26</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1248">#1248</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.3.0...v5.4.0">5.4.0</a> (2020-10-29)</h2> <h3>Features</h3> <ul> <li><strong>userAgent:</strong> allow for optional user agent to be provided (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1313">#1313</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/13a064f3e7342640c5c6e64e060e8558062a31c7">13a064f</a>)</li> <li>add custom time field in metadata sample (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1285">#1285</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/9e3474f87dabd300d914c0f44f49a13dae34227d">9e3474f</a>)</li> <li>add File#rename (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1311">#1311</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c77eaa363be18b6b9ddd1f7b505e23be8cd5bf98">c77eaa3</a>)</li> <li>public url of a file (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1324">#1324</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/5ec256e58d04dbcb8dee8cde7460b306da5ff880">5ec256e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>set customEndpoint for custom environments (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1316">#1316</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/60910e1903f95a0abca6b9855d11833b32666e2c">60910e1</a>)</li> <li><strong>deps:</strong> update dependency gaxios to v4 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1322">#1322</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/f9b16d82e5c6a26d76f721a277cf07b518b63a42">f9b16d8</a>)</li> <li>moved publicUrl comment (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1327">#1327</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/249ed2c4e5fe9cfb029ca8e60c1bafab5c370a48">249ed2c</a>)</li> <li>self-upload files for Unicode system tests (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1318">#1318</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/e826a526c3a5a8515cc7a07c15f86fcfb0fb2f93">e826a52</a>)</li> <li><strong>deps:</strong> update dependency duplexify to v4 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1302">#1302</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/1ce3d895b3f5d12776f0634b41b1baef7aa4491c">1ce3d89</a>)</li> <li><strong>deps:</strong> update dependency yargs to v16 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1289">#1289</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/12f2133b7e3ec9612b3694d93b9ff756cb1bbd66">12f2133</a>)</li> <li><strong>types:</strong> add <code>CreateBucketRequest.storageClass</code> (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1299">#1299</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/d854c2609eb87886a010e726daa5f1339ee9ea38">d854c26</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1248">#1248</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/f410695d5599c152095b6132b29d538fb688d4d3"><code>f410695</code></a> chore: release 5.4.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1290">#1290</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/60910e1903f95a0abca6b9855d11833b32666e2c"><code>60910e1</code></a> fix: set customEndpoint for custom environments (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1316">#1316</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/bca5d34f0ded5def1ded93c667af6d7f9d9640b6"><code>bca5d34</code></a> docs: updated code of conduct/build files (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1329">#1329</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/f9b16d82e5c6a26d76f721a277cf07b518b63a42"><code>f9b16d8</code></a> fix(deps): update dependency gaxios to v4 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1322">#1322</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/249ed2c4e5fe9cfb029ca8e60c1bafab5c370a48"><code>249ed2c</code></a> fix: moved publicUrl comment (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1327">#1327</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/13a064f3e7342640c5c6e64e060e8558062a31c7"><code>13a064f</code></a> feat(userAgent): allow for optional user agent to be provided (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1313">#1313</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/5ec256e58d04dbcb8dee8cde7460b306da5ff880"><code>5ec256e</code></a> feat: public url of a file (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1324">#1324</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/aadec927ab57ead6be43dc5b06a7b724e9f078da"><code>aadec92</code></a> docs: update list of available samples (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1320">#1320</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/c77eaa363be18b6b9ddd1f7b505e23be8cd5bf98"><code>c77eaa3</code></a> feat: add File#rename (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1311">#1311</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/e826a526c3a5a8515cc7a07c15f86fcfb0fb2f93"><code>e826a52</code></a> fix: self-upload files for Unicode system tests (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1318">#1318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v5.3.0...v5.4.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.3.0&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:30:32 +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#545
No description provided.