build: update dependency firebase-tools to v11 (#46779)

See associated pull request for more information.

PR Close #46779
This commit is contained in:
Angular Robot
2022-07-11 20:03:45 +00:00
committed by Jessica Janiuk
parent 7b9269c5e4
commit 2808d889dc
5 changed files with 547 additions and 1052 deletions
+1 -1
View File
@@ -139,7 +139,7 @@
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"find-free-port": "^2.0.0",
"firebase-tools": "^9.8.0",
"firebase-tools": "^11.0.0",
"fs-extra": "^10.0.0",
"globby": "^13.0.0",
"hast-util-is-element": "^1.1.0",
+270 -533
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -196,7 +196,7 @@
"cldrjs": "0.5.5",
"conventional-changelog": "^3.1.24",
"cross-env": "^7.0.3",
"firebase-tools": "^9.0.0",
"firebase-tools": "^11.0.0",
"glob": "8.0.3",
"gulp": "^4.0.2",
"gulp-conventional-changelog": "^2.0.35",
+1 -1
View File
@@ -111,7 +111,7 @@ uploadData() {
# WARNING: CI_SECRET_PAYLOAD_FIREBASE_TOKEN should NOT be printed.
set +x
$NODE_MODULES_BIN/firebase database:update --data "$jsonPayload" --project $PROJECT_NAME --confirm --token "$CI_SECRET_PAYLOAD_FIREBASE_TOKEN" $dbPath
$NODE_MODULES_BIN/firebase database:update --data "$jsonPayload" --project $PROJECT_NAME --force --token "$CI_SECRET_PAYLOAD_FIREBASE_TOKEN" $dbPath
}
# Track payload size.
+274 -516
View File
File diff suppressed because it is too large Load Diff