anishkny / integrify

🤝 Enforce referential and data integrity in Cloud Firestore using triggers
https://firebaseopensource.com/projects/anishkny/integrify
MIT License
109 stars 9 forks source link

Upgrade firebase-admin to version 11.0.1 #139

Closed depfu[bot] closed 2 years ago

depfu[bot] commented 2 years ago

👉 This PR is queued up to get rebased by Depfu

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ firebase-admin (^10.0.2 → ^11.0.1) · Repo · Changelog

Release Notes

11.0.1

Bug Fixes

  • fix: Add update or create release (#1779)

Miscellaneous

  • [chore] Release 11.0.1 (#1842)
  • chore: Update api-documenter config to include project headers (#1840)
  • PR fixes from #1812 (#1828)
  • build(deps-dev): bump @types/sinon from 10.0.12 to 10.0.13 (#1836)
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.6 to 5.31.0 (#1834)
  • build(deps): bump @types/node from 18.0.4 to 18.6.1 (#1835)
  • build(deps-dev): bump eslint from 8.19.0 to 8.20.0 (#1822)
  • build(deps-dev): bump @microsoft/api-extractor from 7.28.4 to 7.28.6 (#1833)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#1832)
  • build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 (#1819)
  • build(deps-dev): bump @firebase/app-compat from 0.1.28 to 0.1.29 (#1818)
  • Use ID token from metadata server when sending tasks for extensions (#1812)
  • build(deps-dev): bump @firebase/auth-compat from 0.2.17 to 0.2.18 (#1816)
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.0 to 5.30.6 (#1815)
  • build(deps): bump @types/node from 18.0.0 to 18.0.4 (#1814)
  • build(deps): bump @google-cloud/storage from 6.2.2 to 6.2.3 (#1817)
  • build(deps-dev): bump @microsoft/api-extractor from 7.28.3 to 7.28.4 (#1813)
  • build(deps): bump @firebase/database-types from 0.9.9 to 0.9.11 (#1811)
  • build(deps-dev): bump nock from 13.2.7 to 13.2.8 (#1809)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#1808)
  • build(deps): bump @firebase/database-compat from 0.2.1 to 0.2.3 (#1807)
  • fixed some typo in validator tests (#1792)
  • build(deps-dev): bump @microsoft/api-extractor from 7.27.1 to 7.28.3 (#1798)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#1795)
  • build(deps-dev): bump @types/sinon from 10.0.11 to 10.0.12 (#1800)
  • build(deps-dev): bump ts-node from 10.8.1 to 10.8.2 (#1796)
  • build(deps): bump @google-cloud/storage from 6.1.0 to 6.2.2 (#1797)
  • build(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#1794)
  • build(deps-dev): bump @firebase/auth-compat from 0.2.16 to 0.2.17 (#1784)
  • build(deps-dev): bump @firebase/app-compat from 0.1.27 to 0.1.28 (#1786)
  • build(deps-dev): bump @typescript-eslint/parser from 5.28.0 to 5.30.0 (#1785)
  • build(deps-dev): bump @microsoft/api-extractor from 7.25.2 to 7.27.1 (#1782)
  • Add lastRefreshTime to UserMetadata toJSON method. (#889)
  • build(deps-dev): bump nock from 13.2.6 to 13.2.7 (#1773)
  • build(deps-dev): bump eslint from 8.17.0 to 8.18.0 (#1774)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#1772)
  • build(deps): bump @types/node from 17.0.42 to 18.0.0 (#1775)
  • build(deps-dev): bump @microsoft/api-extractor from 7.25.0 to 7.25.2 (#1776)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 39 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 2 years ago

Closed in favor of #144.