mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
773 B
773 B
@jspsych/config |
---|
major |
Upgrade build tools to their latest versions. This doesn't introduce breaking changes to the artifacts built using @jspsych/config
, but it requires some minor changes to projects using @jspsych/config
:
- The minimum required Node.js version is now 16.10.0
- Jest has been upgraded from v28 to v29 and ts-jest has been replaced with the more performant Sucrase Jest plugin to avoid significant memory leaks. As a consequence, Jest does no longer type-check code. If you are facing any issues, please check Jest's upgrade guide for instructions on updating your tests.
- TypeScript has been upgraded from version 4 to version 5. This is very unlikely to break anything in your code though.