Commit bb5871b
committed
Merge main into ashish-kothari/rc-custom-targeting
Squashed commit of the following:
commit ffbf5a6
Author: Google Open Source Bot <firebase-oss-bot@google.com>
Date: Thu Nov 14 07:04:30 2024 -0800
Version Packages (#8635)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
commit 2c27206
Merge: a75082f e3e2078
Author: Google Open Source Bot <firebase-oss-bot@google.com>
Date: Tue Nov 12 07:48:12 2024 -0800
Merge main into release
commit e3e2078
Author: Daniel La Rocque <dlarocque@google.com>
Date: Wed Nov 6 09:57:57 2024 -0500
Consolidate CI test output into a single string (#8489)
* Consolidate CI test output into a single string
Having CI test process stdout and stderr in a single string makes it
easier to read when looking through failures, since you can see the test
output alongside the error messages.
Without this, any stderr output written during a test will be captured
seperately from the test output, so when we then log it after a test
failure, we can't tell which test logged which errors.
* Prefix stdout and stderr output
commit 274e9a5
Author: Daniel La Rocque <dlarocque@google.com>
Date: Tue Nov 5 17:25:54 2024 -0500
Remove unused `convertPropertiesForEnclosingClass" (#8618)
commit caf3090
Author: Daniel La Rocque <dlarocque@google.com>
Date: Wed Oct 30 15:12:32 2024 -0400
Upgrade ts-node to 10.19.2 (#8531)
commit 0f5714b
Author: Mark Duckworth <1124037+MarkDuckworth@users.noreply.github.com>
Date: Wed Oct 30 10:05:19 2024 -0600
Fix for 8474 - Prevent a possible condition of slow snapshots, caused by a rapid series of document update(s) followed by a delete. (#8595)
commit d4cb3f8
Author: Daniel La Rocque <dlarocque@google.com>
Date: Mon Oct 28 14:32:13 2024 -0400
Upgrade workflows Node version from `20.x` to `22.10.0` (#8601)
Node 22 enters LTS on October 29th, 2024, so we should upgrade CI to run
on Node 22.
commit b807119
Author: Daniel La Rocque <dlarocque@google.com>
Date: Fri Oct 25 15:16:08 2024 -0400
Remove modifiers from compat overloads (#8604)
* Remove modifiers from compat overloads
* format
* Add changeset
commit 612335d
Author: Daniel La Rocque <dlarocque@google.com>
Date: Fri Oct 25 14:31:32 2024 -0400
Upgrade webpack dependencies in e2e tests (#8605)1 parent 9e1b157 commit bb5871b
File tree
141 files changed
+3410
-3830
lines changed- .changeset
- .github/workflows
- e2e
- integration
- compat-interop
- firebase
- firestore
- messaging
- packages
- analytics-compat
- analytics-interop-types
- analytics-types
- analytics
- app-check-compat
- app-check-interop-types
- app-check-types
- app-check
- app-compat
- app-types
- app
- auth-compat
- auth-interop-types
- auth-types
- auth
- component
- data-connect
- database-compat
- database-types
- database
- firebase
- firestore-compat
- firestore-types
- firestore
- src/remote
- test
- unit/specs
- util
- functions-compat
- functions-types
- functions
- installations-compat
- installations-types
- installations
- logger
- messaging-compat
- messaging-interop-types
- messaging
- performance-compat
- performance-types
- performance
- remote-config-compat
- remote-config-types
- remote-config
- rules-unit-testing
- storage-compat
- storage-types
- storage
- template-types
- template
- util
- vertexai
- webchannel-wrapper
- repo-scripts
- prune-dts
- size-analysis
- scripts
- build
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+3410
-3830
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments