Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #5566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v4
with:
node-version: 22.10.0
node-version: 22.14.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 @@ -40,7 +40,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
- uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
# This commit represents v0.8.3
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
with:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
# This commit represents v0.8.3
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
with:
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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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: 22.10.0
node-version: 22.14.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 @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Merge main into release
uses: actions/github-script@v7
with:
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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- run: cp config/ci.config.json config/project.json
- run: yarn
- run: yarn build:${{ matrix.persistence }}
Expand Down
6 changes: 3 additions & 3 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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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 @@ -73,7 +73,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
16 changes: 8 additions & 8 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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Download build archive
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: cp config/ci.config.json config/project.json
- name: Run tests
Expand All @@ -230,7 +230,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Download build archive
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-changed.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@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: install Chrome stable
run: |
sudo apt-get update
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: install Firefox stable
run: npx @puppeteer/browsers install firefox@stable
- name: Test setup and yarn install
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Set up Node (20)
uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: 22.14.0
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"firebase": "11.3.0"
"firebase": "11.5.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/core": "7.26.10",
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.26.0",
"@types/jest": "29.5.14",
"babel-jest": "29.7.0",
Expand Down
Loading
Loading