Skip to content

Commit b21f859

Browse files
Copilotdmichon-msft
andcommitted
Fix lint warnings and test loading issues for storybook-telemetry-stub
Co-authored-by: dmichon-msft <26827560+dmichon-msft@users.noreply.github.com>
1 parent 52d1afc commit b21f859

10 files changed

Lines changed: 3469 additions & 2992 deletions

File tree

common/config/rush/browser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"name": "@rushstack/rush-vscode-command-webview",
5151
"allowedCategories": [ "vscode-extensions" ]
5252
},
53+
{
54+
"name": "@storybook/telemetry",
55+
"allowedCategories": [ "libraries" ]
56+
},
5357
{
5458
"name": "@ungap/structured-clone",
5559
"allowedCategories": [ "libraries" ]

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@
198198
"name": "@rushstack/heft-dev-cert-plugin",
199199
"allowedCategories": [ "libraries", "tests" ]
200200
},
201-
{
202-
"name": "@rushstack/heft-static-asset-typings-plugin",
203-
"allowedCategories": [ "libraries", "tests" ]
204-
},
205201
{
206202
"name": "@rushstack/heft-isolated-typescript-transpile-plugin",
207203
"allowedCategories": [ "tests" ]
@@ -242,6 +238,10 @@
242238
"name": "@rushstack/heft-serverless-stack-plugin",
243239
"allowedCategories": [ "tests" ]
244240
},
241+
{
242+
"name": "@rushstack/heft-static-asset-typings-plugin",
243+
"allowedCategories": [ "libraries", "tests" ]
244+
},
245245
{
246246
"name": "@rushstack/heft-storybook-plugin",
247247
"allowedCategories": [ "tests" ]

common/config/rush/pnpm-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@
271271
// TODO: Remove once Heft is 1.0.0
272272
"allowAny": ["@rushstack/heft"],
273273
"allowedVersions": {
274-
"webpack": "^4 || ^5"
274+
"webpack": "^4 || ^5",
275+
"storybook": "*"
275276
}
276277
},
277278

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 412 additions & 413 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "c395a90b30bd67a31beb1d1b08be9aecb02de265",
3+
"pnpmShrinkwrapHash": "90d99f917f49daeaba32bb42a586c2203d338d37",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
55
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
66
}

0 commit comments

Comments
 (0)