|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27) |
| 7 | + |
| 8 | + |
| 9 | +* feat!: migrate to pure ESM (#3850) ([3423735](https://github.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#3850](https://github.com/conventional-changelog/commitlint/issues/3850) |
| 10 | + |
| 11 | + |
| 12 | +### Reverts |
| 13 | + |
| 14 | +* Revert "chore!: minimum node version v20" ([2816783](https://github.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa)) |
| 15 | + |
| 16 | + |
| 17 | +### BREAKING CHANGES |
| 18 | + |
| 19 | +* migrate to pure ESM |
| 20 | + |
| 21 | +* feat: migrate to pure ESM |
| 22 | + |
| 23 | +* chore: update snapshot |
| 24 | + |
| 25 | +* fix: load `parserPreset` with another `await` |
| 26 | + |
| 27 | +* test: migrate to vitest |
| 28 | + |
| 29 | +* test: remove no replacement `--runInBand` test-ci script |
| 30 | + |
| 31 | +* chore: fix code reviews |
| 32 | + |
| 33 | +* refactor(load): rewrite resolve logic |
| 34 | + |
| 35 | +* fix(config-nx-scopes): fix syntax error |
| 36 | + |
| 37 | +* feat(resolve-extends): add resolveFrom and loadParserPreset |
| 38 | + |
| 39 | +* feat(load): use resolveFrom and loadParserPreset from resolve-extends |
| 40 | + |
| 41 | +* test: include only @commitlint/* packages src in coverage |
| 42 | + |
| 43 | +* test: explicit import vitest utilities |
| 44 | + |
| 45 | +* test: remove @jest/globals from dependencies |
| 46 | + |
| 47 | +* fix(resolve-extends): `resolveFrom` output should be platform aware |
| 48 | + |
| 49 | +* test: restore NO_COLOR to test script |
| 50 | + |
| 51 | +* chore: fix linting issues |
| 52 | + |
| 53 | +* fix: should use fileURLToPath instead of pathname for Windows compatibility |
| 54 | + |
| 55 | +* Apply suggestions from code review |
| 56 | + |
| 57 | +* fix: should reuse `cli` instead call `yargs()` |
| 58 | + |
| 59 | +* feat(cli): set terminalWidth as wrap to avoid work break on help |
| 60 | + |
| 61 | +* Update .eslintrc.cjs |
| 62 | + |
| 63 | +* feat: migrate @commitlint/config-conventional to pure ESM |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
6 | 69 | ## [18.6.1](https://github.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13)
|
7 | 70 |
|
8 | 71 | **Note:** Version bump only for package commitlint-config-lerna-scopes
|
|
0 commit comments