[rush] `rush change` does not detect change to catalog version of dependency
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- tooling
Research direction
Reproduce the issue using common/config/rush/pnpm-config.json and project-a/package.json with Rush 5.166.0, then trace the rush change entry point for catalog dependency handling. Confirm that changing the global React catalog version is detected and produces a relevant change proposal.
Written by the indexing model from the issue text.
Description
Summary
rush change does not detect change to catalog version of dependency
Setup .e.g.
- Create a global catalog entry:
// common/config/rush/pnpm-config.json
...
globalCatalogs": {
"default": {
"react": "^18.0.0",
}
}
- Add catalog entry:
// project-a/package.json
...
dependencies: {
"react": "catalog:
}
Reproduce .e.g.
- Alter
"react": "^18.0.0"=>"react": "^18.0.1" - Run
rush change=>No changes were detected to relevant packages on this branch. Nothing to do.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
| Question | Answer |
|---|---|
@microsoft/rush globally installed version? |
yes |
rushVersion from rush.json? |
5.166.0 |
pnpmVersion, npmVersion, or yarnVersion from rush.json? |
10.28.2 |
(if pnpm) useWorkspaces from pnpm-config.json? |
true |
| Operating system? | Mac |
| Would you consider contributing a PR? | Yes |
Node.js version (node -v)? |
20.20.0 |
- Dominant language
- TypeScript
- Stars
- 6.5k
- Forks
- 708
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 62
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/rushstack
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
All issues in microsoft/rushstack
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
bcgov/bc-wallet-mobile#4761 · 1 comment ·
-
external-issue to-triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
refactor
Difficulty 2/5 1-3 hours Newbie friendliness 84/100