-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
https://github.com/mongodb/node-mongodb-native/commit/eb5e2ab762548571102d35d2ea7b516039a8aa71 accidentally included TS@5.3.3 in the package-lock file. This was allowed because our version specification for Typescript was ^5.0.0.
This had the unintended side-effect of breaking our API docs.
I specified in the package.json that TS must be a 5.0.x version for now, which fixes doc generation as well.
User Impact
- None, only our own docs generation
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Set typescript version to 5.0
Testing Requirements
- Manually test docs gen works again
Documentation Requirements
- None