TypeScript 6.0 deprecates moduleResolution: "node10" (error TS5107). Dependabot PR #21 bumps from 5.9.3 to 6.0.3 and fails CI because of this.
What needs to change:
- Update
tsconfig.json and tsconfig.test.json to use a supported moduleResolution value (likely "node16" or "bundler")
- May require adjusting import paths or module resolution settings
- See https://aka.ms/ts6 for the official migration guide
Files affected:
tsconfig.json
tsconfig.test.json
- Potentially
src/ imports if resolution behavior changes
Related: Dependabot PR #21
TypeScript 6.0 deprecates
moduleResolution: "node10"(error TS5107). Dependabot PR #21 bumps from 5.9.3 to 6.0.3 and fails CI because of this.What needs to change:
tsconfig.jsonandtsconfig.test.jsonto use a supportedmoduleResolutionvalue (likely"node16"or"bundler")Files affected:
tsconfig.jsontsconfig.test.jsonsrc/imports if resolution behavior changesRelated: Dependabot PR #21