Uh oh!
There was an error while loading. Please reload this page.
chore: remove lodash - #3741
Conversation
PR SummaryMedium Risk Overview Updates Written by Cursor Bugbot for commit 8ab2b49. This will update automatically on new commits. Configure here. |
@adithyaakrishna is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR removes
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["lodash (removed)"] -->|was used in| B[isEqual - 7 files]
A -->|was used in| C[omit - tool-validation.ts]
B -->|replaced by| D["es-toolkit · isEqual"]
C -->|replaced by| E["es-toolkit · omit\nomit(obj, ['key'])"]
D --> F[combobox.tsx]
D --> G[dropdown.tsx]
D --> H[messages-input.tsx]
D --> I[use-depends-on-gate.ts]
D --> J[use-sub-block-value.ts]
D --> K[sub-block.tsx]
D --> L[editor.tsx]
D --> M[workflow-block.tsx]
E --> N[tool-validation.ts]
Reviews (1): Last reviewed commit: "chore: remove lodash" | Re-trigger Greptile |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Uh oh!
There was an error while loading. Please reload this page.
Summary
Remove lodash from the project, replacing usages with native JS equivalents.
Type of Change
Testing
Verified the app builds and runs without lodash using es-toolkit
Checklist