Skip to content

Commit 4395b5f

Browse files
authored
Update minor deps (#4244)
1 parent cb835e7 commit 4395b5f

File tree

50 files changed

+655
-508
lines changed

Some content is hidden

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

50 files changed

+655
-508
lines changed

config/functions/package.json

Lines changed: 2 additions & 2 deletions
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.1",
7-
"firebase-functions": "3.11.0"
6+
"firebase-admin": "9.4.2",
7+
"firebase-functions": "3.13.0"
88
},
99
"private": true,
1010
"engines": {

config/karma.base.js

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,6 @@ const path = require('path');
2020
const webpackTestConfig = require('./webpack.test');
2121
const { argv } = require('yargs');
2222

23-
/**
24-
* Custom SauceLabs Launchers
25-
*/
26-
const sauceLabsBrowsers = {
27-
desktop_Safari: {
28-
base: 'SauceLabs',
29-
browserName: 'safari',
30-
platform: 'OS X 10.11',
31-
version: '9.0'
32-
},
33-
iOS_Safari: {
34-
appiumVersion: '1.6.5',
35-
base: 'SauceLabs',
36-
browserName: 'Safari',
37-
deviceName: 'iPhone Simulator',
38-
deviceOrientation: 'portrait',
39-
platformName: 'iOS',
40-
platformVersion: '9.0'
41-
},
42-
IE_11: {
43-
base: 'SauceLabs',
44-
browserName: 'internet explorer',
45-
platform: 'Windows 8.1',
46-
version: '11'
47-
}
48-
};
49-
5023
const config = {
5124
// disable watcher
5225
autoWatch: false,
@@ -67,7 +40,7 @@ const config = {
6740
// test results reporter to use
6841
// possible values: 'dots', 'progress'
6942
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
70-
reporters: ['mocha', 'coverage-istanbul' /*, 'saucelabs' */],
43+
reporters: ['mocha', 'coverage-istanbul'],
7144

7245
// web server port
7346
port: 8089,
@@ -84,8 +57,6 @@ const config = {
8457
// changes
8558
autoWatch: false,
8659

87-
customLaunchers: sauceLabsBrowsers,
88-
8960
// start these browsers
9061
// available browser launchers:
9162
// https://npmjs.org/browse/keyword/karma-launcher
@@ -95,13 +66,6 @@ const config = {
9566

9667
webpackMiddleware: { quiet: true, stats: { colors: true } },
9768

98-
sauceLabs: {
99-
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
100-
username: process.env.SAUCE_USERNAME,
101-
accessKey: process.env.SAUCE_ACCESS_KEY,
102-
startConnect: false
103-
},
104-
10569
singleRun: false,
10670

10771
client: {
@@ -120,10 +84,6 @@ const config = {
12084
}
12185
};
12286

123-
// In CI environment, use saucelabs to test
124-
if (false /* process.env.TRAVIS */) {
125-
config.browsers = [...config.browsers, ...Object.keys(sauceLabsBrowsers)];
126-
}
12787
config.mochaReporter = {
12888
showDiff: true
12989
};

integration/firebase/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"karma-chrome-launcher": "3.1.0",
1717
"karma-firefox-launcher": "2.1.0",
1818
"karma-mocha": "2.0.1",
19-
"karma-sauce-launcher": "1.2.0",
2019
"karma-spec-reporter": "0.0.32",
2120
"karma-typescript": "5.2.0",
2221
"mocha": "7.2.0",

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",
29-
"ts-loader": "8.0.11",
29+
"ts-loader": "8.0.12",
3030
"typescript": "4.0.5",
3131
"webpack": "4.44.2",
3232
"webpack-stream": "6.1.1"

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chai": "4.2.0",
1414
"chromedriver": "86.0.0",
1515
"express": "4.17.1",
16-
"geckodriver": "1.20.0",
16+
"geckodriver": "1.21.1",
1717
"mocha": "7.2.0",
1818
"node-fetch": "2.6.1",
1919
"selenium-assistant": "6.1.0"

package.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -66,32 +66,32 @@
6666
"repo-scripts/*"
6767
],
6868
"devDependencies": {
69-
"@babel/core": "7.12.3",
69+
"@babel/core": "7.12.10",
7070
"@babel/plugin-transform-modules-commonjs": "7.12.1",
71-
"@babel/preset-env": "7.12.1",
71+
"@babel/preset-env": "7.12.11",
7272
"@changesets/changelog-github": "0.2.7",
73-
"@changesets/cli": "2.11.2",
73+
"@changesets/cli": "2.12.0",
7474
"@types/chai": "4.2.14",
7575
"@types/chai-as-promised": "7.1.3",
7676
"@types/child-process-promise": "2.2.1",
7777
"@types/clone": "2.1.0",
78-
"@types/eslint": "7.2.5",
78+
"@types/eslint": "7.2.6",
7979
"@types/inquirer": "7.3.1",
8080
"@types/listr": "0.14.2",
8181
"@types/long": "4.0.1",
8282
"@types/mocha": "7.0.2",
83-
"@types/mz": "2.7.2",
84-
"@types/node": "12.19.4",
85-
"@types/sinon": "9.0.8",
83+
"@types/mz": "2.7.3",
84+
"@types/node": "12.19.11",
85+
"@types/sinon": "9.0.10",
8686
"@types/sinon-chai": "3.2.5",
8787
"@types/tmp": "0.2.0",
88-
"@types/yargs": "15.0.9",
89-
"@typescript-eslint/eslint-plugin": "4.8.1",
90-
"@typescript-eslint/eslint-plugin-tslint": "4.8.1",
91-
"@typescript-eslint/parser": "4.8.1",
88+
"@types/yargs": "15.0.12",
89+
"@typescript-eslint/eslint-plugin": "4.11.1",
90+
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
91+
"@typescript-eslint/parser": "4.11.1",
9292
"api-documenter-me": "0.1.0",
9393
"api-extractor-me": "0.1.1",
94-
"babel-loader": "8.2.1",
94+
"babel-loader": "8.2.2",
9595
"chai": "4.2.0",
9696
"chai-as-promised": "7.1.1",
9797
"chalk": "4.1.0",
@@ -100,21 +100,21 @@
100100
"coveralls": "3.1.0",
101101
"del": "6.0.0",
102102
"dependency-graph": "0.9.0",
103-
"eslint": "7.13.0",
103+
"eslint": "7.16.0",
104104
"eslint-plugin-import": "2.22.1",
105-
"eslint-plugin-unused-imports": "1.0.0",
105+
"eslint-plugin-unused-imports": "1.0.1",
106106
"express": "4.17.1",
107107
"find-free-port": "2.0.0",
108-
"firebase-functions": "3.11.0",
109-
"firebase-tools": "9.0.1",
108+
"firebase-functions": "3.13.0",
109+
"firebase-tools": "9.1.0",
110110
"git-rev-sync": "3.0.1",
111111
"glob": "7.1.6",
112112
"http-server": "0.12.3",
113-
"husky": "4.3.0",
113+
"husky": "4.3.6",
114114
"indexeddbshim": "7.0.0",
115115
"inquirer": "7.3.3",
116116
"istanbul-instrumenter-loader": "3.0.1",
117-
"js-yaml": "3.14.0",
117+
"js-yaml": "3.14.1",
118118
"karma": "5.2.3",
119119
"karma-chrome-launcher": "3.1.0",
120120
"karma-cli": "2.0.0",
@@ -123,7 +123,6 @@
123123
"karma-mocha": "2.0.1",
124124
"karma-mocha-reporter": "2.2.5",
125125
"karma-safari-launcher": "1.0.0",
126-
"karma-sauce-launcher": "1.2.0",
127126
"karma-sourcemap-loader": "0.3.8",
128127
"karma-spec-reporter": "0.0.32",
129128
"karma-summary-reporter": "1.9.0",
@@ -141,23 +140,23 @@
141140
"npm-run-path": "4.0.1",
142141
"nyc": "15.1.0",
143142
"ora": "5.1.0",
144-
"prettier": "2.1.2",
143+
"prettier": "2.2.1",
145144
"protractor": "5.4.2",
146145
"rxjs": "6.6.3",
147-
"semver": "7.3.2",
148-
"simple-git": "2.22.0",
149-
"sinon": "9.2.1",
146+
"semver": "7.3.4",
147+
"simple-git": "2.31.0",
148+
"sinon": "9.2.2",
150149
"sinon-chai": "3.5.0",
151-
"source-map-loader": "1.1.2",
152-
"terser": "5.4.0",
153-
"ts-loader": "8.0.11",
154-
"ts-node": "9.0.0",
150+
"source-map-loader": "1.1.3",
151+
"terser": "5.5.1",
152+
"ts-loader": "8.0.12",
153+
"ts-node": "9.1.1",
155154
"tslint": "6.1.3",
156155
"typedoc": "0.16.11",
157156
"typescript": "4.0.5",
158157
"watch": "1.0.2",
159158
"webpack": "4.44.2",
160-
"yargs": "16.1.1"
159+
"yargs": "16.2.0"
161160
},
162161
"husky": {
163162
"hooks": {

packages-exp/app-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"xmlhttprequest": "1.8.0"
3838
},
3939
"devDependencies": {
40-
"rollup": "2.33.2",
40+
"rollup": "2.35.1",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"license": "Apache-2.0",
4040
"devDependencies": {
41-
"rollup": "2.33.2",
41+
"rollup": "2.35.1",
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.29.0",

packages-exp/auth-compat-exp/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"firebase-admin": "8.13.0",
13-
"firebase-functions": "3.11.0"
13+
"firebase-functions": "3.13.0"
1414
},
1515
"private": true
1616
}

packages-exp/auth-compat-exp/demo/functions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,10 @@ [email protected]:
705705
"@google-cloud/firestore" "^3.0.0"
706706
"@google-cloud/storage" "^4.1.2"
707707

708-
firebase-functions@3.11.0:
709-
version "3.11.0"
710-
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.11.0.tgz#92f5a6af6a10641da6dc9b41b29974658b621a7b"
711-
integrity sha512-i1uMhZ/M6i5SCI3ulKo7EWX0/LD+I5o6N+sk0HbOWfzyWfOl0iJTvQkR3BVDcjrlhPVC4xG1bDTLxd+DTkLqaw==
708+
firebase-functions@3.13.0:
709+
version "3.13.0"
710+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.13.0.tgz#66278dbeb45f343a179814f2b1d95b383beec5e7"
711+
integrity sha512-tnltJL5KlGtbeBD9scsVjoKTSTMeo6EAy1gsdOfRlrwAu6idgLRKYVdmw0YymS8N7SwJ3CXo+3fuvSSihKhXbA==
712712
dependencies:
713713
"@types/express" "4.17.3"
714714
cors "^2.8.5"

0 commit comments

Comments
 (0)