Outdated Deno STD causing verbose warning in Deno v1.40.2
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8.7k
- Forks
- 374
- Avg merge
- 11d 16h
- Merged PRs (30d)
- 1
Description
Hi there,
The current v3.22.4 version throws this verbose warning in Deno 1.40.2:
After digging into the source code, it seems like these warnings are caused by out-dated Deno STD "node" module:
https://github.com/search?q=repo%3Aporsager%2Fpostgres%20132&type=code
The current source code is using v0.132.0 Deno STD while the latest one is v0.213.0, which may solves this verbose warning issue.
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 by using the linked repository code search to locate references to Deno STD node v0.132.0, then inspect how those references are used under Deno 1.40.2. Done means the outdated reference is addressed and the reported verbose warning no longer appears; verify the result with the relevant Deno usage or reproduction described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, javascript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100