Skip to content

chore: replace lodash with ramda#28

Merged
bartstc merged 1 commit into
corefrom
chore/remove-lodash
Jul 25, 2025
Merged

chore: replace lodash with ramda#28
bartstc merged 1 commit into
corefrom
chore/remove-lodash

Conversation

@bartstc
Copy link
Copy Markdown
Owner

@bartstc bartstc commented Jul 25, 2025

No description provided.

@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 07/25/2025 - 08:29:12
Parser: MultiReport (2x LCov)
Assemblies: 1
Classes: 119
Files: 119
Line coverage: 48.5% (363 of 748)
Covered lines: 363
Uncovered lines: 385
Coverable lines: 748
Total lines: 4562
Branch coverage: 32.7% (71 of 217)
Covered branches: 71
Total branches: 217
Method coverage: Feature is only available for sponsors
Tag: 205_16517504981

Coverage

Default - 48.5%
Name Line Branch
Default 48.5% 32.7%
src/app/App.tsx 0% 0%
src/app/Providers.tsx 0%
src/features/auth/application/AuthProvider.tsx 0% 0%
src/features/auth/application/authStore.ts 0% 0%
src/features/auth/application/RequireAuth.tsx 33.3% 0%
src/features/auth/application/RequirePub.tsx 33.3% 0%
src/features/auth/application/withRequireAuth.tsx 50%
src/features/auth/application/withRequirePub.tsx 50%
src/features/auth/infrastructure/getUser.ts 0%
src/features/auth/infrastructure/loginUser.ts 0%
src/features/auth/presentation/SignInForm.tsx 87.5% 50%
src/features/auth/presentation/useSignInNotifications.ts 0%
src/features/carts/infrastructure/useAddToCart.ts 0% 0%
src/features/carts/infrastructure/useCartProductsQuery.ts 0% 0%
src/features/carts/infrastructure/useClearCart.ts 0%
src/features/carts/infrastructure/usePurchase.ts 0%
src/features/carts/presentation/AddToCartButton/AddToCartButton.tsx 86.6% 33.3%
src/features/carts/presentation/AddToCartButton/ProductAddedDialog.tsx 81.8%
src/features/carts/presentation/AddToCartButton/useAddToCartNotifications.t
s
0%
src/features/carts/presentation/AddToCartButton/useProductAddedDialogStore.
ts
0%
src/features/carts/presentation/CartItem.tsx 77.7%
src/features/carts/presentation/CartsList.tsx 90%
src/features/carts/presentation/CheckoutButton/CheckoutButton.tsx 100%
src/features/carts/presentation/CheckoutButton/CheckoutDialog.tsx 100%
src/features/carts/presentation/CheckoutButton/usePurchaseDialogStore.ts 0%
src/features/carts/presentation/CheckoutForm.tsx 94.1%
src/features/carts/presentation/ClearCartButton/ClearCartButton.tsx 100%
src/features/carts/presentation/ClearCartButton/ConfirmClearCartDialog.tsx 90.9%
src/features/carts/presentation/ClearCartButton/useClearCartNotifications.t
s
0%
src/features/carts/presentation/ClearCartButton/useConfirmClearCartDialogSt
ore.ts
0%
src/features/carts/presentation/useCheckoutNotifications.ts 0%
src/features/demo/application/useCounter.ts 100%
src/features/demo/presentation/Demo.tsx 83.3%
src/features/marketing/presentation/FeatureSection.tsx 28.5%
src/features/marketing/presentation/HeroSection.tsx 40%
src/features/marketing/presentation/PricingSection.tsx 28.5%
src/features/products/infrastructure/productQuery.ts 0%
src/features/products/infrastructure/productsQuery.ts 0% 0%
src/features/products/presentation/ProductCard.tsx 71.4%
src/features/products/presentation/ProductDetails.tsx 100%
src/features/products/presentation/ProductNotFoundResult.tsx 80%
src/features/products/presentation/ProductsList.tsx 100% 50%
src/features/products/presentation/StarRating.tsx 100% 100%
src/features/products/presentation/useCategoryLabel.ts 0% 0%
src/features/products/types/Category.ts 0%
src/lib/buildUrl.ts 0% 0%
src/lib/components/ErrorBoundary/ErrorBoundary.tsx 100% 50%
src/lib/components/Form/Select.tsx 100%
src/lib/components/Form/TextInput.tsx 100% 66.6%
src/lib/components/Layout/Footer/index.tsx 100%
src/lib/components/Layout/Footer/Logo.tsx 100%
src/lib/components/Layout/Layout.tsx 0%
src/lib/components/Layout/Navbar/DesktopNav.tsx 100% 66.6%
src/lib/components/Layout/Navbar/index.tsx 95.6% 50%
src/lib/components/Layout/Navbar/LoaderBar.tsx 80% 0%
src/lib/components/Layout/Navbar/MobileNav.tsx 100% 87.5%
src/lib/components/Layout/Navbar/useNavItems.ts 0% 0%
src/lib/components/Layout/Page.tsx 100% 100%
src/lib/components/Layout/PageHeader.tsx 100% 100%
src/lib/components/Layout/ToggleModeButton.tsx 100% 50%
src/lib/components/Modal/createModalStore.ts 0% 0%
src/lib/components/Result/Buttons/ContactUsButton.tsx 100%
src/lib/components/Result/Buttons/ResetFiltersButton.tsx 100%
src/lib/components/Result/EmptyStateResult.tsx 100%
src/lib/components/Result/ErrorPageStrategy.tsx 0% 0%
src/lib/components/Result/Icons/ErrorIcon.tsx 100%
src/lib/components/Result/Icons/InfoIcon.tsx 0%
src/lib/components/Result/Icons/SuccessIcon.tsx 0%
src/lib/components/Result/Icons/WarningIcon.tsx 100%
src/lib/components/Result/InternalErrorResult.tsx 100%
src/lib/components/Result/InternalServerErrorResult.tsx 100%
src/lib/components/Result/NotFoundResult.tsx 100%
src/lib/components/Result/Result.tsx 100%
src/lib/components/Toast/useNotImplementedYetToast.ts 0%
src/lib/components/Toast/useToast.ts 0%
src/lib/compose.ts 0%
src/lib/date/Date.ts 65.2% 71.4%
src/lib/date/useFormatDate.ts 100% 100%
src/lib/date/useFormatDateTime.ts 100% 100%
src/lib/date/useRelativeTime.ts 100% 100%
src/lib/format/Money.ts 0% 0%
src/lib/format/Number.ts 0% 0%
src/lib/get.ts 100%
src/lib/http/AjaxError.ts 0% 0%
src/lib/http/exceptions/InternalServerException.ts 0%
src/lib/http/exceptions/ResourceNotFoundException.ts 0% 0%
src/lib/http/HttpService.ts 0%
src/lib/http/index.ts 0%
src/lib/http/KyClient.ts 0% 0%
src/lib/i18n/i18n.ts 0% 0%
src/lib/i18n/useTransations.ts 0%
src/lib/isEmpty.ts 0%
src/lib/logger/ConsoleLogger.ts 33.3% 10%
src/lib/logger/ILogger.ts 100%
src/lib/logger/index.ts 50% 41.6%
src/lib/logger/MockLogger.ts 0%
src/lib/logger/StorybookLogger.ts 0%
src/lib/query.ts 0%
src/lib/router/handleLazyImportError.ts 0% 0%
src/lib/router/index.ts 80% 37.5%
src/lib/router/routes.ts 100%
src/lib/router/useRouteError.ts 50%
src/lib/theme/theme.ts 0%
src/lib/theme/useBrandColor.ts 0%
src/lib/theme/useSecondaryTextColor.ts 0%
src/pages/Cart/index.tsx 33.3%
src/pages/Cart/loader.ts 0%
src/pages/Home/index.tsx 55.5% 40%
src/pages/Home/loader.ts 0%
src/pages/Product/index.tsx 57.1% 0%
src/pages/Product/loader.ts 0%
src/pages/Products/index.tsx 90.9% 50%
src/pages/Products/loader.ts 0%
src/pages/router.tsx 0%
src/pages/SignIn/index.tsx 100%
src/test-lib/storybook/withAuth.tsx 100%
src/test-lib/storybook/withI18Next.tsx 100%
src/test-lib/storybook/withoutAuth.tsx 100%
src/test-lib/storybook/withReactQuery.tsx 100%

@bartstc bartstc merged commit 3f0a66e into core Jul 25, 2025
6 checks passed
@bartstc bartstc deleted the chore/remove-lodash branch July 25, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant