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

build(deps): bump @google-cloud/firestore from 5.0.2 to 6.0.0 #1852

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

Bumps @google-cloud/firestore from 5.0.2 to 6.0.0.

Release notes

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

v6.0.0

6.0.0 (2022-07-22)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#1725)

Features

Bug Fixes

  • change REST binding for ListDocuments to support root collection (#1695) (6185f13)
  • deps: update dependency protobufjs to v7 (#1747) (4e8d33c)
  • split v1 and v1beta1 protos to improve startup time (#1664) (f3729cf)

Build System

Changelog

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

6.0.0 (2022-07-22)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#1725)

Features

Bug Fixes

  • change REST binding for ListDocuments to support root collection (#1695) (6185f13)
  • deps: update dependency protobufjs to v7 (#1747) (4e8d33c)
  • split v1 and v1beta1 protos to improve startup time (#1664) (f3729cf)

Build System

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 Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/firestore-6.0.0 branch 2 times, most recently from eda6d08 to a3680d4 Compare August 2, 2022 18:27
Bumps [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v5.0.2...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/google-cloud/firestore-6.0.0 branch from a3680d4 to 12ffe6d Compare August 2, 2022 19:00
@lahirumaramba lahirumaramba merged commit afd8000 into master Aug 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/google-cloud/firestore-6.0.0 branch August 8, 2022 20:19
@antonstefer
Copy link

When will this be released? @lahirumaramba

Some sub dependencies of the old firestore version cause trouble.
"@google-cloud/firestore": "^5.0.2" -> "google-gax": "^2.24.1" -> "@grpc/grpc-js": "~1.6.0"
See grpc/grpc-node#2231

Could you please release this change so the old grpc-js version range won't be used anymore?

@lahirumaramba
Copy link
Member

Thanks @antonstefer! Since dropping Node 12 appears to be the only breaking change in Firestore v6, I think we can include this in our next minor version of firebase-admin. The Admin SDK is already on Node 14.
I will track the updates of the next release here.

@lahirumaramba
Copy link
Member

This upgrade is now included in v11.1.0
Let us know if you run into any issues. Thank you for your patience!

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.

None yet

2 participants