Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Fork npm-check into rush-lib",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
12 changes: 12 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,18 @@
"name": "dependency-path",
"allowedCategories": [ "libraries" ]
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should all go in nonbrowser-approved-packages.json

"name": "giturl",
"allowedCategories": [ "libraries" ]
},
{
"name": "office-ui-fabric-core",
"allowedCategories": [ "libraries" ]
},
{
"name": "package-json",
"allowedCategories": [ "libraries" ]
},
{
"name": "prism-react-renderer",
"allowedCategories": [ "libraries" ]
Expand Down Expand Up @@ -98,6 +106,10 @@
"name": "scheduler",
"allowedCategories": [ "vscode-extensions" ]
},
{
"name": "throat",
"allowedCategories": [ "libraries" ]
},
{
"name": "tslib",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
Expand Down
70 changes: 55 additions & 15 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "f2c06df75a96061e31624e1a556e34660a569623",
"pnpmShrinkwrapHash": "82149a06198f594f663110cba84ee91c83d95977",
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
"packageJsonInjectedDependenciesHash": "14f4881943e5d03a361f079944eb76e1501b3e18"
"packageJsonInjectedDependenciesHash": "5f1e5d69f74ed68acee2abcdc822fd58e74f35fc"
}
Loading