[PR #157] [MERGED] build(deps): bump @google-cloud/storage from 4.1.3 to 4.2.0 in /examples/node #388

Closed
opened 2026-03-03 12:29:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

1 file changed (+91 additions, -132 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 4.1.3 to 4.2.0.

Release notes

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

v4.2.0

Features

  • iam: getIamPolicy to support requestedPolicyVersion (#960) (0f38f75)
  • add support for Archive storage class (#908) (63f63f4)

Bug Fixes

Changelog

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

4.2.0 (2020-01-02)

Features

  • iam: getIamPolicy to support requestedPolicyVersion (#960) (0f38f75)
  • add support for Archive storage class (#908) (63f63f4)

Bug Fixes

Commits
  • 5ca0e44 chore: release 4.2.0 (#967)
  • 63f63f4 feat: add support for Archive storage class (#908)
  • 26ab4e3 chore(deps): update dependency eslint-plugin-node to v11 (#966)
  • 92e1433 chore(deps): update dependency sinon to v8 (#964)
  • 0f38f75 feat(iam): getIamPolicy to support requestedPolicyVersion (#960)
  • 77c918c chore(deps): update dependency nyc to v15 (#963)
  • 476e587 docs: update jsdoc license/samples-README (#959)
  • b83308a docs: remove upload-directory example from yargs in files.js (#957)
  • 86864d9 docs: add create bucket sample to README (#955)
  • 913b43e fix: add createBucket file and updated relevant test (#940)
  • 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)
  • @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/157 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/2/2020 **Status:** ✅ Merged **Merged:** 1/13/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-4.2.0` --- ### 📝 Commits (1) - [`d45afcf`](https://github.com/fsouza/fake-gcs-server/commit/d45afcf1def92b9059c28bddfc2135dda6971a15) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+91 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+91 -132) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 4.1.3 to 4.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>v4.2.0</h2> <h3>Features</h3> <ul> <li><strong>iam:</strong> getIamPolicy to support requestedPolicyVersion (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/960">#960</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0f38f7597f5e671b4c08830f8d457f9ca2c03cd1">0f38f75</a>)</li> <li>add support for Archive storage class (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/908">#908</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/63f63f448d2d220b1e77a7dcd379f7ac7fc22af3">63f63f4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> pin TypeScript below 3.7.0 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/952">#952</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/1fea60c04fd9762c5506c22df0992cdb8fce4ea0">1fea60c</a>)</li> <li>add createBucket file and updated relevant test (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/940">#940</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/913b43e66bb10bd5dbf6b0bca9e65edd48b54234">913b43e</a>)</li> <li>update PolicyDocument types (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/944">#944</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b1c05b27029215c8bc313a8f4f16ff13d5af2391">b1c05b2</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.1.3...v4.2.0">4.2.0</a> (2020-01-02)</h2> <h3>Features</h3> <ul> <li><strong>iam:</strong> getIamPolicy to support requestedPolicyVersion (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/960">#960</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/0f38f7597f5e671b4c08830f8d457f9ca2c03cd1">0f38f75</a>)</li> <li>add support for Archive storage class (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/908">#908</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/63f63f448d2d220b1e77a7dcd379f7ac7fc22af3">63f63f4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> pin TypeScript below 3.7.0 (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/952">#952</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/1fea60c04fd9762c5506c22df0992cdb8fce4ea0">1fea60c</a>)</li> <li>add createBucket file and updated relevant test (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/940">#940</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/913b43e66bb10bd5dbf6b0bca9e65edd48b54234">913b43e</a>)</li> <li>update PolicyDocument types (<a href="https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/944">#944</a>) (<a href="https://www.github.com/googleapis/nodejs-storage/commit/b1c05b27029215c8bc313a8f4f16ff13d5af2391">b1c05b2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/5ca0e4411861abfa7d2723b554a462609d2aad3f"><code>5ca0e44</code></a> chore: release 4.2.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/967">#967</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/63f63f448d2d220b1e77a7dcd379f7ac7fc22af3"><code>63f63f4</code></a> feat: add support for Archive storage class (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/908">#908</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/26ab4e38f1ff67eabf84d70123f700110dc9269b"><code>26ab4e3</code></a> chore(deps): update dependency eslint-plugin-node to v11 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/966">#966</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/92e1433b8799ed089568ba6afb71f442b443d78e"><code>92e1433</code></a> chore(deps): update dependency sinon to v8 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/964">#964</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/0f38f7597f5e671b4c08830f8d457f9ca2c03cd1"><code>0f38f75</code></a> feat(iam): getIamPolicy to support requestedPolicyVersion (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/960">#960</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/77c918cbde8928761abe24c877394f056625b295"><code>77c918c</code></a> chore(deps): update dependency nyc to v15 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/963">#963</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/476e587fc08a4f84695fe5bab7e820d98911fb6d"><code>476e587</code></a> docs: update jsdoc license/samples-README (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/959">#959</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/b83308ae7590745acaa3389a85e5dcd5a21aa0b2"><code>b83308a</code></a> docs: remove upload-directory example from yargs in files.js (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/957">#957</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/86864d97a665910c09b16daeb2cd5d5732613fe9"><code>86864d9</code></a> docs: add create bucket sample to README (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/955">#955</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/913b43e66bb10bd5dbf6b0bca9e65edd48b54234"><code>913b43e</code></a> fix: add createBucket file and updated relevant test (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/940">#940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v4.1.3...v4.2.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.1.3&new-version=4.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=4.1.3&new-version=4.2.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-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:29:47 +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#388
No description provided.