forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rush-lib] prevent workspace dependencies in decoupledLocalDependenci…
…es (microsoft#4853) * prevent decoupled workspace dependencies * Rush change * Update common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json Co-authored-by: Ian Clanton-Thuon <[email protected]> * Update libraries/rush-lib/src/logic/installManager/WorkspaceInstallManager.ts Co-authored-by: Ian Clanton-Thuon <[email protected]> * PR Feedback --------- Co-authored-by: James Maher <[email protected]> Co-authored-by: Ian Clanton-Thuon <[email protected]>
- Loading branch information
1 parent
4fcd163
commit f4a218d
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
common/changes/@microsoft/rush/jmaher-prevent-decoupled-workspace-deps_2024-07-30-15-46.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`.", | ||
"type": "none", | ||
"packageName": "@microsoft/rush" | ||
} | ||
], | ||
"packageName": "@microsoft/rush", | ||
"email": "[email protected]" | ||
} |
This file contains 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