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 xml2js and @react-native-firebase/firestore #177

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

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

Removes xml2js

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

18.3.0 (2023-07-19)

Features

  • auth, revokeToken: sign in with apple revokeToken API (#7239) (2b9dc73)

18.2.0 (2023-07-13)

Features

  • analytics, ios: implement setSessionTimeoutDuration for ios (b3ce13f)
  • analytics: implement getSessionId (566470c)

Bug Fixes

  • app, ios: incorporate firebase-ios-sdk 10.12.0 (#7231) (ee66459)

18.1.0 (2023-06-22)

Features

  • installations: Firebase JS SDK V9 modular API (#7095) (08cb0c2)
  • remote-config: realtime config updates (9ded619)

Bug Fixes

  • app, sdk: adopt firebase-ios-sdk 10.11.0 (f40cb5b)
  • remote-config, ios: workaround firebase-ios-sdk#11458 until SDK v10.12.0 (8c75849)

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)

... (truncated)

Commits
  • cca7053 chore(release): release packages
  • ede9bb6 build(deps): react-native 0.72
  • 2b9dc73 feat(auth, revokeToken): sign in with apple revokeToken API (#7239)
  • 4c666df chore(release): release packages
  • 566470c feat(analytics): implement getSessionId
  • b3ce13f feat(analytics, ios): implement setSessionTimeoutDuration for ios
  • ee66459 fix(app, ios): incorporate firebase-ios-sdk 10.12.0 (#7231)
  • e52e24e test(firestore): skip batch write limit test that fails now
  • b1a36d3 build(deps): bump node to v18
  • f02964e build(deps): bump from JDK11 to JDK17
  • 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.

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [@react-native-firebase/firestore](https://github.com/invertase/react-native-firebase). These dependencies need to be updated together.


Removes `xml2js`

Updates `@react-native-firebase/firestore` from 15.1.1 to 18.3.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@v15.1.1...v18.3.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: "@react-native-firebase/firestore"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 22, 2023
@sbatson5 sbatson5 closed this Mar 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2024

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/xml2js-and-react-native-firebase/firestore--removed branch March 29, 2024 14:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant