Skip to content
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

Bump @react-native-firebase/app and @react-native-firebase/messaging in /Sandbox #141

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2023

Bumps @react-native-firebase/app and @react-native-firebase/messaging. These dependencies needed to be updated together.
Updates @react-native-firebase/app from 17.4.2 to 18.0.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.

18.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • app, sdk: this version of the underlying firebase-ios-sdk has a minimum Xcode requirement of 14.1 which transitively implies a macOS minimum version of 12.5
  • app, sdk: the "safetyNet" provider for App Check has been removed from the underlying firebase-android-sdk and we have removed it here. You should upgrade to the "playIntegrity" provider for App Check
  • app, sdks: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+, which transitively requires macOS 12.0+. You must update your CI build environments to meet these minimums as well as your development environments - if you have older hardware that still works but cannot be upgraded normally, you may like: https://dortania.github.io/OpenCore-Legacy-Patcher/

Features

  • app, sdk: android-sdk v32 - app-check safetyNet provider is removed (a0e76ec)
  • app, sdk: ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ (3122918)
  • app, sdks: ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 (86dc4d5)
  • auth, android: add forceRecaptchaFlowForTesting API (#7148) (95d014c)

Bug Fixes

  • firestore, types: add types for Filter constraints on Queries (#7124) (0785d27)
  • firestore: Allow queries with combined in and array-contains-any (#7142) (8da6951)

17.5.0 (2023-05-11)

Features

  • firestore: Firestore Filter instance. Use Filter, Filter.or() & Filter.and() in Firestore queries. (#7045) (f7ec3d1)

Bug Fixes

  • app-check, types: ReactNativeFirebaseAppCheckProvider.configure returns void not Promise (f53dc2d)

17.4.3 (2023-04-26)

Bug Fixes

  • expo: update dependencies of config plugins (3e81143)
Commits
  • db49dfe chore(release): release packages
  • 7fe8499 docs(auth, multi-factor): correct conditional in code example
  • 95d014c feat(auth, android): add forceRecaptchaFlowForTesting API (#7148)
  • 8da6951 fix(firestore): Allow queries with combined in and array-contains-any (#7142)
  • 963f14f docs(auth): fixed typo in facebook example code
  • ab9411f docs(expo): update link to vscode-expo extension
  • 0785d27 fix(firestore, types): add types for Filter constraints on Queries (#7124)
  • 9e383cd test(ci): switch to macos-13 runners for e2e
  • 0f1e985 test(ci): allow more time for android tests
  • 746b87e test(deps): update webfactory/ssh-agent action
  • Additional commits viewable in compare view

Updates @react-native-firebase/messaging from 17.4.2 to 18.0.0

Release notes

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

18.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • app, sdk: this version of the underlying firebase-ios-sdk has a minimum Xcode requirement of 14.1 which transitively implies a macOS minimum version of 12.5
  • app, sdk: the "safetyNet" provider for App Check has been removed from the underlying firebase-android-sdk and we have removed it here. You should upgrade to the "playIntegrity" provider for App Check
  • app, sdks: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+, which transitively requires macOS 12.0+. You must update your CI build environments to meet these minimums as well as your development environments - if you have older hardware that still works but cannot be upgraded normally, you may like: https://dortania.github.io/OpenCore-Legacy-Patcher/

Features

  • app, sdk: android-sdk v32 - app-check safetyNet provider is removed (a0e76ec)
  • app, sdk: ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ (3122918)
  • app, sdks: ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 (86dc4d5)
  • auth, android: add forceRecaptchaFlowForTesting API (#7148) (95d014c)

Bug Fixes

  • firestore, types: add types for Filter constraints on Queries (#7124) (0785d27)
  • firestore: Allow queries with combined in and array-contains-any (#7142) (8da6951)

17.5.0 (2023-05-11)

Features

  • firestore: Firestore Filter instance. Use Filter, Filter.or() & Filter.and() in Firestore queries. (#7045) (f7ec3d1)

Bug Fixes

  • app-check, types: ReactNativeFirebaseAppCheckProvider.configure returns void not Promise (f53dc2d)

17.4.3 (2023-04-26)

Bug Fixes

  • expo: update dependencies of config plugins (3e81143)
Commits
  • db49dfe chore(release): release packages
  • 7fe8499 docs(auth, multi-factor): correct conditional in code example
  • 95d014c feat(auth, android): add forceRecaptchaFlowForTesting API (#7148)
  • 8da6951 fix(firestore): Allow queries with combined in and array-contains-any (#7142)
  • 963f14f docs(auth): fixed typo in facebook example code
  • ab9411f docs(expo): update link to vscode-expo extension
  • 0785d27 fix(firestore, types): add types for Filter constraints on Queries (#7124)
  • 9e383cd test(ci): switch to macos-13 runners for e2e
  • 0f1e985 test(ci): allow more time for android tests
  • 746b87e test(deps): update webfactory/ssh-agent action
  • 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 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)

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

Bumps [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) and [@react-native-firebase/messaging](https://github.com/invertase/react-native-firebase). These dependencies needed to be updated together.

Updates `@react-native-firebase/app` from 17.4.2 to 18.0.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@v17.4.2...v18.0.0)

Updates `@react-native-firebase/messaging` from 17.4.2 to 18.0.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@v17.4.2...v18.0.0)

---
updated-dependencies:
- dependency-name: "@react-native-firebase/app"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@react-native-firebase/messaging"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 20, 2023
@jkoutavas jkoutavas closed this Sep 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/Sandbox/react-native-firebase/app-and-react-native-firebase/messaging-18.0.0 branch September 15, 2024 03:21
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