-
Notifications
You must be signed in to change notification settings - Fork 5
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
Broken compatibility with Node.js 16.0 #5
Comments
fs-temp
doesn't work with Node.js 16.0 due to semver-major
upgrade
@LinusU, after a brief codebase review, I assume that it is enough to pass Could you, please, review this issue to ensure the support of Node.js 16.0 by |
@LinusU, I've prepared a fix how can I propose it for the project? Without this fix I can't upgrade the system to Node.js 16.x. Thanks. |
You should just be able to open a PR from your own fork, which you need to create: https://github.com/LinusU/fs-temp/fork |
@pubmikeb what do you think about an empty string ( |
@LinusU, if an empty string ( Let's try it and if it's OK, then the change can be released. |
Right, an empty string ( |
@LinusU, the pull request with the fix is proposed, please review it and in case everything is OK, the PR can be merged. |
Really sorry for the huge delay in this!! I fixed this in f02bfe3 which is part of the 🚢 2.0.0 / 2021-07-24 release! |
Migrates to `fs-temp@2` to resolve LinusU/fs-temp#5
Migrates to `fs-temp@2` to resolve LinusU/fs-temp#5 Co-authored-by: Artem Derevnjuk <[email protected]>
fs‑temp
passesnull
as the path parameter:fs-temp/lib/write-stream.js
Line 6 in c892a47
fs‑temp
:At Node.js thread I've got a response that the change nodejs/node#35187 has broken some compatibility and
fs-temp
has to be adjusted to be able to work with Node.js 16.0+Update:
Node.js 16.0 has been officially released and neither
fs‑temp
, nor any depending on it module don't support Node.js 16.0.The text was updated successfully, but these errors were encountered: