[PR #246] [MERGED] build(deps): bump @google-cloud/storage from 4.7.0 to 5.0.0 in /examples/node #454

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/246
Author: @dependabot-preview[bot]
Created: 5/13/2020
Status: Merged
Merged: 5/14/2020
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

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

📊 Changes

2 files changed (+127 additions, -144 deletions)

View changed files

📝 examples/node/package-lock.json (+126 -143)
📝 examples/node/package.json (+1 -1)

📄 Description

Bumps @google-cloud/storage from 4.7.0 to 5.0.0.

Release notes

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

v5.0.0

⚠ BREAKING CHANGES

  • automatically detect contentType if not provided (#1190)
  • drop keepAcl parameter in file copy (#1166)
  • drop support for node.js 8.x

Features

Bug Fixes

Miscellaneous Chores

Build System

  • drop support for node.js 8.x (b80c025)
Changelog

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

5.0.0 (2020-05-13)

⚠ BREAKING CHANGES

  • automatically detect contentType if not provided (#1190)
  • drop keepAcl parameter in file copy (#1166)
  • drop support for node.js 8.x

Features

Bug Fixes

Miscellaneous Chores

Build System

  • drop support for node.js 8.x (b80c025)
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 will merge this PR once it's up-to-date and 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/246 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/13/2020 **Status:** ✅ Merged **Merged:** 5/14/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-5.0.0` --- ### 📝 Commits (1) - [`eddaf3b`](https://github.com/fsouza/fake-gcs-server/commit/eddaf3b99e684d1c924fd8540dad01ae00220a22) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **2 files changed** (+127 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+126 -143) 📝 `examples/node/package.json` (+1 -1) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 4.7.0 to 5.0.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.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>automatically detect contentType if not provided (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1190">#1190</a>)</li> <li>drop keepAcl parameter in file copy (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1166">#1166</a>)</li> <li>drop support for node.js 8.x</li> </ul> <h3>Features</h3> <ul> <li>automatically detect contentType if not provided (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1190">#1190</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b31ba4a11399b57538ddf0d6ca2e10b2aa3fbc3a">b31ba4a</a>)</li> <li>enable bytes read tracking (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1074">#1074</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0776a044f3b2149b485e114369e952688df75645">0776a04</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>bucket:</strong> Only disable resumable uploads for bucket.upload (fixes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1133">#1133</a>) (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1135">#1135</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/2c201486b7b2d3146846ac96c877a904c4a674b0">2c20148</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis//github-redirect.dependabot.com/googleapis/nodejs-storage/pull/1135/issues/issuecomment-620070038">googleapis/nodejs-storage#1135</a></li> <li>add whitespace to generateV4SignedPolicy (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1136">#1136</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/dcee78b98da23b02fe7d2f13a9270546bc07bba8">dcee78b</a>)</li> <li>apache license URL (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/468">#468</a>) (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1151">#1151</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/e8116d3c6fa7412858692e67745b514eef78850e">e8116d3</a>)</li> <li>Point to team in correct org (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1185">#1185</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0bb19098013acf71cc3842f78ff333a8e356331a">0bb1909</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/common to v3 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1134">#1134</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/774ac5c75f02238418cc8ed7242297ea573ca9cb">774ac5c</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/paginator to v3 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1131">#1131</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c1614d98e3047db379e09299b1014e80d73ed52f">c1614d9</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/promisify to v2 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1127">#1127</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/06624a534cd1fdbc38455eee8d89f9f60ba75758">06624a5</a>)</li> <li><strong>deps:</strong> update dependency uuid to v8 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1170">#1170</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/6a98d64831baf1ca1ec2f03ecc4914745cba1c86">6a98d64</a>)</li> <li><strong>deps:</strong> update gcs-resumable-upload, remove gitnpm usage (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1186">#1186</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c78c9cde49dccb2fcd4ce10e4e9f8299d65f6838">c78c9cd</a>)</li> <li><strong>v4-policy:</strong> encode special characters (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1169">#1169</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/6e48539d76ca27e6f4c6cf2ac0872970f7391fed">6e48539</a>)</li> <li>sync to googleapis/conformance-tests@fa559a1 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1167">#1167</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/550044619d2f17a1977c83bce5df915c6dc9578c">5500446</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1168">#1168</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>drop keepAcl parameter in file copy (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1166">#1166</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/5a4044a8ba13f248fc4f791248f797eb0f1f3c16">5a4044a</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drop support for node.js 8.x (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b80c025f106052fd25554c64314b3b3520e829b5">b80c025</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/v4.7.0...v5.0.0">5.0.0</a> (2020-05-13)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>automatically detect contentType if not provided (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1190">#1190</a>)</li> <li>drop keepAcl parameter in file copy (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1166">#1166</a>)</li> <li>drop support for node.js 8.x</li> </ul> <h3>Features</h3> <ul> <li>automatically detect contentType if not provided (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1190">#1190</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b31ba4a11399b57538ddf0d6ca2e10b2aa3fbc3a">b31ba4a</a>)</li> <li>enable bytes read tracking (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1074">#1074</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0776a044f3b2149b485e114369e952688df75645">0776a04</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>bucket:</strong> Only disable resumable uploads for bucket.upload (fixes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1133">#1133</a>) (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1135">#1135</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/2c201486b7b2d3146846ac96c877a904c4a674b0">2c20148</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis//github-redirect.dependabot.com/googleapis/nodejs-storage/pull/1135/issues/issuecomment-620070038">googleapis/nodejs-storage#1135</a></li> <li>add whitespace to generateV4SignedPolicy (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1136">#1136</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/dcee78b98da23b02fe7d2f13a9270546bc07bba8">dcee78b</a>)</li> <li>apache license URL (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/468">#468</a>) (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1151">#1151</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/e8116d3c6fa7412858692e67745b514eef78850e">e8116d3</a>)</li> <li>Point to team in correct org (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1185">#1185</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0bb19098013acf71cc3842f78ff333a8e356331a">0bb1909</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/common to v3 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1134">#1134</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/774ac5c75f02238418cc8ed7242297ea573ca9cb">774ac5c</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/paginator to v3 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1131">#1131</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c1614d98e3047db379e09299b1014e80d73ed52f">c1614d9</a>)</li> <li><strong>deps:</strong> update dependency @google-cloud/promisify to v2 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1127">#1127</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/06624a534cd1fdbc38455eee8d89f9f60ba75758">06624a5</a>)</li> <li><strong>deps:</strong> update dependency uuid to v8 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1170">#1170</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/6a98d64831baf1ca1ec2f03ecc4914745cba1c86">6a98d64</a>)</li> <li><strong>deps:</strong> update gcs-resumable-upload, remove gitnpm usage (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1186">#1186</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/c78c9cde49dccb2fcd4ce10e4e9f8299d65f6838">c78c9cd</a>)</li> <li><strong>v4-policy:</strong> encode special characters (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1169">#1169</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/6e48539d76ca27e6f4c6cf2ac0872970f7391fed">6e48539</a>)</li> <li>sync to googleapis/conformance-tests@fa559a1 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1167">#1167</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/550044619d2f17a1977c83bce5df915c6dc9578c">5500446</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1168">#1168</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>drop keepAcl parameter in file copy (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1166">#1166</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/5a4044a8ba13f248fc4f791248f797eb0f1f3c16">5a4044a</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drop support for node.js 8.x (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b80c025f106052fd25554c64314b3b3520e829b5">b80c025</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/d680e9faaf3309f124a073bf2b6da5c090669892"><code>d680e9f</code></a> chore: release 5.0.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1157">#1157</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/b31ba4a11399b57538ddf0d6ca2e10b2aa3fbc3a"><code>b31ba4a</code></a> feat!: automatically detect contentType if not provided (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1190">#1190</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/5a4044a8ba13f248fc4f791248f797eb0f1f3c16"><code>5a4044a</code></a> chore!: drop keepAcl parameter in file copy (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1166">#1166</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/0776a044f3b2149b485e114369e952688df75645"><code>0776a04</code></a> feat: enable bytes read tracking (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1074">#1074</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/0bb19098013acf71cc3842f78ff333a8e356331a"><code>0bb1909</code></a> fix: Point to team in correct org (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1185">#1185</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/c78c9cde49dccb2fcd4ce10e4e9f8299d65f6838"><code>c78c9cd</code></a> fix(deps): update gcs-resumable-upload, remove gitnpm usage (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1186">#1186</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/51460e7573a7fa24bb786aded2a4bfdf262d38e6"><code>51460e7</code></a> build: do not fail builds on codecov errors (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/528">#528</a>) (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1182">#1182</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/74af32248045a57cdd49addbe269761fbf51b80e"><code>74af322</code></a> chore: add CODEOWNERS (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1179">#1179</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/550044619d2f17a1977c83bce5df915c6dc9578c"><code>5500446</code></a> fix: sync to googleapis/conformance-tests@fa559a1 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1167">#1167</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/f72082d39608a0d23dd3c3b89528346634905cf6"><code>f72082d</code></a> chores(build): add conformance-test to workflow (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1176">#1176</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v4.7.0...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=5.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=5.0.0) 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 it's up-to-date and 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:06 +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#454
No description provided.