This repository was archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit f757913
authored
fix(deps): update dependency firebase-admin to v12 (#1185)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [firebase-admin](https://firebase.google.com/) ([source](https://togithub.com/firebase/firebase-admin-node)) | [`^10.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/firebase-admin/10.3.0/12.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>firebase/firebase-admin-node (firebase-admin)</summary>
### [`v12.0.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.0.0): Firebase Admin Node.js SDK v12.0.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.11.1...v12.0.0)
- Breaking change: Upgraded the `@google-cloud/firestore package` to v7. This is a breaking change. Refer to the Cloud Firestore [release notes](https://togithub.com/googleapis/nodejs-firestore/releases/tag/v7.0.0) for more details.
- Breaking change: Upgraded the `@google-cloud/storage package` to v7. This is a breaking change. Refer to the Cloud Storage [release notes](https://togithub.com/googleapis/nodejs-storage/releases/tag/v7.0.0) for more details.
- Breaking change: Upgraded TypeScript to [v5.1.6](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.6).
- Deprecated support for Node.js 14. Instead use Node.js 16 or higher when deploying the Admin SDK. Node.js 14 support will be dropped in the next major version.
- Upgraded the `google-cloud/firestore` dependency to v7.1.0 to support [sum() and \`average() aggregation functions](https://cloud.google.com/firestore/docs/query-data/aggregation-queries#node.js).
- Upgraded the `@firebase/database-compat` package to v1.
- Dropped AutoML model support ([#​1974](https://togithub.com/firebase/firebase-admin-node/issues/1974))
##### Bug Fixes
- fix(firestore): Export new aggregate types ([#​2396](https://togithub.com/firebase/firebase-admin-node/issues/2396))
##### Miscellaneous
- \[chore] Release 12.0.0 ([#​2404](https://togithub.com/firebase/firebase-admin-node/issues/2404))
- chore: Deprecate Node.js 14 ([#​2397](https://togithub.com/firebase/firebase-admin-node/issues/2397))
- build(deps): Bump typescript, database-compat ([#​2403](https://togithub.com/firebase/firebase-admin-node/issues/2403))
- build(deps-dev): bump [@​types/firebase-token-generator](https://togithub.com/types/firebase-token-generator) ([#​2399](https://togithub.com/firebase/firebase-admin-node/issues/2399))
- build(deps-dev): bump sinon and [@​types/sinon](https://togithub.com/types/sinon) ([#​2398](https://togithub.com/firebase/firebase-admin-node/issues/2398))
- build(deps-dev): bump [@​types/mocha](https://togithub.com/types/mocha) from 10.0.1 to 10.0.6 ([#​2400](https://togithub.com/firebase/firebase-admin-node/issues/2400))
- build(deps-dev): bump [@​types/minimist](https://togithub.com/types/minimist) from 1.2.2 to 1.2.5 ([#​2389](https://togithub.com/firebase/firebase-admin-node/issues/2389))
- build(deps-dev): bump [@​types/request](https://togithub.com/types/request) from 2.48.8 to 2.48.12 ([#​2390](https://togithub.com/firebase/firebase-admin-node/issues/2390))
- chore(deps): bump google-cloud/firestore and google-cloud/storage
### [`v11.11.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.11.1): Firebase Admin Node.js SDK v11.11.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.11.0...v11.11.1)
##### Miscellaneous
- \[chore] Release 11.11.1 ([#​2387](https://togithub.com/firebase/firebase-admin-node/issues/2387))
- build(deps): bump jwks-rsa from 3.0.1 to 3.1.0 ([#​2381](https://togithub.com/firebase/firebase-admin-node/issues/2381))
- chore(deps): bump google-cloud/firestore to 6.8.0 ([#​2385](https://togithub.com/firebase/firebase-admin-node/issues/2385))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.36.3 to 7.38.3 ([#​2380](https://togithub.com/firebase/firebase-admin-node/issues/2380))
- build(deps-dev): bump [@​types/sinon-chai](https://togithub.com/types/sinon-chai) from 3.2.9 to 3.2.12 ([#​2366](https://togithub.com/firebase/firebase-admin-node/issues/2366))
- build(deps-dev): bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.21.4 to 7.23.2 ([#​2343](https://togithub.com/firebase/firebase-admin-node/issues/2343))
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 ([#​2330](https://togithub.com/firebase/firebase-admin-node/issues/2330))
- build(deps-dev): bump [@​types/firebase-token-generator](https://togithub.com/types/firebase-token-generator) ([#​2322](https://togithub.com/firebase/firebase-admin-node/issues/2322))
- Bug Fix for issue [#​2320](https://togithub.com/firebase/firebase-admin-node/issues/2320) ([#​2321](https://togithub.com/firebase/firebase-admin-node/issues/2321))
### [`v11.11.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.11.0): Firebase Admin Node.js SDK v11.11.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.10.1...v11.11.0)
##### New Features
- feat(auth): Add Email Privacy support in Project and Tenant config ([#​2198](https://togithub.com/firebase/firebase-admin-node/issues/2198))
##### Miscellaneous
- \[chore] Release 11.11.0 ([#​2315](https://togithub.com/firebase/firebase-admin-node/issues/2315))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.197 to 4.14.199 ([#​2309](https://togithub.com/firebase/firebase-admin-node/issues/2309))
- build(deps-dev): bump eslint from 8.47.0 to 8.50.0 ([#​2311](https://togithub.com/firebase/firebase-admin-node/issues/2311))
- Update `github.ref` value in `release.yml` ([#​2313](https://togithub.com/firebase/firebase-admin-node/issues/2313))
- build(deps-dev): bump nock from 13.3.2 to 13.3.3 ([#​2288](https://togithub.com/firebase/firebase-admin-node/issues/2288))
- build(deps-dev): bump bcrypt from 5.1.0 to 5.1.1 ([#​2289](https://togithub.com/firebase/firebase-admin-node/issues/2289))
- build(deps-dev): bump eslint from 8.43.0 to 8.47.0 ([#​2279](https://togithub.com/firebase/firebase-admin-node/issues/2279))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.195 to 4.14.197 ([#​2280](https://togithub.com/firebase/firebase-admin-node/issues/2280))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2282](https://togithub.com/firebase/firebase-admin-node/issues/2282))
- build(deps-dev): bump nock from 13.3.1 to 13.3.2 ([#​2270](https://togithub.com/firebase/firebase-admin-node/issues/2270))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.4.3 to 0.4.4 ([#​2273](https://togithub.com/firebase/firebase-admin-node/issues/2273))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.9 to 5.62.0 ([#​2264](https://togithub.com/firebase/firebase-admin-node/issues/2264))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 6.6.1 to 6.7.0 ([#​2265](https://togithub.com/firebase/firebase-admin-node/issues/2265))
- build(deps-dev): bump [@​types/uuid](https://togithub.com/types/uuid) from 9.0.1 to 9.0.2 ([#​2267](https://togithub.com/firebase/firebase-admin-node/issues/2267))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.13 to 0.2.15 ([#​2263](https://togithub.com/firebase/firebase-admin-node/issues/2263))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.11.0 to 6.12.0 ([#​2253](https://togithub.com/firebase/firebase-admin-node/issues/2253))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.36.1 to 7.36.3 ([#​2261](https://togithub.com/firebase/firebase-admin-node/issues/2261))
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 ([#​2256](https://togithub.com/firebase/firebase-admin-node/issues/2256))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 20.3.2 to 20.4.2 ([#​2255](https://togithub.com/firebase/firebase-admin-node/issues/2255))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.4.2 to 0.4.3 ([#​2252](https://togithub.com/firebase/firebase-admin-node/issues/2252))
### [`v11.10.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.10.1): Firebase Admin Node.js SDK v11.10.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.10.0...v11.10.1)
##### Miscellaneous
- \[chore] Release 11.10.1 ([#​2248](https://togithub.com/firebase/firebase-admin-node/issues/2248))
- Revert "chore: upgrade databse-compat ([#​2244](https://togithub.com/firebase/firebase-admin-node/issues/2244))" ([#​2247](https://togithub.com/firebase/firebase-admin-node/issues/2247))
### [`v11.10.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.10.0): Firebase Admin Node.js SDK v11.10.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.9.0...v11.10.0)
##### New Features
- feat(functions): Add features to task queue functions ([#​2216](https://togithub.com/firebase/firebase-admin-node/issues/2216))
- feat(auth): Add `TotpInfo` field to `UserRecord` ([#​2197](https://togithub.com/firebase/firebase-admin-node/issues/2197))
- feat(storage): Add `getDownloadUrl` method to the Storage API ([#​2036](https://togithub.com/firebase/firebase-admin-node/issues/2036))
##### Bug Fixes
- fix: Update TOTP docstrings ([#​2245](https://togithub.com/firebase/firebase-admin-node/issues/2245))
##### Miscellaneous
- \[chore] Release 11.10.0 ([#​2246](https://togithub.com/firebase/firebase-admin-node/issues/2246))
- chore: upgrade databse-compat ([#​2244](https://togithub.com/firebase/firebase-admin-node/issues/2244))
- build(deps): bump semver from 5.7.1 to 5.7.2 ([#​2242](https://togithub.com/firebase/firebase-admin-node/issues/2242))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.36.0 to 7.36.1 ([#​2239](https://togithub.com/firebase/firebase-admin-node/issues/2239))
- build(deps-dev): bump sinon from 15.0.4 to 15.2.0 ([#​2240](https://togithub.com/firebase/firebase-admin-node/issues/2240))
- Fixed docgen for `getDownloadURL` ([#​2241](https://togithub.com/firebase/firebase-admin-node/issues/2241))
- Fix Memory Leak in AsyncHttpCall affecting auth.listUsers ([#​2236](https://togithub.com/firebase/firebase-admin-node/issues/2236))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.9.5 to 6.11.0 ([#​2231](https://togithub.com/firebase/firebase-admin-node/issues/2231))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 6.6.0 to 6.6.1 ([#​2232](https://togithub.com/firebase/firebase-admin-node/issues/2232))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.7 to 0.2.13 ([#​2233](https://togithub.com/firebase/firebase-admin-node/issues/2233))
- Fixes to password policy validation ([#​2227](https://togithub.com/firebase/firebase-admin-node/issues/2227))
- Fix nesting in auth config tests ([#​2228](https://togithub.com/firebase/firebase-admin-node/issues/2228))
- build(deps-dev): bump eslint from 8.41.0 to 8.43.0 ([#​2218](https://togithub.com/firebase/firebase-admin-node/issues/2218))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2223](https://togithub.com/firebase/firebase-admin-node/issues/2223))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.34.4 to 7.36.0 ([#​2219](https://togithub.com/firebase/firebase-admin-node/issues/2219))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.16.3 to 20.3.2 ([#​2224](https://togithub.com/firebase/firebase-admin-node/issues/2224))
- Expose MultiDB within Firestore ([#​2209](https://togithub.com/firebase/firebase-admin-node/issues/2209))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.2 to 5.59.9 ([#​2205](https://togithub.com/firebase/firebase-admin-node/issues/2205))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.194 to 4.14.195 ([#​2206](https://togithub.com/firebase/firebase-admin-node/issues/2206))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.4.1 to 0.4.2 ([#​2208](https://togithub.com/firebase/firebase-admin-node/issues/2208))
### [`v11.9.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.9.0): Firebase Admin Node.js SDK v11.9.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.8.0...v11.9.0)
##### New Features
- feat(auth): Add Password Policies support in Project and Tenant config ([#​2107](https://togithub.com/firebase/firebase-admin-node/issues/2107))
##### Bug Fixes
- fix(firestore): Export `Filter` type from Firestore ([#​2192](https://togithub.com/firebase/firebase-admin-node/issues/2192))
##### Miscellaneous
- \[chore] Release 11.9.0 ([#​2196](https://togithub.com/firebase/firebase-admin-node/issues/2196))
- build(deps-dev): bump yargs from 17.7.1 to 17.7.2 ([#​2199](https://togithub.com/firebase/firebase-admin-node/issues/2199))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2200](https://togithub.com/firebase/firebase-admin-node/issues/2200))
- build(deps-dev): bump [@​types/firebase-token-generator](https://togithub.com/types/firebase-token-generator) ([#​2201](https://togithub.com/firebase/firebase-admin-node/issues/2201))
- chore: Upgrade Firestore to v6.6.0 ([#​2193](https://togithub.com/firebase/firebase-admin-node/issues/2193))
- fix Unsafe JavaScript Equality Checking ([#​2183](https://togithub.com/firebase/firebase-admin-node/issues/2183))
- build(deps-dev): bump nock from 13.3.0 to 13.3.1 ([#​2187](https://togithub.com/firebase/firebase-admin-node/issues/2187))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2188](https://togithub.com/firebase/firebase-admin-node/issues/2188))
- build(deps-dev): bump eslint from 8.40.0 to 8.41.0 ([#​2189](https://togithub.com/firebase/firebase-admin-node/issues/2189))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2182](https://togithub.com/firebase/firebase-admin-node/issues/2182))
- build(deps-dev): bump [@​types/chai](https://togithub.com/types/chai) from 4.3.4 to 4.3.5 ([#​2178](https://togithub.com/firebase/firebase-admin-node/issues/2178))
- build(deps-dev): bump eslint from 8.39.0 to 8.40.0 ([#​2177](https://togithub.com/firebase/firebase-admin-node/issues/2177))
- chore: Pin [email protected] to fix the CIs ([#​2185](https://togithub.com/firebase/firebase-admin-node/issues/2185))
### [`v11.8.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.8.0): Firebase Admin Node.js SDK v11.8.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.7.0...v11.8.0)
##### New Features
- feat(appcheck): Added replay protection feature to App Check `verifyToken()` API ([#​2148](https://togithub.com/firebase/firebase-admin-node/issues/2148))
##### Miscellaneous
- \[chore] Release 11.8.0 ([#​2175](https://togithub.com/firebase/firebase-admin-node/issues/2175))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.3.7 to 0.4.1 ([#​2173](https://togithub.com/firebase/firebase-admin-node/issues/2173))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.16.1 to 18.16.3 ([#​2172](https://togithub.com/firebase/firebase-admin-node/issues/2172))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.0 to 5.59.2 ([#​2171](https://togithub.com/firebase/firebase-admin-node/issues/2171))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.15.11 to 18.16.1 ([#​2166](https://togithub.com/firebase/firebase-admin-node/issues/2166))
- build(deps-dev): bump eslint from 8.38.0 to 8.39.0 ([#​2160](https://togithub.com/firebase/firebase-admin-node/issues/2160))
- build(deps-dev): bump sinon from 15.0.3 to 15.0.4 ([#​2162](https://togithub.com/firebase/firebase-admin-node/issues/2162))
### [`v11.7.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.7.0): Firebase Admin Node.js SDK v11.7.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.6.0...v11.7.0)
##### New Features
- feat(auth): reCAPTCHA Public preview ([#​2129](https://togithub.com/firebase/firebase-admin-node/issues/2129))
- feat(fcm): Add `sendEach` and `sendEachForMulticast` for FCM batch send ([#​2138](https://togithub.com/firebase/firebase-admin-node/issues/2138))
##### Miscellaneous
- \[chore] Release 11.7.0 ([#​2158](https://togithub.com/firebase/firebase-admin-node/issues/2158))
- build(deps-dev): bump [@​types/sinon](https://togithub.com/types/sinon) from 10.0.13 to 10.0.14 ([#​2157](https://togithub.com/firebase/firebase-admin-node/issues/2157))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.192 to 4.14.194 ([#​2156](https://togithub.com/firebase/firebase-admin-node/issues/2156))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.58.0 to 5.59.0 ([#​2154](https://togithub.com/firebase/firebase-admin-node/issues/2154))
- chore: Upgrade dependencies ([#​2147](https://togithub.com/firebase/firebase-admin-node/issues/2147))
### [`v11.6.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.6.0): Firebase Admin Node.js SDK v11.6.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.5.0...v11.6.0)
##### New Features
- feat(auth): Add TOTP support in Project and Tenant config ([#​1989](https://togithub.com/firebase/firebase-admin-node/issues/1989))
##### Changed
- Deprecate sendToDevice and sendToDeviceGroup and their response classes ([#​2090](https://togithub.com/firebase/firebase-admin-node/issues/2090))
##### Miscellaneous
- \[chore] Release 11.6.0 ([#​2139](https://togithub.com/firebase/firebase-admin-node/issues/2139))
- chore: update app check integration tests ([#​2140](https://togithub.com/firebase/firebase-admin-node/issues/2140))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2134](https://togithub.com/firebase/firebase-admin-node/issues/2134))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.3.5 to 0.3.7 ([#​2133](https://togithub.com/firebase/firebase-admin-node/issues/2133))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.56.0 to 5.57.1 ([#​2135](https://togithub.com/firebase/firebase-admin-node/issues/2135))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.9.4 to 6.9.5 ([#​2136](https://togithub.com/firebase/firebase-admin-node/issues/2136))
- build(deps-dev): bump sinon from 15.0.2 to 15.0.3 ([#​2126](https://togithub.com/firebase/firebase-admin-node/issues/2126))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.3.1 to 0.3.4 ([#​2125](https://togithub.com/firebase/firebase-admin-node/issues/2125))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.15.5 to 18.15.10 ([#​2123](https://togithub.com/firebase/firebase-admin-node/issues/2123))
- build(deps-dev): bump eslint from 8.35.0 to 8.36.0 ([#​2124](https://togithub.com/firebase/firebase-admin-node/issues/2124))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.3.1 to 0.3.5 ([#​2127](https://togithub.com/firebase/firebase-admin-node/issues/2127))
- build(deps-dev): bump sinon from 15.0.1 to 15.0.2 ([#​2120](https://togithub.com/firebase/firebase-admin-node/issues/2120))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.9.3 to 6.9.4 ([#​2119](https://togithub.com/firebase/firebase-admin-node/issues/2119))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.3 to 0.2.5 ([#​2118](https://togithub.com/firebase/firebase-admin-node/issues/2118))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2121](https://togithub.com/firebase/firebase-admin-node/issues/2121))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.15.3 to 18.15.5 ([#​2117](https://togithub.com/firebase/firebase-admin-node/issues/2117))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.10.3 to 0.10.4 ([#​2101](https://togithub.com/firebase/firebase-admin-node/issues/2101))
- build(deps-dev): bump yargs from 17.6.0 to 17.7.1 ([#​2099](https://togithub.com/firebase/firebase-admin-node/issues/2099))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.48.2 to 5.56.0 ([#​2115](https://togithub.com/firebase/firebase-admin-node/issues/2115))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.14.2 to 18.15.3 ([#​2114](https://togithub.com/firebase/firebase-admin-node/issues/2114))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 6.4.3 to 6.5.0 ([#​2102](https://togithub.com/firebase/firebase-admin-node/issues/2102))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.13.0 to 18.14.2 ([#​2088](https://togithub.com/firebase/firebase-admin-node/issues/2088))
- build(deps-dev): bump [@​types/uuid](https://togithub.com/types/uuid) from 8.3.4 to 9.0.1 ([#​2086](https://togithub.com/firebase/firebase-admin-node/issues/2086))
- build(deps-dev): bump minimist from 1.2.7 to 1.2.8 ([#​2081](https://togithub.com/firebase/firebase-admin-node/issues/2081))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2087](https://togithub.com/firebase/firebase-admin-node/issues/2087))
- build(deps-dev): bump eslint from 8.33.0 to 8.35.0 ([#​2089](https://togithub.com/firebase/firebase-admin-node/issues/2089))
- Fixing links to externally defined RTDB APIs. ([#​2085](https://togithub.com/firebase/firebase-admin-node/issues/2085))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.8.0 to 6.9.3 ([#​2082](https://togithub.com/firebase/firebase-admin-node/issues/2082))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 6.4.2 to 6.4.3 ([#​2079](https://togithub.com/firebase/firebase-admin-node/issues/2079))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 6.4.0 to 6.4.2 ([#​2074](https://togithub.com/firebase/firebase-admin-node/issues/2074))
- build(deps-dev): bump [@​firebase/auth-types](https://togithub.com/firebase/auth-types) from 0.11.1 to 0.12.0 ([#​2072](https://togithub.com/firebase/firebase-admin-node/issues/2072))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.1 to 0.2.3 ([#​2071](https://togithub.com/firebase/firebase-admin-node/issues/2071))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.10.0 to 0.10.3 ([#​2073](https://togithub.com/firebase/firebase-admin-node/issues/2073))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.34.3 to 7.34.4 ([#​2070](https://togithub.com/firebase/firebase-admin-node/issues/2070))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.11.14 to 18.13.0 ([#​2067](https://togithub.com/firebase/firebase-admin-node/issues/2067))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.33.5 to 7.34.3 ([#​2064](https://togithub.com/firebase/firebase-admin-node/issues/2064))
- build(deps): bump [@​fastify/busboy](https://togithub.com/fastify/busboy) from 1.1.0 to 1.2.1 ([#​2066](https://togithub.com/firebase/firebase-admin-node/issues/2066))
- build(deps-dev): bump eslint from 8.31.0 to 8.33.0 ([#​2060](https://togithub.com/firebase/firebase-admin-node/issues/2060))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.3.0 to 0.3.1 ([#​2059](https://togithub.com/firebase/firebase-admin-node/issues/2059))
- build(deps-dev): bump nock from 13.2.9 to 13.3.0 ([#​2058](https://togithub.com/firebase/firebase-admin-node/issues/2058))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.24 to 0.3.1 ([#​2053](https://togithub.com/firebase/firebase-admin-node/issues/2053))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.37 to 0.2.1 ([#​2052](https://togithub.com/firebase/firebase-admin-node/issues/2052))
### [`v11.5.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.5.0): Firebase Admin Node.js SDK v11.5.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.4.1...v11.5.0)
##### New Features
- feat: Fix impersonated service account parsing exception ([#​1862](https://togithub.com/firebase/firebase-admin-node/issues/1862))
##### Bug Fixes
- fix(firestore): Fix PreferRest caching ([#​2040](https://togithub.com/firebase/firebase-admin-node/issues/2040))
##### Miscellaneous
- \[chore] Release 11.5.0 ([#​2049](https://togithub.com/firebase/firebase-admin-node/issues/2049))
- chore: Increase test coverage for service account impersonation support ([#​2047](https://togithub.com/firebase/firebase-admin-node/issues/2047))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2045](https://togithub.com/firebase/firebase-admin-node/issues/2045))
- build(deps): bump jwks-rsa from 2.1.5 to 3.0.1 ([#​2046](https://togithub.com/firebase/firebase-admin-node/issues/2046))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.47.0 to 5.48.2 ([#​2044](https://togithub.com/firebase/firebase-admin-node/issues/2044))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.9.17 to 0.10.0 ([#​2030](https://togithub.com/firebase/firebase-admin-node/issues/2030))
- build(deps): bump json5 from 2.2.1 to 2.2.3 ([#​2038](https://togithub.com/firebase/firebase-admin-node/issues/2038))
- build(deps-dev): bump eslint from 8.29.0 to 8.31.0 ([#​2033](https://togithub.com/firebase/firebase-admin-node/issues/2033))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.10 to 0.3.0 ([#​2029](https://togithub.com/firebase/firebase-admin-node/issues/2029))
- build(deps-dev): bump sinon from 14.0.2 to 15.0.1 ([#​2028](https://togithub.com/firebase/firebase-admin-node/issues/2028))
### [`v11.4.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.1): Firebase Admin Node.js SDK v11.4.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.4.0...v11.4.1)
##### Bug Fixes
- fix: Update jsonwebtoken to v9.0.0 ([#​2025](https://togithub.com/firebase/firebase-admin-node/issues/2025))
##### Miscellaneous
- \[chore] Release 11.4.1 ([#​2026](https://togithub.com/firebase/firebase-admin-node/issues/2026))
- build(deps-dev): bump mocha from 10.1.0 to 10.2.0 ([#​2019](https://togithub.com/firebase/firebase-admin-node/issues/2019))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.42.1 to 5.47.0 ([#​2020](https://togithub.com/firebase/firebase-admin-node/issues/2020))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2018](https://togithub.com/firebase/firebase-admin-node/issues/2018))
### [`v11.4.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.0): Firebase Admin Node.js SDK v11.4.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.3.0...v11.4.0)
##### Breaking Changes
- change: Deprecate AutoML model support ([#​2013](https://togithub.com/firebase/firebase-admin-node/issues/2013))
##### New Features
- feat(fs): preferRest app option for Firestore ([#​1901](https://togithub.com/firebase/firebase-admin-node/issues/1901))
##### Bug Fixes
- fix(fcm): Increase batch send timeout to 15 seconds ([#​1999](https://togithub.com/firebase/firebase-admin-node/issues/1999))
- fix: Unregister socket timeout listener to prevent MaxListenersExceededWarning ([#​1993](https://togithub.com/firebase/firebase-admin-node/issues/1993))
##### Miscellaneous
- \[chore] Release 11.4.0 ([#​2015](https://togithub.com/firebase/firebase-admin-node/issues/2015))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.6.0 to 6.8.0 ([#​2008](https://togithub.com/firebase/firebase-admin-node/issues/2008))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.11.9 to 18.11.14 ([#​2012](https://togithub.com/firebase/firebase-admin-node/issues/2012))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2009](https://togithub.com/firebase/firebase-admin-node/issues/2009))
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 ([#​1998](https://togithub.com/firebase/firebase-admin-node/issues/1998))
- build(deps): bump qs from 6.5.2 to 6.5.3 in /.github/actions/send-tweet ([#​2006](https://togithub.com/firebase/firebase-admin-node/issues/2006))
- build(deps-dev): bump eslint from 8.28.0 to 8.29.0 ([#​2003](https://togithub.com/firebase/firebase-admin-node/issues/2003))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.186 to 4.14.191 ([#​1997](https://togithub.com/firebase/firebase-admin-node/issues/1997))
- build(deps-dev): bump eslint from 8.24.0 to 8.28.0 ([#​1991](https://togithub.com/firebase/firebase-admin-node/issues/1991))
- build(deps-dev): bump chai from 4.3.6 to 4.3.7 ([#​1990](https://togithub.com/firebase/firebase-admin-node/issues/1990))
- build(deps-dev): bump sinon from 14.0.1 to 14.0.2 ([#​1984](https://togithub.com/firebase/firebase-admin-node/issues/1984))
- build(deps-dev): bump [@​firebase/auth-types](https://togithub.com/firebase/auth-types) from 0.11.0 to 0.11.1 ([#​1985](https://togithub.com/firebase/firebase-admin-node/issues/1985))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.7.23 to 18.11.9 ([#​1983](https://togithub.com/firebase/firebase-admin-node/issues/1983))
### [`v11.3.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.3.0): Firebase Admin Node.js SDK v11.3.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.2.1...v11.3.0)
##### New Features
- feat(extensions): Add extensions namespace ([#​1960](https://togithub.com/firebase/firebase-admin-node/issues/1960))
##### Miscellaneous
- \[chore] Release 11.3.0 ([#​1981](https://togithub.com/firebase/firebase-admin-node/issues/1981))
- Extensions TSDoc edits ([#​1982](https://togithub.com/firebase/firebase-admin-node/issues/1982))
- Extensions docstring tweaks ([#​1980](https://togithub.com/firebase/firebase-admin-node/issues/1980))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.9 to 0.2.10 ([#​1969](https://togithub.com/firebase/firebase-admin-node/issues/1969))
- build(deps-dev): bump [@​types/sinon-chai](https://togithub.com/types/sinon-chai) from 3.2.8 to 3.2.9 ([#​1978](https://togithub.com/firebase/firebase-admin-node/issues/1978))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.9.16 to 0.9.17 ([#​1977](https://togithub.com/firebase/firebase-admin-node/issues/1977))
### [`v11.2.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.2.1): Firebase Admin Node.js SDK v11.2.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.2.0...v11.2.1)
##### Bug Fixes
- fix(firestore): added missing 'ReadWriteTransactionOptions' export ([#​1874](https://togithub.com/firebase/firebase-admin-node/issues/1874)) ([#​1875](https://togithub.com/firebase/firebase-admin-node/issues/1875))
- fix(fcm): Increase FCM timeout to 15s ([#​1947](https://togithub.com/firebase/firebase-admin-node/issues/1947))
##### Miscellaneous
- \[chore] Release 11.2.1 ([#​1972](https://togithub.com/firebase/firebase-admin-node/issues/1972))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.40.0 to 5.42.1 ([#​1968](https://togithub.com/firebase/firebase-admin-node/issues/1968))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1967](https://togithub.com/firebase/firebase-admin-node/issues/1967))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.23 to 0.2.24 ([#​1962](https://togithub.com/firebase/firebase-admin-node/issues/1962))
- build(deps-dev): bump [@​firebase/api-documenter](https://togithub.com/firebase/api-documenter) from 0.2.0 to 0.3.0 ([#​1963](https://togithub.com/firebase/firebase-admin-node/issues/1963))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.33.4 to 7.33.5 ([#​1961](https://togithub.com/firebase/firebase-admin-node/issues/1961))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.5.2 to 6.6.0 ([#​1956](https://togithub.com/firebase/firebase-admin-node/issues/1956))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.20 to 0.2.23 ([#​1951](https://togithub.com/firebase/firebase-admin-node/issues/1951))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1953](https://togithub.com/firebase/firebase-admin-node/issues/1953))
- Internal implementation of multiDb ([#​1949](https://togithub.com/firebase/firebase-admin-node/issues/1949))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.33.2 to 7.33.4 ([#​1946](https://togithub.com/firebase/firebase-admin-node/issues/1946))
- build(deps-dev): bump mocha from 10.0.0 to 10.1.0 ([#​1944](https://togithub.com/firebase/firebase-admin-node/issues/1944))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1943](https://togithub.com/firebase/firebase-admin-node/issues/1943))
### [`v11.2.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.2.0): Firebase Admin Node.js SDK v11.2.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.1.0...v11.2.0)
##### New Features
- feat(auth): Support sms region config change on Tenant and Project level ([#​1921](https://togithub.com/firebase/firebase-admin-node/issues/1921))
##### Miscellaneous
- \[chore] Release 11.2.0 ([#​1942](https://togithub.com/firebase/firebase-admin-node/issues/1942))
- chore(fs): Upgrade firestore dependency ([#​1941](https://togithub.com/firebase/firebase-admin-node/issues/1941))
- build(deps-dev): bump sinon from 14.0.0 to 14.0.1 ([#​1938](https://togithub.com/firebase/firebase-admin-node/issues/1938))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.33.1 to 7.33.2 ([#​1939](https://togithub.com/firebase/firebase-admin-node/issues/1939))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.7 to 0.2.9 ([#​1940](https://togithub.com/firebase/firebase-admin-node/issues/1940))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.34 to 0.1.37 ([#​1937](https://togithub.com/firebase/firebase-admin-node/issues/1937))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.9.13 to 0.9.16 ([#​1932](https://togithub.com/firebase/firebase-admin-node/issues/1932))
- build(deps-dev): bump bcrypt from 5.0.1 to 5.1.0 ([#​1934](https://togithub.com/firebase/firebase-admin-node/issues/1934))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.31.2 to 7.33.1 ([#​1935](https://togithub.com/firebase/firebase-admin-node/issues/1935))
- build(deps): bump jwks-rsa from 2.1.4 to 2.1.5 ([#​1931](https://togithub.com/firebase/firebase-admin-node/issues/1931))
- build(deps-dev): bump minimist from 1.2.6 to 1.2.7 ([#​1930](https://togithub.com/firebase/firebase-admin-node/issues/1930))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.6 to 0.2.7 ([#​1928](https://togithub.com/firebase/firebase-admin-node/issues/1928))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1927](https://togithub.com/firebase/firebase-admin-node/issues/1927))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.38.1 to 5.40.0 ([#​1926](https://togithub.com/firebase/firebase-admin-node/issues/1926))
- build(deps-dev): bump [@​types/mocha](https://togithub.com/types/mocha) from 9.1.1 to 10.0.0 ([#​1919](https://togithub.com/firebase/firebase-admin-node/issues/1919))
- build(deps-dev): bump yargs from 17.5.1 to 17.6.0 ([#​1917](https://togithub.com/firebase/firebase-admin-node/issues/1917))
### [`v11.1.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.1.0): Firebase Admin Node.js SDK v11.1.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.0.1...v11.1.0)
##### Miscellaneous
- \[chore] Release 11.1.0 ([#​1914](https://togithub.com/firebase/firebase-admin-node/issues/1914))
- chore: Update dependencies ([#​1912](https://togithub.com/firebase/firebase-admin-node/issues/1912))
- build(deps-dev): bump eslint from 8.23.0 to 8.24.0 ([#​1911](https://togithub.com/firebase/firebase-admin-node/issues/1911))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.7.1 to 18.7.23 ([#​1910](https://togithub.com/firebase/firebase-admin-node/issues/1910))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.31 to 0.1.34 ([#​1907](https://togithub.com/firebase/firebase-admin-node/issues/1907))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.29.5 to 7.31.2 ([#​1909](https://togithub.com/firebase/firebase-admin-node/issues/1909))
- build(deps): bump json-schema in /.github/actions/send-tweet ([#​1905](https://togithub.com/firebase/firebase-admin-node/issues/1905))
- build(deps): bump uuid from 8.3.2 to 9.0.0 ([#​1898](https://togithub.com/firebase/firebase-admin-node/issues/1898))
- build(deps): bump jose from 2.0.5 to 2.0.6 ([#​1904](https://togithub.com/firebase/firebase-admin-node/issues/1904))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.4.1 to 6.4.2 ([#​1895](https://togithub.com/firebase/firebase-admin-node/issues/1895))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1897](https://togithub.com/firebase/firebase-admin-node/issues/1897))
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 ([#​1892](https://togithub.com/firebase/firebase-admin-node/issues/1892))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1890](https://togithub.com/firebase/firebase-admin-node/issues/1890))
- build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.182 to 4.14.184 ([#​1888](https://togithub.com/firebase/firebase-admin-node/issues/1888))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.29.2 to 7.29.5 ([#​1887](https://togithub.com/firebase/firebase-admin-node/issues/1887))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.33.0 to 5.34.0 ([#​1884](https://togithub.com/firebase/firebase-admin-node/issues/1884))
- build(deps-dev): bump eslint from 8.21.0 to 8.22.0 ([#​1869](https://togithub.com/firebase/firebase-admin-node/issues/1869))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1883](https://togithub.com/firebase/firebase-admin-node/issues/1883))
- build(deps): bump [@​actions/core](https://togithub.com/actions/core) in /.github/actions/send-email ([#​1878](https://togithub.com/firebase/firebase-admin-node/issues/1878))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.4.0 to 6.4.1 ([#​1872](https://togithub.com/firebase/firebase-admin-node/issues/1872))
- build(deps): bump [@​actions/core](https://togithub.com/actions/core) in /.github/actions/send-tweet ([#​1877](https://togithub.com/firebase/firebase-admin-node/issues/1877))
- chore: Update database dependencies ([#​1865](https://togithub.com/firebase/firebase-admin-node/issues/1865))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.3.0 to 6.4.0 ([#​1864](https://togithub.com/firebase/firebase-admin-node/issues/1864))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.28.7 to 7.29.2 ([#​1863](https://togithub.com/firebase/firebase-admin-node/issues/1863))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1858](https://togithub.com/firebase/firebase-admin-node/issues/1858))
- build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 5.0.2 to 6.0.0 ([#​1852](https://togithub.com/firebase/firebase-admin-node/issues/1852))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1847](https://togithub.com/firebase/firebase-admin-node/issues/1847))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.6.1 to 18.6.3 ([#​1848](https://togithub.com/firebase/firebase-admin-node/issues/1848))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.29 to 0.1.30 ([#​1846](https://togithub.com/firebase/firebase-admin-node/issues/1846))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.28.6 to 7.28.7 ([#​1850](https://togithub.com/firebase/firebase-admin-node/issues/1850))
- build(deps-dev): bump nock from 13.2.8 to 13.2.9 ([#​1849](https://togithub.com/firebase/firebase-admin-node/issues/1849))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.31.0 to 5.32.0 ([#​1845](https://togithub.com/firebase/firebase-admin-node/issues/1845))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.2.3 to 6.3.0 ([#​1844](https://togithub.com/firebase/firebase-admin-node/issues/1844))
### [`v11.0.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.0.1): Firebase Admin Node.js SDK v11.0.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.0.0...v11.0.1)
##### Bug Fixes
- fix: Add update or create release ([#​1779](https://togithub.com/firebase/firebase-admin-node/issues/1779))
##### Miscellaneous
- \[chore] Release 11.0.1 ([#​1842](https://togithub.com/firebase/firebase-admin-node/issues/1842))
- chore: Update api-documenter config to include project headers ([#​1840](https://togithub.com/firebase/firebase-admin-node/issues/1840))
- PR fixes from [#​1812](https://togithub.com/firebase/firebase-admin-node/issues/1812) ([#​1828](https://togithub.com/firebase/firebase-admin-node/issues/1828))
- build(deps-dev): bump [@​types/sinon](https://togithub.com/types/sinon) from 10.0.12 to 10.0.13 ([#​1836](https://togithub.com/firebase/firebase-admin-node/issues/1836))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.30.6 to 5.31.0 ([#​1834](https://togithub.com/firebase/firebase-admin-node/issues/1834))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.0.4 to 18.6.1 ([#​1835](https://togithub.com/firebase/firebase-admin-node/issues/1835))
- build(deps-dev): bump eslint from 8.19.0 to 8.20.0 ([#​1822](https://togithub.com/firebase/firebase-admin-node/issues/1822))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.28.4 to 7.28.6 ([#​1833](https://togithub.com/firebase/firebase-admin-node/issues/1833))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1832](https://togithub.com/firebase/firebase-admin-node/issues/1832))
- build(deps-dev): bump ts-node from 10.8.2 to 10.9.1 ([#​1819](https://togithub.com/firebase/firebase-admin-node/issues/1819))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.28 to 0.1.29 ([#​1818](https://togithub.com/firebase/firebase-admin-node/issues/1818))
- Use ID token from metadata server when sending tasks for extensions ([#​1812](https://togithub.com/firebase/firebase-admin-node/issues/1812))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.17 to 0.2.18 ([#​1816](https://togithub.com/firebase/firebase-admin-node/issues/1816))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.30.0 to 5.30.6 ([#​1815](https://togithub.com/firebase/firebase-admin-node/issues/1815))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.0.0 to 18.0.4 ([#​1814](https://togithub.com/firebase/firebase-admin-node/issues/1814))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.2.2 to 6.2.3 ([#​1817](https://togithub.com/firebase/firebase-admin-node/issues/1817))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.28.3 to 7.28.4 ([#​1813](https://togithub.com/firebase/firebase-admin-node/issues/1813))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.9.9 to 0.9.11 ([#​1811](https://togithub.com/firebase/firebase-admin-node/issues/1811))
- build(deps-dev): bump nock from 13.2.7 to 13.2.8 ([#​1809](https://togithub.com/firebase/firebase-admin-node/issues/1809))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1808](https://togithub.com/firebase/firebase-admin-node/issues/1808))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.1 to 0.2.3 ([#​1807](https://togithub.com/firebase/firebase-admin-node/issues/1807))
- fixed some typo in validator tests ([#​1792](https://togithub.com/firebase/firebase-admin-node/issues/1792))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.27.1 to 7.28.3 ([#​1798](https://togithub.com/firebase/firebase-admin-node/issues/1798))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1795](https://togithub.com/firebase/firebase-admin-node/issues/1795))
- build(deps-dev): bump [@​types/sinon](https://togithub.com/types/sinon) from 10.0.11 to 10.0.12 ([#​1800](https://togithub.com/firebase/firebase-admin-node/issues/1800))
- build(deps-dev): bump ts-node from 10.8.1 to 10.8.2 ([#​1796](https://togithub.com/firebase/firebase-admin-node/issues/1796))
- build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.1.0 to 6.2.2 ([#​1797](https://togithub.com/firebase/firebase-admin-node/issues/1797))
- build(deps-dev): bump eslint from 8.18.0 to 8.19.0 ([#​1794](https://togithub.com/firebase/firebase-admin-node/issues/1794))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.16 to 0.2.17 ([#​1784](https://togithub.com/firebase/firebase-admin-node/issues/1784))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.27 to 0.1.28 ([#​1786](https://togithub.com/firebase/firebase-admin-node/issues/1786))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.28.0 to 5.30.0 ([#​1785](https://togithub.com/firebase/firebase-admin-node/issues/1785))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.25.2 to 7.27.1 ([#​1782](https://togithub.com/firebase/firebase-admin-node/issues/1782))
- Add lastRefreshTime to UserMetadata toJSON method. ([#​889](https://togithub.com/firebase/firebase-admin-node/issues/889))
- build(deps-dev): bump nock from 13.2.6 to 13.2.7 ([#​1773](https://togithub.com/firebase/firebase-admin-node/issues/1773))
- build(deps-dev): bump eslint from 8.17.0 to 8.18.0 ([#​1774](https://togithub.com/firebase/firebase-admin-node/issues/1774))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1772](https://togithub.com/firebase/firebase-admin-node/issues/1772))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 17.0.42 to 18.0.0 ([#​1775](https://togithub.com/firebase/firebase-admin-node/issues/1775))
- build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.25.0 to 7.25.2 ([#​1776](https://togithub.com/firebase/firebase-admin-node/issues/1776))
### [`v11.0.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.0.0): Firebase Admin Node.js SDK v11.0.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v10.3.0...v11.0.0)
##### Breaking Changes
- change: Upgrade Firestore and Storage Dependencies ([#​1760](https://togithub.com/firebase/firebase-admin-node/issues/1760))
##### Miscellaneous
- \[chore] Release 11.0.0 ([#​1770](https://togithub.com/firebase/firebase-admin-node/issues/1770))
- build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​1768](https://togithub.com/firebase/firebase-admin-node/issues/1768))
- build(deps): bump [@​types/node](https://togithub.com/types/node) from 17.0.41 to 17.0.42 ([#​1769](https://togithub.com/firebase/firebase-admin-node/issues/1769))
- build(deps): bump [@​firebase/database-compat](https://togithub.com/firebase/database-compat) from 0.2.0 to 0.2.1 ([#​1765](https://togithub.com/firebase/firebase-admin-node/issues/1765))
- build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.27.1 to 5.28.0 ([#​1764](https://togithub.com/firebase/firebase-admin-node/issues/1764))
- build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.2.15 to 0.2.16 ([#​1766](https://togithub.com/firebase/firebase-admin-node/issues/1766))
- build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.1.26 to 0.1.27 ([#​1767](https://togithub.com/firebase/firebase-admin-node/issues/1767))
- build(deps): bump [@​firebase/database-types](https://togithub.com/firebase/database-types) from 0.9.8 to 0.9.9 ([#​1763](https://togithub.com/firebase/firebase-admin-node/issues/1763))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/cloud-debug-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->1 parent d2533f2 commit f757913Copy full SHA for f757913
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments