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: [IOAPPX-405] Removing unused react imports #6562

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

LeleDallas
Copy link
Contributor

Short description

This pull request updates the ESLint and Babel configurations, along with package dependencies, to support the latest version of the JSX transform. This new transform enable the use of JSX without importing React.

List of changes proposed in this pull request

  • Apply changes as described in official documentation here

How to test

Ensure that the application works as expected, without any compilation errors or runtime crashes

Copy link
Contributor

github-actions bot commented Dec 17, 2024

Jira Pull Request Link

This Pull Request refers to the following Jira issue IOAPPX-405

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 52.80899% with 84 lines in your changes missing coverage. Please review.

Project coverage is 49.30%. Comparing base (80d7bd5) to head (3944a7f).

Files with missing lines Patch % Lines
...atures/barcode/hooks/useIOBarcodeCameraScanner.tsx 0.00% 9 Missing ⚠️
ts/components/ui/LightModal.tsx 22.22% 7 Missing ⚠️
...eens/merchants/CgnMerchantCategoriesListScreen.tsx 0.00% 6 Missing ⚠️
...n/screens/merchants/CgnMerchantsListByCategory.tsx 0.00% 5 Missing ⚠️
ts/features/design-system/core/DSNumberPad.tsx 0.00% 5 Missing ⚠️
...us/common/components/BonusInformationComponent.tsx 0.00% 4 Missing ⚠️
...components/cie/CieRequestAuthenticationOverlay.tsx 25.00% 3 Missing ⚠️
...ures/bonus/common/components/TosBonusComponent.tsx 25.00% 3 Missing ⚠️
ts/features/design-system/core/DSTextFields.tsx 0.00% 3 Missing ⚠️
ts/components/bottomSheet/BottomSheetHeader.tsx 33.33% 2 Missing ⚠️
... and 28 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6562   +/-   ##
=======================================
  Coverage   49.29%   49.30%           
=======================================
  Files        1555     1555           
  Lines       32122    32110   -12     
  Branches     7267     7271    +4     
=======================================
- Hits        15834    15831    -3     
+ Misses      16250    16240   -10     
- Partials       38       39    +1     
Files with missing lines Coverage Δ
ts/components/AnimatedImage.tsx 83.33% <ø> (ø)
ts/components/AppVersion.tsx 100.00% <ø> (ø)
ts/components/BonusCard/BonusCard.tsx 93.93% <100.00%> (ø)
ts/components/BonusCard/BonusCardCounter.tsx 92.00% <100.00%> (ø)
.../components/BonusCard/BonusCardScreenComponent.tsx 100.00% <ø> (ø)
ts/components/BonusCard/BonusCardShape.tsx 81.81% <ø> (ø)
ts/components/BonusCard/BonusCardStatus.tsx 92.30% <ø> (ø)
ts/components/BulletList.tsx 71.42% <ø> (ø)
ts/components/CalendarList.tsx 20.00% <ø> (ø)
ts/components/Carousel.tsx 88.23% <ø> (ø)
... and 237 more

... and 234 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80d7bd5...3944a7f. Read the comment docs.

…eact-import-

# Conflicts:
#	ts/components/debug/withDebugEnabled.tsx
#	ts/features/wallet/components/WalletCardsContainer.tsx
#	ts/features/wallet/utils/index.tsx
@LeleDallas LeleDallas requested a review from thisisjp as a code owner December 23, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants