This repository was archived by the owner on Jul 20, 2023. It is now read-only.
chore(deps): update dependency @google-cloud/storage to v2#183
Merged
JustinBeckwith merged 2 commits intomasterfrom Sep 10, 2018
Merged
chore(deps): update dependency @google-cloud/storage to v2#183JustinBeckwith merged 2 commits intomasterfrom
JustinBeckwith merged 2 commits intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 83 83
=====================================
Hits 83 83Continue to review full report at Codecov.
|
2ae38b1 to
40366eb
Compare
97e9591 to
b5c74d3
Compare
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. |
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 devDependency
@google-cloud/storage(source) from^1.7.0to^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.