Skip to content

Commit 708b1ee

Browse files
authored
[engsys] upgrade rush to 5.101.0 and pnpm to 8.6.12 (Azure#26742)
- upgrade `rush` and `pnpm` to their latest versions - remove a dependency on `@microsoft/rush` that was likely added accidentally.
1 parent 0aa5bfc commit 708b1ee

File tree

3 files changed

+48
-16
lines changed

3 files changed

+48
-16
lines changed

common/scripts/install-run.js

Lines changed: 46 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* path segment in the "$schema" field for all your Rush config files. This will ensure
1515
* correct error-underlining and tab-completion for editors such as VS Code.
1616
*/
17-
"rushVersion": "5.100.2",
17+
"rushVersion": "5.101.0",
1818
/**
1919
* The next field selects which package manager should be installed and determines its version.
2020
* Rush installs its own local copy of the package manager to ensure that your build process
@@ -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.32.2",
26+
"pnpmVersion": "8.6.12",
2727
// "npmVersion": "4.5.0",
2828
// "yarnVersion": "1.9.4",
2929
/**

sdk/purview/purview-sharing-rest/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"@azure/core-paging": "^1.5.0",
6969
"@azure/core-rest-pipeline": "^1.10.3",
7070
"@azure/logger": "^1.0.0",
71-
"@microsoft/rush": "^5.98.0",
7271
"tslib": "^2.2.0"
7372
},
7473
"devDependencies": {

0 commit comments

Comments
 (0)