Releases: integreat-io/ts-dev-setup
Releases · integreat-io/ts-dev-setup
v8.2.0
v8.1.2
Update deps.
v8.1.1
- Updated
node-test-reporter. - Added new script
npm run formatto format with prettier.
v8.1.0
New features:
- A type-check script in the copy-pastable script-list:
npm run typecheck - Include rule for allowing rest siblings in ESLint config
In addition, we've update a lot of deps and renamed the editorconfig and prettierrc files.
v8.0.0
Update ESLint to v9.
v7.1.2
Update deps
v7.1.1
Update minor deps.
v7.1.0
Update a few eslint plugins.
We're waiting a bit with eslint 9, as it is not working well with TypeScript yet.
v7.0.1
Update minor deps.
v7.0.0
Breaking changes
- We switched from Ava to the built-in node test runner
- We've dropped c8 for coverage, use the
--experimental-test-coveragein node instead