Skip to content

Commit 1bbdbfe

Browse files
renovate[bot]renovate-botFeiyang1
authored
Update all non-major dependencies (#4097)
* Update all non-major dependencies * update workflows to node 14 * do not update tsdoc * fix lint Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Feiyang1 <[email protected]>
1 parent 1e6bd3e commit 1bbdbfe

File tree

84 files changed

+1802
-1715
lines changed

Some content is hidden

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

84 files changed

+1802
-1715
lines changed

.github/workflows/canary-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
# Canary release script requires git history and tags.
1818
fetch-depth: 0
19-
- name: Set up Node (10)
19+
- name: Set up Node (14)
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 10.x
22+
node-version: 14.x
2323
- name: Yarn install
2424
run: yarn
2525
- name: Deploy canary

.github/workflows/check-changeset.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so check_changeset script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: Yarn install
2121
run: yarn
2222
- name: Run changeset script

.github/workflows/cross-browser-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Use Node.js 10.x
18+
- name: Use Node.js 14.x
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 10.x
21+
node-version: 14.x
2222
- name: Test setup and yarn install
2323
run: |
2424
cp config/ci.config.json config/project.json

.github/workflows/health-metrics-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: 10.x
20+
node-version: 14.x
2121
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
2222
with:
2323
service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-node@v2
3535
with:
36-
node-version: 10.x
36+
node-version: 14.x
3737
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
3838
with:
3939
service_account_key: ${{ secrets.GCP_SA_KEY }}

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Node (10)
12+
- name: Set up Node (14)
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: 10.x
15+
node-version: 14.x
1616
- name: yarn install
1717
run: yarn
1818
- name: yarn lint

.github/workflows/prerelease-manual-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
# Canary release script requires git history and tags.
2222
fetch-depth: 0
23-
- name: Set up Node (10)
23+
- name: Set up Node (14)
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 10.x
26+
node-version: 14.x
2727
- name: Yarn install
2828
run: yarn
2929
- name: Deploy prerelease

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 12.x
19+
- name: Setup Node.js 14.x
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 12.x
22+
node-version: 14.x
2323

2424
- name: Install Dependencies
2525
run: yarn

.github/workflows/test-all.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Node (10)
12+
- name: Set up Node (14)
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: 10.x
15+
node-version: 14.x
1616
- name: install Chrome stable
1717
run: |
1818
sudo apt-get update

.github/workflows/test-changed-auth.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-changed-fcm-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-changed-firestore-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-changed-firestore.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-changed-misc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-changed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

.github/workflows/test-firebase-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
# This makes Actions fetch all Git history so run-changed script can diff properly.
1515
fetch-depth: 0
16-
- name: Set up Node (10)
16+
- name: Set up Node (14)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 10.x
19+
node-version: 14.x
2020
- name: install Chrome stable
2121
run: |
2222
sudo apt-get update

config/functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
55
"cors": "2.8.5",
6-
"firebase-admin": "9.4.2",
7-
"firebase-functions": "3.13.0"
6+
"firebase-admin": "9.9.0",
7+
"firebase-functions": "3.14.1"
88
},
99
"private": true,
1010
"engines": {

integration/firebase/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"firebase": "8.6.8",
1111
"@types/chai": "4.2.14",
1212
"@types/mocha": "7.0.2",
13-
"chai": "4.2.0",
13+
"chai": "4.3.4",
1414
"karma": "5.2.3",
1515
"karma-babel-preprocessor": "8.0.1",
1616
"karma-chrome-launcher": "3.1.0",
1717
"karma-firefox-launcher": "2.1.0",
1818
"karma-mocha": "2.0.1",
1919
"karma-spec-reporter": "0.0.32",
20-
"karma-typescript": "5.2.0",
20+
"karma-typescript": "5.5.1",
2121
"mocha": "7.2.0",
2222
"npm-run-all": "4.1.5",
2323
"typescript": "4.2.2"

integration/firestore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@types/mocha": "7.0.2",
2020
"gulp": "4.0.2",
2121
"gulp-filter": "6.0.0",
22-
"gulp-replace": "1.0.0",
22+
"gulp-replace": "1.1.3",
2323
"karma": "5.2.3",
2424
"karma-chrome-launcher": "3.1.0",
2525
"karma-firefox-launcher": "2.1.0",
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",
29-
"ts-loader": "8.0.12",
29+
"ts-loader": "8.3.0",
3030
"typescript": "4.2.2",
31-
"webpack": "4.44.2",
31+
"webpack": "4.46.0",
3232
"webpack-stream": "6.1.1"
3333
}
3434
}

integration/messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"devDependencies": {
1212
"firebase": "8.6.8",
13-
"chai": "4.2.0",
13+
"chai": "4.3.4",
1414
"chromedriver": "91.0.0",
1515
"express": "4.17.1",
16-
"geckodriver": "1.21.1",
16+
"geckodriver": "1.22.3",
1717
"mocha": "7.2.0",
1818
"node-fetch": "2.6.1",
1919
"selenium-assistant": "6.1.0"

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"repo-scripts/*"
6868
],
6969
"devDependencies": {
70-
"@babel/core": "7.12.10",
71-
"@babel/plugin-transform-modules-commonjs": "7.12.1",
72-
"@babel/preset-env": "7.12.11",
73-
"@changesets/changelog-github": "0.2.7",
74-
"@changesets/cli": "2.12.0",
70+
"@babel/core": "7.14.6",
71+
"@babel/plugin-transform-modules-commonjs": "7.14.5",
72+
"@babel/preset-env": "7.14.7",
73+
"@changesets/changelog-github": "0.4.0",
74+
"@changesets/cli": "2.16.0",
7575
"@types/chai": "4.2.14",
7676
"@types/chai-as-promised": "7.1.3",
7777
"@types/child-process-promise": "2.2.1",
@@ -82,41 +82,41 @@
8282
"@types/long": "4.0.1",
8383
"@types/mocha": "7.0.2",
8484
"@types/mz": "2.7.3",
85-
"@types/node": "12.19.11",
85+
"@types/node": "12.20.15",
8686
"@types/sinon": "9.0.10",
8787
"@types/sinon-chai": "3.2.5",
8888
"@types/tmp": "0.2.0",
8989
"@types/yargs": "16.0.0",
9090
"@types/js-yaml": "4.0.0",
91-
"@typescript-eslint/eslint-plugin": "4.11.1",
92-
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
93-
"@typescript-eslint/parser": "4.11.1",
91+
"@typescript-eslint/eslint-plugin": "4.28.0",
92+
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
93+
"@typescript-eslint/parser": "4.28.0",
9494
"api-documenter-me": "0.1.1",
9595
"api-extractor-me": "0.1.2",
9696
"babel-loader": "8.2.2",
97-
"chai": "4.2.0",
97+
"chai": "4.3.4",
9898
"chai-as-promised": "7.1.1",
9999
"chalk": "4.1.0",
100100
"child-process-promise": "2.2.1",
101101
"clone": "2.1.2",
102102
"coveralls": "3.1.0",
103103
"del": "6.0.0",
104-
"dependency-graph": "0.9.0",
105-
"eslint": "7.16.0",
106-
"eslint-plugin-import": "2.22.1",
107-
"eslint-plugin-unused-imports": "1.0.1",
104+
"dependency-graph": "0.11.0",
105+
"eslint": "7.29.0",
106+
"eslint-plugin-import": "2.23.4",
107+
"eslint-plugin-unused-imports": "1.1.1",
108108
"express": "4.17.1",
109109
"find-free-port": "2.0.0",
110-
"firebase-functions": "3.13.0",
111-
"firebase-tools": "9.1.0",
110+
"firebase-functions": "3.14.1",
111+
"firebase-tools": "9.14.0",
112112
"git-rev-sync": "3.0.1",
113113
"glob": "7.1.6",
114114
"http-server": "0.12.3",
115115
"husky": "4.3.6",
116-
"indexeddbshim": "7.0.0",
117-
"inquirer": "8.0.0",
116+
"indexeddbshim": "7.1.0",
117+
"inquirer": "8.1.1",
118118
"istanbul-instrumenter-loader": "3.0.1",
119-
"js-yaml": "4.0.0",
119+
"js-yaml": "4.1.0",
120120
"karma": "5.2.3",
121121
"karma-chrome-launcher": "3.1.0",
122122
"karma-cli": "2.0.0",
@@ -141,23 +141,23 @@
141141
"npm-run-all": "4.1.5",
142142
"npm-run-path": "4.0.1",
143143
"nyc": "15.1.0",
144-
"ora": "5.1.0",
145-
"prettier": "2.2.1",
144+
"ora": "5.4.1",
145+
"prettier": "2.3.1",
146146
"protractor": "5.4.2",
147147
"rxjs": "6.6.3",
148148
"semver": "7.3.4",
149-
"simple-git": "2.31.0",
149+
"simple-git": "2.40.0",
150150
"sinon": "9.2.2",
151-
"sinon-chai": "3.5.0",
151+
"sinon-chai": "3.7.0",
152152
"source-map-loader": "1.1.3",
153-
"terser": "5.5.1",
154-
"ts-loader": "8.0.12",
153+
"terser": "5.7.0",
154+
"ts-loader": "8.3.0",
155155
"ts-node": "9.1.1",
156156
"tslint": "6.1.3",
157157
"typedoc": "0.16.11",
158158
"typescript": "4.2.2",
159159
"watch": "1.0.2",
160-
"webpack": "4.44.2",
160+
"webpack": "4.46.0",
161161
"yargs": "16.2.0"
162162
},
163163
"husky": {

packages-exp/analytics-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"devDependencies": {
1818
"@firebase/app-compat": "0.0.900",
19-
"rollup": "2.35.1",
19+
"rollup": "2.52.2",
2020
"@rollup/plugin-json": "4.1.0",
21-
"rollup-plugin-typescript2": "0.29.0",
21+
"rollup-plugin-typescript2": "0.30.0",
2222
"typescript": "4.2.2"
2323
},
2424
"repository": {

packages-exp/analytics-exp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"license": "Apache-2.0",
4242
"devDependencies": {
4343
"@firebase/app-exp": "0.0.900",
44-
"rollup": "2.33.2",
44+
"rollup": "2.52.2",
4545
"@rollup/plugin-commonjs": "17.1.0",
4646
"@rollup/plugin-json": "4.1.0",
4747
"@rollup/plugin-node-resolve": "11.2.0",
48-
"rollup-plugin-typescript2": "0.29.0",
48+
"rollup-plugin-typescript2": "0.30.0",
4949
"typescript": "4.2.2"
5050
},
5151
"repository": {

0 commit comments

Comments
 (0)