deno/cli/util
Bartek Iwańczuk 9a93c65ac8
Some checks are pending
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(install): refresh install report (#30615)
Changes report format for `deno install` and other related package
management subcommands:
```
$ deno install
Installed 335 packages in 6s
Reused 40 packages from cache
++++++++++++++++++++++++++++++++++++++++
Downloaded 2 packages from JSR
++
Downloaded 666 packages from npm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Dependencies:
+ jsr:@std/cli 1.0.21
+ jsr:@std/html 1.0.4
+ npm:@babel/core 7.28.3
+ npm:@babel/preset-react 7.27.1
+ npm:@mjackson/node-fetch-server 0.7.0
+ npm:@opentelemetry/api 1.9.0
+ npm:@preact/signals 2.3.1
```
2025-09-08 09:44:22 +00:00
..
progress_bar fix: reduce progress bar flickering (#30349) 2025-08-07 17:13:29 +02:00
sync refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
v8 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
archive.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
console.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
display.rs feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
draw_thread.rs fix: do not panic when logging from outside a tokio runtime (#29728) 2025-06-12 15:09:23 -04:00
extract.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
file_watcher.rs refactor: upgrade to deno_core 0.353.0 (#30164) 2025-07-22 10:38:38 -04:00
fs.rs fix(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +00:00
mod.rs feat(cli): reload environment variables with --watch and --env-file (#30197) 2025-09-04 09:32:30 -04:00
path.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
retry.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
text_encoding.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
unix.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
v8.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
watch_env_tracker.rs feat(cli): reload environment variables with --watch and --env-file (#30197) 2025-09-04 09:32:30 -04:00
windows.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00