Releases: conventional-changelog/commitlint
Releases Β· conventional-changelog/commitlint
v19.9.0
19.9.0 (2025-08-26)
Features
- bug(config-pnpm-scopes): migrate package to TypeScript by @alsmadi99 in #4541
(type got messed up)
Chore, docs, etc.
- docs: add a note about configuration under node24 by @sodle in #4406
- chore: add Ubuntu 24.04 and Windows 2025 to CI by @Marukome0743 in #4435
- docs: refactor CI setup example of GitHub Actions by @Marukome0743 in #4439
- ci: use tags for immutable github actions by @Fdawgs in #4458
- chore: migrate
eslint-plugin-import
toeslint-plugin-import-x
by @JounQin in #4473 - ci: add commitlint GitHub Actions by @Marukome0743 in #4440
- ci: use tags for immutable GitHub Actions by @Marukome0743 in #4483
- docs: changed
husky install
tohusky init
for v9 by @Marukome0743 in #4491 - docs: add missing double hyphen to npm husky command in setup guide by @Marukome0743 in #4490
- docs: add setup guide for bun by @Marukome0743 in #4488
- chore: use customizations/vscode/extensions instead of extensions property by @Marukome0743 in #4492
- chore: update docker-compose.yml to v2 by @Marukome0743 in #4494
- chore: add
syntax
parser directive to Dockerfile by @Marukome0743 in #4495 - docs: add
husky init
command to bun in setup guide by @Marukome0743 in #4497 - chore: replace
docker-compose.yml
withcompose.yaml
by @Marukome0743 in #4493 - docs: version up @commitlint/cli in CLI section by @Marukome0743 in #4499
- docs: add multi JavaScript package manager and code groups to guides by @Marukome0743 in #4501
- docs: update cosmiconfig url to v9.0.0 by @Marukome0743 in #4500
- docs: update commitlint test code by @Marukome0743 in #4503
- docs: fix TypeScript capitalization by @JoshuaKGoldberg in #4539
New Contributors
- @sodle made their first contribution in #4406
- @Marukome0743 made their first contribution in #4435
- @JoshuaKGoldberg made their first contribution in #4539
- @alsmadi99 made their first contribution in #4541
Full Changelog: v19.8.1...v19.9.0
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by @felipecrs in #4363
Docs
- docs(config-workspace-scopes): incorrect package name title by @JounQin in #4323
- docs: changed
husky init
tohusky install
by @Stautvis in #4356 - docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by @juliolmuller in #4382
- docs: add CLI instruction for Bun package manager (#4380) by @juliolmuller in #4383
CI
New Contributors
- @Stautvis made their first contribution in #4356
- @felipecrs made their first contribution in #4363
- @juliolmuller made their first contribution in #4382
Full Changelog: v19.8.0...v19.8.1
v19.8.0
19.8.0 (2025-03-07)
Bug Fixes
- fix(config-lerna-scopes): remove deprecated @lerna/project dependency by @janbiasi in #4284
- Revert "fix: improve security validation regex in is-ignored function⦠by @escapedcat in #4314
Features
Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by @6arms1leg in #4275
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #4302 - chore: add missing
'use strict'
directives by @Fdawgs in #4301 - build: add nx ignore to make lerna publish again by @escapedcat in #4313
New Contributors
- @6arms1leg made their first contribution in #4275
- @janbiasi made their first contribution in #4269
Full Changelog: v19.7.1...v19.8.0
v19.7.1
19.7.1 (2025-02-02)
Bug Fixes
- fix(config-nx-scopes): fix for projects without explicit targets by @gperdomor in #4261
- fix(is-ignored): introduce security validation for custom ignore functions by @edodusi in #4258
New Contributors
Full Changelog: v19.7.0...v19.7.1
v19.7.0
19.7.0 (2025-01-04)
Features
- feat: support lerna 7 and 8 by @benquarmby in #4221
#Chore
- docs: use ` to escape dollar signs in Windows by @wy-luke in #4213
- chore: Update README.md by @JaviRamosLab in #4223
New Contributors
- @wy-luke made their first contribution in #4213
- @JaviRamosLab made their first contribution in #4223
Full Changelog: v19.6.1...v19.7.0
v19.6.1
19.6.1 (2024-12-15)
Bug Fixes
- build: fix install git in container by @jeohist in #4197
- fix: force bump for container usage by @escapedcat in #4200
Chore & docs
- docs: add setup guide for deno by @typed-sigterm in #4199
- docs: use GH base sha to lint PR commits by @robjweiss in #4198
New Contributors
- @jeohist made their first contribution in #4197
- @typed-sigterm made their first contribution in #4199
- @robjweiss made their first contribution in #4198
Full Changelog: v19.6.0...v19.6.1
v19.6.0
19.6.0 (2024-11-19)
Features
- feat: support using delimiter in
scope-enum
by @colinaaa in #4161 - feat(is-ignored): ignore reapply commits by @risu729 in #4186
Chore, Docs, etc
- docs: add result info to config option #4241 by @escapedcat in #4145
- docs: add bitbucket to ci-setup guide by @grantwforsythe in #4147
- ci: don't run container/deploy jobs in forks by @knocte in #4163
- docs: remove commitlint-config-jira by @tobiasbueschel in #4179
- docs: add azure pipelines CI integration by @Odonno in #4184
- feat(container): switch to Alpine container by @skycaptain in #4185
Full Changelog: v19.5.0...v19.6.0
New Contributors
- @grantwforsythe made their first contribution in #4147
- @colinaaa made their first contribution in #4161
- @tobiasbueschel made their first contribution in #4179
- @Odonno made their first contribution in #4184
- @risu729 made their first contribution in #4186
- @skycaptain made their first contribution in #4185
v19.5.0
19.5.0 (2024-09-11)
Features
- feat(cli): use special errorCode for missing rules/config #4142 by @escapedcat in #4143
Chore
- chore: replace
execa
withtinyexec
and Node'schild_process.spawnSync
by @ziebam in #4134
New Contributors
- @ziebam made their first contribution in #4134
Full Changelog: v19.4.1...v19.5.0
v19.4.1
19.4.1 (2024-08-28)
Bug Fixes
- fix(rules): handle blank commit message in
signed-off-by
rule by @SetDefaultOne in #4124
New Contributors
- @rdimaio made their first contribution in #4120
- @SetDefaultOne made their first contribution in #4124
Full Changelog: v19.4.0...v19.4.1
v19.4.0
Features
- Support command line options from a file by @benquarmby in #4109
- Support linting from the last tag by @benquarmby in #4110
Chore & Docs
- docs(api/lint): add from keyword by @Saber2pr in #4084
- docs: warns about windows correct files encoding by @jefersoneiji in #4086
- ci: add schedule&workflow_dispatch triggers by @knocte in #4087
- docs: fixing rules.md by @Naedri in #4098
- feat(docs): add edit link by @abitrolly in #4104
- docs: remove GitLab clone depth limitation by @abitrolly in #4105
- Update local-setup.md by @mostafa-rio in #4111
New Contributors
- @Saber2pr made their first contribution in #4084
- @jefersoneiji made their first contribution in #4086
- @Naedri made their first contribution in #4098
- @mostafa-rio made their first contribution in #4111
- @benquarmby made their first contribution in #4109
Full Changelog: v19.3.1...v19.4.0