Skip to content

Releases: nearform/node-test-parser

v3.1.0

20 Aug 21:20

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.0.0 by @optic-release-automation[bot] in #143
  • chore(deps-dev): bump lint-staged from 15.2.0 to 15.3.0 by @dependabot[bot] in #144
  • chore(deps-dev): bump tsd from 0.29.0 to 0.31.2 by @dependabot[bot] in #146
  • chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.2.1 by @dependabot[bot] in #147
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by @dependabot[bot] in #149
  • chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot[bot] in #150
  • chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.1 by @dependabot[bot] in #151
  • chore(deps-dev): bump lint-staged from 15.4.1 to 15.4.3 by @dependabot[bot] in #153
  • chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to 19.7.1 by @dependabot[bot] in #154
  • chore(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1 by @dependabot[bot] in #155
  • chore(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot[bot] in #157
  • chore(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot[bot] in #159
  • Added nearform banner in README by @ludovicobesana in #160
  • chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot[bot] in #162
  • chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot[bot] in #163
  • chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 by @dependabot[bot] in #164
  • chore(deps-dev): bump @commitlint/config-conventional from 19.7.1 to 19.8.0 by @dependabot[bot] in #165
  • chore(deps-dev): bump @commitlint/cli from 19.7.1 to 19.8.0 by @dependabot[bot] in #166
  • chore(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 by @dependabot[bot] in #168
  • chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot[bot] in #169
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.4 by @dependabot[bot] in #170
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.4 to 5.2.5 by @dependabot[bot] in #172
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6 by @dependabot[bot] in #173
  • chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by @dependabot[bot] in #175
  • chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #176
  • chore(deps-dev): bump lint-staged from 15.5.0 to 15.5.1 by @dependabot[bot] in #177
  • chore(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.3.1 by @dependabot[bot] in #179
  • chore(deps-dev): bump lint-staged from 15.5.1 to 16.0.0 by @dependabot[bot] in #181
  • chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by @dependabot[bot] in #182
  • chore(deps-dev): bump @commitlint/cli from 19.8.0 to 19.8.1 by @dependabot[bot] in #183
  • chore(deps-dev): bump @commitlint/config-conventional from 19.8.0 to 19.8.1 by @dependabot[bot] in #184
  • chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.0 by @dependabot[bot] in #188
  • chore(deps-dev): bump eslint-plugin-prettier from 5.3.1 to 5.4.1 by @dependabot[bot] in #189
  • chore(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 by @dependabot[bot] in #190
  • chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 by @dependabot[bot] in #192
  • chore(deps-dev): bump eslint-plugin-prettier from 5.4.1 to 5.5.0 by @dependabot[bot] in #193
  • chore(deps-dev): bump eslint-plugin-prettier from 5.5.0 to 5.5.1 by @dependabot[bot] in #194
  • chore(deps-dev): bump prettier from 3.6.0 to 3.6.2 by @dependabot[bot] in #195
  • chore(deps-dev): bump lint-staged from 16.1.2 to 16.1.4 by @dependabot[bot] in #199
  • chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 by @dependabot[bot] in #200
  • chore(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 by @dependabot[bot] in #202
  • chore(deps-dev): bump lint-staged from 16.1.4 to 16.1.5 by @dependabot[bot] in #203
  • chore(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 by @dependabot[bot] in #204
  • chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #205
  • fix(tests): ensure tests pass on node 24.6 by @hildjj in #212
  • chore(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #210
  • fix #207: assign diagnostic to correct test by @hildjj in #209

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

06 Jan 10:15

Choose a tag to compare

BREAKING CHANGES

This version supports Node 22+.

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.2.2 by @optic-release-automation in #118
  • chore: bump husky to version 9 by @synapse in #128
  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #104
  • chore(deps-dev): bump @commitlint/config-conventional from 17.8.0 to 18.4.4 by @dependabot in #125
  • chore(deps-dev): bump prettier from 3.0.3 to 3.2.2 by @dependabot in #127
  • chore(deps-dev): bump lint-staged from 15.0.1 to 15.2.0 by @dependabot in #121
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #129
  • chore(deps-dev): bump @commitlint/cli from 17.8.0 to 19.6.1 by @dependabot in #131
  • fix!: support Node 22 and fix TS types by @simoneb in #141
  • chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #135
  • chore(deps-dev): bump prettier from 3.2.2 to 3.4.2 by @dependabot in #134
  • chore(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 19.6.0 by @dependabot in #138
  • chore(deps-dev): bump husky from 9.0.11 to 9.1.7 by @dependabot in #136

New Contributors

Full Changelog: v2.2.2...v3.0.0

v2.2.2

22 Nov 20:36

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.2.1 by @optic-release-automation in #94
  • chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 by @dependabot in #95
  • chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.1 by @dependabot in #96
  • chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #97
  • chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0 by @dependabot in #98

Full Changelog: v2.2.1...v2.2.2

v2.2.1

11 Oct 14:46

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.1.1 by @optic-release-automation in #92
  • [OPTIC-RELEASE-AUTOMATION] release/v2.2.0 by @optic-release-automation in #93

Full Changelog: v2.1.1...v2.2.1

v2.1.1

10 Oct 14:24

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.1.0 by @optic-release-automation in #85
  • chore(deps-dev): bump @commitlint/cli from 17.6.3 to 17.7.2 by @dependabot in #86
  • chore(deps-dev): bump eslint from 8.40.0 to 8.50.0 by @dependabot in #81
  • chore: update packages by @ekynoxe in #87
  • chore(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #89
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #90

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Sep 09:25

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.0.4 by @optic-release-automation in #42
  • chore: update dependabot config by @williamlines in #50
  • Fix test runner events parsing and align with node 20.7.0 by @msebastianb in #83

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

12 May 09:51

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.0.3 by @optic-release-automation in #36
  • chore(deps-dev): bump @commitlint/config-conventional from 17.6.1 to 17.6.3 by @dependabot in #38
  • chore(deps-dev): bump @commitlint/cli from 17.6.1 to 17.6.3 by @dependabot in #37
  • fix: optic release action permissions by @grantmorrison in #39
  • chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 by @dependabot in #40

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

03 May 11:25

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.0.2 by @optic-release-automation in #27
  • chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.1 by @dependabot in #28
  • chore(deps-dev): bump @commitlint/config-conventional from 17.4.4 to 17.6.1 by @dependabot in #29
  • chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by @dependabot in #30
  • chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in #31
  • chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #33
  • chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 by @dependabot in #34

Full Changelog: v2.0.2...v2.0.3

v2.0.2

14 Apr 08:50

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.0.1 by @optic-release-automation in #20
  • ci: update check-linked-issues job permissions by @MelkorNemesis in #21
  • switch the org and add permissions for optic-release-automation-action by @bredikhin in #22
  • chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 by @dependabot in #23
  • chore(deps-dev): bump lint-staged from 13.2.0 to 13.2.1 by @dependabot in #24
  • ci: update notify-release action permissions by @MelkorNemesis in #25

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Apr 08:59

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v2.0.0 by @optic-release-automation in #8
  • chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 by @dependabot in #9
  • chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #10
  • chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 by @dependabot in #11
  • chore(deps-dev): bump prettier from 2.8.5 to 2.8.6 by @dependabot in #12
  • chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0 by @dependabot in #13
  • chore(deps-dev): bump prettier from 2.8.6 to 2.8.7 by @dependabot in #14
  • chore(deps-dev): bump @commitlint/cli from 17.5.0 to 17.5.1 by @dependabot in #16
  • chore(deps-dev): bump tsd from 0.28.0 to 0.28.1 by @dependabot in #17
  • chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by @dependabot in #18

New Contributors

  • @optic-release-automation made their first contribution in #8

Full Changelog: v2.0.0...v2.0.1