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 undici, @react-native-firebase/app and @react-native-firebase/messaging #31

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 Mar 4, 2025

Bumps undici to 6.21.1 and updates ancestor dependencies undici, @react-native-firebase/app and @react-native-firebase/messaging. These dependencies need to be updated together.

Updates undici from 6.19.7 to 6.21.1

Release notes

Sourced from undici's releases.

v6.21.1

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

What's Changed

Full Changelog: nodejs/undici@v6.21.0...v6.21.1

v6.21.0

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

v6.20.1

What's Changed

Full Changelog: nodejs/undici@v6.20.0...v6.20.1

v6.20.0

What's Changed

... (truncated)

Commits

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

21.12.0 (2025-03-03)

Features

21.11.0 (2025-02-20)

Features

  • auth: linkDomain support for ActionCodeSettings (#8335) (77af6b2)

Bug Fixes

  • app-check: export ReactNativeFirebaseAppCheckProvider in modular (f7de375)
  • crashlytics: convert internal API usage to modular (b462330)
  • firestore, bytes: return Bytes for modular API usage, fix deprecation (5a29425)
  • messaging, ios: serialize access to background handler state (4d166ca)

21.10.1 (2025-02-18)

Bug Fixes

  • dynamic-links: pass dynamic links into getInitialLink() (e72586a)
  • firestore: implement queryEqual modular API (2f855a6)
  • firestore: implement refEqual modular API (f30a4fb)
  • firestore: implement snapshotEqual in modular API (6da740f)
  • firestore: spread args into query to quiet deprecation (1cf9f50)
  • messaging, types: export correct module types (#8336) (b39f5a4)
  • messaging: 3 statics not correctly exported (#8318) (9a4b6e5)
  • remote-config: ensure static objects are exposed for modular API (#8321) (ee033c0)
  • storage: expose static types for modular API (#8322) (d4e532a)

Performance Improvements

  • only create deprecation message if we will use it (70c57f4)

21.10.0 (2025-02-11)

Features

  • messaging, ios: background completion handler from JS (#8128) (f00fa8d)

Bug Fixes

  • explicit npm pre-logout not needed (e7c7457)
  • further cleanup of npmjs registry / token publish interaction (9f2a244)
  • update npm publish token to work in concert with 2FA for publish (a5ad380)

21.9.0 (2025-02-11)

... (truncated)

Commits
  • 00a5540 chore(release): release packages
  • a1d1361 feat: vertexAI package support (#8236)
  • 8f59579 chore: update PR template to include Other platform
  • be16913 test(macos): upstream has a fix for the logbox now
  • 082a1e4 chore(release): release packages
  • ea851e7 test(firestore, other): temporarily disable rollback test
  • 9874235 docs(app-check): change docs to modular API
  • f7de375 fix(app-check): export ReactNativeFirebaseAppCheckProvider in modular
  • a28753b docs: Add instructions for AppCheck on iOS AppDelegate.swift on react-native ...
  • b462330 fix(crashlytics): convert internal API usage to modular
  • Additional commits viewable in compare view

Updates @react-native-firebase/messaging from 21.3.0 to 21.12.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.

21.12.0 (2025-03-03)

Features

21.11.0 (2025-02-20)

Features

  • auth: linkDomain support for ActionCodeSettings (#8335) (77af6b2)

Bug Fixes

  • app-check: export ReactNativeFirebaseAppCheckProvider in modular (f7de375)
  • crashlytics: convert internal API usage to modular (b462330)
  • firestore, bytes: return Bytes for modular API usage, fix deprecation (5a29425)
  • messaging, ios: serialize access to background handler state (4d166ca)

21.10.1 (2025-02-18)

Bug Fixes

  • dynamic-links: pass dynamic links into getInitialLink() (e72586a)
  • firestore: implement queryEqual modular API (2f855a6)
  • firestore: implement refEqual modular API (f30a4fb)
  • firestore: implement snapshotEqual in modular API (6da740f)
  • firestore: spread args into query to quiet deprecation (1cf9f50)
  • messaging, types: export correct module types (#8336) (b39f5a4)
  • messaging: 3 statics not correctly exported (#8318) (9a4b6e5)
  • remote-config: ensure static objects are exposed for modular API (#8321) (ee033c0)
  • storage: expose static types for modular API (#8322) (d4e532a)

Performance Improvements

  • only create deprecation message if we will use it (70c57f4)

21.10.0 (2025-02-11)

Features

  • messaging, ios: background completion handler from JS (#8128) (f00fa8d)

Bug Fixes

  • explicit npm pre-logout not needed (e7c7457)
  • further cleanup of npmjs registry / token publish interaction (9f2a244)
  • update npm publish token to work in concert with 2FA for publish (a5ad380)

21.9.0 (2025-02-11)

... (truncated)

Commits
  • 00a5540 chore(release): release packages
  • a1d1361 feat: vertexAI package support (#8236)
  • 8f59579 chore: update PR template to include Other platform
  • be16913 test(macos): upstream has a fix for the logbox now
  • 082a1e4 chore(release): release packages
  • ea851e7 test(firestore, other): temporarily disable rollback test
  • 9874235 docs(app-check): change docs to modular API
  • f7de375 fix(app-check): export ReactNativeFirebaseAppCheckProvider in modular
  • a28753b docs: Add instructions for AppCheck on iOS AppDelegate.swift on react-native ...
  • b462330 fix(crashlytics): convert internal API usage to modular
  • 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 <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.

…ssaging

Bumps [undici](https://github.com/nodejs/undici) to 6.21.1 and updates ancestor dependencies [undici](https://github.com/nodejs/undici), [@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.


Updates `undici` from 6.19.7 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.19.7...v6.21.1)

Updates `@react-native-firebase/app` from 21.3.0 to 21.12.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@v21.3.0...v21.12.0)

Updates `@react-native-firebase/messaging` from 21.3.0 to 21.12.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@v21.3.0...v21.12.0)

---
updated-dependencies:
- dependency-name: undici
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 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
Development

Successfully merging this pull request may close these issues.

0 participants