main
fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)
fix(install): support installing npm package with alias (#26246)
fix(cli): accept allow-import for deno add (#35019)
fix(install): better json editing (#26450)
fix(add): handle version tags like `@latest` in `deno add` for JSR packages (#32859)
fix(add): error when config file contains importMap field (#25115)
fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)
fix(add): include type-only imports when building graph (#31552)
feat(install): add `--lockfile-only` flag (#31376)
fix(add): support --minimum-dependency-age flag in deno add/remove (#36099)
feat: require jsr prefix for `deno install` and `deno add` (#25698)
feat(add/install): default to npm registry for unprefixed packages (#33246)
feat(cli): `deno add --no-save` and `--save-optional` (#36039)
feat(npm): use JSR for `@jsr` scope (#31925)
feat: add --package-json flag to deno add/install/remove/uninstall (#33199)
feat: add "preferPackageJson" deno.json setting (#35392)
feat(add): `--unscoped` flag to alias packages by their unscoped name (#36319)
feat(lockfile): default to lockfile v5 (#28950)
fix(add): accept npm version ranges on the command line (#34799)