denoland / deployctl

Command line tool for Deno Deploy
https://deno.com/deploy
MIT License
346 stars 57 forks source link

chore: bump minimum required Deno version to 1.46.0 and cleanup #332

Closed magurotuna closed 6 days ago

magurotuna commented 1 week ago

This commit bumps the minimum required Deno version to 1.46.0 and cleanups the code mainly to deal with deprecated Deno APIs.

Fixes #328

magurotuna commented 1 week ago

Blocked by https://github.com/denoland/deno_emit/issues/167 as deployctl relies on @deno/emit to transpile TS code into JS so it can be run as GitHub Actions action.

arnauorriols commented 1 week ago

Also make sure to update the README with the new minimum version