Releases: conventional-changelog/commitlint
v16.0.0
16.0.0 (2021-12-26)
Bug Fixes
- is-ignored: ignore merge tag commit messages (#2920) (914782a)
- update dependency @types/tmp to v0.2.2 (#2903) (d2f146c)
- update dependency conventional-commits-parser to v3.2.3 (#2904) (3a98d3c)
- cz-commitlint: combine commit body with issuesBody/breakingBody when body has an empty string (#2915) (a038b41)
- docs: minor changes to guides (#2913) (499efd1)
- update dependency conventional-changelog-conventionalcommits to v4.6.1 (#2906) (1d1ccfa)
- update dependency cosmiconfig to v7.0.1 (#2905) (2c33c98)
- update dependency jest-environment-node to v27.4.2 (#2907) (c3b29ba)
- update dependency yargs to v17.3.0 (#2908) (a387494)
Features
- config-rush-scopes: add config for rush monorepo (#2878) (befa677)
- cz-commitlint: support select scope with radio list by setting disableMultipleScopes (#2911) (9d8d73f), closes #2782
- config validation (#2412) (c717202), closes #327
BREAKING CHANGES
- cz-commitlint: users who is using multiple scopes need to set enableMultipleScopes to true
New Contributors
- @lembdev made their first contribution in #2878
- @fncolon made their first contribution in #2913
- @honzamelena made their first contribution in #2915
- @gaetanmaisse made their first contribution in #2920
Full Changelog: v15.0.0...v16.0.0
v15.0.0
15.0.0 (2021-11-17)
Bug Fixes
- prompt: correct import kind in prompt package (#2852) (45bf394)
- prompt: correct version of internal dependencies in prompt package #2697 (#2851) (b1155ca)
- types: fix signature of QualifiedRuleConfig for async configurations (#2868) (#2869) (c7f355b)
Features
Tests
BREAKING CHANGES
- config-lerna-scopes: upgrade to lerna v4
Co-authored-by: Renovate Bot [email protected]
Co-authored-by: escapedcat [email protected]
-
test(config-lerna-scopes): reuse npm bootstrap to simplify tests
-
test(config-lerna-scopes): reuse npm bootstrap to simplify tests
-
test: fix issue after merge
-
test: one more fix after merge
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot [email protected]
Co-authored-by: escapedcat [email protected]
Big thanks to @armano2 β€οΈ
v8.3.6
8.3.6 (2021-11-17)
Note: Version bump only for package @commitlint/root
chore: update lodash to 4.17.21
SECURITY: CVE-2021-23337 in package lodash https://nvd.nist.gov/vuln/detail/CVE-2021-23337
v14.2.0
v14.1.0
v14.0.0
13.2.1
v13.2.0
13.2.0 (2021-09-28)
Bug Fixes
- parse: enforce secure version of
conventional-commits-parser
(#2776) (a351801) - update dependency read-pkg to v7 (#2721) (7d9a3b1)
- types: prompt messages key (4825a52)
- types: prompt messages props optional (0bd0592)
- types: user config prompt (6d7a1c4)
Features
- load: add cosmiconfig typescript loader (b65aced)
v13.1.0
13.1.0 (2021-07-24)
Bug Fixes
- cz-commitlint: fix minor formatting issues (99d8881)
- types: adds TargetCaseType[] for CaseRuleConfig (c3bef38)
- update dependency import-from to v4 (#2629) (5bcb604)
- cli: remove hard coded comment char with linting
COMMIT_EDIT_MSG
(#2618) (5badf6d), closes #2351
Features
v13.0.0
13.0.0 (2021-05-24)
Bug Fixes
- update dependency chalk to v4.1.1 (#2608) (f41b123)
- update dependency yargs to v17.0.1 (#2609) (afbfd10)
Features
-
add subject-exclamation-mark rule to improve error messages (#2593) (be701bd)
-
chore!: remove node 10 support (#2596) (4db4ba1), closes #2596
BREAKING CHANGES
- minimum node version is 12