- 
                Notifications
    
You must be signed in to change notification settings  - Fork 91
 
Update effect #4387
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
Update effect #4387
Conversation
          Codecov ReportAttention: Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##           master    #4387      +/-   ##
==========================================
- Coverage   38.68%   38.68%   -0.01%     
==========================================
  Files         795      795              
  Lines       35186    35186              
  Branches     5589     5589              
==========================================
- Hits        13613    13612       -1     
- Misses      20375    20376       +1     
  Partials     1198     1198              
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR updates the effect-related dependencies and adjusts imports across multiple files in the catalog application. Here's a summary of the key changes:
- Updates imports from '@effect/schema' to 'effect' as the schema functionality has been merged into the main effect package
 - Updates 
@effect/platformfrom^0.67.1to^0.80.13andeffectfrom^3.10.19to^3.14.13 - Adjusts Jest configuration to handle the new 
msgpackrdependency - Removes 
@effect/schemapackage as it's now part ofeffect - Updates imports to use Schema through the Eff namespace
 - Updates Jest snapshots to reflect the changes
 
The changes are primarily focused on dependency updates and import path adjustments, with no functional changes to the codebase.
13 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
@effect/platformfrom^0.67.1to^0.80.13(release notes in fix(deps): update dependency @effect/platform to ^0.80.13 #4385)effectfrom^3.10.19to^3.14.13(release notes in fix(deps): update dependency effect to ^3.14.13 #4386)@effect/schema(merged intoeffect)@effects/schematoeffectmsgpackr(new dependency)