Skip to content

Releases: kettil/carna

4.7.1

24 May 13:25
Compare
Choose a tag to compare

4.7.1 (2021-05-24)

Bug Fixes

  • the path to the babel config file was resolved incorrectly (d3571df)

4.7.0

24 May 07:56
Compare
Choose a tag to compare

4.7.0 (2021-05-24)

Bug Fixes

  • deps: bump @babel/cli from 7.13.16 to 7.14.3 (05ca469)
  • deps: bump @babel/core from 7.14.2 to 7.14.3 (26422aa)
  • deps: bump @babel/plugin-transform-runtime from 7.14.2 to 7.14.3 (4348c4e)
  • deps: bump @kettil/eslint-config from 2.2.1 to 2.2.2 (ffe083d)
  • deps: bump @kettil/eslint-config from 2.2.2 to 2.3.0 (8981005)
  • deps: bump @kettil/eslint-config from 2.3.0 to 2.3.1 (7109f9b)
  • deps: bump @kettil/semantic-release-config from 2.0.0 to 2.0.1 (1db6748)
  • deps: bump @types/yargs from 16.0.1 to 16.0.2 (97a74df)
  • deps: bump @types/yargs from 16.0.2 to 17.0.0 (df15a53)
  • deps: bump eslint from 7.26.0 to 7.27.0 (7774206)

Features

  • add mock folder in shared (6846841)
  • add dummy pre/post test hooks (e6b7298)
  • add github issue templates (5ea4ea6)
  • add setupFilesAfterEnv config handler (a7f2635)
  • converting the git hook subcommand to a parameter (e921d7c)

4.6.1

17 May 07:53
Compare
Choose a tag to compare

4.6.1 (2021-05-17)

Bug Fixes

  • deps: bump @babel/core from 7.14.0 to 7.14.2 (2f35b01)
  • deps: bump @babel/node from 7.13.13 to 7.14.2 (74793b8)
  • deps: bump @babel/plugin-transform-runtime from 7.13.15 to 7.14.2 (a9ec945)
  • deps: bump @babel/preset-env from 7.14.1 to 7.14.2 (6c69051)
  • deps: bump @commitlint/cli from 12.1.1 to 12.1.3 (ff3505d)
  • deps: bump @commitlint/cli from 12.1.3 to 12.1.4 (9902ae2)
  • deps: bump @kettil/eslint-config from 2.1.2 to 2.2.0 (b5d76a4)
  • deps: bump @kettil/eslint-config from 2.2.0 to 2.2.1 (7ad05f3)
  • deps: bump @types/semver from 7.3.5 to 7.3.6 (619b666)
  • deps: bump depcheck from 1.4.0 to 1.4.1 (a91618d)
  • deps: bump eslint from 7.25.0 to 7.26.0 (0960592)
  • deps: bump prettier from 2.2.1 to 2.3.0 (668b2ee)
  • deps: bump semantic-release from 17.4.2 to 17.4.3 (f78d742)

4.6.0

10 May 07:49
Compare
Choose a tag to compare

4.6.0 (2021-05-10)

Bug Fixes

  • deps: bump @babel/preset-env from 7.14.0 to 7.14.1 (af55152)
  • deps: bump @kettil/tool-lib from 3.1.0 to 3.2.0 (21e6e66)
  • deps: bump yargs from 16.2.0 to 17.0.0 (46f2a43)
  • deps: bump yargs from 17.0.0 to 17.0.1 (dd67a35)

Features

  • add different node versions (ci template) (ad9df68)

4.5.0

03 May 07:48
Compare
Choose a tag to compare

4.5.0 (2021-05-03)

Bug Fixes

  • deps: bump @kettil/eslint-config from 2.1.1 to 2.1.2 (2760351)
  • post lifecycle was not executed on error (b39a21b)
  • deps: bump @kettil/tool-lib from 3.0.0 to 3.1.0 (169cb81)

Features

4.4.0

30 Apr 16:49
Compare
Choose a tag to compare

4.4.0 (2021-04-30)

Bug Fixes

  • deps: bump @babel/core from 7.13.16 to 7.14.0 (e2b9939)
  • deps: bump @babel/preset-env from 7.13.15 to 7.14.0 (b0bb76e)
  • deps: bump @kettil/eslint-config from 2.1.0 to 2.1.1 (0530b31)
  • deps: bump @types/jest from 26.0.22 to 26.0.23 (bd989f1)
  • deps: bump @types/semver from 7.3.4 to 7.3.5 (25fd485)

Features

  • add a lifecycle hook for the test projects (332a62e)
  • creation of code coverage has been optimized (#337) (1cbb290), closes #335

4.3.0

26 Apr 21:42
Compare
Choose a tag to compare

4.3.0 (2021-04-26)

Bug Fixes

  • deps: bump @kettil/commitlint-config from 1.0.1 to 2.0.0 (99ae95c)
  • deps: bump @kettil/eslint-config from 1.17.2 to 2.1.0 (f38126a)
  • deps: bump @kettil/semantic-release-config from 1.3.0 to 2.0.0 (583d33d)

Features

4.2.0

26 Apr 07:48
Compare
Choose a tag to compare

4.2.0 (2021-04-26)

Bug Fixes

  • remove eslint errors (c14843c)
  • remove the build task from the ci task (4226b12)
  • update .npmignore file (f504cce)
  • deps: bump @kettil/tool-lib from 2.9.2 to 3.0.0 (f165848)

Features

  • add globalSetup and globalTeardown handling in the jest config (d05c87a)
  • add js extension to babel calling (d96df79)
  • add the build task as subtask to the ci task (5ca2838)
  • export only tasks (db22d04)
  • indentation of the output while spinners is active (d2c2965)
  • update of the task description (08ff2d9)
  • update packages.json config (87bf36c)

4.1.2

24 Apr 12:57
Compare
Choose a tag to compare

4.1.2 (2021-04-24)

Bug Fixes

  • deps: bump @kettil/eslint-config from 1.17.1 to 1.17.2 (5d2b0e8)
  • deps: bump eslint from 7.24.0 to 7.25.0 (03dbb9d)
  • deps: bump table from 6.4.0 to 6.5.1 (bb84b31)

4.1.1

24 Apr 11:37
Compare
Choose a tag to compare

4.1.1 (2021-04-24)

Bug Fixes

  • add @babel/plugin-transform-runtime for testing needs (3c8b26a)
  • change the main/module hanlding in packages.json (3f60d82)
  • update dependabot and release action config (cc86870)