Skip to content

Bump undici and firebase in /vue-firebase-crash-course - #270

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vue-firebase-crash-course/multi-2b08897f2d
Open

Bump undici and firebase in /vue-firebase-crash-course#270
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vue-firebase-crash-course/multi-2b08897f2d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Removes undici. It's no longer used after updating ancestor dependency firebase. These dependencies need to be updated together.

Removes undici

Updates firebase from 10.8.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

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [firebase](https://github.com/firebase/firebase-js-sdk). These dependencies need to be updated together.


Removes `undici`

Updates `firebase` from 10.8.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@10.8.0...firebase@12.17.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version:
  dependency-type: indirect
- dependency-name: firebase
  dependency-version: 12.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants