1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk f003d6498c
fix(upgrade): correctly compute latest version based on current release channel (#25087)
This commit fixes computation of the latest available version
by taking into account which release channel the current
binary is on.

Before this commit, if user was on "RC" channel, calling
`deno upgrade` would not switch back to the "stable"
channel.
2024-08-19 00:29:59 +02:00
..
bench refactor: version module exports a single const struct (#25014) 2024-08-15 23:47:16 +02:00
coverage feat(coverage): add breadcrumbs to deno coverage --html report (#24860) 2024-08-14 16:37:19 +09:00
init feat(config/jsr): add license field (#25056) 2024-08-16 13:12:52 +00:00
jupyter refactor: version module exports a single const struct (#25014) 2024-08-15 23:47:16 +02:00
lint feat(lint): Add lint for usage of node globals (with autofix) (#25048) 2024-08-15 20:43:04 +00:00
registry fix: make deno add output more deterministic (#25083) 2024-08-18 23:02:32 +02:00
repl refactor: version module exports a single const struct (#25014) 2024-08-15 23:47:16 +02:00
run feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00: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
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs feat: deno compile --icon <ico> (#25039) 2024-08-15 10:12:23 +05:30
doc.rs fix: update deno_doc (#24972) 2024-08-12 12:57:50 -07:00
fmt.rs feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +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 feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
serve.rs feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
task.rs feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
upgrade.rs fix(upgrade): correctly compute latest version based on current release channel (#25087) 2024-08-19 00:29:59 +02:00