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(fs-extra): missing createSymlink #42385

Merged

Conversation

peterblazejewicz
Copy link
Member

@peterblazejewicz peterblazejewicz commented Feb 15, 2020

Missed:

  • createSymlink
  • createSymlinkSync

see: jprichardson/node-fs-extra#758
see: cucumber/cucumber-js#1286

Thanks!

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Test the change in your own code. (Compile and run.)
  • Add or edit tests to reflect the change. (Run with npm test.)
  • Run npm run lint package-name (or tsc if no tslint.json is present).
  • Provide a URL to documentation or source code which provides context for the suggested changes: https://github.com/jprichardson/node-fs-extra/blob/5b29ae3aa5198c33820a07eaa4493a5b6d01fa82/lib/ensure/symlink.js#L60-L63
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.

Missed:
- `createSymlink`
- `createSymlinkSync`

see: jprichardson/node-fs-extra#758
see: cucumber/cucumber-js#1286

Thanks!
@typescript-bot typescript-bot added this to Waiting for Reviewers in Pull Request Status Board Feb 15, 2020
@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Awaiting reviewer feedback labels Feb 15, 2020
@typescript-bot
Copy link
Contributor

typescript-bot commented Feb 15, 2020

@peterblazejewicz Thank you for submitting this PR!

🔔 @alan-agius4 @midknight41 @shiftkey @mees- @jrockwood @sangdth @ffflorian - please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead.

@typescript-bot typescript-bot moved this from Waiting for Reviewers to Check and Merge in Pull Request Status Board Feb 15, 2020
@typescript-bot typescript-bot added Owner Approved A listed owner of this package signed off on the pull request. Merge:Express and removed Awaiting reviewer feedback labels Feb 15, 2020
@typescript-bot
Copy link
Contributor

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!

@PranavSenthilnathan PranavSenthilnathan merged commit 6ab9d89 into DefinitelyTyped:master Feb 18, 2020
Pull Request Status Board automation moved this from Check and Merge to Done Feb 18, 2020
@typescript-bot
Copy link
Contributor

I just published @types/fs-extra@8.1.0 to npm.

@peterblazejewicz peterblazejewicz deleted the update/fs-extra branch April 19, 2020 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Owner Approved A listed owner of this package signed off on the pull request. Popular package This PR affects a popular package (as counted by NPM download counts).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants