-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Extracted from the semver-compatible lockfile upgrade PR (commit 1d0d036).
- js-yaml ^4.1.1 → ^5.3.0, drops @types/js-yaml, and rewrites ~314 lines of packages/mql-typescript/src/generator.ts from the old new yaml.Type(...) / DEFAULT_SCHEMA.extend API to defineScalarTag/TagDefinition, plus a change in driver-schema-generator.ts.
- Also js-yaml ^5.2.2 → ^5.3.0 in mongodb-schema optionalDeps (that one's fine to leave).
- Real API migration — own PR.