Skip to content

Commit

Permalink
Merge branch 'main' into ashish-kothari/rc-custom-targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-kothari authored Jan 7, 2025
2 parents d306b5d + 32bf021 commit e33869b
Show file tree
Hide file tree
Showing 169 changed files with 6,075 additions and 5,163 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-timers-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-toys-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-peas-tell.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/canary-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Deploy canary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Run changeset script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Run doc generation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pkg-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Deploy project config if needed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@master
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Run formatting script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: yarn install
run: yarn
- name: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Yarn install
run: yarn
- name: Deploy prerelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 20.x
node-version: 22.10.0

- name: Get PR number and send to tracker.
run: node scripts/ci/log-changesets.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 20.x
node-version: 22.10.0

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Checkout release branch (with history)
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Merge main into release
uses: actions/github-script@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tweet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 20.x
node-version: 22.10.0
- name: Poll release notes page on devsite
run: node scripts/ci/poll_release_notes.js
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- run: cp config/ci.config.json config/project.json
- run: yarn
- run: yarn build:${{ matrix.persistence }}
Expand Down
17 changes: 5 additions & 12 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand All @@ -70,19 +70,12 @@ jobs:
run: xvfb-run yarn test:changed auth
test-firefox:
name: Test Auth on Firefox If Changed
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: install Firefox stable
run: |
sudo apt-get update
sudo apt-get install firefox
sudo apt-get install wget
run: npx @puppeteer/browsers install firefox@stable
- name: Checkout Repo
uses: actions/checkout@v4
with:
Expand All @@ -91,7 +84,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand All @@ -115,7 +108,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-fcm-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-firestore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
34 changes: 12 additions & 22 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand All @@ -169,21 +169,16 @@ jobs:

compat-test-firefox:
name: Test Firestore Compatible on Firefox
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: install Firefox stable
run: |
sudo apt-get update
sudo apt-get install firefox
run: npx @puppeteer/browsers install firefox@stable
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Download build archive
uses: actions/download-artifact@v3
with:
Expand All @@ -202,17 +197,12 @@ jobs:
strategy:
matrix:
test-name: ["test:browser", "test:travis", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: install Firefox stable
run: |
sudo apt-get update
sudo apt-get install firefox
run: npx @puppeteer/browsers install firefox@stable
- name: Download build archive
uses: actions/download-artifact@v3
with:
Expand All @@ -222,7 +212,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup and yarn install
run: cp config/ci.config.json config/project.json
- name: Run tests
Expand All @@ -240,7 +230,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Download build archive
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -277,7 +267,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: Test setup
run: |
cp config/ci.config.json config/project.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.10.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
Loading

0 comments on commit e33869b

Please sign in to comment.