Bump Rush 5.178.1 and pnpm 10.34.5 - #2755
Merged
Hector Hernandez (hectorhdzg) merged 1 commit intoAug 13, 2026
Merged
Conversation
Updates the Rush engine and pnpm to pull in patched transitive dependencies (tar, brace-expansion, ip-address) that are bundled with the newer pnpm 10 / Rush 5.178.1 toolchain. - rush.json: pnpmVersion 9.15.9 -> 10.34.5, rushVersion 5.175.1 -> 5.178.1 - package.json: @microsoft/rush devDependency 5.175.1 -> 5.178.1
Radhika Gupta (rads-1996)
approved these changes
Aug 13, 2026
Copilot started reviewing on behalf of
Hector Hernandez (hectorhdzg)
August 13, 2026 20:59
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Rush + pnpm toolchain versions to pick up patched transitive dependencies bundled with the newer toolchain, aligning the configured Rush engine version with the devDependency used by the repo.
Changes:
- Bump
pnpmVersioninrush.jsonfrom 9.15.9 to 10.34.5. - Bump
rushVersioninrush.jsonand@microsoft/rushinpackage.jsonfrom 5.175.1 to 5.178.1.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
rush.json |
Updates the Rush engine and pnpm versions used by Rush for installs/build orchestration. |
package.json |
Aligns the @microsoft/rush devDependency with the rushVersion configured in rush.json. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Jackson Weber (JacksonWeber)
approved these changes
Aug 13, 2026
Hector Hernandez (hectorhdzg)
merged commit Aug 13, 2026
b8ebc0b
into
microsoft:main
9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Rush engine and pnpm to pull in patched transitive dependencies (tar, brace-expansion, ip-address) that are bundled with the newer pnpm 10 / Rush 5.178.1 toolchain.
rush.json: pnpmVersion 9.15.9 -> 10.34.5, rushVersion 5.175.1 -> 5.178.1
package.json: @microsoft/rush devDependency 5.175.1 -> 5.178.1