chore: enable skipLibCheck to fix build errors for TypeDoc and remove generated docs artifacts#449
Merged
Conversation
nev21
commented
Jul 7, 2026
Contributor
- add compilerOptions.skipLibCheck to TypeDoc configs for dbg and providers
- update Rush shrinkwrap transitive browser tooling packages (browserslist/caniuse-lite/electron-to-chromium/node-releases)
- remove generated TypeDoc HTML/CSS/JS output under docs/typedoc for dbg and providers
… generated docs artifacts - add compilerOptions.skipLibCheck to TypeDoc configs for dbg and providers - update Rush shrinkwrap transitive browser tooling packages (browserslist/caniuse-lite/electron-to-chromium/node-releases) - remove generated TypeDoc HTML/CSS/JS output under docs/typedoc for dbg and providers
Contributor
There was a problem hiding this comment.
Pull request overview
Enables TypeDoc generation to succeed in CI by relaxing TypeScript library type-checking, and cleans the repo by removing previously checked-in generated TypeDoc site artifacts under docs/typedoc (which are generated during the GitHub Pages workflow).
Changes:
- Add
compilerOptions.skipLibCheck: trueto the TypeDoc configs fordbgandproviders. - Update Rush shrinkwrap to refresh transitive browser tooling packages (e.g., Browserslist-related dependencies).
- Remove generated TypeDoc HTML/CSS/JS output previously committed under
docs/typedoc/**.
Reviewed changes
Copilot reviewed 53 out of 53 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| providers/typedoc.json | Enables skipLibCheck during TypeDoc compilation for providers. |
| dbg/typedoc.json | Enables skipLibCheck during TypeDoc compilation for dbg. |
| common/config/rush/npm-shrinkwrap.json | Updates transitive dependency resolutions for browser tooling packages. |
| docs/typedoc/providers/index.html | Removes generated TypeDoc landing page artifact (providers). |
| docs/typedoc/providers/.nojekyll | Removes generated TypeDoc .nojekyll artifact (providers). |
| docs/typedoc/providers/assets/search.js | Removes generated TypeDoc search index artifact (providers). |
| docs/typedoc/providers/assets/highlight.css | Removes generated TypeDoc highlight CSS artifact (providers). |
| docs/typedoc/providers/interfaces/IDbgProviderConfig.html | Removes generated interface docs artifact (providers). |
| docs/typedoc/providers/interfaces/IDbgMemoryProviderConfig.html | Removes generated interface docs artifact (providers). |
| docs/typedoc/providers/functions/addGetLogsCmd.html | Removes generated function docs artifact (providers). |
| docs/typedoc/providers/functions/createCallbackProvider.html | Removes generated function docs artifact (providers). |
| docs/typedoc/providers/functions/createConsoleProvider.html | Removes generated function docs artifact (providers). |
| docs/typedoc/providers/functions/createMemoryProvider.html | Removes generated function docs artifact (providers). |
| docs/typedoc/providers/functions/createThrowProvider.html | Removes generated function docs artifact (providers). |
| docs/typedoc/dbg/.nojekyll | Removes generated TypeDoc .nojekyll artifact (dbg). |
| docs/typedoc/dbg/assets/highlight.css | Removes generated TypeDoc highlight CSS artifact (dbg). |
| docs/typedoc/dbg/variables/_Dbg.html | Removes generated variable docs artifact (dbg). |
| docs/typedoc/dbg/variables/DbgLevel-1.html | Removes generated variable docs artifact (dbg). |
| docs/typedoc/dbg/functions/getDbgLevelName.html | Removes generated function docs artifact (dbg). |
| docs/typedoc/dbg/functions/isDbgLevelName.html | Removes generated function docs artifact (dbg). |
| docs/typedoc/dbg/functions/setDfEvalCmd.html | Removes generated function docs artifact (dbg). |
| docs/typedoc/dbg/functions/_dbgInfo.html | Removes generated function docs artifact (dbg). |
| docs/typedoc/dbg/functions/_dbgLog.html | Removes generated function docs artifact (dbg). |
| docs/typedoc/dbg/functions/_dbgWarn.html | Removes generated function docs artifact (dbg). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #449 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 458 458
Branches 113 113
=========================================
Hits 458 458 🚀 New features to boost your workflow:
|
nevware21-bot
approved these changes
Jul 7, 2026
nevware21-bot
left a comment
Contributor
There was a problem hiding this comment.
Approved by nevware21-bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.