Files
Zoltan Kochan 02e9cf5b67 fix(deps.status): skip engine check when scanning workspace projects (#11592)
* fix(deps.status): skip engine check when scanning workspace projects

checkDepsStatus (run by verifyDepsBeforeRun) called findWorkspaceProjects
without a nodeVersion, so the engine check fell back to the system Node from
PATH and emitted spurious "Unsupported engine" warnings before scripts ran.
The actual install still does engine validation; a status check shouldn't.

* test(pnpm): cover engine warning regression for verifyDepsBeforeRun

* docs(changeset): clarify scope of the skipped validation

* test(pnpm): also check stderr for unsupported engine warning
2026-05-12 00:22:57 +02:00
..
2026-05-11 19:56:10 +02:00
2026-05-11 19:56:10 +02:00
2026-05-11 19:56:10 +02:00
2026-05-11 19:56:10 +02:00
2026-05-11 19:56:10 +02:00
2026-04-30 23:03:46 +02:00