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

Merged
merged 3 commits into from
Oct 6, 2024

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 9 times, most recently from 21595aa to e39fa8a Compare October 4, 2024 19:46
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch 4 times, most recently from e4a4ef0 to 633ddfc Compare October 6, 2024 20:29
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch from 633ddfc to 016991c Compare October 6, 2024 20:38
@SBoudrias SBoudrias force-pushed the pkg-size/remove-deps-on-types/node branch from 016991c to 434db0e Compare October 6, 2024 20:39
@SBoudrias SBoudrias merged commit 5f4ae3e into main Oct 6, 2024
11 checks passed
@SBoudrias SBoudrias deleted the pkg-size/remove-deps-on-types/node branch October 6, 2024 20:42
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