neondatabase / neondatabase/serverless
incorrect version restriction on @types/pg
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 548
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
You use QueryConfigValues from @types/pg and have in package.json the requirement ^8.8.0. However, that type was only added to @types/pg in 8.11.3 leading to incorrect module resolution.
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
Open package.json and inspect the @types/pg requirement used with QueryConfigValues. Raise the requirement to include the version where that type was added, then run the repository's existing checks to confirm module resolution works correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100