Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tclzcja opened this issue Jan 27, 2024 · 1 comment
Open

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

tclzcja opened this issue Jan 27, 2024 · 1 comment

Comments

@tclzcja
Copy link

tclzcja commented Jan 27, 2024

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
Copy link

oles commented Jan 29, 2024

#771 is highly related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants