Skip to content

Commit d084343

Browse files
build(deps): bump firebase from 12.2.0 to 12.3.0 (#263)
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 12.2.0 to 12.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/firebase/firebase-js-sdk/releases">firebase's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <p>For more detailed release notes, see <a href="https://firebase.google.com/support/release-notes/js">Firebase JavaScript SDK Release Notes</a>.</p> <h1>What's Changed</h1> <h2><code>@​firebase/ai</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c"><code>06ab5c4</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9236">#9236</a> - Added a new <code>InferenceMode</code> option for the hybrid on-device capability: <code>prefer_in_cloud</code>. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.</p> </li> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/9b8ab02c543785226fafec056d39be7cf7ee03d1"><code>9b8ab02</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9249">#9249</a> - Added Code Execution feature.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/a4848b401f6e8da16b0d0fdbfd064e8d68566555"><code>a4848b4</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9235">#9235</a> - Refactor component registration.</p> </li> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/c1237662e6851936d2dd6017ab4bc7f0aa5112fd"><code>c123766</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9253">#9253</a> - Change documentation tags for hybrid inference from &quot;EXPERIMENTAL&quot; to &quot;public preview&quot;.</p> </li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c"><code>06ab5c4</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9236">#9236</a> - Added a new <code>InferenceMode</code> option for the hybrid on-device capability: <code>prefer_in_cloud</code>. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.</p> </li> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/120a30838da50f5ade4f634e97c34cbfcaff41ba"><code>120a308</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9221">#9221</a> - Added support for Realtime Remote Config for the web. This feature introduces a new <code>onConfigUpdate</code> API and allows web applications to receive near-instant configuration updates without requiring periodic polling.</p> </li> <li> <p><a href="https://github.com/firebase/firebase-js-sdk/commit/9b8ab02c543785226fafec056d39be7cf7ee03d1"><code>9b8ab02</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9249">#9249</a> - Added Code Execution feature.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/firebase/firebase-js-sdk/commit/06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c"><code>06ab5c4</code></a>, <a href="https://github.com/firebase/firebase-js-sdk/commit/a4848b401f6e8da16b0d0fdbfd064e8d68566555"><code>a4848b4</code></a>, <a href="https://github.com/firebase/firebase-js-sdk/commit/120a30838da50f5ade4f634e97c34cbfcaff41ba"><code>120a308</code></a>, <a href="https://github.com/firebase/firebase-js-sdk/commit/9b8ab02c543785226fafec056d39be7cf7ee03d1"><code>9b8ab02</code></a>, <a href="https://github.com/firebase/firebase-js-sdk/commit/c1237662e6851936d2dd6017ab4bc7f0aa5112fd"><code>c123766</code></a>, <a href="https://github.com/firebase/firebase-js-sdk/commit/43276b0414ea5a73e8d8f7e3b80275d8b910102f"><code>43276b0</code></a>]:</li> <li><code>@​firebase/app</code><a href="https://github.com/0"><code>@​0</code></a>.14.3</li> <li><code>@​firebase/ai</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> <li><code>@​firebase/remote-config</code><a href="https://github.com/0"><code>@​0</code></a>.7.0</li> <li><code>@​firebase/firestore</code><a href="https://github.com/4"><code>@​4</code></a>.9.2</li> <li><code>@​firebase/app-compat</code><a href="https://github.com/0"><code>@​0</code></a>.5.3</li> <li><code>@​firebase/remote-config-compat</code><a href="https://github.com/0"><code>@​0</code></a>.2.20</li> <li><code>@​firebase/firestore-compat</code><a href="https://github.com/0"><code>@​0</code></a>.4.2</li> </ul> <h2><code>@​firebase/remote-config</code><a href="https://github.com/0"><code>@​0</code></a>.7.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/120a30838da50f5ade4f634e97c34cbfcaff41ba"><code>120a308</code></a> <a href="https://redirect.github.com/firebase/firebase-js-sdk/pull/9221">#9221</a> - Added support for Realtime Remote Config for the web. This feature introduces a new <code>onConfigUpdate</code> API and allows web applications to receive near-instant configuration updates without requiring periodic polling.</li> </ul> <h2><code>@​firebase/remote-config-types</code><a href="https://github.com/0"><code>@​0</code></a>.5.0</h2> <h3>Minor Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/8d3211bb99502448d5f03e8f920a09cbebc2e643"><code>8d3211b</code></a> Version Packages (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9258">#9258</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/37f9ef516ed5e1481960e3b41051b12c56cf247e"><code>37f9ef5</code></a> Merge main into release</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/c1237662e6851936d2dd6017ab4bc7f0aa5112fd"><code>c123766</code></a> Change documentation tags for hybrid inference from EXPERIMENTAL to public pr...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/43276b0414ea5a73e8d8f7e3b80275d8b910102f"><code>43276b0</code></a> chore(firestore): Update closure-net dependency to the latest release (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9242">#9242</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/9b8ab02c543785226fafec056d39be7cf7ee03d1"><code>9b8ab02</code></a> feat(ai): Add code execution (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9249">#9249</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/120a30838da50f5ade4f634e97c34cbfcaff41ba"><code>120a308</code></a> Remote Config Realtime for Web (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9221">#9221</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c"><code>06ab5c4</code></a> feat(ai): Add prefer_in_cloud option for inference mode (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9236">#9236</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/55f3f83a7f2ed444f9880e1284f37c667532d13b"><code>55f3f83</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9237">#9237</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/a4848b401f6e8da16b0d0fdbfd064e8d68566555"><code>a4848b4</code></a> fix(ai): Fix test script broken by <a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9232">#9232</a> (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9235">#9235</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/4d834deb2c37c28ad3b551c76aea57f03af369b2"><code>4d834de</code></a> Version Packages (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/9233">#9233</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-js-sdk/compare/[email protected]@12.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase&package-manager=npm_and_yarn&previous-version=12.2.0&new-version=12.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Szotkowski <[email protected]>
1 parent 6b20863 commit d084343

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dotenv": "^17.2.2",
7070
"express-ipfilter": "^1.3.2",
7171
"express-rate-limit": "^8.0.1",
72-
"firebase": "^12.2.0",
72+
"firebase": "^12.3.0",
7373
"firebase-admin": "^13.5.0",
7474
"geoip-lite": "^1.4.10",
7575
"helmet": "^8.1.0",

0 commit comments

Comments
 (0)