lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.75k stars 74 forks source link

`--unstable` deprecation warning #572

Closed mash-graz closed 4 months ago

mash-graz commented 4 months ago

Version

lume v2.0.3

Platform

deno 1.40.4 (release, x86_64-unknown-linux-gnu)

What steps will reproduce the bug?

❯ deno task lume
Task lume echo "import 'lume/cli.ts'" | deno run --unstable -A -
⚠️  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
...

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

No response

What do you see instead?

The unstable argument used in the task description --unstable should be removed or replaced by a list of more specific --unstable-* arguments.

Additional information

No response

oscarotero commented 4 months ago

Thanks. This is already fixed and will be available in the next version of Lume. Meanwhile, you can remove the --unstable flag in your _config file because it's no longer required.

mash-graz commented 4 months ago

Thanks!

mash-graz commented 4 months ago

Fixed: https://github.com/lumeland/lume/commit/bc4e25e36fa78a461b96c411fc47b7ab37b4c7b3