Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
192dd87
[rush-lib] fix bridge package command (#5411)
L-Qun Oct 11, 2025
fbae858
Update changelogs [skip ci]
rushbot Oct 13, 2025
382614b
Bump versions [skip ci]
rushbot Oct 13, 2025
33631a8
Introduce an ESLint rule to coalesce imports. (#5414)
iclanton Oct 13, 2025
679f525
[eslint-plugin] Document the @rushstack/typedef-var rule and clarify …
nvrtmd Oct 14, 2025
0bd2f8b
Update changelogs [skip ci]
rushbot Oct 14, 2025
97c4ad2
Bump versions [skip ci]
rushbot Oct 14, 2025
b2e11b6
Bump decpouled local dependencies. (#5415)
iclanton Oct 15, 2025
43a0dba
[heft-rspack-plugin] Initial implementation of a Rspack Heft plugin. …
iclanton Oct 17, 2025
f7a0bcc
Update changelogs [skip ci]
rushbot Oct 17, 2025
d6f59ef
Bump versions [skip ci]
rushbot Oct 17, 2025
ed45275
Update changelogs [skip ci]
rushbot Oct 17, 2025
a963054
Bump versions [skip ci]
rushbot Oct 17, 2025
776ce7b
[rush] Fork npm-check into rush-lib (#5416)
cmalonzo Oct 17, 2025
7a3140f
Update changelogs [skip ci]
rushbot Oct 18, 2025
7046230
Bump versions [skip ci]
rushbot Oct 18, 2025
3ae0848
Update changelogs [skip ci]
rushbot Oct 18, 2025
0fd5a15
Bump versions [skip ci]
rushbot Oct 18, 2025
03af7f2
Fix an issue with the return type of Executable.waitForExitAsync. (#5…
iclanton Oct 21, 2025
0840c21
Clean up the `repo-scripts bump-decoupled-local-dependencies` action.…
iclanton Oct 21, 2025
6552a63
[eslint-plugin] Introduce `@rushstack/import-requires-chunk-name` and…
iclanton Oct 22, 2025
d8b6b43
Update changelogs [skip ci]
rushbot Oct 22, 2025
7c66e04
Bump versions [skip ci]
rushbot Oct 22, 2025
15b7658
Extract CredentialCache from Rush into @rushstack/credential-cache (#…
dmichon-msft Oct 23, 2025
888a561
Update changelogs [skip ci]
rushbot Oct 24, 2025
ba47844
Bump versions [skip ci]
rushbot Oct 24, 2025
550aa86
Fix an issue where suppressed rule violations still show up in the re…
iclanton Oct 24, 2025
fa1e305
Update changelogs [skip ci]
rushbot Oct 24, 2025
3527325
Bump versions [skip ci]
rushbot Oct 24, 2025
29fe6d1
Bump decoupled local dependencies. (#5420)
iclanton Oct 25, 2025
cc1d835
[heft-lint] Fix TypeScript program passing (#5428)
dmichon-msft Nov 4, 2025
41eeffd
[API Extractor] Add support for printing a diff of changed API report…
iclanton Nov 4, 2025
6d8ac64
Generate a JSON schemas artifact after publish. (#5429)
iclanton Nov 4, 2025
6e62fba
Fix publish. (#5430)
iclanton Nov 4, 2025
6ae6a7a
Update changelogs [skip ci]
rushbot Nov 4, 2025
3f7b8f9
Bump versions [skip ci]
rushbot Nov 4, 2025
23f78ab
[heft-node-rig] Add lib-dts and lib-esm to cleanFiles glob (#5438)
Copilot Nov 10, 2025
c1f3f3d
Update changelogs [skip ci]
rushbot Nov 10, 2025
cbcfacb
Bump versions [skip ci]
rushbot Nov 10, 2025
a871bb8
[eslint-plugin] Fix no-external-local-imports in editor (#5441)
dmichon-msft Nov 11, 2025
c8d60bf
Update changelogs [skip ci]
rushbot Nov 11, 2025
8ce88e1
Bump versions [skip ci]
rushbot Nov 11, 2025
5b5c350
Bump decoupled local dependencies. (#5440)
iclanton Nov 11, 2025
526eb85
[devx] Apply schemas to Rush/Heft config files in VS Code, add clean …
dmichon-msft Nov 12, 2025
a677e6e
[heft-typescript] Support `${configDir}` token in tsconfig.json (#5444)
dmichon-msft Nov 12, 2025
5a39dfe
Update changelogs [skip ci]
rushbot Nov 12, 2025
ba53f2b
Bump versions [skip ci]
rushbot Nov 12, 2025
9da1a18
[lint] Ensure correctness of SARIF output logs (#5443)
dmichon-msft Nov 12, 2025
c46a39c
Update changelogs [skip ci]
rushbot Nov 12, 2025
ef8e24d
Bump versions [skip ci]
rushbot Nov 12, 2025
817e924
[rush] Add project-level parameter ignoring to prevent unnecessary ca…
Copilot Nov 13, 2025
1001da0
[rush-lib] Add validation for parameterNamesToIgnore in rush-project.…
Copilot Nov 17, 2025
6e6df73
[rush-lib] Add PathProjectSelectorParser with path: scheme and auto-r…
Copilot Nov 18, 2025
1196225
Initial plan
Copilot Nov 18, 2025
3aaf167
Merge main to resolve conflicts
Copilot Nov 19, 2025
6ef8ccc
Generate changelogs for webpack version bump
Copilot Nov 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
run: node repo-scripts/repo-toolbox/lib/start.js readme --verify
working-directory: repo-a

- name: Collect JSON schemas
run: node repo-scripts/repo-toolbox/lib/start.js collect-json-schemas --output-path ${GITHUB_WORKSPACE}/artifacts/json-schemas
working-directory: repo-a

- name: Clone another copy of the repo to test the build cache
uses: actions/checkout@v3
with:
Expand Down
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,25 @@
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
"type": "node",
"request": "launch",
"name": "Debug Clean Build in Selected Project (Heft)",
"cwd": "${fileDirname}",
"runtimeArgs": [
"--nolazy",
"--inspect-brk",
"${workspaceFolder}/apps/heft/lib/start.js",
"--debug",
"build",
"--clean"
],
"skipFiles": ["<node_internals>/**"],
"outFiles": [],
"sourceMaps": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
"name": "Attach",
"type": "node",
Expand Down
32 changes: 31 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,35 @@
"files.associations": {
"**/package.json": "json",
"**/*.json": "jsonc"
}
},
"json.schemas": [
{
"fileMatch": ["/rush.json"],
"url": "./libraries/rush-lib/src/schemas/rush.schema.json"
},
{
"fileMatch": ["**/rush-plugin.json"],
"url": "./libraries/rush-lib/src/schemas/rush-plugin-manifest.schema.json"
},
{
"fileMatch": ["**/config/heft.json"],
"url": "./apps/heft/src/schemas/heft.schema.json"
},
{
"fileMatch": ["**/config/rig.json"],
"url": "./libraries/rig-package/src/schemas/rig.schema.json"
},
{
"fileMatch": ["**/config/rush-project.json"],
"url": "./libraries/rush-lib/src/schemas/rush-project.schema.json"
},
{
"fileMatch": ["**/config/typescript.json"],
"url": "./heft-plugins/heft-typescript-plugin/src/schemas/typescript.schema.json"
},
{
"fileMatch": ["**/heft-plugin.json"],
"url": "./apps/heft/src/schemas/heft-plugin.schema.json"
}
]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@ These GitHub repositories provide supplementary resources for Rush Stack:
| [/heft-plugins/heft-webpack4-plugin](./heft-plugins/heft-webpack4-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-webpack4-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-webpack4-plugin) | [changelog](./heft-plugins/heft-webpack4-plugin/CHANGELOG.md) | [@rushstack/heft-webpack4-plugin](https://www.npmjs.com/package/@rushstack/heft-webpack4-plugin) |
| [/heft-plugins/heft-webpack5-plugin](./heft-plugins/heft-webpack5-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-webpack5-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-webpack5-plugin) | [changelog](./heft-plugins/heft-webpack5-plugin/CHANGELOG.md) | [@rushstack/heft-webpack5-plugin](https://www.npmjs.com/package/@rushstack/heft-webpack5-plugin) |
| [/libraries/api-extractor-model](./libraries/api-extractor-model/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fapi-extractor-model.svg)](https://badge.fury.io/js/%40microsoft%2Fapi-extractor-model) | [changelog](./libraries/api-extractor-model/CHANGELOG.md) | [@microsoft/api-extractor-model](https://www.npmjs.com/package/@microsoft/api-extractor-model) |
| [/libraries/credential-cache](./libraries/credential-cache/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fcredential-cache.svg)](https://badge.fury.io/js/%40rushstack%2Fcredential-cache) | [changelog](./libraries/credential-cache/CHANGELOG.md) | [@rushstack/credential-cache](https://www.npmjs.com/package/@rushstack/credential-cache) |
| [/libraries/debug-certificate-manager](./libraries/debug-certificate-manager/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager.svg)](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager) | [changelog](./libraries/debug-certificate-manager/CHANGELOG.md) | [@rushstack/debug-certificate-manager](https://www.npmjs.com/package/@rushstack/debug-certificate-manager) |
| [/libraries/heft-config-file](./libraries/heft-config-file/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-config-file.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-config-file) | [changelog](./libraries/heft-config-file/CHANGELOG.md) | [@rushstack/heft-config-file](https://www.npmjs.com/package/@rushstack/heft-config-file) |
| [/libraries/load-themed-styles](./libraries/load-themed-styles/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles.svg)](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles) | [changelog](./libraries/load-themed-styles/CHANGELOG.md) | [@microsoft/load-themed-styles](https://www.npmjs.com/package/@microsoft/load-themed-styles) |
| [/libraries/localization-utilities](./libraries/localization-utilities/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Flocalization-utilities.svg)](https://badge.fury.io/js/%40rushstack%2Flocalization-utilities) | [changelog](./libraries/localization-utilities/CHANGELOG.md) | [@rushstack/localization-utilities](https://www.npmjs.com/package/@rushstack/localization-utilities) |
| [/libraries/lookup-by-path](./libraries/lookup-by-path/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Flookup-by-path.svg)](https://badge.fury.io/js/%40rushstack%2Flookup-by-path) | [changelog](./libraries/lookup-by-path/CHANGELOG.md) | [@rushstack/lookup-by-path](https://www.npmjs.com/package/@rushstack/lookup-by-path) |
| [/libraries/module-minifier](./libraries/module-minifier/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fmodule-minifier.svg)](https://badge.fury.io/js/%40rushstack%2Fmodule-minifier) | [changelog](./libraries/module-minifier/CHANGELOG.md) | [@rushstack/module-minifier](https://www.npmjs.com/package/@rushstack/module-minifier) |
| [/libraries/node-core-library](./libraries/node-core-library/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fnode-core-library.svg)](https://badge.fury.io/js/%40rushstack%2Fnode-core-library) | [changelog](./libraries/node-core-library/CHANGELOG.md) | [@rushstack/node-core-library](https://www.npmjs.com/package/@rushstack/node-core-library) |
| [/libraries/npm-check-fork](./libraries/npm-check-fork/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fnpm-check-fork.svg)](https://badge.fury.io/js/%40rushstack%2Fnpm-check-fork) | [changelog](./libraries/npm-check-fork/CHANGELOG.md) | [@rushstack/npm-check-fork](https://www.npmjs.com/package/@rushstack/npm-check-fork) |
| [/libraries/operation-graph](./libraries/operation-graph/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Foperation-graph.svg)](https://badge.fury.io/js/%40rushstack%2Foperation-graph) | [changelog](./libraries/operation-graph/CHANGELOG.md) | [@rushstack/operation-graph](https://www.npmjs.com/package/@rushstack/operation-graph) |
| [/libraries/package-deps-hash](./libraries/package-deps-hash/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fpackage-deps-hash.svg)](https://badge.fury.io/js/%40rushstack%2Fpackage-deps-hash) | [changelog](./libraries/package-deps-hash/CHANGELOG.md) | [@rushstack/package-deps-hash](https://www.npmjs.com/package/@rushstack/package-deps-hash) |
| [/libraries/package-extractor](./libraries/package-extractor/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fpackage-extractor.svg)](https://badge.fury.io/js/%40rushstack%2Fpackage-extractor) | [changelog](./libraries/package-extractor/CHANGELOG.md) | [@rushstack/package-extractor](https://www.npmjs.com/package/@rushstack/package-extractor) |
Expand Down Expand Up @@ -187,6 +189,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
| [/build-tests/heft-node-everything-test](./build-tests/heft-node-everything-test/) | Building this project tests every task and config file for Heft when targeting the Node.js runtime |
| [/build-tests/heft-parameter-plugin](./build-tests/heft-parameter-plugin/) | This project contains a Heft plugin that adds a custom parameter to built-in actions |
| [/build-tests/heft-parameter-plugin-test](./build-tests/heft-parameter-plugin-test/) | This project exercises a built-in Heft action with a custom parameter |
| [/build-tests/heft-rspack-everything-test](./build-tests/heft-rspack-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Rspack |
| [/build-tests/heft-sass-test](./build-tests/heft-sass-test/) | This project illustrates a minimal tutorial Heft project targeting the web browser runtime |
| [/build-tests/heft-swc-test](./build-tests/heft-swc-test/) | Building this project tests building with SWC |
| [/build-tests/heft-typescript-composite-test](./build-tests/heft-typescript-composite-test/) | Building this project tests behavior of Heft when the tsconfig.json file uses project references. |
Expand All @@ -212,6 +215,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
| [/build-tests/set-webpack-public-path-plugin-test](./build-tests/set-webpack-public-path-plugin-test/) | Building this project tests the set-webpack-public-path-plugin |
| [/build-tests/webpack-local-version-test](./build-tests/webpack-local-version-test/) | Building this project tests the rig loading for the local version of webpack |
| [/eslint/local-eslint-config](./eslint/local-eslint-config/) | An ESLint configuration consumed projects inside the rushstack repo. |
| [/heft-plugins/heft-rspack-plugin](./heft-plugins/heft-rspack-plugin/) | Heft plugin for Rspack |
| [/libraries/rush-themed-ui](./libraries/rush-themed-ui/) | Rush Component Library: a set of themed components for rush projects |
| [/libraries/rushell](./libraries/rushell/) | Execute shell commands using a consistent syntax on every platform |
| [/repo-scripts/doc-plugin-rush-stack](./repo-scripts/doc-plugin-rush-stack/) | API Documenter plugin used with the rushstack.io website |
Expand Down
80 changes: 80 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,86 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.28.0",
"tag": "@microsoft/api-documenter_v7.28.0",
"date": "Wed, 12 Nov 2025 01:12:56 GMT",
"comments": {
"minor": [
{
"comment": "Bump the `@microsoft/tsdoc` dependency to `~0.16.0`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.32.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.5`"
}
]
}
},
{
"version": "7.27.4",
"tag": "@microsoft/api-documenter_v7.27.4",
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
}
]
}
},
{
"version": "7.27.3",
"tag": "@microsoft/api-documenter_v7.27.3",
"date": "Fri, 24 Oct 2025 00:13:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.31.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.18.0`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.3`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.3`"
}
]
}
},
{
"version": "7.27.2",
"tag": "@microsoft/api-documenter_v7.27.2",
"date": "Wed, 22 Oct 2025 00:57:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.31.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.1`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.2`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.2`"
}
]
}
},
{
"version": "7.27.1",
"tag": "@microsoft/api-documenter_v7.27.1",
Expand Down
24 changes: 23 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Wed, 08 Oct 2025 00:13:28 GMT and should not be manually modified.
This log was last generated on Wed, 12 Nov 2025 01:12:56 GMT and should not be manually modified.

## 7.28.0
Wed, 12 Nov 2025 01:12:56 GMT

### Minor changes

- Bump the `@microsoft/tsdoc` dependency to `~0.16.0`.

## 7.27.4
Tue, 04 Nov 2025 08:15:14 GMT

_Version update only_

## 7.27.3
Fri, 24 Oct 2025 00:13:38 GMT

_Version update only_

## 7.27.2
Wed, 22 Oct 2025 00:57:54 GMT

_Version update only_

## 7.27.1
Wed, 08 Oct 2025 00:13:28 GMT
Expand Down
27 changes: 27 additions & 0 deletions apps/api-documenter/config/heft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
"extends": "local-node-rig/profiles/default/config/heft.json",

"phasesByName": {
"build": {
"tasksByName": {
"copy-json-schemas": {
"taskPlugin": {
"pluginPackage": "@rushstack/heft",
"pluginName": "copy-files-plugin",
"options": {
"copyOperations": [
{
"sourcePath": "src/schemas",
"destinationFolders": ["temp/json-schemas/api-extractor/v7"],
"fileExtensions": [".schema.json"],
"hardlink": true
}
]
}
}
}
}
}
}
}
4 changes: 2 additions & 2 deletions apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.27.1",
"version": "7.28.0",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"typings": "dist/rollup.d.ts",
"dependencies": {
"@microsoft/api-extractor-model": "workspace:*",
"@microsoft/tsdoc": "~0.15.1",
"@microsoft/tsdoc": "~0.16.0",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
Expand Down
77 changes: 77 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,83 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.55.0",
"tag": "@microsoft/api-extractor_v7.55.0",
"date": "Wed, 12 Nov 2025 01:12:56 GMT",
"comments": {
"minor": [
{
"comment": "Bump the `@microsoft/tsdoc` dependency to `~0.16.0`."
},
{
"comment": "Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.32.0`"
}
]
}
},
{
"version": "7.54.0",
"tag": "@microsoft/api-extractor_v7.54.0",
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
"comments": {
"minor": [
{
"comment": "Add a new setting `IExtractorInvokeOptions.printApiReportDiff` that makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md)."
},
{
"comment": "Add a `--print-api-report-diff` CLI flag that causes a diff of any changes to API report files (*.api.md) to be printed."
}
]
}
},
{
"version": "7.53.3",
"tag": "@microsoft/api-extractor_v7.53.3",
"date": "Fri, 24 Oct 2025 00:13:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.31.3`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.18.0`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.3`"
}
]
}
},
{
"version": "7.53.2",
"tag": "@microsoft/api-extractor_v7.53.2",
"date": "Wed, 22 Oct 2025 00:57:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.31.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.1`"
},
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.2`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.2`"
}
]
}
},
{
"version": "7.53.1",
"tag": "@microsoft/api-extractor_v7.53.1",
Expand Down
28 changes: 27 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Wed, 08 Oct 2025 00:13:28 GMT and should not be manually modified.
This log was last generated on Wed, 12 Nov 2025 01:12:56 GMT and should not be manually modified.

## 7.55.0
Wed, 12 Nov 2025 01:12:56 GMT

### Minor changes

- Bump the `@microsoft/tsdoc` dependency to `~0.16.0`.
- Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`.

## 7.54.0
Tue, 04 Nov 2025 08:15:14 GMT

### Minor changes

- Add a new setting `IExtractorInvokeOptions.printApiReportDiff` that makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md).
- Add a `--print-api-report-diff` CLI flag that causes a diff of any changes to API report files (*.api.md) to be printed.

## 7.53.3
Fri, 24 Oct 2025 00:13:38 GMT

_Version update only_

## 7.53.2
Wed, 22 Oct 2025 00:57:54 GMT

_Version update only_

## 7.53.1
Wed, 08 Oct 2025 00:13:28 GMT
Expand Down
Loading