conventional-changelog/commitlint (@commitlint/cli)
### [`v19.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1900-2024-02-27)
[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...v19.0.0)
- feat!: migrate to pure ESM ([#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)) ([3423735](https://togithub.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)
##### Reverts
- Revert "chore!: minimum node version v20" ([2816783](https://togithub.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa))
##### BREAKING CHANGES
- migrate to pure ESM
- feat: migrate to pure ESM
- chore: update snapshot
- fix: load `parserPreset` with another `await`
- test: migrate to vitest
- test: remove no replacement `--runInBand` test-ci script
- chore: fix code reviews
- refactor(load): rewrite resolve logic
- fix(config-nx-scopes): fix syntax error
- feat(resolve-extends): add resolveFrom and loadParserPreset
- feat(load): use resolveFrom and loadParserPreset from resolve-extends
- test: include only @commitlint/\* packages src in coverage
- test: explicit import vitest utilities
- test: remove [@jest/globals](https://togithub.com/jest/globals) from dependencies
- fix(resolve-extends): `resolveFrom` output should be platform aware
- test: restore NO_COLOR to test script
- chore: fix linting issues
- fix: should use fileURLToPath instead of pathname for Windows compatibility
- Apply suggestions from code review
- fix: should reuse `cli` instead call `yargs()`
- feat(cli): set terminalWidth as wrap to avoid work break on help
- Update .eslintrc.cjs
- feat: migrate [@commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to pure ESM
#### [18.6.1](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13)
**Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)
conventional-changelog/commitlint (@commitlint/config-angular)
### [`v19.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-angular/CHANGELOG.md#1900-2024-02-27)
[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...v19.0.0)
- feat!: migrate to pure ESM ([#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)) ([3423735](https://togithub.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)
##### Reverts
- Revert "chore!: minimum node version v20" ([2816783](https://togithub.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa))
##### BREAKING CHANGES
- migrate to pure ESM
- feat: migrate to pure ESM
- chore: update snapshot
- fix: load `parserPreset` with another `await`
- test: migrate to vitest
- test: remove no replacement `--runInBand` test-ci script
- chore: fix code reviews
- refactor(load): rewrite resolve logic
- fix(config-nx-scopes): fix syntax error
- feat(resolve-extends): add resolveFrom and loadParserPreset
- feat(load): use resolveFrom and loadParserPreset from resolve-extends
- test: include only @commitlint/\* packages src in coverage
- test: explicit import vitest utilities
- test: remove [@jest/globals](https://togithub.com/jest/globals) from dependencies
- fix(resolve-extends): `resolveFrom` output should be platform aware
- test: restore NO_COLOR to test script
- chore: fix linting issues
- fix: should use fileURLToPath instead of pathname for Windows compatibility
- Apply suggestions from code review
- fix: should reuse `cli` instead call `yargs()`
- feat(cli): set terminalWidth as wrap to avoid work break on help
- Update .eslintrc.cjs
- feat: migrate [@commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to pure ESM
#### [18.6.1](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13)
**Note:** Version bump only for package [@commitlint/config-angular](https://togithub.com/commitlint/config-angular)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
18.6.1
->19.0.0
18.6.1
->19.0.0
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
### [`v19.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1900-2024-02-27) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...v19.0.0) - feat!: migrate to pure ESM ([#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)) ([3423735](https://togithub.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850) ##### Reverts - Revert "chore!: minimum node version v20" ([2816783](https://togithub.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa)) ##### BREAKING CHANGES - migrate to pure ESM - feat: migrate to pure ESM - chore: update snapshot - fix: load `parserPreset` with another `await` - test: migrate to vitest - test: remove no replacement `--runInBand` test-ci script - chore: fix code reviews - refactor(load): rewrite resolve logic - fix(config-nx-scopes): fix syntax error - feat(resolve-extends): add resolveFrom and loadParserPreset - feat(load): use resolveFrom and loadParserPreset from resolve-extends - test: include only @commitlint/\* packages src in coverage - test: explicit import vitest utilities - test: remove [@jest/globals](https://togithub.com/jest/globals) from dependencies - fix(resolve-extends): `resolveFrom` output should be platform aware - test: restore NO_COLOR to test script - chore: fix linting issues - fix: should use fileURLToPath instead of pathname for Windows compatibility - Apply suggestions from code review - fix: should reuse `cli` instead call `yargs()` - feat(cli): set terminalWidth as wrap to avoid work break on help - Update .eslintrc.cjs - feat: migrate [@commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to pure ESM #### [18.6.1](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)conventional-changelog/commitlint (@commitlint/config-angular)
### [`v19.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-angular/CHANGELOG.md#1900-2024-02-27) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...v19.0.0) - feat!: migrate to pure ESM ([#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)) ([3423735](https://togithub.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#3850](https://togithub.com/conventional-changelog/commitlint/issues/3850) ##### Reverts - Revert "chore!: minimum node version v20" ([2816783](https://togithub.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa)) ##### BREAKING CHANGES - migrate to pure ESM - feat: migrate to pure ESM - chore: update snapshot - fix: load `parserPreset` with another `await` - test: migrate to vitest - test: remove no replacement `--runInBand` test-ci script - chore: fix code reviews - refactor(load): rewrite resolve logic - fix(config-nx-scopes): fix syntax error - feat(resolve-extends): add resolveFrom and loadParserPreset - feat(load): use resolveFrom and loadParserPreset from resolve-extends - test: include only @commitlint/\* packages src in coverage - test: explicit import vitest utilities - test: remove [@jest/globals](https://togithub.com/jest/globals) from dependencies - fix(resolve-extends): `resolveFrom` output should be platform aware - test: restore NO_COLOR to test script - chore: fix linting issues - fix: should use fileURLToPath instead of pathname for Windows compatibility - Apply suggestions from code review - fix: should reuse `cli` instead call `yargs()` - feat(cli): set terminalWidth as wrap to avoid work break on help - Update .eslintrc.cjs - feat: migrate [@commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to pure ESM #### [18.6.1](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13) **Note:** Version bump only for package [@commitlint/config-angular](https://togithub.com/commitlint/config-angular)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.