Skip to content

Commit eeb72af

Browse files
author
cmalonzo
committed
Merge branch 'cmalonzo/cve/serialize-javascript' of https://github.com/cmalonzo/rushstack into cmalonzo/cve/serialize-javascript
2 parents 7212f0b + bcf89c8 commit eeb72af

215 files changed

Lines changed: 1679 additions & 276 deletions

File tree

Some content is hidden

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

apps/api-documenter/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.29.7",
6+
"tag": "@microsoft/api-documenter_v7.29.7",
7+
"date": "Mon, 09 Mar 2026 15:14:08 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.7`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.29.6",
618
"tag": "@microsoft/api-documenter_v7.29.6",

apps/api-documenter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @microsoft/api-documenter
22

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 Mon, 09 Mar 2026 15:14:08 GMT and should not be manually modified.
4+
5+
## 7.29.7
6+
Mon, 09 Mar 2026 15:14:08 GMT
7+
8+
_Version update only_
49

510
## 7.29.6
611
Wed, 25 Feb 2026 21:39:42 GMT

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.29.6",
3+
"version": "7.29.7",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"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+
},
416
{
517
"version": "7.57.6",
618
"tag": "@microsoft/api-extractor_v7.57.6",

apps/api-extractor/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/api-extractor
22

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 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.
411

512
## 7.57.6
613
Wed, 25 Feb 2026 21:39:42 GMT

apps/api-extractor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.57.6",
3+
"version": "7.57.7",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -71,14 +71,14 @@
7171
"@rushstack/ts-command-line": "workspace:*",
7272
"diff": "~8.0.2",
7373
"lodash": "~4.17.23",
74-
"minimatch": "10.2.1",
74+
"minimatch": "10.2.3",
7575
"resolve": "~1.22.1",
7676
"semver": "~7.5.4",
7777
"source-map": "~0.6.1",
7878
"typescript": "5.8.2"
7979
},
8080
"devDependencies": {
81-
"@rushstack/heft": "1.2.6",
81+
"@rushstack/heft": "1.2.7",
8282
"@types/lodash": "4.17.23",
8383
"@types/resolve": "1.20.2",
8484
"@types/semver": "7.5.0",

apps/cpu-profile-summarizer/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/cpu-profile-summarizer",
33
"entries": [
4+
{
5+
"version": "0.2.7",
6+
"tag": "@rushstack/cpu-profile-summarizer_v0.2.7",
7+
"date": "Mon, 09 Mar 2026 15:14:08 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.7.7`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.7`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.2.6",
621
"tag": "@rushstack/cpu-profile-summarizer_v0.2.6",

apps/cpu-profile-summarizer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/cpu-profile-summarizer
22

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 Mon, 09 Mar 2026 15:14:08 GMT and should not be manually modified.
4+
5+
## 0.2.7
6+
Mon, 09 Mar 2026 15:14:08 GMT
7+
8+
_Version update only_
49

510
## 0.2.6
611
Wed, 25 Feb 2026 21:39:42 GMT

apps/cpu-profile-summarizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/cpu-profile-summarizer",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "CLI tool for running analytics on multiple V8 .cpuprofile files",
55
"repository": {
66
"type": "git",

apps/heft/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "1.2.7",
6+
"tag": "@rushstack/heft_v1.2.7",
7+
"date": "Mon, 09 Mar 2026 15:14:08 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.57.7`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.2.6",
618
"tag": "@rushstack/heft_v1.2.6",

0 commit comments

Comments
 (0)