Skip to content

Commit

Permalink
Update @jspsych/config dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Nov 10, 2023
1 parent a192ac6 commit 220f4e3
Show file tree
Hide file tree
Showing 5 changed files with 2,070 additions and 2,416 deletions.
2 changes: 1 addition & 1 deletion .changeset/lovely-cobras-give.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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
- The minimum required Node.js version is now 18.0.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](https://jestjs.io/docs/upgrading-to-jest29) 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.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 220f4e3

Please sign in to comment.