Skip to content
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

Fix(all): Remove dependency on @types/node (to reduce package size) #1569

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

SBoudrias
Copy link
Owner

Fixes #1326

Not 100% how to test this effectively. Types passes in the repo, but that's kind of a low warranty for dependents.

Also, I think @types/mute-stream include @types/node - so we'd probably also want to do away with it.

@SBoudrias
Copy link
Owner Author

Added an e2e build suite to test @inquirer/* outside the repo setup. See #1570

@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch 6 times, most recently from 279f2f2 to ee1d1ac Compare October 2, 2024 17:09
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch from 2a29986 to 7ede9a9 Compare October 4, 2024 19:26
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch from e791488 to 21595aa Compare October 4, 2024 19:40
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch from 21595aa to e39fa8a Compare October 4, 2024 19:46
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.

Consider making @types/* dev dependencies
1 participant