chore: move @types/node to devDependencies#3464
chore: move @types/node to devDependencies#3464escapedcat merged 1 commit intoconventional-changelog:masterfrom vighnesh153:move-types-node-to-devDependencies
Conversation
|
@escapedcat Drawing your attention. 🙂 Let me know if you see any concerns. |
|
No, thanks, should be fine. Was just waiting for the green checks. |
|
This leads to peer dependency warnings. Optional peer dependency with |
|
Ah damn, optional deps for ts support are a never ending story. |
|
@escapedcat Unfortunately, I deleted the forked repository and didn't have access to push to this pull request any more. Have created another pull request for addressing this issue: |
Description
Moved the
@types/nodefromdependenciestodevDependenciesMotivation and Context
I am using a mono repo and all my packages use a single version of
@types/node. Since, the@types/nodein this@commitlint/loadpackage is very old and doesn't match the version in my projects, it creates a different node_modules directory for all my sub-projects because of this version mis-match.How Has This Been Tested?
Build succeeds
Types of changes
Checklist: