@microsoft/api-extractor 7.57.6 → 7.57.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +12 -0
- package/CHANGELOG.md +8 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "7.57.7",
|
|
6
|
+
"tag": "@microsoft/api-extractor_v7.57.7",
|
|
7
|
+
"date": "Mon, 09 Mar 2026 15:14:07 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "7.57.6",
|
|
6
18
|
"tag": "@microsoft/api-extractor_v7.57.6",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @microsoft/api-extractor
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 09 Mar 2026 15:14:07 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 7.57.7
|
|
6
|
+
Mon, 09 Mar 2026 15:14:07 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903.
|
|
4
11
|
|
|
5
12
|
## 7.57.6
|
|
6
13
|
Wed, 25 Feb 2026 21:39:42 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor",
|
|
3
|
-
"version": "7.57.
|
|
3
|
+
"version": "7.57.7",
|
|
4
4
|
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"@microsoft/tsdoc": "~0.16.0",
|
|
62
62
|
"diff": "~8.0.2",
|
|
63
63
|
"lodash": "~4.17.23",
|
|
64
|
-
"minimatch": "10.2.
|
|
64
|
+
"minimatch": "10.2.3",
|
|
65
65
|
"resolve": "~1.22.1",
|
|
66
66
|
"semver": "~7.5.4",
|
|
67
67
|
"source-map": "~0.6.1",
|
|
68
68
|
"typescript": "5.8.2",
|
|
69
|
+
"@rushstack/terminal": "0.22.3",
|
|
69
70
|
"@rushstack/node-core-library": "5.20.3",
|
|
70
71
|
"@microsoft/api-extractor-model": "7.33.4",
|
|
71
|
-
"@rushstack/
|
|
72
|
-
"@rushstack/ts-command-line": "5.3.3"
|
|
73
|
-
"@rushstack/rig-package": "0.7.2"
|
|
72
|
+
"@rushstack/rig-package": "0.7.2",
|
|
73
|
+
"@rushstack/ts-command-line": "5.3.3"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@rushstack/heft": "1.2.
|
|
76
|
+
"@rushstack/heft": "1.2.6",
|
|
77
77
|
"@types/lodash": "4.17.23",
|
|
78
78
|
"@types/resolve": "1.20.2",
|
|
79
79
|
"@types/semver": "7.5.0",
|