deno/tests/specs/lockfile
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
..
adding_jsr_dep feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
adding_jsr_export_new_dep feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
adding_npm_dep feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
adding_redirect feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
auto_discover_lockfile fix: cache bust http cache on lockfile integrity mismatch (#28087) 2025-02-13 13:23:24 +01:00
cache_bust_integrity_failure feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
checksum_at_redirect fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
config_file_lock_boolean feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
config_file_lock_path chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
external_import_map feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
frozen_lockfile feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
jsx_import_source_and_types fix: break unstable lockfile v5 to remove "has" from property names (#29095) 2025-04-29 14:17:54 -04:00
lock_check_err fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
lock_check_err2 fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
lock_dynamic_imports fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
lock_v2_check_err fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
lock_v2_check_err2 fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
lock_v2_dynamic_imports fix: adjust suggestion for lockfile regeneration (#25107) 2024-08-20 20:13:17 +02:00
no_declaration_files feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00
no_lock fix: cache bust http cache on lockfile integrity mismatch (#28087) 2025-02-13 13:23:24 +01:00
only_package_json feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
out_of_date_npm_info fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
upgrades_v5 feat(lockfile): default to lockfile v5 (#28950) 2025-04-17 13:27:37 -07:00