UNICEFECAR / parenting-app-bebbo-mobile

GNU General Public License v3.0
6 stars 11 forks source link

Bump xml2js, @react-native-firebase/analytics, @react-native-firebase/app, @react-native-firebase/crashlytics, @react-native-firebase/dynamic-links, @react-native-firebase/messaging and react-native-fbsdk-next #948

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

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

Removes xml2js

Updates @react-native-firebase/analytics from 15.1.1 to 18.7.3

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.

18.7.3 (2023-12-13)

Bug Fixes

  • sdk, android: adopt firebase-android-sdk 32.7.0 (2c13c32)

18.7.2 (2023-12-08)

Bug Fixes

  • database: react-native 0.73 compatibility (788cc22)
  • firebase-ios-sdk 10.19.0 (a899390)

18.7.1 (2023-11-29)

Bug Fixes

  • ios): Revert "build(ios: specify our script phases always run" (62b44d6)

18.7.0 (2023-11-28)

Features

  • app-check: implement getLimitedUseToken / Replay Protection (#7424) (c6cd505)
  • auth, oauth: support native oauth providers (#7443) (8461691)
  • messaging: Adding support for Firebase Messaging via Expo config plugin. (#7369) (34152ed)

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

... (truncated)

Commits
  • 605a0df chore(release): release packages
  • 29a42c3 test(ci): use macos-12 / xcode14 in CI
  • 2c13c32 fix(sdk, android): adopt firebase-android-sdk 32.7.0
  • 41c9c20 test(deps): Podfile.lock from latest module release
  • bd63b4b chore(release): release packages
  • cc69502 build(deps): react-native 0.73 as well as other deps
  • e6f2fd4 test(functions): use local timeout function for tests
  • 788cc22 fix(database): react-native 0.73 compatibility
  • a899390 fix: firebase-ios-sdk 10.19.0
  • f8b7794 chore(release): release packages
  • Additional commits viewable in compare view


Updates @react-native-firebase/app from 15.1.1 to 18.7.3

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.7.3 (2023-12-13)

Bug Fixes

  • sdk, android: adopt firebase-android-sdk 32.7.0 (2c13c32)

18.7.2 (2023-12-08)

Bug Fixes

  • database: react-native 0.73 compatibility (788cc22)
  • firebase-ios-sdk 10.19.0 (a899390)

18.7.1 (2023-11-29)

Bug Fixes

  • ios): Revert "build(ios: specify our script phases always run" (62b44d6)

18.7.0 (2023-11-28)

Features

  • app-check: implement getLimitedUseToken / Replay Protection (#7424) (c6cd505)
  • auth, oauth: support native oauth providers (#7443) (8461691)
  • messaging: Adding support for Firebase Messaging via Expo config plugin. (#7369) (34152ed)

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

... (truncated)

Commits
  • 605a0df chore(release): release packages
  • 29a42c3 test(ci): use macos-12 / xcode14 in CI
  • 2c13c32 fix(sdk, android): adopt firebase-android-sdk 32.7.0
  • 41c9c20 test(deps): Podfile.lock from latest module release
  • bd63b4b chore(release): release packages
  • cc69502 build(deps): react-native 0.73 as well as other deps
  • e6f2fd4 test(functions): use local timeout function for tests
  • 788cc22 fix(database): react-native 0.73 compatibility
  • a899390 fix: firebase-ios-sdk 10.19.0
  • f8b7794 chore(release): release packages
  • Additional commits viewable in compare view


Updates @react-native-firebase/crashlytics from 15.1.1 to 18.7.3

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.

18.7.3 (2023-12-13)

Bug Fixes

  • sdk, android: adopt firebase-android-sdk 32.7.0 (2c13c32)

18.7.2 (2023-12-08)

Bug Fixes

  • database: react-native 0.73 compatibility (788cc22)
  • firebase-ios-sdk 10.19.0 (a899390)

18.7.1 (2023-11-29)

Bug Fixes

  • ios): Revert "build(ios: specify our script phases always run" (62b44d6)

18.7.0 (2023-11-28)

Features

  • app-check: implement getLimitedUseToken / Replay Protection (#7424) (c6cd505)
  • auth, oauth: support native oauth providers (#7443) (8461691)
  • messaging: Adding support for Firebase Messaging via Expo config plugin. (#7369) (34152ed)

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

... (truncated)

Commits
  • 605a0df chore(release): release packages
  • 29a42c3 test(ci): use macos-12 / xcode14 in CI
  • 2c13c32 fix(sdk, android): adopt firebase-android-sdk 32.7.0
  • 41c9c20 test(deps): Podfile.lock from latest module release
  • bd63b4b chore(release): release packages
  • cc69502 build(deps): react-native 0.73 as well as other deps
  • e6f2fd4 test(functions): use local timeout function for tests
  • 788cc22 fix(database): react-native 0.73 compatibility
  • a899390 fix: firebase-ios-sdk 10.19.0
  • f8b7794 chore(release): release packages
  • Additional commits viewable in compare view


Updates @react-native-firebase/dynamic-links from 15.4.0 to 18.7.3

Release notes

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

18.7.3 (2023-12-13)

Bug Fixes

  • sdk, android: adopt firebase-android-sdk 32.7.0 (2c13c32)

18.7.2 (2023-12-08)

Bug Fixes

  • database: react-native 0.73 compatibility (788cc22)
  • firebase-ios-sdk 10.19.0 (a899390)

18.7.1 (2023-11-29)

Bug Fixes

  • ios): Revert "build(ios: specify our script phases always run" (62b44d6)

18.7.0 (2023-11-28)

Features

  • app-check: implement getLimitedUseToken / Replay Protection (#7424) (c6cd505)
  • auth, oauth: support native oauth providers (#7443) (8461691)
  • messaging: Adding support for Firebase Messaging via Expo config plugin. (#7369) (34152ed)

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

... (truncated)

Commits
  • 605a0df chore(release): release packages
  • 29a42c3 test(ci): use macos-12 / xcode14 in CI
  • 2c13c32 fix(sdk, android): adopt firebase-android-sdk 32.7.0
  • 41c9c20 test(deps): Podfile.lock from latest module release
  • bd63b4b chore(release): release packages
  • cc69502 build(deps): react-native 0.73 as well as other deps
  • e6f2fd4 test(functions): use local timeout function for tests
  • 788cc22 fix(database): react-native 0.73 compatibility
  • a899390 fix: firebase-ios-sdk 10.19.0
  • f8b7794 chore(release): release packages
  • Additional commits viewable in compare view


Updates @react-native-firebase/messaging from 15.1.1 to 18.7.3

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.7.3 (2023-12-13)

Bug Fixes

  • sdk, android: adopt firebase-android-sdk 32.7.0 (2c13c32)

18.7.2 (2023-12-08)

Bug Fixes

  • database: react-native 0.73 compatibility (788cc22)
  • firebase-ios-sdk 10.19.0 (a899390)

18.7.1 (2023-11-29)

Bug Fixes

  • ios): Revert "build(ios: specify our script phases always run" (62b44d6)

18.7.0 (2023-11-28)

Features

  • app-check: implement getLimitedUseToken / Replay Protection (#7424) (c6cd505)
  • auth, oauth: support native oauth providers (#7443) (8461691)
  • messaging: Adding support for Firebase Messaging via Expo config plugin. (#7369) (34152ed)

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

... (truncated)

Commits
  • 605a0df chore(release): release packages
  • 29a42c3 test(ci): use macos-12 / xcode14 in CI
  • 2c13c32 fix(sdk, android): adopt firebase-android-sdk 32.7.0
  • 41c9c20 test(deps): Podfile.lock from latest module release
  • bd63b4b chore(release): release packages
  • cc69502 build(deps): react-native 0.73 as well as other deps
  • e6f2fd4 test(functions): use local timeout function for tests
  • 788cc22 fix(database): react-native 0.73 compatibility
  • a899390 fix: firebase-ios-sdk 10.19.0
  • f8b7794 chore(release): release packages
  • Additional commits viewable in compare view


Updates react-native-fbsdk-next from 7.3.3 to 12.1.2

Release notes

Sourced from react-native-fbsdk-next's releases.

v12.1.2

12.1.2 (2023-11-28)

Bug Fixes

  • move xml2js to devDependencies, update 0.6.2 to remove vulnerability (#467) (ed3e027)

v12.1.1

12.1.1 (2023-11-13)

Bug Fixes

  • android: avoid crash on react-native reload if not initialized (60ed902)

v12.1.0

12.1.0 (2023-08-21)

Features

  • EventLogger: add type for AppEvents and AppEventsParams (f696cdf)

v12.0.0

12.0.0 (2023-08-18)

⚠ BREAKING CHANGES

  • sdks: facebook-ios-sdk requires 2 additional iOS imports in AppDelegate, see step 3.2 of install guide They are specifically: new import 1 - #import <AuthenticationServices/AuthenticationServices.h> new import 2 - #import <SafariServices/SafariServices.h>

Features

v11.3.0

11.3.0 (2023-08-18)

Features

v11.2.1

11.2.1 (2023-04-09)

... (truncated)

Commits
  • 329c67f chore(release): 12.1.2 [skip ci]
  • ed3e027 fix: move xml2js to devDependencies, update 0.6.2 to remove vulnerability (#467)
  • 9908b75 chore(release): 12.1.1 [skip ci]
  • 60ed902 fix(android): avoid crash on react-native reload if not initialized
  • 36a762a docs(ios): fix 'FBSDKCoreKit/FBSDKCoreKit-swift.h' file not found on case-sen...
  • 9753b08 chore(release): 12.1.0 [skip ci]
  • f696cdf feat(EventLogger): add type for AppEvents and AppEventsParams
  • 3be0add chore(release): 12.0.0 [skip ci]
  • 5281c2a feat(sdks)!: Upgrade FBSDK to 16.1.3 (#441)
  • 52ed19c chore: bump module version in example app
  • Additional commits viewable in compare view


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 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](https://github.com/UNICEFECAR/parenting-app-bebbo-mobile/network/alerts).
dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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