Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix(deps): update dependency @google-cloud/storage to v6 #568

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/storage ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

googleapis/nodejs-storage

v6.1.0

Compare Source

Features
6.0.1 (2022-05-25)
Bug Fixes

v6.0.1

Compare Source

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update TypeScript
  • remove deprecated fields
  • remove configstore
  • align resumable upload behavior
  • utilize internalized CRC32C utilities
  • drop node 10 support
Build System
Code Refactoring
  • align resumable upload behavior (77fa8d9)
  • remove configstore (77fa8d9)
  • remove deprecated fields (77fa8d9)
  • utilize internalized CRC32C utilities (77fa8d9)
deps
5.20.5 (2022-05-19)
Bug Fixes
5.20.4 (2022-05-18)
Bug Fixes
5.20.3 (2022-05-17)
Bug Fixes
5.20.2 (2022-05-17)
Bug Fixes
  • use path.join and __dirname for require package.json (#​1936) (b868762)
5.20.1 (2022-05-16)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners May 25, 2022 09:37
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 25, 2022
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 25, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 25, 2022
@product-auto-label product-auto-label bot added the api: cloudiot Issues related to the googleapis/nodejs-iot API. label May 25, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 25, 2022
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-storage-6.x branch from cd93442 to 6766502 Compare June 8, 2022 17:10
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 8, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 8, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2022
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-storage-6.x branch from 6766502 to f2cc3a5 Compare June 10, 2022 14:54
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 10, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 10, 2022
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-storage-6.x branch from f2cc3a5 to 31fe863 Compare June 10, 2022 15:23
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 10, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 10, 2022
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-storage-6.x branch from 31fe863 to ed66ab7 Compare June 20, 2022 19:17
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 20, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 20, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 20, 2022
@bcoe bcoe merged commit b15efb4 into googleapis:main Jun 20, 2022
@renovate-bot renovate-bot deleted the renovate/google-cloud-storage-6.x branch June 20, 2022 19:33
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 30, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.5.1...v3.0.0) (2022-06-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#566)

### Features

* AuditConfig for IAM v1 ([#552](#552)) ([1b1a3d2](1b1a3d2))


### Bug Fixes

* **deps:** update dependency @google-cloud/pubsub to v3 ([#569](#569)) ([77a2005](77a2005))
* **deps:** update dependency @google-cloud/storage to v6 ([#568](#568)) ([b15efb4](b15efb4))


### Build System

* update library to use Node 12 ([#566](#566)) ([1efe654](1efe654))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl pushed a commit to googleapis/google-cloud-node that referenced this pull request Nov 11, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](googleapis/nodejs-iot@v2.5.1...v3.0.0) (2022-06-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#566)

### Features

* AuditConfig for IAM v1 ([#552](googleapis/nodejs-iot#552)) ([1b1a3d2](googleapis/nodejs-iot@1b1a3d2))


### Bug Fixes

* **deps:** update dependency @google-cloud/pubsub to v3 ([#569](googleapis/nodejs-iot#569)) ([77a2005](googleapis/nodejs-iot@77a2005))
* **deps:** update dependency @google-cloud/storage to v6 ([#568](googleapis/nodejs-iot#568)) ([b15efb4](googleapis/nodejs-iot@b15efb4))


### Build System

* update library to use Node 12 ([#566](googleapis/nodejs-iot#566)) ([1efe654](googleapis/nodejs-iot@1efe654))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: cloudiot Issues related to the googleapis/nodejs-iot API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants