[PR #824] [MERGED] build(deps): bump @google-cloud/storage from 6.0.1 to 6.1.0 in /examples/node #949

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 6.0.1 to 6.1.0.

Release notes

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

v6.1.0

6.1.0 (2022-06-08)

Features

Changelog

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

6.1.0 (2022-06-08)

Features

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/824 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/8/2022 **Status:** ✅ Merged **Merged:** 6/8/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-6.1.0` --- ### 📝 Commits (1) - [`dc17938`](https://github.com/fsouza/fake-gcs-server/commit/dc1793854a1af9b44e64c083971558f5d61cd7ac) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+5 -5) 📝 `examples/node/package.json` (+1 -1) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 6.0.1 to 6.1.0. <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>v6.1.0</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v6.0.1...v6.1.0">6.1.0</a> (2022-06-08)</h2> <h3>Features</h3> <ul> <li>support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1847">#1847</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/c22984caa8e8ae09a61d308876b2b3d97503777b">c22984c</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> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v6.0.1...v6.1.0">6.1.0</a> (2022-06-08)</h2> <h3>Features</h3> <ul> <li>support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1847">#1847</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/c22984caa8e8ae09a61d308876b2b3d97503777b">c22984c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/02a033b3defa456e726f2de3dc519116599e623f"><code>02a033b</code></a> chore(main): release 6.1.0 (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1980">#1980</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/c22984caa8e8ae09a61d308876b2b3d97503777b"><code>c22984c</code></a> feat: support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1847">#1847</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/594e7da15093da33490650e31586472c5deb32ea"><code>594e7da</code></a> docs: add AbortIncompleteMultipartUpload to docs for addLifecycleRule (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1854">#1854</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/1d7d075b82fd24ea3c214bd304cefe4ba5d8be5c"><code>1d7d075</code></a> tests: add retry logic to ACL tests that rely on eventual consistency (<a href="https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/1974">#1974</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/nodejs-storage/compare/v6.0.1...v6.1.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=6.0.1&new-version=6.1.0)](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:32:22 +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#949
No description provided.