You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yarn constraints check (specifically the expectConsistentDependenciesAndDevDependencies method) fails even though version ranges are consistent across all manifest files in core repo workspaces.
yarn constraints passes without errors iff. the versions specified for dependencies and devDependencies are consistent across all workspace manifest files.
The text was updated successfully, but these errors were encountered:
MajorLift
changed the title
yarn constraints regression: expectConsistentDependenciesAndDevDependencies results inconsistent with manifest files
yarn constraints regression: expectConsistentDependenciesAndDevDependencies results inconsistent with dependency versions in manifests
Aug 1, 2024
MajorLift
changed the title
yarn constraints regression: expectConsistentDependenciesAndDevDependencies results inconsistent with dependency versions in manifests
[regression (yarn constraints)] expectConsistentDependenciesAndDevDependencies results are inconsistent with dependency versions set in manifests
Aug 1, 2024
MajorLift
changed the title
[regression (yarn constraints)] expectConsistentDependenciesAndDevDependencies results are inconsistent with dependency versions set in manifests
[Regression] yarn constraints check fails with consistent dependency versions set in manifests
Aug 1, 2024
Severity
This affects all core dependency bumps.
Description
The yarn constraints check (specifically the
expectConsistentDependenciesAndDevDependencies
method) fails even though version ranges are consistent across all manifest files in core repo workspaces.References
Acceptance Criteria
yarn constraints
passes without errors iff. the versions specified for dependencies and devDependencies are consistent across all workspace manifest files.The text was updated successfully, but these errors were encountered: