neondatabase / neondatabase/serverless

incorrect version restriction on @types/pg

Open
#180 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.