Skip to content

Commit cc4da55

Browse files
committed
Merge remote-tracking branch 'origin/main' into mtewani/add-more-integration-tests
2 parents c6be8d9 + d5e5795 commit cc4da55

File tree

37 files changed

+204
-57
lines changed

37 files changed

+204
-57
lines changed

.changeset/dirty-crews-cross.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/spotty-ghosts-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/firestore": patch
3+
---
4+
5+
Clean up leaked WebChannel instances when the Firestore instance is terminated.

config/karma.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const config = {
6868
// test results reporter to use
6969
// possible values: 'dots', 'progress'
7070
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
71-
reporters: ['mocha', 'coverage-istanbul'],
71+
reporters: ['coverage-istanbul', 'mocha'],
7272

7373
// web server port
7474
port: 8089,

integration/compat-interop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@firebase/app-compat": "0.4.0",
1313
"@firebase/analytics": "0.10.16",
1414
"@firebase/analytics-compat": "0.2.22",
15-
"@firebase/auth": "1.10.5",
16-
"@firebase/auth-compat": "0.5.25",
17-
"@firebase/functions": "0.12.7",
18-
"@firebase/functions-compat": "0.3.24",
15+
"@firebase/auth": "1.10.6",
16+
"@firebase/auth-compat": "0.5.26",
17+
"@firebase/functions": "0.12.8",
18+
"@firebase/functions-compat": "0.3.25",
1919
"@firebase/messaging": "0.12.21",
2020
"@firebase/messaging-compat": "0.2.21",
2121
"@firebase/performance": "0.7.6",

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@firebase/app": "0.13.0",
18-
"@firebase/firestore": "4.7.15"
18+
"@firebase/firestore": "4.7.16"
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "9.1.1",

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:manual": "mocha --exit"
1010
},
1111
"devDependencies": {
12-
"firebase": "11.8.0",
12+
"firebase": "11.8.1",
1313
"chai": "4.5.0",
1414
"chromedriver": "119.0.1",
1515
"express": "4.21.2",

packages/auth-compat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/auth-compat
22

3+
## 0.5.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35ad526`](https://github.com/firebase/firebase-js-sdk/commit/35ad5266304e14425988fcf5ad06d028b37588ac), [`b5df4ae`](https://github.com/firebase/firebase-js-sdk/commit/b5df4ae71c1b5b54d9237e7929d0f793189b82c9)]:
8+
- @firebase/auth@1.10.6
9+
310
## 0.5.25
411

512
### Patch Changes

packages/auth-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-compat",
3-
"version": "0.5.25",
3+
"version": "0.5.26",
44
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -49,7 +49,7 @@
4949
"@firebase/app-compat": "0.x"
5050
},
5151
"dependencies": {
52-
"@firebase/auth": "1.10.5",
52+
"@firebase/auth": "1.10.6",
5353
"@firebase/auth-types": "0.13.0",
5454
"@firebase/component": "0.6.17",
5555
"@firebase/util": "1.12.0",

packages/auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @firebase/auth
22

3+
## 1.10.6
4+
5+
### Patch Changes
6+
7+
- [`35ad526`](https://github.com/firebase/firebase-js-sdk/commit/35ad5266304e14425988fcf5ad06d028b37588ac) [#9053](https://github.com/firebase/firebase-js-sdk/pull/9053) - Revert "Fixed scroll behavior (#9043)"
8+
9+
- [`b5df4ae`](https://github.com/firebase/firebase-js-sdk/commit/b5df4ae71c1b5b54d9237e7929d0f793189b82c9) [#9055](https://github.com/firebase/firebase-js-sdk/pull/9055) - Updated to only show banner when calling connect\*Emulator
10+
311
## 1.10.5
412

513
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/node/index.js",

0 commit comments

Comments
 (0)