approvals / approvals/Approvals.NodeJS
natives dependency deprecated by its maintainer
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 125
- Forks
- 46
- Avg merge
- 2m
- Merged PRs (30d)
- 16
Description
After running npm install --save-dev approvals,
I get this message:
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
Apparently natives is a dependency of approvals. It seems deprecated by its maintainer, see https://github.com/isaacs/natives
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the project's dependency declarations and run npm install to reproduce the natives@1.1.6 deprecation warning. Trace which dependency brings in natives and determine whether updating it removes the warning. Done means installation no longer reports this deprecated dependency without breaking the approvals package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100