Skip to content

Commit 139a34c

Browse files
angular-robotjosephperrott
authored andcommitted
build: update dependency @microsoft/api-extractor to v7.52.3 (#2716)
PR Close #2716
1 parent e4bf37a commit 139a34c

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devinfra/bazel",
33
"dependencies": {
4-
"@microsoft/api-extractor": "7.52.2",
4+
"@microsoft/api-extractor": "7.52.3",
55
"@types/node": "22.14.0",
66
"piscina": "^4.9.2",
77
"typescript": "5.8.2"

bazel/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@bazel/runfiles": "5.8.1",
2929
"@bazel/terser": "5.8.1",
3030
"@bazel/typescript": "5.8.1",
31-
"@microsoft/api-extractor": "7.52.2",
31+
"@microsoft/api-extractor": "7.52.3",
3232
"@types/browser-sync": "^2.26.3",
3333
"@types/minimatch": "^5.1.2",
3434
"@types/node": "^20.14.8",

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ __metadata:
258258
"@google-cloud/storage": "npm:^7.0.0"
259259
"@inquirer/prompts": "npm:^7.0.0"
260260
"@inquirer/type": "npm:^3.0.0"
261-
"@microsoft/api-extractor": "npm:7.52.2"
261+
"@microsoft/api-extractor": "npm:7.52.3"
262262
"@octokit/auth-app": "npm:7.2.0"
263263
"@octokit/core": "npm:6.1.4"
264264
"@octokit/graphql": "npm:8.2.1"
@@ -2728,7 +2728,30 @@ __metadata:
27282728
languageName: node
27292729
linkType: hard
27302730

2731-
"@microsoft/api-extractor@npm:7.52.2, @microsoft/api-extractor@npm:^7.24.2":
2731+
"@microsoft/api-extractor@npm:7.52.3":
2732+
version: 7.52.3
2733+
resolution: "@microsoft/api-extractor@npm:7.52.3"
2734+
dependencies:
2735+
"@microsoft/api-extractor-model": "npm:7.30.5"
2736+
"@microsoft/tsdoc": "npm:~0.15.1"
2737+
"@microsoft/tsdoc-config": "npm:~0.17.1"
2738+
"@rushstack/node-core-library": "npm:5.13.0"
2739+
"@rushstack/rig-package": "npm:0.5.3"
2740+
"@rushstack/terminal": "npm:0.15.2"
2741+
"@rushstack/ts-command-line": "npm:4.23.7"
2742+
lodash: "npm:~4.17.15"
2743+
minimatch: "npm:~3.0.3"
2744+
resolve: "npm:~1.22.1"
2745+
semver: "npm:~7.5.4"
2746+
source-map: "npm:~0.6.1"
2747+
typescript: "npm:5.8.2"
2748+
bin:
2749+
api-extractor: bin/api-extractor
2750+
checksum: 10c0/3c48f46b9bc3f90ca632ab0a61226e9f54a5c86317fec34e98fad30c9575535d8f463b29717ea00b3aaa22d44c8f8b62dee17beadce07e167183ca4db4c14d1f
2751+
languageName: node
2752+
linkType: hard
2753+
2754+
"@microsoft/api-extractor@npm:^7.24.2":
27322755
version: 7.52.2
27332756
resolution: "@microsoft/api-extractor@npm:7.52.2"
27342757
dependencies:

0 commit comments

Comments
 (0)