Open mend-for-github-com[bot] opened 2 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
This PR contains the following updates:
3.6.1
->3.6.2
By merging this PR, the issue #24 will be automatically resolved and closed:
Release Notes
firebase/firebase-functions (firebase-functions)
### [`v3.6.2`](https://redirect.github.com/firebase/firebase-functions/releases/tag/v3.6.2) [Compare Source](https://redirect.github.com/firebase/firebase-functions/compare/v3.6.1...v3.6.2) - Pin `@types/express` version to 4.17.3 to fix type definition issue (Issue [#685](https://redirect.github.com/firebase/firebase-functions/issues/685)). - Firestore onCreate, onUpdate, and onDelete now receive a `QueryDocumentSnapshot` instead of `DocumentSnapshot`, which guarantees that data is not undefined (Issue [#659](https://redirect.github.com/firebase/firebase-functions/issues/659)). - Modify return type of `DataSnapshot.forEach` to `boolean | void` match `firebase-admin` SDK.