Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b430a690b7af5ef585276e65b2568aec989e607
Choose a base ref
..
head repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e65c920b7157f47d428a8deb7a8f71d40f7af695
Choose a head ref
Showing with 147,639 additions and 129 deletions.
  1. +0 −5 .changeset/chilly-emus-sit.md
  2. +0 −6 .changeset/eight-planets-sleep.md
  3. +11 −0 .changeset/real-dolls-type.md
  4. +0 −5 .changeset/strong-coins-repeat.md
  5. +0 −5 .changeset/tiny-items-grin.md
  6. +147,406 −0 .yarn/releases/yarn-1.22.11.cjs
  7. +4 −4 integration/compat-interop/package.json
  8. +1 −1 integration/firebase/package.json
  9. +1 −1 integration/firestore/package.json
  10. +2 −2 integration/messaging/package.json
  11. +2 −2 integration/messaging/test/utils/sendMessage.js
  12. +1 −0 package.json
  13. +1 −1 packages/analytics-compat/package.json
  14. +1 −1 packages/analytics/package.json
  15. +1 −1 packages/app-check-compat/package.json
  16. +1 −1 packages/app-check/package.json
  17. +7 −0 packages/app-compat/CHANGELOG.md
  18. +2 −2 packages/app-compat/package.json
  19. +6 −0 packages/app/CHANGELOG.md
  20. +1 −1 packages/app/package.json
  21. +7 −0 packages/auth-compat/CHANGELOG.md
  22. +8 −4 packages/auth-compat/index.node.ts
  23. +12 −0 packages/auth-compat/karma.conf.js
  24. +4 −4 packages/auth-compat/package.json
  25. +10 −0 packages/auth/CHANGELOG.md
  26. +12 −1 packages/auth/karma.conf.js
  27. +3 −3 packages/auth/package.json
  28. +8 −4 packages/auth/src/platform_node/index.ts
  29. +6 −6 packages/auth/test/helpers/integration/emulator_rest_helpers.ts
  30. +1 −1 packages/database-compat/package.json
  31. +1 −1 packages/database/package.json
  32. +15 −0 packages/firebase/CHANGELOG.md
  33. +6 −6 packages/firebase/package.json
  34. +6 −0 packages/firestore-compat/CHANGELOG.md
  35. +2 −2 packages/firestore-compat/package.json
  36. +4 −4 packages/firestore/package.json
  37. +3 −3 packages/firestore/src/platform/node_lite/connection.ts
  38. +1 −1 packages/functions-compat/package.json
  39. +13 −1 packages/functions/karma.conf.js
  40. +2 −2 packages/functions/package.json
  41. +2 −2 packages/functions/src/index.node.ts
  42. +2 −2 packages/functions/test/utils.ts
  43. +1 −1 packages/installations-compat/package.json
  44. +1 −1 packages/installations/package.json
  45. +1 −1 packages/messaging-compat/package.json
  46. +1 −1 packages/messaging/package.json
  47. +1 −1 packages/performance-compat/package.json
  48. +1 −1 packages/performance/package.json
  49. +1 −1 packages/remote-config-compat/package.json
  50. +1 −1 packages/remote-config/package.json
  51. +12 −12 packages/rules-unit-testing/functions/yarn.lock
  52. +2 −1 packages/rules-unit-testing/package.json
  53. +2 −2 packages/storage-compat/package.json
  54. +3 −3 packages/storage/package.json
  55. +1 −4 packages/storage/src/implementation/type.ts
  56. +3 −3 packages/storage/src/platform/node/connection.ts
  57. +1 −1 packages/template/package.json
  58. +7 −3 repo-scripts/changelog-generator/index.ts
  59. +3 −2 repo-scripts/changelog-generator/package.json
  60. +1 −4 repo-scripts/changelog-generator/tsconfig.json
  61. +1 −1 repo-scripts/size-analysis/package.json
  62. +19 −0 yarn.lock
5 changes: 0 additions & 5 deletions .changeset/chilly-emus-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-planets-sleep.md

This file was deleted.

11 changes: 11 additions & 0 deletions .changeset/real-dolls-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@firebase/auth-compat': minor
'@firebase/firestore': minor
'@firebase/functions': minor
'@firebase/storage': minor
'@firebase/auth': minor
'firebase': minor
---

Replaced node-fetch v2.6.7 dependency with the latest version of undici (v5.26.5) in Node.js SDK
builds for auth, firestore, functions and storage.
5 changes: 0 additions & 5 deletions .changeset/strong-coins-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-items-grin.md

This file was deleted.

Loading