Skip to content

Bump undici, @react-native-firebase/app and @react-native-firebase/storage in /shop_management_system/backend#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/shop_management_system/backend/multi-0b2f97bf02
Open

Bump undici, @react-native-firebase/app and @react-native-firebase/storage in /shop_management_system/backend#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/shop_management_system/backend/multi-0b2f97bf02

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2025

Copy link
Copy Markdown

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

Removes undici

Updates @react-native-firebase/app from 21.7.1 to 21.14.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.14.0 (2025-04-14)

Features

  • messaging, android: notification delegation APIs, firebase.json feature toggle (c0c5054)
  • messaging, android: support BigQuery export setting in firebase.json (fa0e967)

Bug Fixes

  • app-check: type def fixes (#8367) (ecb1340)
  • app, expo: update iOS AppDelegate for SDK 53 support (a3d82c7)
  • app: annotate initializeApp return as a promise (#8366) (5189c32)
  • app: firebase-ios-sdk 11.11.0 / firebase-android-sdk 33.12.0 (1bfd3eb)
  • auth: correct modular AuthListenerCallback type (#8436) (d94a2d8)

21.13.0 (2025-03-31)

Features

  • auth: validatePassword method implementation (#8400) (1ec33f5)

Bug Fixes

  • database: improve type definitions (#8373) (95050c0)
  • firestore: a single or/and filter is allowed, 2+ not required (2308183)

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)

... (truncated)

Commits
  • 7c7beaa chore(release): release packages
  • ecb1340 fix(app-check): type def fixes (#8367)
  • a3d82c7 fix(app, expo): update iOS AppDelegate for SDK 53 support
  • c0c5054 feat(messaging, android): notification delegation APIs, firebase.json feature...
  • dc47364 test(messaging): modular isSupported should not be nested in query export
  • 79b2ef8 test(messaging): remove redundant toggle reset / afterEach handles it
  • fa0e967 feat(messaging, android): support BigQuery export setting in firebase.json
  • 66ef77d docs(storage): cacheControl correct link (#8451)
  • 1bfd3eb fix(app): firebase-ios-sdk 11.11.0 / firebase-android-sdk 33.12.0
  • 5189c32 fix(app): annotate initializeApp return as a promise (#8366)
  • Additional commits viewable in compare view

Updates @react-native-firebase/storage from 21.7.1 to 21.14.0

Release notes

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

21.14.0 (2025-04-14)

Features

  • messaging, android: notification delegation APIs, firebase.json feature toggle (c0c5054)
  • messaging, android: support BigQuery export setting in firebase.json (fa0e967)

Bug Fixes

  • app-check: type def fixes (#8367) (ecb1340)
  • app, expo: update iOS AppDelegate for SDK 53 support (a3d82c7)
  • app: annotate initializeApp return as a promise (#8366) (5189c32)
  • app: firebase-ios-sdk 11.11.0 / firebase-android-sdk 33.12.0 (1bfd3eb)
  • auth: correct modular AuthListenerCallback type (#8436) (d94a2d8)

21.13.0 (2025-03-31)

Features

  • auth: validatePassword method implementation (#8400) (1ec33f5)

Bug Fixes

  • database: improve type definitions (#8373) (95050c0)
  • firestore: a single or/and filter is allowed, 2+ not required (2308183)

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)

... (truncated)

Commits
  • 7c7beaa chore(release): release packages
  • ecb1340 fix(app-check): type def fixes (#8367)
  • a3d82c7 fix(app, expo): update iOS AppDelegate for SDK 53 support
  • c0c5054 feat(messaging, android): notification delegation APIs, firebase.json feature...
  • dc47364 test(messaging): modular isSupported should not be nested in query export
  • 79b2ef8 test(messaging): remove redundant toggle reset / afterEach handles it
  • fa0e967 feat(messaging, android): support BigQuery export setting in firebase.json
  • 66ef77d docs(storage): cacheControl correct link (#8451)
  • 1bfd3eb fix(app): firebase-ios-sdk 11.11.0 / firebase-android-sdk 33.12.0
  • 5189c32 fix(app): annotate initializeApp return as a promise (#8366)
  • 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.

Summary by Sourcery

Remove the undici dependency and update @react-native-firebase/app and @react-native-firebase/storage to v21.14.0 in the backend to align with upstream dependency requirements.

Chores:

  • Remove undici dependency
  • Upgrade @react-native-firebase/app to 21.14.0
  • Upgrade @react-native-firebase/storage to 21.14.0

…orage

Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependencies [undici](https://github.com/nodejs/undici), [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) and [@react-native-firebase/storage](https://github.com/invertase/react-native-firebase). These dependencies need to be updated together.


Removes `undici`

Updates `@react-native-firebase/app` from 21.7.1 to 21.14.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.7.1...v21.14.0)

Updates `@react-native-firebase/storage` from 21.7.1 to 21.14.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.7.1...v21.14.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@react-native-firebase/app"
  dependency-version: 21.14.0
  dependency-type: direct:production
- dependency-name: "@react-native-firebase/storage"
  dependency-version: 21.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2025
@sourcery-ai

sourcery-ai Bot commented May 15, 2025

Copy link
Copy Markdown

Reviewer's Guide

This PR cleans up an unused HTTP client and synchronously bumps two React Native Firebase modules to 21.14.0, updating the backend’s dependency manifests and lockfile.

File-Level Changes

Change Details Files
Remove unused HTTP client dependency
  • Deleted the undici entry from dependencies
  • Regenerated package-lock.json without undici
shop_management_system/backend/package.json
shop_management_system/backend/package-lock.json
Upgrade React Native Firebase modules
  • Bumped @react-native-firebase/app from 21.7.1 to 21.14.0
  • Bumped @react-native-firebase/storage from 21.7.1 to 21.14.0
  • Updated package-lock.json to reflect new versions
shop_management_system/backend/package.json
shop_management_system/backend/package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

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