-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
feat(node): v11.6 #32878
feat(node): v11.6 #32878
Conversation
@SimonSchick Thank you for submitting this PR! Because this is a new definition, a DefinitelyTyped maintainer will be reviewing this PR in the next few days once the Travis CI build passes. In the meantime, if the build fails or a merge conflict occurs, I'll let you know. Have a nice day! |
A definition owner has approved this PR ⭐️. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution to DefinitelyTyped! |
@SimonSchick - It appears Travis did not correctly run on this PR! /cc @RyanCavanaugh to investigate and advise. |
@Flarna knowing the @types/node CI this will take a while to pass, feel free to leave comments :) |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
Ok, having some problems with |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
I think it's a good idea to remove obsolete type definitions but I would do this in a separate PR just in case someone complains and a revert is needed. CI for node was green yesterday so maybe a good time window today. |
@Flarna problem is that |
I think #25342 was about a similar problem with In general I recommend to keep using module |
@Flarna yea that's what I thought too, problem is that this really isn't a sustainable solution. |
@SimonSchick The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
Merge seems to be ok. I have no special opinion regarding the new crypto types. Any idea why other node maintainer have not been invited for a review by @typescript-bot ? |
@Flarna according to the docs crypto.Credentials was wrong, unfortunately I can't run the node depedency tests locally, will fix soon. :) |
I just published |
I just published |
I just published |
Thank you for the |
@qm3ster I guess so, would also make sense to create separate overloads for all other functions that take |
Please fill in this template.
If changing an existing definition:
tslint.json
containing{ "extends": "dtslint/dt.json" }
.This adds misc things from node v11.6, some of the changes are being worked on by others so I didn't add those, see:
In addition I've started moving module tests into the /tests folder to avoid constantly having to touch this overly large file.
#32787
#32835
#32597
@rbuckton as a note, would you be fine with removing typings for all node version that are EOL? (v0, v4, v5, v7, v9) it should prevent people from editing old/obsolete typings.
Also:
fixes #32744
fixes #32926
Partially addresses #31505