microsoft / rushstack

Monorepo for tools developed by the Rush Stack community
https://rushstack.io/
Other
5.82k stars 593 forks source link

[rush] "rush update --full" fails in rushstack-samples #2871

Open mikeharder opened 3 years ago

mikeharder commented 3 years ago

Summary

Running rush update --full in https://github.com/microsoft/rushstack-samples fails with:

ERROR  @rush-temp/heft-node-basic-tutorial: @rushstack/heft-jest-plugin@0.1.20
requires a peer of @rushstack/heft@^0.36.3 but version 0.33.1 was installed

Repro steps

  1. git clone https://github.com/microsoft/rushstack-samples
  2. cd rushstack-samples
  3. rush update --full

Expected result:

pnpm-lock.yaml is updated.

Actual result:

ERROR  @rush-temp/heft-node-basic-tutorial: @rushstack/heft-jest-plugin@0.1.20
requires a peer of @rushstack/heft@^0.36.3 but version 0.33.1 was installed.

Details

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@microsoft/rush globally installed version? 5.52.0
rushVersion from rush.json? 5.47.0
useWorkspaces from rush.json? false
Operating system? Windows
Would you consider contributing a PR? No
Node.js version (node -v)? 14.17.5
iclanton commented 3 years ago

Sounds like we just need to bump a few dependency versions in that repo. That should be easy enough. I'll do that this afternoon.