Skip to content

Commit

Permalink
[engsys] upgrade rush to 5.101.0 and pnpm to 8.6.12 (Azure#26742)
Browse files Browse the repository at this point in the history
- upgrade `rush` and `pnpm` to their latest versions
- remove a dependency on `@microsoft/rush` that was likely added
accidentally.
  • Loading branch information
jeremymeng authored Aug 8, 2023
1 parent 0aa5bfc commit 708b1ee
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 16 deletions.
59 changes: 46 additions & 13 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.100.2",
"rushVersion": "5.101.0",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
Expand All @@ -23,7 +23,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "7.32.2",
"pnpmVersion": "8.6.12",
// "npmVersion": "4.5.0",
// "yarnVersion": "1.9.4",
/**
Expand Down
1 change: 0 additions & 1 deletion sdk/purview/purview-sharing-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@azure/core-paging": "^1.5.0",
"@azure/core-rest-pipeline": "^1.10.3",
"@azure/logger": "^1.0.0",
"@microsoft/rush": "^5.98.0",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 708b1ee

Please sign in to comment.