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

chore(deps): bump xml2js, @react-native-firebase/app and @react-native-firebase/messaging #395

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 25, 2023

Removes xml2js. It's no longer used after updating ancestor dependencies xml2js, @react-native-firebase/app and @react-native-firebase/messaging. These dependencies need to be updated together.

Removes xml2js

Updates @react-native-firebase/app from 16.7.0 to 18.6.2

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.6.2 (2023-11-23)

Bug Fixes

  • adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 (6a8b25b)

Performance Improvements

  • ci: no need to list simulators (08e40ec)
  • ci: unload diagnosticsd to speed up macOS runner (124619e)

18.6.1 (2023-11-01)

Bug Fixes

  • app, android: adopt firebase-android-sdk 32.5.0 (9834bfb)
  • app, sdk: adopt firebase-ios-sdk 10.17.0 (c926af3)
  • windows: cleanup windows dev regression (b85f5a4)

18.6.0 (2023-10-26)

Features

Bug Fixes

  • android: required compatibility for Gradle 8 in android modules (b52d0ce)
  • app, sdk: adopt firebase-android-sdk 32.4.0 (63f1893)

18.5.0 (2023-09-22)

Features

  • auth: Expose modular API that matches the Firebase web JS SDK v9 API (e3a93bc)
  • database: Firebase V9 modular API (#7136) (21531f2)
  • firestore: V9 modular APIs (#7235) (29d81c4)
  • ios: add initiateOnDeviceConversionMeasurementWithPhoneNumber (80ac07e)

Bug Fixes

  • app, sdks: adopt ios sdk 10.15.0 / android sdk 32.3.1 (acc58da)
  • messaging: RemoteMessage.data may be JSON-serializable object as well as string (#7316) (7945a24)
  • storage, ios: remove '443' port from iOS download URLs (5c687a8)

18.4.0 (2023-09-11)

Features

... (truncated)

Commits
  • 8673f31 chore(release): release packages
  • 124619e perf(ci): unload diagnosticsd to speed up macOS runner
  • 08e40ec perf(ci): no need to list simulators
  • 432b228 test(ci): make sure TMPDIR exists before referencing it
  • c0dca8b style(lint): yarn lint:js --fix
  • 6a8b25b fix: adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0
  • d6c875b docs: note incompatibility between react-native < 0.72 and google services pl...
  • 2c1127a docs(messaging, server-integration): document new / non-deprecated APIs / JSO...
  • c23c570 docs(auth): fix sign in/out typo + add info about GoogleSignin.revokeAccess()...
  • 39d4ba4 style(lint): yarn lint:markdown --write
  • Additional commits viewable in compare view

Updates @react-native-firebase/messaging from 16.7.0 to 18.6.2

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.6.2 (2023-11-23)

Bug Fixes

  • adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0 (6a8b25b)

Performance Improvements

  • ci: no need to list simulators (08e40ec)
  • ci: unload diagnosticsd to speed up macOS runner (124619e)

18.6.1 (2023-11-01)

Bug Fixes

  • app, android: adopt firebase-android-sdk 32.5.0 (9834bfb)
  • app, sdk: adopt firebase-ios-sdk 10.17.0 (c926af3)
  • windows: cleanup windows dev regression (b85f5a4)

18.6.0 (2023-10-26)

Features

Bug Fixes

  • android: required compatibility for Gradle 8 in android modules (b52d0ce)
  • app, sdk: adopt firebase-android-sdk 32.4.0 (63f1893)

18.5.0 (2023-09-22)

Features

  • auth: Expose modular API that matches the Firebase web JS SDK v9 API (e3a93bc)
  • database: Firebase V9 modular API (#7136) (21531f2)
  • firestore: V9 modular APIs (#7235) (29d81c4)
  • ios: add initiateOnDeviceConversionMeasurementWithPhoneNumber (80ac07e)

Bug Fixes

  • app, sdks: adopt ios sdk 10.15.0 / android sdk 32.3.1 (acc58da)
  • messaging: RemoteMessage.data may be JSON-serializable object as well as string (#7316) (7945a24)
  • storage, ios: remove '443' port from iOS download URLs (5c687a8)

18.4.0 (2023-09-11)

Features

... (truncated)

Commits
  • 8673f31 chore(release): release packages
  • 124619e perf(ci): unload diagnosticsd to speed up macOS runner
  • 08e40ec perf(ci): no need to list simulators
  • 432b228 test(ci): make sure TMPDIR exists before referencing it
  • c0dca8b style(lint): yarn lint:js --fix
  • 6a8b25b fix: adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0
  • d6c875b docs: note incompatibility between react-native < 0.72 and google services pl...
  • 2c1127a docs(messaging, server-integration): document new / non-deprecated APIs / JSO...
  • c23c570 docs(auth): fix sign in/out typo + add info about GoogleSignin.revokeAccess()...
  • 39d4ba4 style(lint): yarn lint:markdown --write
  • 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.

…e-firebase/messaging

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependencies [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js), [@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 need to be updated together.


Removes `xml2js`

Updates `@react-native-firebase/app` from 16.7.0 to 18.6.2
- [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@v16.7.0...v18.6.2)

Updates `@react-native-firebase/messaging` from 16.7.0 to 18.6.2
- [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@v16.7.0...v18.6.2)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: "@react-native-firebase/app"
  dependency-type: direct:production
- dependency-name: "@react-native-firebase/messaging"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from pedroferreira1 as a code owner November 25, 2023 00:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 25, 2023
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