This repository was archived by the owner on Feb 7, 2026. It is now read-only.
fix(deps): update dependency @google-cloud/storage to v2: edited#181
Merged
JustinBeckwith merged 7 commits intomasterfrom Sep 5, 2018
Merged
fix(deps): update dependency @google-cloud/storage to v2: edited#181JustinBeckwith merged 7 commits intomasterfrom
JustinBeckwith merged 7 commits intomasterfrom
Conversation
JustinBeckwith
approved these changes
Sep 4, 2018
3bb45d1 to
763b31b
Compare
763b31b to
ce2e83e
Compare
jkwlui
suggested changes
Sep 4, 2018
Contributor
jkwlui
left a comment
There was a problem hiding this comment.
storage changed it's interface since v2, so manual change needed.
Contributor
Author
PR has been editedAs this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it. |
JustinBeckwith
approved these changes
Sep 4, 2018
jkwlui
approved these changes
Sep 5, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency
@google-cloud/storage(source) from^1.5.1to^2.0.0Note: This PR was created on a configured schedule ("after 9am and before 3pm") and will not receive updates outside those times.
Details
Release Notes
v2.0.0Compare Source
This release has breaking changes. This release has a few notable breaking changes. Please take care when upgrading!
require syntax changes
The import style of this library has been changed to support es module syntax. This provides both forward compatibility with es modules, and better supports the TypeScript and Babel ecosystems. As a result, the import syntax has changed:
Old Code
New Code
bucket.uploadmethod removedTo better support a variety of HTTP clients, the
bucket.uploadmethod has been removed. It can be replaced with your favorite HTTP client.Old Code
New Code
Breaking changes
Features
Bug fixes
Internal / Testing Changes
This PR has been generated by Renovate Bot.