index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
args
/
lockfile.rs
Age
Commit message (
Expand
)
Author
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-02
refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...
David Sherret
2023-08-08
refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)
Yusuke Tanaka
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
2023-06-08
refactor(compile): store the npm snapshot in the eszip (#19343)
David Sherret
2023-05-24
refactor: upgrade to deno_npm 0.6 (#19244)
David Sherret
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-12
fix(npm): eagerly reload package information when version from lockfile not f...
David Sherret
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-01-23
refactor: Move lockfile to a separate crate (#17503)
Bartek IwaĆczuk
2023-01-06
fix(npm): support old packages and registries with no integrity, but with a s...
David Sherret
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-05
refactor(cli): clean up clones (#17268)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix: ignore local lockfile for deno install and uninstall (#17145)
David Sherret
2022-12-08
feat(cli): support configuring the lock file in the config file (#16781)
Roj
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret