Skip to content

Releases: integreat-io/ts-dev-setup

v8.2.0

07 Jul 19:29
3cecfcf

Choose a tag to compare

  • Switch from CodeClimate to Qlty.
  • Use node v24.
  • Update deps.

v8.1.2

05 Mar 10:39
7f45608

Choose a tag to compare

Update deps.

v8.1.1

22 Feb 20:04
61bf74d

Choose a tag to compare

  • Updated node-test-reporter.
  • Added new script npm run format to format with prettier.

v8.1.0

22 Feb 16:21
fe218b4

Choose a tag to compare

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

23 Nov 22:29
339c846

Choose a tag to compare

Update ESLint to v9.

v7.1.2

23 Nov 16:49
1252af1

Choose a tag to compare

Update deps

v7.1.1

23 Jul 15:34
3db8699

Choose a tag to compare

Update minor deps.

v7.1.0

20 Jul 12:27
a704160

Choose a tag to compare

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

16 Jul 09:52
f847771

Choose a tag to compare

Update minor deps.

v7.0.0

16 Jul 09:21
d9e6e1a

Choose a tag to compare

Breaking changes

  • We switched from Ava to the built-in node test runner
  • We've dropped c8 for coverage, use the --experimental-test-coverage in node instead