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