hackmcgill / hackerAPI

🐓 API for registration, live-site
https://api.mchacks.ca
MIT License
22 stars 8 forks source link

build(deps): bump @google-cloud/storage from 5.8.5 to 6.9.4 #919

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 1 year ago

Bumps @google-cloud/storage from 5.8.5 to 6.9.4.

Release notes

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

v6.9.4

6.9.4 (2023-03-02)

Bug Fixes

  • Refactor createReadStream to remove unnecessary stream (#2153) (2c97310)

v6.9.3

6.9.3 (2023-02-15)

Bug Fixes

  • Reduce memory footprint of deleteFiles by utilizing getFilesStream and using smaller queue of promises (#2147) (f792f25)

v6.9.2

6.9.2 (2023-02-06)

Bug Fixes

  • Correctly handle if a user has no permissions when calling iam.testPermissions (#2140) (cce902d)

v6.9.1

6.9.1 (2023-01-24)

Bug Fixes

  • Setting file metadata is conditionally idempotent on ifmetagenerationmatch not ifgenerationmatch (#2131) (f20c28c)

v6.9.0

6.9.0 (2023-01-04)

Features

  • Add ability to upload entire directory, add samples for upload … (#2118) (b0f32ce)

v6.8.0

6.8.0 (2022-12-07)

Features

v6.7.0

6.7.0 (2022-11-03)

... (truncated)

Changelog

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

6.9.4 (2023-03-02)

Bug Fixes

  • Refactor createReadStream to remove unnecessary stream (#2153) (2c97310)

6.9.3 (2023-02-15)

Bug Fixes

  • Reduce memory footprint of deleteFiles by utilizing getFilesStream and using smaller queue of promises (#2147) (f792f25)

6.9.2 (2023-02-06)

Bug Fixes

  • Correctly handle if a user has no permissions when calling iam.testPermissions (#2140) (cce902d)

6.9.1 (2023-01-24)

Bug Fixes

  • Setting file metadata is conditionally idempotent on ifmetagenerationmatch not ifgenerationmatch (#2131) (f20c28c)

6.9.0 (2023-01-04)

Features

  • Add ability to upload entire directory, add samples for upload … (#2118) (b0f32ce)

6.8.0 (2022-12-07)

Features

6.7.0 (2022-11-03)

Features

6.6.0 (2022-10-25)

... (truncated)

Commits
  • 52e4ed6 chore(main): release 6.9.4 (#2155)
  • 2c97310 fix: refactor createReadStream to remove unnecessary stream (#2153)
  • 4006dfe test: add debug flag for suppressing extra console messages in ssb (#2146)
  • 7054e43 chore(main): release 6.9.3 (#2149)
  • f792f25 fix: reduce memory footprint of deleteFiles by utilizing getFilesStream and u...
  • 6851cd2 chore(main): release 6.9.2 (#2142)
  • cce902d fix: correctly handle if a user has no permissions when calling iam.testPermi...
  • b2f7600 test: add output format for SSB to performance tests (#2132)
  • e757189 chore(deps): update dependency nock to ~13.3.0 (#2136)
  • 5938095 chore(main): release 6.9.1 (#2135)
  • Additional commits viewable in compare view


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)
msohaill commented 3 months ago

Resolved by #926.

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.