deno/cli/tools
Bartek Iwańczuk 8537c4537b
fix(upgrade): use proper version display (#25029)
This commit fixes output of `deno upgrade` subcommand,
by displaying proper version numbers. Before this PR we were
prepending "v" before the canary version hash, which was
obviously wrong.
2024-08-13 22:32:20 +00:00
..
bench fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
coverage fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
init feat: deno init --serve (#24897) 2024-08-08 16:54:39 +00:00
jupyter fix: adapt to new jupyter runtime API and include session IDs (#24762) 2024-07-27 10:39:08 +02:00
lint fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
registry feat(publish): error on missing license file (#25011) 2024-08-12 19:51:58 -04:00
repl docs: fix typos (#24820) 2024-08-02 13:26:54 +02:00
run feat: Rename --unstable-hmr to --watch-hmr (#24975) 2024-08-12 00:10:55 +02:00
test chore: upgrade to rust 1.80 (#24778) 2024-07-29 12:58:04 -04:00
vendor fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
bundle.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
check.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
compile.rs docs: fix typos (#24820) 2024-08-02 13:26:54 +02:00
doc.rs fix: update deno_doc (#24972) 2024-08-12 12:57:50 -07:00
fmt.rs feat(fmt): support CSS, SCSS, Sass and Less (#24870) 2024-08-09 18:52:23 +02:00
info.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
installer.rs fix(add): Better error message when missing npm specifier (#24970) 2024-08-09 14:29:11 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
upgrade.rs fix(upgrade): use proper version display (#25029) 2024-08-13 22:32:20 +00:00