Skip to content

chore(deps):(deps): bump the minor-and-patch group with 8 updates#153

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-37da03a1c2
Closed

chore(deps):(deps): bump the minor-and-patch group with 8 updates#153
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-37da03a1c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 8 updates:

Package From To
@react-native-firebase/app 24.0.0 24.1.0
@react-native-firebase/auth 24.0.0 24.1.0
@react-native-firebase/firestore 24.0.0 24.1.0
@react-navigation/bottom-tabs 7.16.2 7.17.0
@react-navigation/elements 2.9.19 2.9.20
@react-navigation/native 7.2.5 7.2.6
@react-navigation/native-stack 7.16.0 7.17.0
@types/react 19.2.16 19.2.17

Updates @react-native-firebase/app from 24.0.0 to 24.1.0

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.

24.1.0 (2026-06-05)

Features

  • analytics: add Expo config plugin for withoutAdIdSupport (#8969) (5af7a6a)
  • analytics: add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin (#9014) (a7a5125)
  • firestore: add 'source' option to enable local cache firestore listeners (e3ce410)

Bug Fixes

  • analytics: cast item INDEX param to integer (915dc8a)
  • analytics: coerce all number params from js double to native integral (760ddd2)
  • analytics: success param type now boolean - never worked before, now works (7e122b2)
  • android: catch RejectedExecutionException on executor-backed Tasks (375ade9)
  • database, android: remove RTDB listeners before shutting down executors (25ed605)
  • docs: workflow to generate+publish API docs, call same on publish (8222a96)
  • firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 (65bbe94)
  • firestore, android: catch RejectedExecutionException in sendOnSnapshotEvent (602d7ad)
  • firestore: restore generic root type exports for DocumentSnapshot, Transaction, and WriteBatch (#8997) (9809622)
Commits
  • 804a51f chore(release): release packages
  • 351a2fd release: allow versioning on branch for stable releases
  • 0e361b0 release: make api reference deploy workflow reusable
  • 65bbe94 fix: firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk ...
  • b1c2b53 test: run workflows on stable branch push
  • 7fb16d9 test: use maximal parallelization in full test run
  • 3c710e3 style(lint): fix style skew due to prettier version skew from main
  • 0bfe164 test: convert detox patch-package patch to yarn patch style
  • 87187f6 test(ios): bump test Pod lockfile
  • a7a5125 feat(analytics): add support for googleAppMeasurementOnDeviceConversion in iO...
  • Additional commits viewable in compare view

Updates @react-native-firebase/auth from 24.0.0 to 24.1.0

Release notes

Sourced from @​react-native-firebase/auth'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/auth's changelog.

24.1.0 (2026-06-05)

Features

  • analytics: add Expo config plugin for withoutAdIdSupport (#8969) (5af7a6a)
  • analytics: add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin (#9014) (a7a5125)
  • firestore: add 'source' option to enable local cache firestore listeners (e3ce410)

Bug Fixes

  • analytics: cast item INDEX param to integer (915dc8a)
  • analytics: coerce all number params from js double to native integral (760ddd2)
  • analytics: success param type now boolean - never worked before, now works (7e122b2)
  • android: catch RejectedExecutionException on executor-backed Tasks (375ade9)
  • database, android: remove RTDB listeners before shutting down executors (25ed605)
  • docs: workflow to generate+publish API docs, call same on publish (8222a96)
  • firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 (65bbe94)
  • firestore, android: catch RejectedExecutionException in sendOnSnapshotEvent (602d7ad)
  • firestore: restore generic root type exports for DocumentSnapshot, Transaction, and WriteBatch (#8997) (9809622)
Commits
  • 804a51f chore(release): release packages
  • 351a2fd release: allow versioning on branch for stable releases
  • 0e361b0 release: make api reference deploy workflow reusable
  • 65bbe94 fix: firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk ...
  • b1c2b53 test: run workflows on stable branch push
  • 7fb16d9 test: use maximal parallelization in full test run
  • 3c710e3 style(lint): fix style skew due to prettier version skew from main
  • 0bfe164 test: convert detox patch-package patch to yarn patch style
  • 87187f6 test(ios): bump test Pod lockfile
  • a7a5125 feat(analytics): add support for googleAppMeasurementOnDeviceConversion in iO...
  • Additional commits viewable in compare view

Updates @react-native-firebase/firestore from 24.0.0 to 24.1.0

Release notes

Sourced from @​react-native-firebase/firestore'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/firestore's changelog.

24.1.0 (2026-06-05)

Features

  • analytics: add Expo config plugin for withoutAdIdSupport (#8969) (5af7a6a)
  • analytics: add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin (#9014) (a7a5125)
  • firestore: add 'source' option to enable local cache firestore listeners (e3ce410)

Bug Fixes

  • analytics: cast item INDEX param to integer (915dc8a)
  • analytics: coerce all number params from js double to native integral (760ddd2)
  • analytics: success param type now boolean - never worked before, now works (7e122b2)
  • android: catch RejectedExecutionException on executor-backed Tasks (375ade9)
  • database, android: remove RTDB listeners before shutting down executors (25ed605)
  • docs: workflow to generate+publish API docs, call same on publish (8222a96)
  • firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 (65bbe94)
  • firestore, android: catch RejectedExecutionException in sendOnSnapshotEvent (602d7ad)
  • firestore: restore generic root type exports for DocumentSnapshot, Transaction, and WriteBatch (#8997) (9809622)
Commits
  • 804a51f chore(release): release packages
  • 351a2fd release: allow versioning on branch for stable releases
  • 0e361b0 release: make api reference deploy workflow reusable
  • 65bbe94 fix: firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk ...
  • b1c2b53 test: run workflows on stable branch push
  • 7fb16d9 test: use maximal parallelization in full test run
  • 3c710e3 style(lint): fix style skew due to prettier version skew from main
  • 0bfe164 test: convert detox patch-package patch to yarn patch style
  • 87187f6 test(ios): bump test Pod lockfile
  • a7a5125 feat(analytics): add support for googleAppMeasurementOnDeviceConversion in iO...
  • Additional commits viewable in compare view

Updates @react-navigation/bottom-tabs from 7.16.2 to 7.17.0

Release notes

Sourced from @​react-navigation/bottom-tabs's releases.

@​react-navigation/bottom-tabs@​7.17.0

7.17.0 (2026-06-07)

Bug Fixes

Features

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.17.0 (2026-06-07)

Bug Fixes

Features

Commits

Updates @react-navigation/elements from 2.9.19 to 2.9.20

Changelog

Sourced from @​react-navigation/elements's changelog.

2.9.20 (2026-06-07)

Note: Version bump only for package @​react-navigation/elements

Commits

Updates @react-navigation/native from 7.2.5 to 7.2.6

Release notes

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

@​react-navigation/native@​7.2.6

7.2.6 (2026-06-07)

Bug Fixes

Changelog

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

7.2.6 (2026-06-07)

Bug Fixes

Commits
  • a103913 chore: publish
  • 301b3a1 fix: add a workaround for false positive with multiple linking error
  • d15d353 refactor: drop internal use of UnhandledLinkingContext
  • See full diff in compare view

Updates @react-navigation/native-stack from 7.16.0 to 7.17.0

Release notes

Sourced from @​react-navigation/native-stack's releases.

@​react-navigation/native-stack@​7.17.0

7.17.0 (2026-06-07)

Features

Changelog

Sourced from @​react-navigation/native-stack's changelog.

7.17.0 (2026-06-07)

Features

Commits

Updates @types/react from 19.2.16 to 19.2.17

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 minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) | `24.0.0` | `24.1.0` |
| [@react-native-firebase/auth](https://github.com/invertase/react-native-firebase) | `24.0.0` | `24.1.0` |
| [@react-native-firebase/firestore](https://github.com/invertase/react-native-firebase) | `24.0.0` | `24.1.0` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.16.2` | `7.17.0` |
| [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/elements) | `2.9.19` | `2.9.20` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.2.5` | `7.2.6` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.16.0` | `7.17.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.16` | `19.2.17` |


Updates `@react-native-firebase/app` from 24.0.0 to 24.1.0
- [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@v24.0.0...v24.1.0)

Updates `@react-native-firebase/auth` from 24.0.0 to 24.1.0
- [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@v24.0.0...v24.1.0)

Updates `@react-native-firebase/firestore` from 24.0.0 to 24.1.0
- [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@v24.0.0...v24.1.0)

Updates `@react-navigation/bottom-tabs` from 7.16.2 to 7.17.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.17.0/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.17.0/packages/bottom-tabs)

Updates `@react-navigation/elements` from 2.9.19 to 2.9.20
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/elements@2.9.20/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/elements@2.9.20/packages/elements)

Updates `@react-navigation/native` from 7.2.5 to 7.2.6
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.2.6/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.2.6/packages/native)

Updates `@react-navigation/native-stack` from 7.16.0 to 7.17.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native-stack@7.17.0/packages/native-stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native-stack@7.17.0/packages/native-stack)

Updates `@types/react` from 19.2.16 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@react-native-firebase/app"
  dependency-version: 24.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/auth"
  dependency-version: 24.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native-firebase/firestore"
  dependency-version: 24.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.9.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native"
  dependency-version: 7.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-37da03a1c2 branch June 9, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants