This repository was archived by the owner on Aug 20, 2026. It is now read-only.
Commit fe635e4
committed
ci: exclude every documents.js-family package from minimumReleaseAge
minimumReleaseAge gates every package pnpm resolves during install, not just
this repo's own direct dependencies -- bumping one sibling can pull in a fresh transitive
version of another family member, and an incomplete exclude list rejects that transitive
version if it was published within the window. Confirmed live: this repo's first
sibling-dependency-update dispatch run today failed with ERR_PNPM_NO_MATURE_MATCHING_VERSION
on a family package this repo doesn't depend on directly. Every repo's exclude list now
covers the whole documents.js family, matching the web app's own already-complete list.1 parent 3de756b commit fe635e4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
0 commit comments