Summary
Several dev dependencies are outdated:
| Package |
Current |
Latest |
| typescript |
^5.0.4 |
^5.9.3 |
| mocha |
^11.7.4 |
^11.7.5 |
| webpack |
5.105.0 |
^5.105.4 |
Keeping these up to date ensures we benefit from bug fixes and minor improvements.
Note: TypeScript is kept at ^5.x (not 6.x) as TS6 introduces breaking changes
(moduleResolution=node10 deprecation) that require additional migration work.
Proposed change
Update the three packages to their latest stable 5.x / patch versions.
Summary
Several dev dependencies are outdated:
Keeping these up to date ensures we benefit from bug fixes and minor improvements.
Note: TypeScript is kept at
^5.x(not 6.x) as TS6 introduces breaking changes(
moduleResolution=node10deprecation) that require additional migration work.Proposed change
Update the three packages to their latest stable 5.x / patch versions.