Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps @google-cloud/storage from 5.19.4 to 6.0.1.

Release notes

Sourced from @​google-cloud/storage's releases.

v6.0.1

6.0.1 (2022-05-25)

Bug Fixes

v6.0.0

6.0.0 (2022-05-24)

⚠ 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

v5.20.5

5.20.5 (2022-05-19)

Bug Fixes

  • chore: move uuid package to dependencies (#1952) (0ff5aa3)

v5.20.4

5.20.4 (2022-05-18)

... (truncated)

Changelog

Sourced from @​google-cloud/storage's changelog.

6.0.1 (2022-05-25)

Bug Fixes

6.0.0 (2022-05-24)

⚠ 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

  • chore: move uuid package to dependencies (#1952) (0ff5aa3)

5.20.4 (2022-05-18)

Bug Fixes

  • revert native typescript mocha tests (#1947) (1d0ea7d)
  • support empty object uploads for resumable upload (#1949) (da6016e)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/storage-6.0.1 branch 2 times, most recently from fb32878 to 725368c Compare June 1, 2022 15:26
@danielbankhead
Copy link

Any reason the target is ES5?

"target": "es5",

I see Node 12 is the minimum supported version, which would include ES6/ES2015+ support:
https://github.com/firebase/firebase-admin-node#supported-environments

"engines": {
"node": ">=12.7.0"
},

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/storage-6.0.1 branch from 725368c to eedd831 Compare June 2, 2022 23:10
@lahirumaramba
Copy link
Member

@danielbankhead as Node 12 reached EoL we plan to deprecate it and drop support in the next major version. We can probably update the target in the next release. Thanks!

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/storage-6.0.1 branch 8 times, most recently from 00f2e43 to 627757b Compare June 8, 2022 14:43
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.19.4 to 6.0.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v5.19.4...v6.0.1)

---
updated-dependencies:
- dependency-name: "@google-cloud/storage"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/storage-6.0.1 branch from 627757b to 0940271 Compare June 8, 2022 14:49
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2022

Superseded by #1752.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants