Skip to content

Commit a4850e4

Browse files
authored
[engsys] Update to latest pnpm 7.x and Rush (Azure#25742)
### Packages impacted by this PR - All ### Issues associated with this PR N/A ### Describe the problem that is addressed by this PR Older versions of pnpm have an [issue with Node v20](pnpm/pnpm#6424) which can be addressed by upgrading to `7.32.2` for pnpm and the latest Rush. Note that Rush does not support `8.x` yet for pnpm. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [x] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent aa84908 commit a4850e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2424
* for details about these alternatives.
2525
*/
26-
"pnpmVersion": "7.26.0",
26+
"pnpmVersion": "7.32.2",
2727
// "npmVersion": "4.5.0",
2828
// "yarnVersion": "1.9.4",
2929
/**
@@ -1984,4 +1984,4 @@
19841984
"versionPolicyName": "management"
19851985
}
19861986
]
1987-
}
1987+
}

0 commit comments

Comments
 (0)