Skip to content

chore(deps): bump the production-dependencies group with 2 updates - #250

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-18b287aa61
Aug 3, 2026
Merged

chore(deps): bump the production-dependencies group with 2 updates#250
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-18b287aa61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates: firebase and react-router-dom.

Updates firebase from 12.16.0 to 12.17.0

Release notes

Sourced from firebase's releases.

firebase@12.17.0

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.14.0

Minor Changes

  • 7c5e6e5 #10145 - Added support for text-to-speech capabilities (both single- and multi-speaker configurations) for non-Live API models (for example, Gemini TTS models).

  • 178daf7 #10184 - Deprecated VertexAIBackend in favor of AgentPlatformBackend to reflect the renaming of Vertex AI to Gemini Enterprise Agent Platform.

    The only difference for AgentPlatformBackend is the default location for accessing the model. The default location for AgentPlatformBackend is global, whereas the default location for VertexAIBackend is us-central1. To use us-central1 with AgentPlatformBackend, specify getAI(app, { backend: new AgentPlatformBackend('us-central1') }) when initializing the SDK. However, note that most new Gemini models do not support us-central1.

Patch Changes

  • Updated dependencies [736fa3f]:
    • @​firebase/util@​1.15.2
    • @​firebase/component@​0.7.4

@​firebase/app@​0.16.0

Minor Changes

  • 177f08d #10210 - Remove ability to call initializeAppCheck without a provider.

Patch Changes

  • 80a285d #10182 - Add more detailed error when initializeApp() is called a second time with different options or config, that prints the different options or config.

  • Updated dependencies [736fa3f]:

    • @​firebase/util@​1.15.2
    • @​firebase/component@​0.7.4

@​firebase/app-check@​0.13.0

Minor Changes

  • 177f08d #10210 - Remove ability to call initializeAppCheck without a provider.

Patch Changes

  • Updated dependencies [736fa3f]:
    • @​firebase/util@​1.15.2
    • @​firebase/component@​0.7.4

firebase@12.17.0

Minor Changes

  • 7c5e6e5 #10145 - Added support for text-to-speech capabilities (both single- and multi-speaker configurations) for non-Live API models (for example, Gemini TTS models).

... (truncated)

Commits
  • d459c97 Version Packages (#10227)
  • a799b16 Merge main into release
  • 2b941ef chore(deps): Upgrade more dependencies (#10193)
  • 0fe3bbc fix: add "@​firebase/app" as a peerDep in compat packages (#10097)
  • 7c5e6e5 feat(ai): support text-to-speech capabilities (single & multi-speaker configu...
  • ef7111b test: prompt for WebKit playwright installation (#10167)
  • 177f08d fix(app-check,app): Revert app check default provider initialization (#10210)
  • 8739d66 fix(prune-dts): preserve license headers across pruned declaration files and ...
  • 6e80a81 fix(firestore): replace type with interface in Cache config APIs (#10208)
  • 178daf7 feat(ai): Add AgentPlatformBackend and deprecate VertexAIBackend (#10184)
  • Additional commits viewable in compare view

Updates react-router-dom from 7.18.1 to 7.18.2

Changelog

Sourced from react-router-dom's changelog.

v7.18.2

Patch Changes

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates: [firebase](https://github.com/firebase/firebase-js-sdk) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `firebase` from 12.16.0 to 12.17.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.16.0...firebase@12.17.0)

Updates `react-router-dom` from 7.18.1 to 7.18.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.2/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: firebase
  dependency-version: 12.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@github-actions
github-actions Bot merged commit 7b38ef6 into main Aug 3, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-18b287aa61 branch August 3, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants