Commit a637e6c
committed
fix(test): override the dead limitd-protocol hashlru git ref
`limitd-protocol@2.1.1` (a transitive of every `limitd-client` sandbox)
declares `hashlru: 'jfromaniello/hashlru#return_value_on_set'`. The
branch on the `jfromaniello/hashlru` fork no longer exists — only
`master` is left — and bun aborts with
`hashlru@jfromaniello/hashlru#return_value_on_set failed to resolve`.
Yarn 1.x silently fell back to the default branch, masking it.
The fork's `master` is the same 2.0.0 implementation that ships on
npm as `hashlru@2.x`, so add it to the workspace overrides.1 parent 419719e commit a637e6c
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
406 | 415 | | |
407 | 416 | | |
| 417 | + | |
408 | 418 | | |
409 | 419 | | |
410 | 420 | | |
| |||
0 commit comments