Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @google-cloud/storage from 5.20.5 to 7.11.3 in /big-dipper #2450

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps @google-cloud/storage from 5.20.5 to 7.11.3.

Release notes

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

v7.11.3

7.11.3 (2024-07-09)

Bug Fixes

  • Error serialization in resumable-upload.ts (#2493) (c2e555c)
  • Handle unhandled error in startResumableUpload_ (#2495) (d5257ba)
  • Make CreateBucketRequest extend from BucketMetadata to allow all… (#2489) (013a5a4)

v7.11.2

7.11.2 (2024-06-07)

Bug Fixes

v7.11.1

7.11.1 (2024-05-21)

Bug Fixes

  • Add missing projectIdentifier to GetServiceAccountOptions (#2468) (d49e9d2)
  • Allow files in directories to be downloaded onto local machine (#2199) (9f62429)
  • Do not set customEndpoint if apiEndpoint === default (#2460) (b4dbd73)
  • Improve GetFilesResponse interface (#2466) (918db28)

v7.11.0

7.11.0 (2024-05-03)

Features

  • Add ability to enable hierarchical namespace on buckets (#2453) (4e5726f)

v7.10.2

7.10.2 (2024-04-26)

Bug Fixes

  • Use correct indices for file.from and fix tests to verify names (#2449) (d4240fa)

v7.10.1

7.10.1 (2024-04-22)

Bug Fixes

... (truncated)

Changelog

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

7.11.3 (2024-07-09)

Bug Fixes

  • Error serialization in resumable-upload.ts (#2493) (c2e555c)
  • Handle unhandled error in startResumableUpload_ (#2495) (d5257ba)
  • Make CreateBucketRequest extend from BucketMetadata to allow all… (#2489) (013a5a4)

7.11.2 (2024-06-07)

Bug Fixes

7.11.1 (2024-05-21)

Bug Fixes

  • Add missing projectIdentifier to GetServiceAccountOptions (#2468) (d49e9d2)
  • Allow files in directories to be downloaded onto local machine (#2199) (9f62429)
  • Do not set customEndpoint if apiEndpoint === default (#2460) (b4dbd73)
  • Improve GetFilesResponse interface (#2466) (918db28)

7.11.0 (2024-05-03)

Features

  • Add ability to enable hierarchical namespace on buckets (#2453) (4e5726f)

7.10.2 (2024-04-26)

Bug Fixes

  • Use correct indices for file.from and fix tests to verify names (#2449) (d4240fa)

7.10.1 (2024-04-22)

Bug Fixes

7.10.0 (2024-04-15)

... (truncated)

Commits
  • ded96e3 chore(main): release 7.11.3 (#2496)
  • d5257ba fix: Handle unhandled error in startResumableUpload_ (#2495)
  • 013a5a4 fix: make CreateBucketRequest extend from BucketMetadata to allow all… (#2489)
  • c2e555c fix: error serialization in resumable-upload.ts (#2493)
  • 18eef67 ci: Enable constraintsFiltering for Node.js Libraries (#2488)
  • 3017535 samples: add sample for creating a bucket with hierarhical namespace … (#2486)
  • f351328 chore(main): release 7.11.2 (#2481)
  • 1477fe1 fix: support uint8array in file.save (#2480)
  • c3fe679 chore: [node] add auto-approve templates, and install dependencies with engin...
  • 8ab5080 chore(deps): update dependency sinon to v18 (#2471)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Jul 10, 2024
@dependabot dependabot bot requested a review from MikeSofaer as a code owner July 10, 2024 01:43
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jul 10, 2024
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.20.5 to 7.11.3.
- [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.20.5...v7.11.3)

---
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/big-dipper/google-cloud/storage-7.11.3 branch from 8346c15 to a0cba38 Compare August 2, 2024 19:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2024

Superseded by #2493.

@dependabot dependabot bot closed this Aug 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/big-dipper/google-cloud/storage-7.11.3 branch August 8, 2024 02:04
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 javascript Pull requests that update Javascript code [zube]: Done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants