Skip to content

Commit 557c580

Browse files
authored
feat(install): add --lockfile-only flag (#31376)
Adds a `--lockfile-only` flag that only updates the lockfile and doesn't install any npm deps locally. Note that jsr and https dependencies are still cached because they require looking at the code to resolve dependencies. Applies to `deno install`, `deno add`, `deno remove`, `deno outdated --update`, and `deno update` Closes #31371
1 parent 5b2dc85 commit 557c580

File tree

27 files changed

+500
-92
lines changed

27 files changed

+500
-92
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ deno_lint = "=0.82.0"
7171
deno_lockfile = "=0.32.2"
7272
deno_media_type = { version = "=0.3.0", features = ["module_specifier"] }
7373
deno_native_certs = "0.3.0"
74-
deno_npm = "=0.42.0"
74+
deno_npm = "=0.42.1"
7575
deno_path_util = "=0.6.4"
7676
deno_semver = "=0.9.1"
7777
deno_task_shell = "=0.26.0"

0 commit comments

Comments
 (0)