-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RUSH] Perf pipelines rush update --full
fails
#24635
Comments
Potential fix - pin |
This may be a bug in pnpm. For optional peer deps, pnpm does not issue a warning if the dep is completely missing, but it does issue a warning if the dep is present but a non-matching version. |
Another workaround might be to add |
…24644) - Fixes Azure#24635 - Reverts Azure#24636, an earlier fix to Azure#24635 - Adds @types/node to globalPeerDependencyRules.allowAny - pnpm-config.json was introduced with Rush 5.79.0 - Settings should be migrated from rush.json to pnpm-config.json - Setting "resolutionStrategy" was removed in Rush 5.47.0
[node-core-library] Moving @types/node to an optional peerDependency causes errors if the version doesn't match |
* Allow any version of @types/node to satisfy peer dependencies (#24644) - Fixes #24635 - Reverts #24636, an earlier fix to #24635 - Adds @types/node to globalPeerDependencyRules.allowAny - pnpm-config.json was introduced with Rush 5.79.0 - Settings should be migrated from rush.json to pnpm-config.json - Setting "resolutionStrategy" was removed in Rush 5.47.0 * lock file and artifacts --------- Co-authored-by: Mike Harder <[email protected]>
…24656) * Allow any version of @types/node to satisfy peer dependencies (Azure#24644) - Fixes Azure#24635 - Reverts Azure#24636, an earlier fix to Azure#24635 - Adds @types/node to globalPeerDependencyRules.allowAny - pnpm-config.json was introduced with Rush 5.79.0 - Settings should be migrated from rush.json to pnpm-config.json - Setting "resolutionStrategy" was removed in Rush 5.47.0 * lock file and artifacts --------- Co-authored-by: Mike Harder <[email protected]>
* Allow any version of @types/node to satisfy peer dependencies (#24644) - Fixes #24635 - Reverts #24636, an earlier fix to #24635 - Adds @types/node to globalPeerDependencyRules.allowAny - pnpm-config.json was introduced with Rush 5.79.0 - Settings should be migrated from rush.json to pnpm-config.json - Setting "resolutionStrategy" was removed in Rush 5.47.0 * lock file and artifacts --------- Co-authored-by: Mike Harder <[email protected]>
Pipeline - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2152552&view=logs&j=42ded549-05ee-5cdb-7ba7-7a948a0cc056&t=49e32a0b-4245-531b-0723-9d45113ffbd3
rush update --full
broken by microsoft/rushstack#3937The text was updated successfully, but these errors were encountered: