Open
Description
Describe the bug
The Deno client library is using APIs that will be removed from Deno soon
Reproduction
Run a Deno application using EdgeDB
Expected behavior
No deprecation warnings
Versions (please complete the following information):
- OS: macOS Sonoma 14.2.1
- EdgeDB version (e.g.
2.0
):4.4+aa576e1
- EdgeDB CLI version (e.g.
2.0
):4.0.2+500be79
- Deno version:
1.40.2
Additional context
⚠️ The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead.
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
warning: Use of deprecated "Deno.stderr.rid" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.
warning: Use of deprecated "Deno.isatty()" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.
warning: Use of deprecated "Deno.stdout.rid" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.
warning: Use of deprecated "Deno.stdin.rid" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.