Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump api-extractor to latest #33692

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
mainframev marked this conversation as resolved.
Show resolved Hide resolved
mainframev marked this conversation as resolved.
Show resolved Hide resolved
"type": "patch",
"comment": "chore: update api-extractor to 7.49.1",
"packageName": "@fluentui/api-docs",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "BREAKING: rename api report file name according to api-extractor change",
"packageName": "@fluentui/chart-web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "BREAKING: rename api report file name according to api-extractor change",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "BREAKING: rename api report file name according to api-extractor change",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@griffel/webpack-loader": "2.2.10",
"@jest/reporters": "29.7.0",
"@mdx-js/loader": "2.3.0",
"@microsoft/api-extractor": "7.39.0",
"@microsoft/api-extractor-model": "7.28.3",
"@microsoft/api-extractor": "7.49.1",
"@microsoft/api-extractor-model": "7.30.2",
"@microsoft/eslint-plugin-sdl": "0.1.9",
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@microsoft/tsdoc": "0.14.2",
"@microsoft/tsdoc": "0.15.1",
"@nx/devkit": "19.8.14",
"@nx/eslint": "19.8.14",
"@nx/eslint-plugin": "19.8.14",
Expand Down Expand Up @@ -378,6 +378,7 @@
"@types/jest-axe/axe-core": "4.7.2",
"esbuild": "0.24.2",
"eslint": "8.57.0",
"@microsoft/api-extractor/typescript": "5.3.3",
Hotell marked this conversation as resolved.
Show resolved Hide resolved
"swc-loader": "^0.2.6",
"prettier": "2.8.8",
"puppeteer": "19.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
"@microsoft/api-extractor-model": "7.28.3",
"@microsoft/tsdoc": "0.14.2",
"@microsoft/api-extractor-model": "7.30.2",
"@microsoft/tsdoc": "0.15.1",
"fs-extra": "^8.1.0"
}
}
34 changes: 1 addition & 33 deletions packages/charts/chart-web-components/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",

"mainEntryPointFilePath": "<projectFolder>/dist/dts/index.d.ts",

"apiReport": {
"enabled": true,
"reportFolder": "<projectFolder>/docs",
"reportFileName": "api-report.md"
},

"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/dist/chart-web-components.api.json"
},
"dtsRollup": {
"enabled": true
},
"compiler": {
"skipLibCheck": false,
"tsconfigFilePath": "./tsconfig.api-extractor.json"
},
"messages": {
"extractorMessageReporting": {
"ae-missing-release-tag": {
"logLevel": "none",
"addToApiReportFile": true
},
"ae-different-release-tags": {
"logLevel": "none",
"addToApiReportFile": true
}
}
}
"extends": "@fluentui/scripts-api-extractor/api-extractor.wc.json"
}
Loading
Loading