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

breaking: drop pify dependency and make node v16 the minimum version #25

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

bjornstar
Copy link
Contributor

fs/promises has been available for quite some time so we can use that and remove pify as a dependency.

Since we added uint8array-extras as a devDependency and it uses nullish coalescing we can only test on node v16 and higher.

Might as well set that as the minimum version since that's what we can test.

I'm done making changes to this library after this PR, it's ready for a major version bump and a release 👍

@sindresorhus sindresorhus merged commit eab5664 into sindresorhus:main Jun 28, 2024
3 checks passed
@bjornstar bjornstar deleted the feat/remove-pify branch June 29, 2024 01:29
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