This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
chore(deps): update dependency @google-cloud/storage to v2 #183
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.0
to^2.0.0
Note: This PR was created on a configured schedule ("after 9am and before 3pm") and will not receive updates outside those times.
Release Notes
v2.0.0
Compare 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.upload
method removedTo better support a variety of HTTP clients, the
bucket.upload
method 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.