Skip to content

Commit

Permalink
Merge 07cc7ce into fa5f8da
Browse files Browse the repository at this point in the history
  • Loading branch information
google-oss-bot authored Feb 14, 2025
2 parents fa5f8da + 07cc7ce commit e47f6d7
Show file tree
Hide file tree
Showing 46 changed files with 147 additions and 88 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-plums-hope.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-bags-arrive.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-candles-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-oranges-care.md

This file was deleted.

12 changes: 6 additions & 6 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.11.1",
"@firebase/app-compat": "0.2.50",
"@firebase/app": "0.11.2",
"@firebase/app-compat": "0.2.51",
"@firebase/analytics": "0.10.11",
"@firebase/analytics-compat": "0.2.17",
"@firebase/auth": "1.9.0",
"@firebase/auth-compat": "0.5.18",
"@firebase/auth": "1.9.1",
"@firebase/auth-compat": "0.5.19",
"@firebase/functions": "0.12.2",
"@firebase/functions-compat": "0.3.19",
"@firebase/messaging": "0.12.16",
"@firebase/messaging-compat": "0.2.16",
"@firebase/performance": "0.7.0",
"@firebase/performance-compat": "0.2.13",
"@firebase/remote-config": "0.5.0",
"@firebase/remote-config-compat": "0.2.12"
"@firebase/remote-config": "0.6.0",
"@firebase/remote-config-compat": "0.2.13"
},
"devDependencies": {
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"@firebase/firestore": "4.7.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "11.3.1",
"firebase": "11.4.0",
"chai": "4.4.1",
"chromedriver": "119.0.1",
"express": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.50",
"@firebase/app-compat": "0.2.51",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.36.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.50",
"@firebase/app-compat": "0.2.51",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/app-compat

## 0.2.51

### Patch Changes

- Updated dependencies []:
- @firebase/app@0.11.2

## 0.2.50

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-compat",
"version": "0.2.50",
"version": "0.2.51",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"@firebase/util": "1.10.3",
"@firebase/logger": "0.4.4",
"@firebase/component": "0.6.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app

## 0.11.2

### Patch Changes

- Update SDK_VERSION.

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app",
"version": "0.11.1",
"version": "0.11.2",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/auth-compat

## 0.5.19

### Patch Changes

- Updated dependencies [[`c791ecf`](https://github.com/firebase/firebase-js-sdk/commit/c791ecf3a03a0e4f56fcdc49b703578135bf8ce6)]:
- @firebase/auth@1.9.1

## 0.5.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth-compat",
"version": "0.5.18",
"version": "0.5.19",
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -49,15 +49,15 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/auth": "1.9.0",
"@firebase/auth": "1.9.1",
"@firebase/auth-types": "0.13.0",
"@firebase/component": "0.6.12",
"@firebase/util": "1.10.3",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.50",
"@firebase/app-compat": "0.2.51",
"@rollup/plugin-json": "6.1.0",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/auth

## 1.9.1

### Patch Changes

- [`c791ecf`](https://github.com/firebase/firebase-js-sdk/commit/c791ecf3a03a0e4f56fcdc49b703578135bf8ce6) [#8750](https://github.com/firebase/firebase-js-sdk/pull/8750) - Fixed: invoking `connectAuthEmulator` multiple times with the same parameters will no longer cause
an error. Fixes [GitHub Issue #6824](https://github.com/firebase/firebase-js-sdk/issues/6824).

## 1.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "1.9.0",
"version": "1.9.1",
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/node/index.js",
Expand Down Expand Up @@ -131,7 +131,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/database-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @firebase/database-compat

## 2.0.4

### Patch Changes

- [`b3e68ca`](https://github.com/firebase/firebase-js-sdk/commit/b3e68ca410d9b984736780098330bd6b8ee2e997) [#8769](https://github.com/firebase/firebase-js-sdk/pull/8769) - Fixed: invoking `connectDatabaseEmulator` multiple times with the same parameters will no longer
cause an error. Fixes [GitHub Issue #6824](https://github.com/firebase/firebase-js-sdk/issues/6824).
- Updated dependencies [[`b3e68ca`](https://github.com/firebase/firebase-js-sdk/commit/b3e68ca410d9b984736780098330bd6b8ee2e997)]:
- @firebase/database@1.0.13

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/database-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database-compat",
"version": "2.0.3",
"version": "2.0.4",
"description": "The Realtime Database component of the Firebase JS SDK.",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.js",
Expand Down Expand Up @@ -49,15 +49,15 @@
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"
},
"dependencies": {
"@firebase/database": "1.0.12",
"@firebase/database": "1.0.13",
"@firebase/database-types": "1.0.8",
"@firebase/logger": "0.4.4",
"@firebase/util": "1.10.3",
"@firebase/component": "0.6.12",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.50",
"@firebase/app-compat": "0.2.51",
"typescript": "5.5.4"
},
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

## 1.0.13

### Patch Changes

- [`b3e68ca`](https://github.com/firebase/firebase-js-sdk/commit/b3e68ca410d9b984736780098330bd6b8ee2e997) [#8769](https://github.com/firebase/firebase-js-sdk/pull/8769) - Fixed: invoking `connectDatabaseEmulator` multiple times with the same parameters will no longer
cause an error. Fixes [GitHub Issue #6824](https://github.com/firebase/firebase-js-sdk/issues/6824).

## 1.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database",
"version": "1.0.12",
"version": "1.0.13",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.11.1",
"@firebase/app": "0.11.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
Expand Down
24 changes: 24 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# firebase

## 11.4.0

### Minor Changes

- [`70e08cf`](https://github.com/firebase/firebase-js-sdk/commit/70e08cf95b5c43d3b98382a6f68fbd3c3555e31f) [#8699](https://github.com/firebase/firebase-js-sdk/pull/8699) - Adds support for initial state hydration (from SSR contexts)

### Patch Changes

- [`b3e68ca`](https://github.com/firebase/firebase-js-sdk/commit/b3e68ca410d9b984736780098330bd6b8ee2e997) [#8769](https://github.com/firebase/firebase-js-sdk/pull/8769) - Fixed: invoking `connectDatabaseEmulator` multiple times with the same parameters will no longer
cause an error. Fixes [GitHub Issue #6824](https://github.com/firebase/firebase-js-sdk/issues/6824).

- [`c791ecf`](https://github.com/firebase/firebase-js-sdk/commit/c791ecf3a03a0e4f56fcdc49b703578135bf8ce6) [#8750](https://github.com/firebase/firebase-js-sdk/pull/8750) - Fixed: invoking `connectAuthEmulator` multiple times with the same parameters will no longer cause
an error. Fixes [GitHub Issue #6824](https://github.com/firebase/firebase-js-sdk/issues/6824).
- Updated dependencies [[`70e08cf`](https://github.com/firebase/firebase-js-sdk/commit/70e08cf95b5c43d3b98382a6f68fbd3c3555e31f), [`b3e68ca`](https://github.com/firebase/firebase-js-sdk/commit/b3e68ca410d9b984736780098330bd6b8ee2e997), [`c791ecf`](https://github.com/firebase/firebase-js-sdk/commit/c791ecf3a03a0e4f56fcdc49b703578135bf8ce6), [`554c7bd`](https://github.com/firebase/firebase-js-sdk/commit/554c7bdc12cfde834ce5c4fa729a6cb790e1e5c2)]:
- @firebase/app@0.11.2
- @firebase/remote-config@0.6.0
- @firebase/database-compat@2.0.4
- @firebase/database@1.0.13
- @firebase/auth@1.9.1
- @firebase/vertexai@1.0.5
- @firebase/app-compat@0.2.51
- @firebase/remote-config-compat@0.2.13
- @firebase/auth-compat@0.5.19

## 11.3.1

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "11.3.1",
"version": "11.4.0",
"description": "Firebase JavaScript library for web and Node.js",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -399,14 +399,14 @@
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
},
"dependencies": {
"@firebase/app": "0.11.1",
"@firebase/app-compat": "0.2.50",
"@firebase/app": "0.11.2",
"@firebase/app-compat": "0.2.51",
"@firebase/app-types": "0.9.3",
"@firebase/auth": "1.9.0",
"@firebase/auth-compat": "0.5.18",
"@firebase/auth": "1.9.1",
"@firebase/auth-compat": "0.5.19",
"@firebase/data-connect": "0.3.0",
"@firebase/database": "1.0.12",
"@firebase/database-compat": "2.0.3",
"@firebase/database": "1.0.13",
"@firebase/database-compat": "2.0.4",
"@firebase/firestore": "4.7.8",
"@firebase/firestore-compat": "0.3.43",
"@firebase/functions": "0.12.2",
Expand All @@ -419,14 +419,14 @@
"@firebase/storage-compat": "0.3.16",
"@firebase/performance": "0.7.0",
"@firebase/performance-compat": "0.2.13",
"@firebase/remote-config": "0.5.0",
"@firebase/remote-config-compat": "0.2.12",
"@firebase/remote-config": "0.6.0",
"@firebase/remote-config-compat": "0.2.13",
"@firebase/analytics": "0.10.11",
"@firebase/analytics-compat": "0.2.17",
"@firebase/app-check": "0.8.11",
"@firebase/app-check-compat": "0.3.18",
"@firebase/util": "1.10.3",
"@firebase/vertexai": "1.0.4"
"@firebase/vertexai": "1.0.5"
},
"devDependencies": {
"rollup": "2.79.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.50",
"@firebase/app-compat": "0.2.51",
"@types/eslint": "7.29.0",
"rollup": "2.79.2",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
Loading

0 comments on commit e47f6d7

Please sign in to comment.