-
Notifications
You must be signed in to change notification settings - Fork 112
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
Remove unused dependencies #9223
Conversation
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.
LGTM
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.
👍
"hot-shots": "^10.0.0", | ||
"io-ts": "^2.2.20", | ||
"io-ts-reporters": "^2.0.1", | ||
"io-ts-types": "^0.5.19", |
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.
Likely the culrpit @Fraggle?
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.
io-ts-types is not imported in the code except in dust-tt/types, so I'm puzzled.
Trying to repro/config.
"react-textarea-autosize": "^8.4.0", | ||
"redis": "^4.6.8", | ||
"rehype-katex": "^7.0.0", |
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.
quite suspicious that this is really unused along with all remark/rehype plugins
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.
(some were moved to sparkle with the markdown component but there isn't a 1-1 mapping in particular the maths related ones)
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.
From what I can see, it's only used here
Description
Remove all dependencies flagged as "unused" by depcheck + manual search.
Risk
Medium, relying on typechecking and build working. Testing in front-edge.
Deploy Plan
Deploy
front-edge
, test, then Deploy tofront