DefinitelyTyped / DefinitelyTyped/DefinitelyTyped
express's @types/express-serve-static-core dependency needs to be updated
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 51.4k
- Forks
- 30.4k
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 108
Description
express's @types/express-serve-static-core dependency needs to be updated to perhaps "@types/express-serve-static-core": "4.17.31"
Otherwise we get an error Request(?) "incorrectly extends interface 'ServerResponse<IncomingMessage>" because req is optional in one and required in the other.
Contributor guide
No contributing guide indexed for this repository
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 with types/express/package.json at the linked dependency entry and compare the requested @types/express-serve-static-core version. Update the dependency as appropriate, then verify that the reported Request inheritance error is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100