Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

build(deps): update dependency @microsoft/api-extractor to v7.52.5 #276

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@jonahsnider/benchmark": "5.1.1",
"@jonahsnider/prettier-config": "1.1.2",
"@jonahsnider/xo-config": "5.3.0",
"@microsoft/api-extractor": "7.52.4",
"@microsoft/api-extractor": "7.52.5",
"@tsconfig/node16": "16.1.3",
"@types/jest": "29.5.14",
"@types/node": "20.17.31",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3057,17 +3057,17 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-extractor@npm:7.52.4":
version: 7.52.4
resolution: "@microsoft/api-extractor@npm:7.52.4"
"@microsoft/api-extractor@npm:7.52.5":
version: 7.52.5
resolution: "@microsoft/api-extractor@npm:7.52.5"
dependencies:
"@microsoft/api-extractor-model": 7.30.5
"@microsoft/tsdoc": ~0.15.1
"@microsoft/tsdoc-config": ~0.17.1
"@rushstack/node-core-library": 5.13.0
"@rushstack/rig-package": 0.5.3
"@rushstack/terminal": 0.15.2
"@rushstack/ts-command-line": 4.23.7
"@rushstack/ts-command-line": 5.0.0
lodash: ~4.17.15
minimatch: ~3.0.3
resolve: ~1.22.1
Expand All @@ -3076,7 +3076,7 @@ __metadata:
typescript: 5.8.2
bin:
api-extractor: bin/api-extractor
checksum: 7e9ba5547f56e383ac0b98480e84e268730db4845d035237743901651f3b0fde67f8ced39d2847e70d186179bce01fbee2008972ec978a53af8f59df55a9865e
checksum: 3203edaba2ca84ca7ebb558cb06075447f400bcd8a7b8dc49621b7ced21acd2b1076cebb5d8af1a5224ba2670e78a622182198c399c12871fb17704be570c8b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3609,15 +3609,15 @@ __metadata:
languageName: node
linkType: hard

"@rushstack/ts-command-line@npm:4.23.7":
version: 4.23.7
resolution: "@rushstack/ts-command-line@npm:4.23.7"
"@rushstack/ts-command-line@npm:5.0.0":
version: 5.0.0
resolution: "@rushstack/ts-command-line@npm:5.0.0"
dependencies:
"@rushstack/terminal": 0.15.2
"@types/argparse": 1.0.38
argparse: ~1.0.9
string-argv: ~0.3.1
checksum: 72b0805cd3d3d50fa0a2b59e1517970be90e92ed38f442737cd84202cd7d246bb0b2eb7676fec5b4ea229c8f62ab055f52eb9016f5b7c4459d9d3bae6813a456
checksum: 042f8c5db37576d2aca3cc83adc18aa24c91ca9436880287d9cf3f053e713f2fe86851598be77faf139f9cac5e87310a445f9159524b3fcc670c11157039942a
languageName: node
linkType: hard

Expand Down Expand Up @@ -10331,7 +10331,7 @@ __metadata:
"@jonahsnider/benchmark": 5.1.1
"@jonahsnider/prettier-config": 1.1.2
"@jonahsnider/xo-config": 5.3.0
"@microsoft/api-extractor": 7.52.4
"@microsoft/api-extractor": 7.52.5
"@tsconfig/node16": 16.1.3
"@types/jest": 29.5.14
"@types/node": 20.17.31
Expand Down
Loading