Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @google-cloud/storage (3.2.1 → 3.3.0) · Repo · Changelog
Release Notes
3.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
chore: release 3.3.0 (#842)
docs(samples): add set file metadata sample (#834)
fix(deps): update dependency @google-cloud/pubsub to v1 (#858)
feat: allow removal of resumable upload cache (#773)
fix(deps): update dependency date-and-time to ^0.10.0 (#857)
build: switch to releasing with GitHub bot (#856)
fix: add warning for unsupported keepAcl param in file#copy (#841)
fix: use storage.googleapis.com for api endpoint (#854)
fix(deps): update dependency @google-cloud/pubsub to ^0.32.0 (#849)
update .nycrc ignore rules (#843)
chore(deps): update dependency eslint-plugin-node to v10 (#840)
feat: adds support for asyncIterators (via readable-stream@3 dependency)
fix: remove unsupported keepAcl param (#837)
chore(deps): update dependency typescript to ~3.6.0 (#838)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands