fix(deps): update dependency @google-cloud/storage to v3 #328
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 PR contains the following updates:
^1.6.0
->^3.0.0
Release Notes
googleapis/nodejs-storage
v3.1.0
Compare Source
Bug Fixes
Features
3.0.4 (2019-07-25)
Bug Fixes
3.0.3 (2019-07-16)
Bug Fixes
3.0.2 (2019-07-01)
Bug Fixes
3.0.1 (2019-06-14)
Bug Fixes
v3.0.4
Compare Source
Bug Fixes
Features
3.0.4 (2019-07-25)
Bug Fixes
3.0.3 (2019-07-16)
Bug Fixes
3.0.2 (2019-07-01)
Bug Fixes
3.0.1 (2019-06-14)
Bug Fixes
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Bug Fixes
Build System
Features
v2.5.0
Compare Source
⚠ BREAKING CHANGES
Bug Fixes
Build System
Features
v2.4.3
Compare Source
03-13-2019 17:10 PDT
Bug Fixes / Implementation Changes
Dependencies
Documentation
Internal / Testing Changes
v2.4.2
Compare Source
02-05-2019 16:55 PST
Dependencies
Documentation
Internal / Testing Changes
v2.4.1
Compare Source
01-29-2019 13:05 PST
Implementation Changes
Dependencies
v2.4.0
Compare Source
01-28-2019 12:13 PST
New Features
expires
can be a Date, string, or number (#548)Dependencies
Documentation
Internal / Testing Changes
v2.3.4
Compare Source
12-19-2018 14:21 PST
Implementation Changes
Internal / Testing Changes
v2.3.3
Compare Source
12-06-2018 17:09 PST
Dependencies
Documentation
Internal / Testing Changes
v2.3.1
Compare Source
11-14-2018 22:15 PST
Bug fixes
Internal / Testing Changes
v2.3.0
Compare Source
Implementation Changes
v2.2.0
Compare Source
Bug Fixes
Dependencies
Documentation
Internal / Testing Changes
v2.1.0
Compare Source
This release brings support for Bucket/Object lock operations, as well as disable TypeScript as we continue to annotate the project with types.
New Features
Implementation Changes
TypeScript support (in progress)
Dependencies
Documentation
Bucket#upload()
still exists (#421)Internal / Testing Changes
v2.0.3
Compare Source
Implementation Changes
v2.0.2
Compare Source
Implementation Changes
v2.0.1
Compare Source
This fixes types declaration issues with projects using TypeScript.
Implementation Changes
Dependencies
Internal / Testing Changes
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
no longer accepts URLsTo better support a variety of HTTP clients, the remote fetching functionality of
bucket.upload
has been removed. It can be replaced with your favorite HTTP client.Old Code
New Code
Breaking changes
Features
Bug fixes
Internal / Testing Changes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.