Skip to content

Commit 4e918aa

Browse files
authored
build: Update (dev) dependencies on api-extractor (#24435)
Updated from `0.50.1` to `0.52.4`. Of particular interest, the above update includes [support for customizing TSDoc tags that appear in API reports](microsoft/rushstack#5079). A subsequent PR will opt into additional tags.
1 parent 7146afe commit 4e918aa

File tree

100 files changed

+488
-445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+488
-445
lines changed

azure/packages/azure-service-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@fluidframework/build-common": "^2.0.3",
100100
"@fluidframework/build-tools": "^0.55.0",
101101
"@fluidframework/eslint-config-fluid": "^5.7.3",
102-
"@microsoft/api-extractor": "7.50.1",
102+
"@microsoft/api-extractor": "7.52.5",
103103
"@types/jsrsasign": "^10.5.12",
104104
"@types/uuid": "^9.0.2",
105105
"concurrently": "^8.2.1",

common/lib/common-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@fluidframework/build-tools": "^0.49.0",
9090
"@fluidframework/common-utils-previous": "npm:@fluidframework/[email protected]",
9191
"@fluidframework/eslint-config-fluid": "^5.5.1",
92-
"@microsoft/api-extractor": "^7.50.1",
92+
"@microsoft/api-extractor": "7.52.5",
9393
"@types/base64-js": "^1.3.0",
9494
"@types/benchmark": "^2.1.0",
9595
"@types/jest": "29.5.3",
@@ -150,7 +150,7 @@
150150
"sharp": "^0.33.2"
151151
},
152152
"patchedDependencies": {
153-
"@microsoft/api-extractor@7.50.1": "../../../patches/@microsoft__api-extractor@7.50.1.patch"
153+
"@microsoft/api-extractor@7.52.5": "../../../patches/@microsoft__api-extractor@7.52.5.patch"
154154
}
155155
},
156156
"typeValidation": {

common/lib/common-utils/pnpm-lock.yaml

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/lib/protocol-definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@fluidframework/build-tools": "^0.49.0",
8080
"@fluidframework/eslint-config-fluid": "^5.5.1",
8181
"@fluidframework/protocol-definitions-previous": "npm:@fluidframework/[email protected]",
82-
"@microsoft/api-extractor": "^7.50.1",
82+
"@microsoft/api-extractor": "7.52.5",
8383
"concurrently": "^6.2.0",
8484
"copyfiles": "^2.4.1",
8585
"eslint": "~8.55.0",
@@ -112,7 +112,7 @@
112112
"sharp": "^0.33.2"
113113
},
114114
"patchedDependencies": {
115-
"@microsoft/api-extractor@7.50.1": "../../../patches/@microsoft__api-extractor@7.50.1.patch"
115+
"@microsoft/api-extractor@7.52.5": "../../../patches/@microsoft__api-extractor@7.52.5.patch"
116116
}
117117
},
118118
"typeValidation": {

0 commit comments

Comments
 (0)