v7.3.2
Update dependency ts-mocha to v11
Notable changes
- Moved tsconfig-paths from optional dependencies to peer dependencies by @piotrwitek in #98
piotrwitek/ts-mocha (ts-mocha)
v11.1.0
What's Changed
- Moved tsconfig-paths from optional dependencies to peer dependencies by @piotrwitek in #98
Full Changelog: piotrwitek/ts-mocha@v11.0.0...v11.1.0
v11.0.0
What's Changed
Updated the project to run with the latest dependencies and remove all npm audit vulnerabilities.
BREAKING CHANGE:
Moving ts-node to peerDependencies - As ts-node is a dependency of ts-mocha it does not allow to use of newer versions of ts-node with it making dedupe and hoisting techniques hard to be applied.
Full Changelog: piotrwitek/ts-mocha@v10.1.0...v11.0.0
List of commits
5917cf2 (Update dependency ts-mocha to v11, 2026-01-06)
f606cf1 (Add ts-node to dev deps, 2026-01-08)