summaryrefslogtreecommitdiff
path: root/cli/lockfile.rs
AgeCommit message (Expand)Author
2022-11-10feat(lock): don't require --unstable for auto discovery (#16582)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-08fix(lock): only store integrities for http: and https: imports (#16558)Bartek Iwańczuk
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-11-03fix(lock): require --unstable flag to auto discover lockfile (#16524)Bartek Iwańczuk
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-11-01fix(lock): Additive lock file (#16500)Bartek Iwańczuk
2022-10-25fix(npm): add support for npm packages in lock files (#15938)Bartek Iwańczuk
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-21refactor(lockfile): migrate from v1 to v2 in-memory (#16385)Bartek Iwańczuk
2022-10-19feat: Add new lockfile format (#16349)Bartek Iwańczuk
2022-10-18refactor: better errors in lockfile and preparation for new version (#16344)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-29chore: upgrade dprint-core to 0.54.1 (#14146)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-07feat(cli): use deno fmt for lock and coverage files (#13018)WenheLI
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-26refactor(cli): Remove unnecessary conversion into BTreeMap (#8498)Yusuke Tanaka
2020-10-19feat(cli/installer): Add missing flags for deno install (#7601)Nayeem Rahman
2020-10-05chore: add lockfile tests (#7816)JavascriptMick
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-07-02refactor: lock file (#6569)Bartek Iwańczuk
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-05-11fix: source maps in inspector (#5223)Bartek Iwańczuk
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk
2019-11-03feat: lockfiles (#3231)Ry Dahl