Inflight Deprecation Warning
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 155
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 20
Description
Description
In build logs, seeing the below warning:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
When running "pnpm why inflight", it shows that it is a dependency in Faust (see screenshot)
Steps to reproduce
See build logs for site using Faust
Some discussion regarding this here: https://www.reddit.com/r/react/comments/1czrljg/can_someone_please_help_in_getting_this_resolved/
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
Start by running pnpm why inflight and reviewing the site's build logs to identify which Faust dependency introduces it. Done means the dependency path is resolved and the deprecated inflight warning no longer appears in builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100