Skip to content

Commit 8cfdc53

Browse files
committed
Merge remote-tracking branch 'origin/main' into bson-feature
2 parents ac59a1c + 080a90d commit 8cfdc53

File tree

287 files changed

+3814
-1206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+3814
-1206
lines changed

.changeset/chilly-parrots-remember.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/floppy-schools-battle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/nice-plants-thank.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@firebase/database-compat": patch
3+
"@firebase/database": patch
4+
"@firebase/firestore": patch
5+
"@firebase/functions": patch
6+
"@firebase/storage": patch
7+
"@firebase/util": patch
8+
---
9+
10+
Auto Enable SSL for Firebase Studio

.changeset/nine-pugs-crash.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@firebase/auth": patch
3+
"@firebase/data-connect": patch
4+
"@firebase/database-compat": patch
5+
"@firebase/database": patch
6+
"@firebase/firestore": patch
7+
"@firebase/storage": patch
8+
"@firebase/util": patch
9+
---
10+
11+
Fix Auth Redirects on Firebase Studio

.changeset/silver-jeans-sell.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/stupid-apples-shave.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tricky-actors-exercise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/check-changeset.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,25 @@ jobs:
5757
- name: Print blocking failure status
5858
run: echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
5959
- name: Find Comment
60-
uses: peter-evans/find-comment@v3
60+
# This commit represents v3.1.0
61+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
6162
id: fc
6263
with:
6364
issue-number: ${{github.event.number}}
6465
body-includes: Changeset File Check
6566
- name: Create comment (missing packages)
6667
if: ${{!steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
67-
uses: peter-evans/create-or-update-comment@v4
68+
# This commit represents v4.0.0
69+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
6870
with:
6971
issue-number: ${{github.event.number}}
7072
body: |
7173
### Changeset File Check :warning:
7274
${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
7375
- name: Update comment (missing packages)
7476
if: ${{steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
75-
uses: peter-evans/create-or-update-comment@v4
77+
# This commit represents v4.0.0
78+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7679
with:
7780
comment-id: ${{steps.fc.outputs.comment-id}}
7881
edit-mode: replace
@@ -81,7 +84,8 @@ jobs:
8184
${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
8285
- name: Update comment (no missing packages)
8386
if: ${{steps.fc.outputs.comment-id && !steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
84-
uses: peter-evans/create-or-update-comment@v4
87+
# This commit represents v4.0.0
88+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
8589
with:
8690
comment-id: ${{steps.fc.outputs.comment-id}}
8791
edit-mode: replace

.github/workflows/check-vertexai-responses.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ jobs:
3535
echo "latest_tag=$LATEST" >> $GITHUB_ENV
3636
working-directory: packages/vertexai/test-utils/vertexai-sdk-test-data
3737
- name: Find comment from previous run if exists
38-
uses: peter-evans/find-comment@v3
38+
# This commit represents v3.1.0
39+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
3940
id: fc
4041
with:
4142
issue-number: ${{github.event.number}}
4243
body-includes: Vertex AI Mock Responses Check
4344
- name: Comment on PR if newer version is available
4445
if: ${{env.cloned_tag != env.latest_tag && !steps.fc.outputs.comment-id}}
45-
uses: peter-evans/create-or-update-comment@v4
46+
# This commit represents v4.0.0
47+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
4648
with:
4749
issue-number: ${{github.event.number}}
4850
body: >

.github/workflows/health-metrics-pull-request.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ jobs:
4242
- uses: actions/setup-node@v4
4343
with:
4444
node-version: 22.10.0
45-
- uses: 'google-github-actions/auth@v0'
45+
# This commit represents v0.8.3
46+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
4647
with:
4748
credentials_json: '${{ secrets.GCP_SA_KEY }}'
48-
- uses: google-github-actions/setup-gcloud@v2
49+
# This commit represents v2.1.4
50+
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
4951
- run: yarn install
5052
- run: yarn build
5153
- name: Run health-metrics/binary-size test
@@ -59,10 +61,12 @@ jobs:
5961
- uses: actions/setup-node@v4
6062
with:
6163
node-version: 22.10.0
62-
- uses: 'google-github-actions/auth@v0'
64+
# This commit represents v0.8.3
65+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
6366
with:
6467
credentials_json: '${{ secrets.GCP_SA_KEY }}'
65-
- uses: google-github-actions/setup-gcloud@v2
68+
# This commit represents v2.1.4
69+
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
6670
- run: yarn install
6771
- run: yarn build
6872
- name: Run health-metrics/modular-exports-binary-size test

0 commit comments

Comments
 (0)