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

[dependencies-replacement] Replace fs-extra with node:fs/promises #225

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

VanTanev
Copy link
Contributor

@VanTanev VanTanev commented Oct 13, 2024

For #221 - removes 4 dependencies

Copy link

changeset-bot bot commented Oct 13, 2024

🦋 Changeset detected

Latest commit: 2677110

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@manypkg/cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@VanTanev VanTanev force-pushed the dependencies-replace-fs-extra branch from 5b4f44f to 1e12490 Compare October 13, 2024 14:09
@Andarist Andarist merged commit d0f4d92 into Thinkmill:main Oct 13, 2024
3 checks passed
@@ -17,7 +17,6 @@
"chalk": "^2.4.2",
"detect-indent": "^6.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh, I've missed it but we might also want to drop this:

"@types/fs-extra": "^8.0.1",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add it to one of the next ones.

Wanted to add knip to catch stuff like this, but even though it's a dev dependency, it requires node 18.18. If we're fine with removing the engines field in the monrepo root?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, yee - the monorepo root doesn't have to maintain that node version compat. Although I guess having the engines there makes it easier to control stuff right now. But well, I'd still be OK with removing it from there and making sure it's in all other package.json of our publishable packages

@github-actions github-actions bot mentioned this pull request Oct 13, 2024
@VanTanev VanTanev mentioned this pull request Oct 13, 2024
@VanTanev VanTanev deleted the dependencies-replace-fs-extra branch October 13, 2024 20:51
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.

2 participants