Skip to content

Commit

Permalink
Update all non-major dependencies (#4097)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* update workflows to node 14

* do not update tsdoc

* fix lint

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Feiyang1 <plane1113@gmail.com>
  • Loading branch information
3 people authored Jun 28, 2021
1 parent 1e6bd3e commit 1bbdbfe
Show file tree
Hide file tree
Showing 84 changed files with 1,802 additions and 1,715 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
# Canary release script requires git history and tags.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: Yarn install
run: yarn
- name: Deploy canary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so check_changeset script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: Yarn install
run: yarn
- name: Run changeset script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cross-browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: yarn install
run: yarn
- name: yarn lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
# Canary release script requires git history and tags.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: Yarn install
run: yarn
- name: Deploy prerelease
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 12.x
- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 14.x

- name: Install Dependencies
run: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-fcm-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-firestore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-firebase-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (10)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions config/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Cloud Functions for Firebase",
"dependencies": {
"cors": "2.8.5",
"firebase-admin": "9.4.2",
"firebase-functions": "3.13.0"
"firebase-admin": "9.9.0",
"firebase-functions": "3.14.1"
},
"private": true,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"firebase": "8.6.8",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
"chai": "4.3.4",
"karma": "5.2.3",
"karma-babel-preprocessor": "8.0.1",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "5.2.0",
"karma-typescript": "5.5.1",
"mocha": "7.2.0",
"npm-run-all": "4.1.5",
"typescript": "4.2.2"
Expand Down
6 changes: 3 additions & 3 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"@types/mocha": "7.0.2",
"gulp": "4.0.2",
"gulp-filter": "6.0.0",
"gulp-replace": "1.0.0",
"gulp-replace": "1.1.3",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "7.2.0",
"ts-loader": "8.0.12",
"ts-loader": "8.3.0",
"typescript": "4.2.2",
"webpack": "4.44.2",
"webpack": "4.46.0",
"webpack-stream": "6.1.1"
}
}
4 changes: 2 additions & 2 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"devDependencies": {
"firebase": "8.6.8",
"chai": "4.2.0",
"chai": "4.3.4",
"chromedriver": "91.0.0",
"express": "4.17.1",
"geckodriver": "1.21.1",
"geckodriver": "1.22.3",
"mocha": "7.2.0",
"node-fetch": "2.6.1",
"selenium-assistant": "6.1.0"
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@babel/preset-env": "7.12.11",
"@changesets/changelog-github": "0.2.7",
"@changesets/cli": "2.12.0",
"@babel/core": "7.14.6",
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/preset-env": "7.14.7",
"@changesets/changelog-github": "0.4.0",
"@changesets/cli": "2.16.0",
"@types/chai": "4.2.14",
"@types/chai-as-promised": "7.1.3",
"@types/child-process-promise": "2.2.1",
Expand All @@ -82,41 +82,41 @@
"@types/long": "4.0.1",
"@types/mocha": "7.0.2",
"@types/mz": "2.7.3",
"@types/node": "12.19.11",
"@types/node": "12.20.15",
"@types/sinon": "9.0.10",
"@types/sinon-chai": "3.2.5",
"@types/tmp": "0.2.0",
"@types/yargs": "16.0.0",
"@types/js-yaml": "4.0.0",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"api-documenter-me": "0.1.1",
"api-extractor-me": "0.1.2",
"babel-loader": "8.2.2",
"chai": "4.2.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chalk": "4.1.0",
"child-process-promise": "2.2.1",
"clone": "2.1.2",
"coveralls": "3.1.0",
"del": "6.0.0",
"dependency-graph": "0.9.0",
"eslint": "7.16.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-unused-imports": "1.0.1",
"dependency-graph": "0.11.0",
"eslint": "7.29.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-unused-imports": "1.1.1",
"express": "4.17.1",
"find-free-port": "2.0.0",
"firebase-functions": "3.13.0",
"firebase-tools": "9.1.0",
"firebase-functions": "3.14.1",
"firebase-tools": "9.14.0",
"git-rev-sync": "3.0.1",
"glob": "7.1.6",
"http-server": "0.12.3",
"husky": "4.3.6",
"indexeddbshim": "7.0.0",
"inquirer": "8.0.0",
"indexeddbshim": "7.1.0",
"inquirer": "8.1.1",
"istanbul-instrumenter-loader": "3.0.1",
"js-yaml": "4.0.0",
"js-yaml": "4.1.0",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
Expand All @@ -141,23 +141,23 @@
"npm-run-all": "4.1.5",
"npm-run-path": "4.0.1",
"nyc": "15.1.0",
"ora": "5.1.0",
"prettier": "2.2.1",
"ora": "5.4.1",
"prettier": "2.3.1",
"protractor": "5.4.2",
"rxjs": "6.6.3",
"semver": "7.3.4",
"simple-git": "2.31.0",
"simple-git": "2.40.0",
"sinon": "9.2.2",
"sinon-chai": "3.5.0",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"terser": "5.5.1",
"ts-loader": "8.0.12",
"terser": "5.7.0",
"ts-loader": "8.3.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.16.11",
"typescript": "4.2.2",
"watch": "1.0.2",
"webpack": "4.44.2",
"webpack": "4.46.0",
"yargs": "16.2.0"
},
"husky": {
Expand Down
4 changes: 2 additions & 2 deletions packages-exp/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"devDependencies": {
"@firebase/app-compat": "0.0.900",
"rollup": "2.35.1",
"rollup": "2.52.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.2.2"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages-exp/analytics-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-exp": "0.0.900",
"rollup": "2.33.2",
"rollup": "2.52.2",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.2.2"
},
"repository": {
Expand Down
Loading

0 comments on commit 1bbdbfe

Please sign in to comment.