Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-07 | chore: remove lockfile/ (#18618) | Bartek Iwańczuk | |
New home at https://github.com/denoland/deno_lockfile. | |||
2023-03-14 | refactor(lockfile): move `anyhow` to `thiserror` (#18178) | Yiyu Lin | |
2023-03-06 | chore: remove duplicate copyright disclaimer (#18055) | Tristan F | |
Removes duplicate copyright disclaimer from `/lockfile/lib.rs` | |||
2023-02-27 | fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973) | Bartek Iwańczuk | |
We were unconditionally inserting npm specifiers into the lockfile, marking it as "dirty" and requiring saving. | |||
2023-02-01 | fix(lockfile): emit trailing newline (#17618) | David Sherret | |
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-01-23 | refactor: Move lockfile to a separate crate (#17503) | Bartek Iwańczuk | |
Moves the lockfile implementation to a separate crate so other projects like Deploy can use it as well. |