[PR #94] [MERGED] build(deps): bump @google-cloud/storage from 3.3.1 to 3.4.0 in /examples/node #332

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/94
Author: @dependabot-preview[bot]
Created: 10/15/2019
Status: Merged
Merged: 10/15/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

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

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 3.3.1 to 3.4.0.

Release notes

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

v3.4.0

Bug Fixes

  • file#move do not delete origin file if same as destination (#874) (dcaba8a)
  • pass predefined acl as destinationPredefinedAcl to qs (#872) (09b8fa4)

Features

  • add flag to allow disabling auto decompression by client (#850) (9ebface)
  • allow setting standard Bucket storage class (#873) (12a99e9)
Changelog

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

3.4.0 (2019-10-10)

Bug Fixes

  • file#move do not delete origin file if same as destination (#874) (dcaba8a)
  • pass predefined acl as destinationPredefinedAcl to qs (#872) (09b8fa4)

Features

  • add flag to allow disabling auto decompression by client (#850) (9ebface)
  • allow setting standard Bucket storage class (#873) (12a99e9)
Commits
  • fc1feb7 chore: release 3.4.0 (#877)
  • 24fef89 refactor: clarify the error message for file#move (#878)
  • 6dd65ad chore: update CONTRIBUTING.md and make releaseType node (#881)
  • cc173b8 chore(deps): update dependency nock to ~11.4.0 (#879)
  • 0f78910 docs: add testing commands to README file (#880)
  • dcaba8a fix: file#move do not delete origin file if same as destination (#874)
  • 09b8fa4 fix: pass predefined acl as destinationPredefinedAcl to qs (#872)
  • 12a99e9 feat: allow setting standard Bucket storage class (#873)
  • 9ebface feat: add flag to allow disabling auto decompression by client (#850)
  • 302ad88 chore: update pull request template. (#870)
  • 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/94 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/15/2019 **Status:** ✅ Merged **Merged:** 10/15/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-3.4.0` --- ### 📝 Commits (1) - [`6cde48a`](https://github.com/fsouza/fake-gcs-server/commit/6cde48a181b2987fbb27b61b8eed62ec5c78e55d) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+9 -9) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0. <details> <summary>Release notes</summary> *Sourced from [@google-cloud/storage's releases](https://github.com/googleapis/nodejs-storage/releases).* > ## v3.4.0 > ### Bug Fixes > > * file#move do not delete origin file if same as destination ([#874](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/874)) ([dcaba8a](https://www.github.com/googleapis/nodejs-storage/commit/dcaba8a)) > * pass predefined acl as destinationPredefinedAcl to qs ([#872](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/872)) ([09b8fa4](https://www.github.com/googleapis/nodejs-storage/commit/09b8fa4)) > > > ### Features > > * add flag to allow disabling auto decompression by client ([#850](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/850)) ([9ebface](https://www.github.com/googleapis/nodejs-storage/commit/9ebface)) > * allow setting standard Bucket storage class ([#873](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/873)) ([12a99e9](https://www.github.com/googleapis/nodejs-storage/commit/12a99e9)) </details> <details> <summary>Changelog</summary> *Sourced from [@google-cloud/storage's changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md).* > ## [3.4.0](https://www.github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0) (2019-10-10) > > > ### Bug Fixes > > * file#move do not delete origin file if same as destination ([#874](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/874)) ([dcaba8a](https://www.github.com/googleapis/nodejs-storage/commit/dcaba8a)) > * pass predefined acl as destinationPredefinedAcl to qs ([#872](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/872)) ([09b8fa4](https://www.github.com/googleapis/nodejs-storage/commit/09b8fa4)) > > > ### Features > > * add flag to allow disabling auto decompression by client ([#850](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/850)) ([9ebface](https://www.github.com/googleapis/nodejs-storage/commit/9ebface)) > * allow setting standard Bucket storage class ([#873](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/873)) ([12a99e9](https://www.github.com/googleapis/nodejs-storage/commit/12a99e9)) </details> <details> <summary>Commits</summary> - [`fc1feb7`](https://github.com/googleapis/nodejs-storage/commit/fc1feb7e3763c9072a85294ab676a8f8a043aa8c) chore: release 3.4.0 ([#877](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/877)) - [`24fef89`](https://github.com/googleapis/nodejs-storage/commit/24fef89d925d491d56bcc00eb4246a19b7190201) refactor: clarify the error message for file#move ([#878](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/878)) - [`6dd65ad`](https://github.com/googleapis/nodejs-storage/commit/6dd65adce79ea44f39c2b02fcf877e3328b1e963) chore: update CONTRIBUTING.md and make releaseType node ([#881](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/881)) - [`cc173b8`](https://github.com/googleapis/nodejs-storage/commit/cc173b87e854545ea7d18a778180095f8ce87b88) chore(deps): update dependency nock to ~11.4.0 ([#879](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/879)) - [`0f78910`](https://github.com/googleapis/nodejs-storage/commit/0f789106c0e414d6610c0d0b7d19e633eaf06eb8) docs: add testing commands to README file ([#880](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/880)) - [`dcaba8a`](https://github.com/googleapis/nodejs-storage/commit/dcaba8a2992620d2c8f1e2916e09e246b118d3a5) fix: file#move do not delete origin file if same as destination ([#874](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/874)) - [`09b8fa4`](https://github.com/googleapis/nodejs-storage/commit/09b8fa4d3a07d711ce0b7d4090a69863ce8eb72a) fix: pass predefined acl as destinationPredefinedAcl to qs ([#872](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/872)) - [`12a99e9`](https://github.com/googleapis/nodejs-storage/commit/12a99e97194400510225100a8508e818b90ddb4b) feat: allow setting standard Bucket storage class ([#873](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/873)) - [`9ebface`](https://github.com/googleapis/nodejs-storage/commit/9ebface7ec4a1f5195b6d135bd9ad9edb5a8600e) feat: add flag to allow disabling auto decompression by client ([#850](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/850)) - [`302ad88`](https://github.com/googleapis/nodejs-storage/commit/302ad88aea82c76ac20fdf79cf68b98fd80a3531) chore: update pull request template. ([#870](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/870)) - Additional commits viewable in [compare view](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=3.3.1&new-version=3.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=3.3.1&new-version=3.4.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:31 +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#332
No description provided.