Skip to content

Commit

Permalink
chore: update api-extractor packages
Browse files Browse the repository at this point in the history
see: microsoft/rushstack#4578
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza and renovate[bot] committed Nov 19, 2024
1 parent e32c050 commit c1953d0
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 86 deletions.
191 changes: 112 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/tsdocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
],
"dependencies": {
"@lerna/project": "^6.4.1",
"@microsoft/api-documenter": "^7.23.37",
"@microsoft/api-extractor": "^7.42.3",
"@microsoft/api-documenter": "^7.25.21",
"@microsoft/api-extractor": "^7.47.11",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.1",
"debug": "^4.3.7",
Expand Down
35 changes: 30 additions & 5 deletions packages/tsdocs/src/__tests__/acceptance/tsdocs.acceptance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,36 @@ permalink: /doc/en/lb4/apidocs.index.html
expect(index).to.containEql('## Packages');

expect(index).to.containEql(`
| Package | Description |
| --- | --- |
| [pkg1](./pkg1.md) | |
| [pkg2](./pkg2.md) | |
`);
<table><thead><tr><th>
Package
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[pkg1](./pkg1.md)
</td><td>
</td></tr>
<tr><td>
[pkg2](./pkg2.md)
</td><td>
</td></tr>
</tbody></table>`);

const constructorDoc = await fs.readFile(
path.join(SITE_APIDOCS_ROOT, 'pkg1.pet._constructor_.md'),
Expand Down

0 comments on commit c1953d0

Please sign in to comment.