deno/cli/tools/pm
Nathan Whitaker b88c621f22
fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549)
We were only doing the new output on the top level install (`deno
install` with no args or flags), we now do it on `deno install
npm:chalk`, `deno add npm:chalk`, `deno cache ./foo.ts`, "deno install
--entrypoint ./foo.ts"`.

Additionally the scripts and deprecation warnings were printing above
the output, now they're deferred and displayed below
2025-08-28 09:48:14 +02:00
..
outdated fix: support cjs, cts, mjs, and mts for the --ext flag (#30398) 2025-08-14 12:02:49 -04:00
cache_deps.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
deps.rs fix(outdated): use version tagged as latest if it satisfies the version req (#30412) 2025-08-15 10:44:41 -07:00
mod.rs fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00