summaryrefslogtreecommitdiff
path: root/cli/args/lockfile.rs
AgeCommit message (Expand)Author
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-09-18feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)Asher Gomez
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-12fix(config): regression - should not discover npm workspace for nested deno.j...David Sherret
2024-07-05feat: Deprecate --lock-write flag (#24436)Bartek Iwańczuk
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-05-31fix: retry writing lockfile on failure (#24052)David Sherret
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-23fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...Nathan Whitaker
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