Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-03 | test: reenable frozen_lockfile tests (#25381) | Bartek Iwańczuk | |
Ref https://github.com/denoland/deno/issues/25241 | |||
2024-07-02 | feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355) | Nathan Whitaker | |
Closes #18296. Adds a `--frozen` (alias `--frozen-lockfile`) flag that errors out if the lockfile is out of date. This is useful for running in CI (where an out of date lockfile is usually a mistake) or to prevent accidental changes in dependencies.  |