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/firestore, firebase-admin and firebase-functions in /functions #268

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Bumps @google-cloud/firestore to 7.1.0 and updates ancestor dependencies @google-cloud/firestore, firebase-admin and firebase-functions. These dependencies need to be updated together.

Updates @google-cloud/firestore from 3.7.2 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2023-10-11)

Features

v7.0.0

7.0.0 (2023-10-03)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1900)
  • Fix the UpdateData incorrect parameter type issue (#1887)

Features

  • Fix the UpdateData incorrect parameter type issue (#1887) (0afadef)

Bug Fixes

Miscellaneous Chores

v6.8.0

6.8.0 (2023-09-26)

Features

  • Publish proto definitions for SUM/AVG in Firestore (#1856) (ac35b37)

Bug Fixes

  • deps: Use protobufjs v7.2.5
  • Add tests for multiple inequality support (#1878) (8e621d5)

v6.7.0

6.7.0 (2023-07-20)

Features

... (truncated)

Changelog

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

7.1.0 (2023-10-11)

Features

7.0.0 (2023-10-03)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1900)
  • Fix the UpdateData incorrect parameter type issue (#1887)

Features

  • Fix the UpdateData incorrect parameter type issue (#1887) (0afadef)

Bug Fixes

Miscellaneous Chores

6.8.0 (2023-09-26)

Features

  • Publish proto definitions for SUM/AVG in Firestore (#1856) (ac35b37)

Bug Fixes

  • deps: Use protobufjs v7.2.5 (#1889)
  • Add tests for multiple inequality support (#1878) (8e621d5)

6.7.0 (2023-07-20)

Features

... (truncated)

Commits

Updates firebase-admin from 8.10.0 to 12.0.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v12.0.0

  • Breaking change: Upgraded the @google-cloud/firestore package to v7. This is a breaking change. Refer to the Cloud Firestore release notes for more details.

  • Breaking change: Upgraded the @google-cloud/storage package to v7. This is a breaking change. Refer to the Cloud Storage release notes for more details.

  • Breaking change: Upgraded TypeScript to v5.1.6.

  • Deprecated support for Node.js 14. Instead use Node.js 16 or higher when deploying the Admin SDK. Node.js 14 support will be dropped in the next major version.

  • Upgraded the google-cloud/firestore dependency to v7.1.0 to support sum() and `average() aggregation functions.

  • Upgraded the @firebase/database-compat package to v1.

  • Dropped AutoML model support (#1974)

Bug Fixes

  • fix(firestore): Export new aggregate types (#2396)

Miscellaneous

  • [chore] Release 12.0.0 (#2404)
  • chore: Deprecate Node.js 14 (#2397)
  • build(deps): Bump typescript, database-compat (#2403)
  • build(deps-dev): bump @​types/firebase-token-generator (#2399)
  • build(deps-dev): bump sinon and @​types/sinon (#2398)
  • build(deps-dev): bump @​types/mocha from 10.0.1 to 10.0.6 (#2400)
  • build(deps-dev): bump @​types/minimist from 1.2.2 to 1.2.5 (#2389)
  • build(deps-dev): bump @​types/request from 2.48.8 to 2.48.12 (#2390)
  • chore(deps): bump google-cloud/firestore and google-cloud/storage

Firebase Admin Node.js SDK v11.11.1

Miscellaneous

  • [chore] Release 11.11.1 (#2387)
  • build(deps): bump jwks-rsa from 3.0.1 to 3.1.0 (#2381)
  • chore(deps): bump google-cloud/firestore to 6.8.0 (#2385)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.36.3 to 7.38.3 (#2380)
  • build(deps-dev): bump @​types/sinon-chai from 3.2.9 to 3.2.12 (#2366)
  • build(deps-dev): bump @​babel/traverse from 7.21.4 to 7.23.2 (#2343)
  • build(deps-dev): bump eslint from 8.50.0 to 8.51.0 (#2330)
  • build(deps-dev): bump @​types/firebase-token-generator (#2322)
  • Bug Fix for issue #2320 (#2321)

Firebase Admin Node.js SDK v11.11.0

New Features

  • feat(auth): Add Email Privacy support in Project and Tenant config (#2198)

Miscellaneous

... (truncated)

Commits
  • 6bde095 [chore] Release 12.0.0 (#2404)
  • a8d9d42 chore: Deprecate Node.js 14 (#2397)
  • 14dea58 build(deps): Bump typescript, database-compat (#2403)
  • b334dca build(deps-dev): bump @​types/firebase-token-generator (#2399)
  • 653f014 build(deps-dev): bump sinon and @​types/sinon (#2398)
  • 8b98b79 build(deps-dev): bump @​types/mocha from 10.0.1 to 10.0.6 (#2400)
  • de00635 fix(firestore): Export new aggregate types (#2396)
  • bc1e522 build(deps-dev): bump @​types/minimist from 1.2.2 to 1.2.5 (#2389)
  • b9bdb47 build(deps-dev): bump @​types/request from 2.48.8 to 2.48.12 (#2390)
  • ffae70c change(ml): Drop the feature to publish from an AutoML Model (#1974)
  • Additional commits viewable in compare view

Updates firebase-functions from 3.5.0 to 3.24.1

Release notes

Sourced from firebase-functions's releases.

v3.24.1

  • Fix reference docs for performance monitoring.
  • Fix bug where function configuration wil null values couldn't be deployed. (#1246)

v3.24.0

  • Add performance monitoring triggers to v2 alerts (#1223).

v3.23.0

  • Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions (#1199).
  • Add v2 Schedule Triggers (#1177).

v3.22.0

  • Adds RTDB Triggers for v2 functions (#1127)
  • Adds support for Firebase Admin SDK v11 (#1151)
  • Fixes bug where emulated task queue function required auth header (#1154)

v3.21.2

  • Fixes bug where toJSON was not defined in UserRecord (#1125).

v3.21.1

  • Add debug feature to enable cors option for v2 onRequest and onCall handlers. (#1099)

v3.21.0

  • Adds CPU option and enhances internal data structures (#1077)
  • Add auth blocking handlers (#1080)
  • Add support for secrets in v2 (#1079)
  • Update types for AlertPayloads (#1087)
  • Update AppDistribution [@type] (#1088)
  • Update CloudEvent types (#1089)
  • Generate documentation with api-extractor (#1071)
  • Change type info to be inheritance friendly. (#1091)
  • Changes the memory options from MB to MiB and GB to GiB for greater clarity (#1090)

v3.20.1

  • Improve authorization for tasks. (#1073)

v3.20.0

  • Changes internal structure to be more flexible (#1070).

v3.19.0

  • Add support for more regions and memory for v2 functions (#1037).
  • Fixes bug where some RTDB instance names were incorrectly parsed (#1056).

v3.18.1

  • Expose stack YAML via __/functions.yaml endpoint instead (#1036).

v3.18.0

  • Add new runtime option for setting secrets.

v3.17.2

... (truncated)

Commits
  • e4bda7d 3.24.1
  • 3c5392d Hide documentation for in-app feedback (#1245)
  • cc6e28e Fix bug where function configuration with null couldn't be deployed. (#1246)
  • cf27ac6 Adding required --project flag to v2 docgen script. (#1239)
  • 1ac04ad fix tsdoc comments (#1240)
  • bd0fcbc [firebase-release] Removed change log and reset repo after 3.24.0 release
  • e191af7 3.24.0
  • b93e397 Don't delete fields on a non-breaking change release (#1238)
  • 65e66a2 Converting alert type and app id to camel case in the CloudEvent (#1236)
  • c18e832 Adds performance monitoring triggers to v2 alerts (#1223)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) to 7.1.0 and updates ancestor dependencies [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-functions](https://github.com/firebase/firebase-functions). These dependencies need to be updated together.


Updates `@google-cloud/firestore` from 3.7.2 to 7.1.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@v3.7.2...v7.1.0)

Updates `firebase-admin` from 8.10.0 to 12.0.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](firebase/firebase-admin-node@v8.10.0...v12.0.0)

Updates `firebase-functions` from 3.5.0 to 3.24.1
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](firebase/firebase-functions@v3.5.0...v3.24.1)

---
updated-dependencies:
- dependency-name: "@google-cloud/firestore"
  dependency-type: indirect
- dependency-name: firebase-admin
  dependency-type: direct:production
- dependency-name: firebase-functions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2023
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

0 participants