Commit a66c898
## Which issue does this PR close?
- Closes #22932
## Rationale for this change
`depcheck` stopped working because an underlying dependency released a
non-semver compatible change (`time 0.3.48`, not going to link to the
issue there because people are already spamming it). Because there was
no lockfile, every run pulled the most recent versions for all
dependencies, which don't currently compile.
## What changes are included in this PR?
1. Add lockfile to `depcheck`
2. Make sure to run `depcheck` with `--lock` in CI
## Are these changes tested?
Tested locally
## Are there any user-facing changes?
None
Co-authored-by: Jeffrey Vo <jeffrey.vo.australia@gmail.com>
1 parent 49b99bb commit a66c898
3 files changed
Lines changed: 4169 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | | - | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
This file was deleted.
0 commit comments