[PR #304] [MERGED] build(deps): bump @google-cloud/storage from 5.1.2 to 5.2.0 in /examples/node #502

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

1 file changed (+45 additions, -57 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 5.1.2 to 5.2.0.

Release notes

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

v5.2.0

Features

Bug Fixes

  • support request interceptors for file uploads (#1225) (aa4e4ec)
  • deps: update dependency date-and-time to ^0.14.0 (#1263) (408aff9)
Changelog

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

5.2.0 (2020-08-10)

Features

Bug Fixes

  • support request interceptors for file uploads (#1225) (aa4e4ec)
  • deps: update dependency date-and-time to ^0.14.0 (#1263) (408aff9)
Commits
  • ed65359 chore: release 5.2.0 (#1256)
  • d2f07a5 docs: update outdated references to signBlob API documentation (#1238)
  • 408aff9 fix(deps): update dependency date-and-time to ^0.14.0 (#1263)
  • 3ff9dc4 docs: add links to the CHANGELOG from the README.md for Java and Node (#1261)
  • fbca748 chore(node): fix kokoro build path for cloud-rad (#1260)
  • 2959b9f build: rename __toc to toc, move gitattributes files to node templates #811 (...
  • 602b980 build: type in .gittatribute, missing closing paren in publish script, delete...
  • 426a4ac build: move gitattributes files to node templates
  • 767e5a7 chore: add dev deps for cloud rad (#1253)
  • 4c1c4a5 chore(deps): update dependency @types/date-and-time to ^0.13.0 (#1255)
  • 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 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/304 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/11/2020 **Status:** ✅ Merged **Merged:** 8/11/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.2.0` --- ### 📝 Commits (1) - [`a5609e5`](https://github.com/fsouza/fake-gcs-server/commit/a5609e5f6dcbb4353b268f691d9b73f1ba539f9e) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+45 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+45 -57) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.1.2 to 5.2.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.2.0</h2> <h3>Features</h3> <ul> <li>remove through2 dependency (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1240">#1240</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/97c73ddec4dbb7cbf7a1486c16ed24dbe9be6d83">97c73dd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>support request interceptors for file uploads (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1225">#1225</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/aa4e4ecf49c2e67fdeb90d54e06335fe8671c185">aa4e4ec</a>)</li> <li><strong>deps:</strong> update dependency date-and-time to ^0.14.0 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1263">#1263</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/408aff9234b30f4d68bc9027fbc3088ab059578a">408aff9</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.1.2...v5.2.0">5.2.0</a> (2020-08-10)</h2> <h3>Features</h3> <ul> <li>remove through2 dependency (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1240">#1240</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/97c73ddec4dbb7cbf7a1486c16ed24dbe9be6d83">97c73dd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>support request interceptors for file uploads (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1225">#1225</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/aa4e4ecf49c2e67fdeb90d54e06335fe8671c185">aa4e4ec</a>)</li> <li><strong>deps:</strong> update dependency date-and-time to ^0.14.0 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1263">#1263</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/408aff9234b30f4d68bc9027fbc3088ab059578a">408aff9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/ed653591c901458a6650b41b4c31be2a3a27641f"><code>ed65359</code></a> chore: release 5.2.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1256">#1256</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/d2f07a5799b4ff7a87622ac7d2be6e5a98e0e314"><code>d2f07a5</code></a> docs: update outdated references to signBlob API documentation (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1238">#1238</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/408aff9234b30f4d68bc9027fbc3088ab059578a"><code>408aff9</code></a> fix(deps): update dependency date-and-time to ^0.14.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1263">#1263</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/3ff9dc4a5191ec0a56e86e71a977256135153d6a"><code>3ff9dc4</code></a> docs: add links to the CHANGELOG from the README.md for Java and Node (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1261">#1261</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/fbca748876f3aa1004d671fdea456ad329b50ca0"><code>fbca748</code></a> chore(node): fix kokoro build path for cloud-rad (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1260">#1260</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/2959b9f8bbb0ad519a11e5c3551727f3de83360c"><code>2959b9f</code></a> build: rename __toc to toc, move gitattributes files to node templates <a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/811">#811</a> (...</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/602b980cb2f81cee91e4bc581575022831179916"><code>602b980</code></a> build: type in .gittatribute, missing closing paren in publish script, delete...</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/426a4acbd64c2537c8e9049afea34984153d36c5"><code>426a4ac</code></a> build: move gitattributes files to node templates</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/767e5a72d025197d30caeec79922d31349b91b24"><code>767e5a7</code></a> chore: add dev deps for cloud rad (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1253">#1253</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/4c1c4a531ec8408d3c9f93fd0a00da4c43db1f89"><code>4c1c4a5</code></a> chore(deps): update dependency @types/date-and-time to ^0.13.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1255">#1255</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v5.1.2...v5.2.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.1.2&new-version=5.2.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-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:19 +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#502
No description provided.