Commit 9584d13
fix(release): use --legacy-peer-deps when refreshing infra lockfiles
The "Sync published workspace versions" step runs `npm install
--package-lock-only` in each infra/*/ dir to refresh stale @bsv/* ranges
after sync-versions. infra/message-box-server carries transitional lint
devDeps with a peer conflict (eslint-plugin-react@7.37.x peers eslint
<=9.7, but the package pins eslint 10), causing npm ERESOLVE and failing
the release (also broke releases for #203 and #204).
This step only regenerates the lockfile (--package-lock-only
--ignore-scripts); no lint runs here, so accept the legacy peer
resolution instead of failing the whole release on a dev-only graph.
Deeper fix (realigning message-box-server's eslint/ts-standard stack) is
a separate follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 04e89e3 commit 9584d13
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
176 | | - | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments