porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.04k stars 257 forks source link

Outdated Deno STD causing verbose warning in Deno v1.40.2 #788

Open tclzcja opened 5 months ago

tclzcja commented 5 months ago

Hi there,

The current v3.22.4 version throws this verbose warning in Deno 1.40.2:

Screenshot 2024-01-27 at 10 37 24 AM

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.

oles commented 5 months ago

https://github.com/porsager/postgres/pull/771 is highly related