Skip to content

Commit

Permalink
Revert "TEMPORARY - use a decoupled local version of rush-lib in repo…
Browse files Browse the repository at this point in the history
…-toolbox."

This reverts commit 5a3eb99.
  • Loading branch information
iclanton committed Dec 4, 2024
1 parent 5a3eb99 commit c046a0b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 194 deletions.
197 changes: 7 additions & 190 deletions common/config/subspaces/default/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/subspaces/default/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "d20e23a24df63640777eb3202d1ebbb931f46cab",
"pnpmShrinkwrapHash": "59613958f86014f134a6d5a953beff9f7caec642",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648"
}
2 changes: 1 addition & 1 deletion repo-scripts/repo-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"@microsoft/rush-lib": "5.143.0-pr5009.0",
"@microsoft/rush-lib": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,7 @@
"packageName": "repo-toolbox",
"projectFolder": "repo-scripts/repo-toolbox",
"reviewCategory": "libraries",
"shouldPublish": false,
"decoupledLocalDependencies": ["@microsoft/rush-lib"]
"shouldPublish": false
},

// "rigs" folder (alphabetical order)
Expand Down

0 comments on commit c046a0b

Please sign in to comment.