Skip to content

Commit

Permalink
Update packages, repo-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Jan 24, 2025
1 parent 0655e03 commit 628189c
Show file tree
Hide file tree
Showing 38 changed files with 1,311 additions and 1,051 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-typescript": "7.26.0",
"@babel/register": "7.25.9",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@changesets/cli": "2.27.12",
"@types/chai": "4.3.20",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
Expand All @@ -80,7 +80,7 @@
"@types/long": "4.0.2",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.8",
"@types/node": "18.19.71",
"@types/node": "18.19.74",
"@types/request": "2.48.12",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.12",
Expand All @@ -106,7 +106,7 @@
"eslint-plugin-unused-imports": "3.2.0",
"express": "4.21.2",
"find-free-port": "2.0.0",
"firebase-tools": "13.6.0",
"firebase-tools": "13.29.2",
"glob": "7.2.3",
"http-server": "14.1.1",
"indexeddbshim": "10.1.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"nyc": "15.1.0",
"ora": "5.4.1",
"patch-package": "7.0.2",
"playwright": "1.49.1",
"playwright": "1.50.0",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.8",
"protractor": "5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-json": "6.1.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-dts": "5.3.1",
"typescript": "5.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@rollup/plugin-json": "6.1.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.8.0",
"rollup-plugin-typescript2": "0.36.0",
"selenium-webdriver": "4.28.1",
"typescript": "5.5.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.21",
"chromedriver": "119.0.1",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.8.0",
"rollup-plugin-typescript2": "0.36.0",
"selenium-webdriver": "4.28.1",
"totp-generator": "0.0.14",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/data-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,18 +429,18 @@
"@firebase/vertexai": "1.0.3"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"gulp": "4.0.2",
"gulp-sourcemaps": "3.0.0",
"gulp-replace": "1.1.4",
"typescript": "5.5.4",
"rollup-plugin-license": "3.0.1"
"rollup-plugin-license": "3.5.3"
},
"components": [
"analytics",
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@types/eslint": "7.29.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"@rollup/plugin-node-resolve": "13.3.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@
"@firebase/app": "0.10.18",
"@firebase/app-compat": "0.2.48",
"@firebase/auth": "1.8.2",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-json": "6.1.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.0.36",
"chai-exclude": "2.1.0",
"json-stable-stringify": "1.1.1",
"protobufjs": "7.2.6",
"rollup": "2.79.1",
"@types/json-stable-stringify": "1.1.0",
"chai-exclude": "2.1.1",
"json-stable-stringify": "1.2.1",
"protobufjs": "7.4.0",
"rollup": "2.79.2",
"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": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-dts": "5.3.1",
"ts-node": "10.9.2",
"typescript": "5.5.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore/test/unit/specs/describe_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function describeSpec(
space: 2,
cmp: stringifyComparator
});
writeJSONFile(output);
writeJSONFile(output || '');
}
}

Expand Down Expand Up @@ -300,8 +300,8 @@ function stringifyGroup(s: string): number {
* some logically-first keys before others.
*/
function stringifyComparator(
a: stringify.Element,
b: stringify.Element
a: { key: string, value: unknown },
b: { key: string, value: unknown }
): number {
const aGroup = stringifyGroup(a.key);
const bGroup = stringifyGroup(b.key);
Expand Down
4 changes: 2 additions & 2 deletions packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-essentials": "9.3.0",
"rollup-plugin-typescript2": "0.36.0",
"ts-essentials": "9.4.2",
"typescript": "5.5.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"@rollup/plugin-json": "6.1.0",
"ts-essentials": "10.0.2",
"ts-essentials": "10.0.4",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/performance-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4",
"@firebase/app-compat": "0.2.48"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-config-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4",
"@firebase/app-compat": "0.2.48"
},
Expand Down
Loading

0 comments on commit 628189c

Please sign in to comment.