[PR #115] [MERGED] build(deps): bump @google-cloud/storage from 4.0.0 to 4.0.1 in /examples/node #351

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

1 file changed (+33 additions, -38 deletions)

View changed files

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

📄 Description

Bumps @google-cloud/storage from 4.0.0 to 4.0.1.

Release notes

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

v4.0.1

Bug Fixes

  • docs: missing quote in signed url jsdoc (#896) (f2d567f)
  • use storage.googleapis.com for api endpoint (862fb16)
  • signed-url: replace encodeURIComponent with custom encoding function (#905) (ba41517)
Changelog

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

4.0.1 (2019-10-31)

Bug Fixes

  • docs: missing quote in signed url jsdoc (#896) (f2d567f)
  • use storage.googleapis.com for api endpoint (862fb16)
  • signed-url: replace encodeURIComponent with custom encoding function (#905) (ba41517)
Commits
  • 1057263 chore: release 4.0.1 (#913)
  • ba41517 fix(signed-url): replace encodeURIComponent with custom encoding function (#905)
  • a74a3ca test: include src/ in coverage
  • 44d782a docs: updated readme with new quickstart
  • 9a4e36f docs: explain how to use delimiter and prefix (#892)
  • b2df584 docs: readme.md to include creation of service account client (#871)
  • 862fb16 fix: use storage.googleapis.com for api endpoint
  • f2d567f fix(docs): missing quote in signed url jsdoc (#896)
  • 2ddff58 Revert "fix: use storage.googleapis.com for api endpoint (#854)" (#893)
  • See full diff 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/115 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/31/2019 **Status:** ✅ Merged **Merged:** 11/1/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/examples/node/google-cloud/storage-4.0.1` --- ### 📝 Commits (1) - [`ae1daf4`](https://github.com/fsouza/fake-gcs-server/commit/ae1daf424958aba87c95d1e36ebfdb6142ae08c9) build(deps): bump @google-cloud/storage in /examples/node ### 📊 Changes **1 file changed** (+33 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `examples/node/package-lock.json` (+33 -38) </details> ### 📄 Description Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> *Sourced from [@google-cloud/storage's releases](https://github.com/googleapis/nodejs-storage/releases).* > ## v4.0.1 > ### Bug Fixes > > * **docs:** missing quote in signed url jsdoc ([#896](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/896)) ([f2d567f](https://www.github.com/googleapis/nodejs-storage/commit/f2d567f279fee0f48c2d6a607f4066c9da372549)) > * use storage.googleapis.com for api endpoint ([862fb16](https://www.github.com/googleapis/nodejs-storage/commit/862fb16db2990c958c0097252a44c775431a7b3f)) > * **signed-url:** replace encodeURIComponent with custom encoding function ([#905](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/905)) ([ba41517](https://www.github.com/googleapis/nodejs-storage/commit/ba415179f1d5951742c1b239e0500bbd2a815ddd)) </details> <details> <summary>Changelog</summary> *Sourced from [@google-cloud/storage's changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md).* > ### [4.0.1](https://www.github.com/googleapis/nodejs-storage/compare/v4.0.0...v4.0.1) (2019-10-31) > > > ### Bug Fixes > > * **docs:** missing quote in signed url jsdoc ([#896](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/896)) ([f2d567f](https://www.github.com/googleapis/nodejs-storage/commit/f2d567f279fee0f48c2d6a607f4066c9da372549)) > * use storage.googleapis.com for api endpoint ([862fb16](https://www.github.com/googleapis/nodejs-storage/commit/862fb16db2990c958c0097252a44c775431a7b3f)) > * **signed-url:** replace encodeURIComponent with custom encoding function ([#905](https://www.github-redirect.dependabot.com/googleapis/nodejs-storage/issues/905)) ([ba41517](https://www.github.com/googleapis/nodejs-storage/commit/ba415179f1d5951742c1b239e0500bbd2a815ddd)) </details> <details> <summary>Commits</summary> - [`1057263`](https://github.com/googleapis/nodejs-storage/commit/105726342ffc875c9ddf8c4ae7a205e0708bf416) chore: release 4.0.1 ([#913](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/913)) - [`ba41517`](https://github.com/googleapis/nodejs-storage/commit/ba415179f1d5951742c1b239e0500bbd2a815ddd) fix(signed-url): replace encodeURIComponent with custom encoding function ([#905](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/905)) - [`a74a3ca`](https://github.com/googleapis/nodejs-storage/commit/a74a3cac9f25b000f871d32840a820cda4f0270b) test: include src/ in coverage - [`44d782a`](https://github.com/googleapis/nodejs-storage/commit/44d782a6bbec70d42aba5c7f5f6938ddae36cf86) docs: updated readme with new quickstart - [`9a4e36f`](https://github.com/googleapis/nodejs-storage/commit/9a4e36f65e5988ca65c1f31122d418da1425d2f4) docs: explain how to use delimiter and prefix ([#892](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/892)) - [`b2df584`](https://github.com/googleapis/nodejs-storage/commit/b2df5842c6f0d756c1c85c1554f23450b11f19b7) docs: readme.md to include creation of service account client ([#871](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/871)) - [`862fb16`](https://github.com/googleapis/nodejs-storage/commit/862fb16db2990c958c0097252a44c775431a7b3f) fix: use storage.googleapis.com for api endpoint - [`f2d567f`](https://github.com/googleapis/nodejs-storage/commit/f2d567f279fee0f48c2d6a607f4066c9da372549) fix(docs): missing quote in signed url jsdoc ([#896](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/896)) - [`2ddff58`](https://github.com/googleapis/nodejs-storage/commit/2ddff58f44be731ea0208d2eef52ab29a53d0d57) Revert "fix: use storage.googleapis.com for api endpoint ([#854](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/854))" ([#893](https://github-redirect.dependabot.com/googleapis/nodejs-storage/issues/893)) - See full diff in [compare view](https://github.com/googleapis/nodejs-storage/compare/v4.0.0...v4.0.1) </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.0.0&new-version=4.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=@google-cloud/storage&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=4.0.1) 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:36 +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#351
No description provided.