Skip to content

Commit

Permalink
Upgrade dependencies April 2024 (#8098)
Browse files Browse the repository at this point in the history
### Discussion

Updating a series of Renovate-found outdated dependencies.

Including:

 - PR: #7770
 - PR: #7571
 - PR: #7450
 - PR: #4827
 - PR #8108

Additional minor dependency updates based on the renovate PR #5566:

 - `@babel/core`: `7.22.11 -> 7.24.3`
 - `@babel/register`: `7.22.5 -> 7.23.7`
 - `@rushstack/ts-command-line`: `4.15.2 -> 4.19.1`
 - `@types/chai`: `4.3.5 -> 4.3.14`
 - `@types/chai-as-promised`: `7.1.5 -> 7.1.8`
 - `@types/child-process-promise`: `2.2.2 -> 2.2.6`
 - `@types/express`: `4.17.17 -> 4.17.21`
 - `@types/inquirer`: `8.2.6 -> 8.2.10`
 - `@types/js-yaml`: `4.0.5 -> 4.0.9`
 - `@types/json-stable-stringify`: `1.0.34 -> 1.0.36`
 - `@types/listr`: `0.14.4 -> 0.14.9`
 - `@types/mz`: `2.7.4 -> 2.7.8`
 - `@types/request`: `2.48.8 -> 2.48.12`
 - `@types/sinon-chai`: `3.2.9 -> 3.2.12`
 - `@types/resolve`: `1.20.2 -> 1.20.6`
 - `@types/tmp`: `0.2.3 -> 0.2.6`
 - `@types/trusted-types`: `2.0.3 -> 2.0.7`
 - `@types/webpack `: `5.28.0 -> 5.28.5`
 - `@types/yargs`: `17.0.24 -> 17.0.32`
 - `chai`: `4.3.7 -> 4.4.1`
 - `firebase-admin`: `11.10.1 -> 11.11.1`
 - `json-stable-stringify`: `1.0.2 -> 1.1.1`
- `rollup-plugin-copy`:  `3.4.0 -> 3.5.0`
- `rollup-plugin-dts`: `5.3.0 -> 5.3.1`
 - `rollup-plugin-license`: `3.0.1 -> 3.3.1`
 - `karma-webpack`: `5.0.0 -> 5.0.1`
 - `karma-firefox-launcher`: `2.1.2 -> 2.1.3`
 - `karma-spec-reporter`: `0.0.34 -> 0.0.36`
- `patch-package`: `7.0.0 -> 7.0.2`
- `protobufjs`: `7.2.4 -> 7.2.6`
- `simple-git`: `3.19.1 -> 3.24.0`
  • Loading branch information
DellaBitta authored Apr 3, 2024
1 parent 6d31930 commit b64b947
Show file tree
Hide file tree
Showing 17 changed files with 1,145 additions and 479 deletions.
2 changes: 1 addition & 1 deletion config/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cloud Functions for Firebase",
"dependencies": {
"cors": "2.8.5",
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-functions": "3.24.1"
},
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"firebase": "9.23.0"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.24.3",
"@babel/preset-env": "7.22.10",
"@types/chai": "4.3.5",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"babel-loader": "8.3.0",
"chai": "4.3.7",
"chai": "4.4.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-mocha": "2.0.1",
Expand Down
191 changes: 97 additions & 94 deletions e2e/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"devDependencies": {
"firebase": "10.10.0",
"@types/chai": "4.3.5",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"chai": "4.3.7",
"chai": "4.4.1",
"karma": "6.4.2",
"karma-babel-preprocessor": "8.0.2",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.2",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"karma-typescript": "5.5.4",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"gulp-replace": "1.1.4",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.2",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"mocha": "9.2.2",
"ts-loader": "8.4.0",
"ts-loader": "9.5.1",
"typescript": "4.2.2",
"webpack": "5.76.0",
"webpack-stream": "7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"firebase": "10.10.0",
"chai": "4.3.7",
"chromedriver": "116.0.0",
"express": "4.18.2",
"chai": "4.4.1",
"chromedriver": "119.0.1",
"express": "4.19.2",
"geckodriver": "2.0.4",
"mocha": "9.2.2",
"undici": "5.28.3",
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,38 +60,38 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.24.3",
"@babel/plugin-transform-modules-commonjs": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11",
"@babel/register": "7.22.5",
"@babel/register": "7.23.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/child-process-promise": "2.2.2",
"@types/chai": "4.3.14",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
"@types/clone": "2.1.1",
"@types/eslint": "7.29.0",
"@types/inquirer": "8.2.6",
"@types/js-yaml": "4.0.5",
"@types/listr": "0.14.4",
"@types/inquirer": "8.2.10",
"@types/js-yaml": "4.0.9",
"@types/listr": "0.14.9",
"@types/long": "4.0.2",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.4",
"@types/mz": "2.7.8",
"@types/node": "16.18.68",
"@types/request": "2.48.8",
"@types/request": "2.48.12",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.9",
"@types/tmp": "0.2.3",
"@types/trusted-types": "2.0.3",
"@types/yargs": "17.0.24",
"@types/sinon-chai": "3.2.12",
"@types/tmp": "0.2.6",
"@types/trusted-types": "2.0.7",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/eslint-plugin-tslint": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"api-documenter-me": "0.1.1",
"api-extractor-me": "0.1.2",
"babel-loader": "8.3.0",
"chai": "4.3.7",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"chalk": "4.1.2",
"child-process-promise": "2.2.1",
Expand All @@ -102,7 +102,7 @@
"eslint": "7.32.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-unused-imports": "2.0.0",
"express": "4.18.2",
"express": "4.19.2",
"find-free-port": "2.0.0",
"firebase-tools": "11.30.0",
"glob": "7.2.3",
Expand All @@ -115,12 +115,12 @@
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-firefox-launcher": "2.1.2",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-safari-launcher": "1.0.0",
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.34",
"karma-spec-reporter": "0.0.36",
"karma-summary-reporter": "3.1.1",
"karma-webpack": "5.0.0",
"lcov-result-merger": "3.3.0",
Expand All @@ -136,19 +136,19 @@
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"ora": "5.4.1",
"patch-package": "7.0.0",
"patch-package": "7.0.2",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.7",
"protractor": "5.4.2",
"request": "2.88.2",
"semver": "7.3.8",
"simple-git": "3.19.1",
"semver": "7.5.2",
"simple-git": "3.24.0",
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"sqlite3": "5.1.6",
"terser": "5.16.1",
"ts-loader": "8.4.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typedoc": "0.16.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-dts": "5.3.1",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/demo/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-functions": "3.24.1"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/demo/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-functions": "3.24.1"
},
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"@firebase/app": "0.10.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.17",
"chromedriver": "116.0.0",
"@types/express": "4.17.21",
"chromedriver": "119.0.1",
"rollup": "2.79.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,21 @@
"@firebase/app": "0.10.0",
"@firebase/app-compat": "0.2.30",
"@firebase/auth": "1.7.0",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "4.1.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.0.34",
"@types/json-stable-stringify": "1.0.36",
"chai-exclude": "2.1.0",
"json-stable-stringify": "1.0.2",
"protobufjs": "7.2.4",
"json-stable-stringify": "1.1.1",
"protobufjs": "7.2.6",
"rollup": "2.79.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-copy-assets": "2.0.3",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-dts": "5.3.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-unit-testing/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"dependencies": {
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-functions": "3.24.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@firebase/app": "0.10.0",
"@firebase/auth": "1.7.0",
"rollup": "2.79.1",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
6 changes: 3 additions & 3 deletions repo-scripts/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"api-extractor-model-me": "0.1.1",
"@microsoft/tsdoc": "0.12.24",
"@rushstack/node-core-library": "3.59.7",
"@rushstack/ts-command-line": "4.15.2",
"@rushstack/ts-command-line": "4.19.1",
"colors": "~1.4.0",
"resolve": "~1.22.0",
"tslib": "^2.1.0",
"js-yaml": "4.1.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.5",
"@types/resolve": "1.20.2",
"@types/js-yaml": "4.0.9",
"@types/resolve": "1.20.6",
"mocha-chai-jest-snapshot": "1.1.3"
}
}
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-typescript2": "0.31.2",
"@rollup/plugin-virtual": "2.1.0",
"webpack": "5.76.0",
"@types/webpack": "5.28.0",
"@types/webpack": "5.28.5",
"webpack-virtual-modules": "0.5.0",
"child-process-promise": "2.2.1",
"memfs": "3.5.3",
Expand Down
Loading

0 comments on commit b64b947

Please sign in to comment.