deno/tests/specs/add
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
..
add_with_subpath fix: do not error when subpath has an @ symbol (#27290) 2024-12-09 13:19:08 -08:00
alias fix(install): support installing npm package with alias (#26246) 2024-10-14 19:35:52 +00:00
comments_deno_json fix(install): better json editing (#26450) 2024-10-21 14:17:08 -04:00
dev feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
dist_tag feat: deno remove (#24952) 2024-08-12 16:17:25 -04:00
error_import_map_field fix(add): error when config file contains importMap field (#25115) 2024-08-20 16:32:01 -04:00
exact_version fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
existing_deps_singleline fix(install): better json editing (#26450) 2024-10-21 14:17:08 -04:00
exiting_dev_deps fix(install): better json editing (#26450) 2024-10-21 14:17:08 -04:00
jsr_prefers_deno_json fix(add): create deno.json when running deno add jsr:<pkg> (#26275) 2024-10-15 16:38:42 +00:00
missing_npm_specifier feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
missing_prefix feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
no_root_export feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
npm_jsr feat(add/install): --npm and --jsr flags for deno add/install (#28666) 2025-04-01 19:12:48 +00:00
only_unstable_versions fix(add): better error message when adding package that only has pre-release versions (#26724) 2024-11-05 02:45:00 +00:00
package_json_and_deno_json feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
update_lockfile_if_package_json feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00