@microsoft/api-extractor 7.57.6 → 7.57.8

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 CHANGED
@@ -1,6 +1,39 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "7.57.8",
6
+ "tag": "@microsoft/api-extractor_v7.57.8",
7
+ "date": "Tue, 31 Mar 2026 15:14:14 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.33.5`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.21.0`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.22.4`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.4`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "7.57.7",
27
+ "tag": "@microsoft/api-extractor_v7.57.7",
28
+ "date": "Mon, 09 Mar 2026 15:14:07 GMT",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "comment": "Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903."
33
+ }
34
+ ]
35
+ }
36
+ },
4
37
  {
5
38
  "version": "7.57.6",
6
39
  "tag": "@microsoft/api-extractor_v7.57.6",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @microsoft/api-extractor
2
2
 
3
- This log was last generated on Wed, 25 Feb 2026 21:39:42 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 Mar 2026 15:14:14 GMT and should not be manually modified.
4
+
5
+ ## 7.57.8
6
+ Tue, 31 Mar 2026 15:14:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 7.57.7
11
+ Mon, 09 Mar 2026 15:14:07 GMT
12
+
13
+ ### Patches
14
+
15
+ - Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903.
4
16
 
5
17
  ## 7.57.6
6
18
  Wed, 25 Feb 2026 21:39:42 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.5"
8
+ "packageVersion": "7.57.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
- "version": "7.57.6",
3
+ "version": "7.57.8",
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.1",
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/node-core-library": "5.20.3",
70
- "@microsoft/api-extractor-model": "7.33.4",
71
- "@rushstack/terminal": "0.22.3",
72
- "@rushstack/ts-command-line": "5.3.3",
73
- "@rushstack/rig-package": "0.7.2"
69
+ "@rushstack/node-core-library": "5.21.0",
70
+ "@rushstack/ts-command-line": "5.3.4",
71
+ "@microsoft/api-extractor-model": "7.33.5",
72
+ "@rushstack/rig-package": "0.7.2",
73
+ "@rushstack/terminal": "0.22.4"
74
74
  },
75
75
  "devDependencies": {
76
- "@rushstack/heft": "1.2.5",
76
+ "@rushstack/heft": "1.2.7",
77
77
  "@types/lodash": "4.17.23",
78
78
  "@types/resolve": "1.20.2",
79
79
  "@types/semver": "7.5.0",