datascijedi / website

https://datascijedi.org
Creative Commons Attribution Share Alike 4.0 International
5 stars 2 forks source link

New Quarto warning occurring, but will be fixed when we upgrade Quarto #153

Closed ravicodelabs closed 10 hours ago

ravicodelabs commented 12 hours ago

The following Quarto warning has started to appear:

⚠️  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    

This problems seems to already be fixed in newer versions of Quarto, e.g. versions > v1.5.57. Hence, once we upgrade the warning should go away. And, it seems the warning does not negatively impact our usual process.

ravicodelabs commented 10 hours ago

Fixed with the upgrade to Quarto v1.5.57 in PR #154.