Skip to content

chore(deps): bump undici, @react-native-firebase/analytics, @react-native-firebase/app and @react-native-firebase/remote-config#20

Open
dependabot[bot] wants to merge 3 commits intodevfrom
dependabot/npm_and_yarn/multi-a149077546
Open

chore(deps): bump undici, @react-native-firebase/analytics, @react-native-firebase/app and @react-native-firebase/remote-config#20
dependabot[bot] wants to merge 3 commits intodevfrom
dependabot/npm_and_yarn/multi-a149077546

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps undici to 6.21.3 and updates ancestor dependencies undici, @react-native-firebase/analytics, @react-native-firebase/app and @react-native-firebase/remote-config. These dependencies need to be updated together.

Updates undici from 5.28.4 to 6.21.3

Release notes

Sourced from undici's releases.

v6.21.3

What's Changed

Full Changelog: nodejs/undici@v6.21.2...v6.21.3

v6.21.2

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.21.1...v6.21.2

v6.21.1

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

What's Changed

Full Changelog: nodejs/undici@v6.21.0...v6.21.1

v6.21.0

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

v6.20.1

What's Changed

... (truncated)

Commits

Updates @react-native-firebase/analytics from 20.5.0 to 23.2.1

Release notes

Sourced from @​react-native-firebase/analytics's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/analytics's changelog.

23.2.1 (2025-09-01)

Bug Fixes

23.2.0 (2025-08-29)

Features

  • auth: QR code generation from TOTP secrets (dd8e14b)
  • auth: support native TOTP app open (213ee45)
  • auth: support TOTP enroll and unenroll (0ad0658)
  • other: implement TOTP auth for Other platform (3fbc43a)

Bug Fixes

  • analytics, ios: reject getSessionId call if id is zero (9d2a393)
  • auth: add TotpSecret type definition (be01081)

23.1.2 (2025-08-25)

Bug Fixes

  • database, other: correctly reject for unsupported keepSynced API (c7391f0)
  • remote-config, other: return proper error for onConfigUpdated (aeb3ead)

23.1.1 (2025-08-22)

Bug Fixes

  • auth, other: configureAuthDomain should only be called on native SDKs (0e3cf94)
  • auth, other: correctly detect persistence set or not (b86b7e3)
  • remote-config, other: return friendly error for onConfigUpdated (959c4cf)
  • validate listenerOrObserver callbacks in auth, app-check, remote-config (06dcae4)

23.1.0 (2025-08-19)

Features

  • ai: create ai package, vertexai wraps around it (#8555) (50c9e0d)

Bug Fixes

  • app, ios: fail build with error if firebase.json has syntax errors (5c752e7)
  • app: adopt firebase-js-sdk 12.1.0 (115a55c)
  • database: offer more prescriptive advice for unimplemented off() method (079b0e0)
  • database: wrap internal object construction in deprecation proxies (67dad27)

... (truncated)

Commits
  • 79455d1 chore(release): release packages
  • f3d3985 fix(app): adopt firebase-js-sdk 12.2.1 (#8682)
  • c680840 fix(android): adopt firebase-android-sdk 34.2.0 (#8680)
  • 1fde0cf fix(app, ios): adopt firebase-ios-sdk 12.2.0 (#8681)
  • 9f5467a test(ios): separate simulator boot from detox run
  • ad33f12 test(e2e): enable whole screen and system logging on ios e2e test
  • 589d398 test(e2e): consolidate cloud helper function calling
  • 7c862f8 chore(release): release packages
  • af15088 docs(auth): mention TOTP official docs in MFA usage page
  • 8cf4420 chore: add copyright headers to local / manual tests
  • Additional commits viewable in compare view

Updates @react-native-firebase/app from 20.5.0 to 23.2.1

Release notes

Sourced from @​react-native-firebase/app's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/app's changelog.

23.2.1 (2025-09-01)

Bug Fixes

23.2.0 (2025-08-29)

Features

  • auth: QR code generation from TOTP secrets (dd8e14b)
  • auth: support native TOTP app open (213ee45)
  • auth: support TOTP enroll and unenroll (0ad0658)
  • other: implement TOTP auth for Other platform (3fbc43a)

Bug Fixes

  • analytics, ios: reject getSessionId call if id is zero (9d2a393)
  • auth: add TotpSecret type definition (be01081)

23.1.2 (2025-08-25)

Bug Fixes

  • database, other: correctly reject for unsupported keepSynced API (c7391f0)
  • remote-config, other: return proper error for onConfigUpdated (aeb3ead)

23.1.1 (2025-08-22)

Bug Fixes

  • auth, other: configureAuthDomain should only be called on native SDKs (0e3cf94)
  • auth, other: correctly detect persistence set or not (b86b7e3)
  • remote-config, other: return friendly error for onConfigUpdated (959c4cf)
  • validate listenerOrObserver callbacks in auth, app-check, remote-config (06dcae4)

23.1.0 (2025-08-19)

Features

  • ai: create ai package, vertexai wraps around it (#8555) (50c9e0d)

Bug Fixes

  • app, ios: fail build with error if firebase.json has syntax errors (5c752e7)
  • app: adopt firebase-js-sdk 12.1.0 (115a55c)
  • database: offer more prescriptive advice for unimplemented off() method (079b0e0)
  • database: wrap internal object construction in deprecation proxies (67dad27)

... (truncated)

Commits
  • 79455d1 chore(release): release packages
  • f3d3985 fix(app): adopt firebase-js-sdk 12.2.1 (#8682)
  • c680840 fix(android): adopt firebase-android-sdk 34.2.0 (#8680)
  • 1fde0cf fix(app, ios): adopt firebase-ios-sdk 12.2.0 (#8681)
  • 9f5467a test(ios): separate simulator boot from detox run
  • ad33f12 test(e2e): enable whole screen and system logging on ios e2e test
  • 589d398 test(e2e): consolidate cloud helper function calling
  • 7c862f8 chore(release): release packages
  • af15088 docs(auth): mention TOTP official docs in MFA usage page
  • 8cf4420 chore: add copyright headers to local / manual tests
  • Additional commits viewable in compare view

Updates @react-native-firebase/remote-config from 20.5.0 to 23.2.1

Release notes

Sourced from @​react-native-firebase/remote-config's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/remote-config's changelog.

23.2.1 (2025-09-01)

Bug Fixes

23.2.0 (2025-08-29)

Features

  • auth: QR code generation from TOTP secrets (dd8e14b)
  • auth: support native TOTP app open (213ee45)
  • auth: support TOTP enroll and unenroll (0ad0658)
  • other: implement TOTP auth for Other platform (3fbc43a)

Bug Fixes

  • analytics, ios: reject getSessionId call if id is zero (9d2a393)
  • auth: add TotpSecret type definition (be01081)

23.1.2 (2025-08-25)

Bug Fixes

  • database, other: correctly reject for unsupported keepSynced API (c7391f0)
  • remote-config, other: return proper error for onConfigUpdated (aeb3ead)

23.1.1 (2025-08-22)

Bug Fixes

  • auth, other: configureAuthDomain should only be called on native SDKs (0e3cf94)
  • auth, other: correctly detect persistence set or not (b86b7e3)
  • remote-config, other: return friendly error for onConfigUpdated (959c4cf)
  • validate listenerOrObserver callbacks in auth, app-check, remote-config (06dcae4)

23.1.0 (2025-08-19)

Features

  • ai: create ai package, vertexai wraps around it (#8555) (50c9e0d)

Bug Fixes

  • app, ios: fail build with error if firebase.json has syntax errors (5c752e7)
  • app: adopt firebase-js-sdk 12.1.0 (115a55c)
  • database: offer more prescriptive advice for unimplemented off() method (079b0e0)
  • database: wrap internal object construction in deprecation proxies (67dad27)

... (truncated)

Commits
  • 79455d1 chore(release): release packages
  • f3d3985 fix(app): adopt firebase-js-sdk 12.2.1 (#8682)
  • c680840 fix(android): adopt firebase-android-sdk 34.2.0 (#8680)
  • 1fde0cf fix(app, ios): adopt firebase-ios-sdk 12.2.0 (#8681)
  • 9f5467a test(ios): separate simulator boot from detox run
  • ad33f12 test(e2e): enable whole screen and system logging on ios e2e test
  • 589d398 test(e2e): consolidate cloud helper function calling
  • 7c862f8 chore(release): release packages
  • af15088 docs(auth): mention TOTP official docs in MFA usage page
  • 8cf4420 chore: add copyright headers to local / manual tests
  • Additional commits viewable in compare view

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

nshelia and others added 3 commits August 31, 2025 22:05
Merge pull request #15 from walofficial/feature/toasts-refactor

feat: toasts-refactor
…tive-firebase/app and @react-native-firebase/remote-config

Bumps [undici](https://github.com/nodejs/undici) to 6.21.3 and updates ancestor dependencies [undici](https://github.com/nodejs/undici), [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase), [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) and [@react-native-firebase/remote-config](https://github.com/invertase/react-native-firebase). These dependencies need to be updated together.


Updates `undici` from 5.28.4 to 6.21.3
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v6.21.3)

Updates `@react-native-firebase/analytics` from 20.5.0 to 23.2.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v20.5.0...v23.2.1)

Updates `@react-native-firebase/app` from 20.5.0 to 23.2.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v20.5.0...v23.2.1)

Updates `@react-native-firebase/remote-config` from 20.5.0 to 23.2.1
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v20.5.0...v23.2.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.21.3
  dependency-type: indirect
- dependency-name: "@react-native-firebase/analytics"
  dependency-version: 23.2.1
  dependency-type: direct:production
- dependency-name: "@react-native-firebase/app"
  dependency-version: 23.2.1
  dependency-type: direct:production
- dependency-name: "@react-native-firebase/remote-config"
  dependency-version: 23.2.1
  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 Sep 2, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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.

1 participant