Skip to content

chore(deps-dev): bump the uncategorized group with 9 updates #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the uncategorized group with 9 updates:

Package From To
@react-native-firebase/analytics 22.1.0 22.2.0
@react-native-firebase/app 22.1.0 22.2.0
@react-native-firebase/auth 22.1.0 22.2.0
@react-native-firebase/crashlytics 22.1.0 22.2.0
@react-native-firebase/firestore 22.1.0 22.2.0
@react-native-firebase/installations 22.1.0 22.2.0
@react-native-firebase/remote-config 22.1.0 22.2.0
@types/react 19.1.3 19.1.4
firebase 11.7.1 11.7.3

Updates @react-native-firebase/analytics from 22.1.0 to 22.2.0

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.

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/app from 22.1.0 to 22.2.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.

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/auth from 22.1.0 to 22.2.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.

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/crashlytics from 22.1.0 to 22.2.0

Release notes

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

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/firestore from 22.1.0 to 22.2.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.

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/installations from 22.1.0 to 22.2.0

Release notes

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

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @react-native-firebase/remote-config from 22.1.0 to 22.2.0

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.

22.2.0 (2025-05-12)

Features

  • app-check: add Swift AppDelegate support for Expo SDK53+ (#8521) (8c631e1)

Bug Fixes

  • app-check, types: modular exports of ReactNativeFirebaseAppCheckProvider types (f08b687)
  • auth, expo: lowercase String? in swift using .lowercased() (af435e8)
  • auth: missing PhoneMultiFactorGenerator export (aaaec03)
  • storage, types: add missing type for StringFormat object values (#8530) (4e75f57)
Commits
  • b302210 chore(release): release packages
  • 4e75f57 fix(storage, types): add missing type for StringFormat object values (#8530)
  • f08b687 fix(app-check, types): modular exports of ReactNativeFirebaseAppCheckProvider...
  • 8c631e1 feat(app-check): add Swift AppDelegate support for Expo SDK53+ (#8521)
  • b0535f4 docs(auth): clarify signInWithEmailAndPassword error behavior under email enu...
  • 0729030 docs(auth): clarify fetchSignInMethodsForEmail behavior with email enumeratio...
  • 0cbca93 docs(auth): fix function name shadowing
  • 08cee09 docs(app): correct Swift method name in integration docs (#8511)
  • 484b04c docs(auth): update examples to use modular API (#8327)
  • af435e8 fix(auth, expo): lowercase String? in swift using .lowercased()
  • Additional commits viewable in compare view

Updates @types/react from 19.1.3 to 19.1.4

Commits

Updates firebase from 11.7.1 to 11.7.3

Release notes

Sourced from firebase's releases.

[email protected]

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

What's Changed

Normal version packages workflow isn't working due to the app version bump step being hardcoded to main branch. Generated this manually using yarn changeset version which means no automatically formatted description.

This release is an out-of-band release from a temporary non-main branch.

firebase package version is: 11.7.3

See files for version changes of subpackages.

[email protected]

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

What's Changed

Normal version packages workflow isn't working due to the app version bump step being hardcoded to main branch. Generated this manually using yarn changeset version which means no automatically formatted description.

This release is an out-of-band release from a temporary non-main branch.

firebase package version is 11.7.2

See files for version changes of subpackages.

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 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 <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 uncategorized group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/auth](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/firestore](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/installations](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@react-native-firebase/remote-config](https://github.com/invertase/react-native-firebase) | `22.1.0` | `22.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.3` | `19.1.4` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `11.7.1` | `11.7.3` |


Updates `@react-native-firebase/analytics` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/app` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/auth` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/crashlytics` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/firestore` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/installations` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

Updates `@react-native-firebase/remote-config` from 22.1.0 to 22.2.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@v22.1.0...v22.2.0)

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

Updates `firebase` from 11.7.1 to 11.7.3
- [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/[email protected]@11.7.3)

---
updated-dependencies:
- dependency-name: "@react-native-firebase/analytics"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/app"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/auth"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/crashlytics"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/firestore"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/installations"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/remote-config"
  dependency-version: 22.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uncategorized
- dependency-name: "@types/react"
  dependency-version: 19.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uncategorized
- dependency-name: firebase
  dependency-version: 11.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uncategorized
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 2025
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