Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.4.0
Choose a base ref
...
head repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.4.1
Choose a head ref
  • 5 commits
  • 43 files changed
  • 2 contributors

Commits on Jan 30, 2026

  1. chore: update docker/setup-buildx-action action to v3.12.0 (#4613)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    926efb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cfbef View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. test(parse): add assertion for v6 inline reference behavior (#4619)

    * test(parse): add assertion for v6 inline reference behavior
    
    Verify that inline references are captured in the references array,
    documenting the behavioral change from v5 where they remained in body.
    
    * test(parse): document complete v6 inline reference behavior
    
    Add assertions to verify that:
    - Both reference instances are captured (2 total)
    - Body content with references moves to footer
    - Each reference object includes the raw source line
    
    This comprehensively documents the behavioral change from v5
    (references stayed in body) to v6 (references move to footer).
    
    * test(parse): split inline reference test into two focused tests
    
    Separate concerns for better clarity:
    - Test 1: Inline reference parsing (verifies v6 moves body refs to footer)
    - Test 2: Comment line filtering (verifies commentChar option works)
    
    This addresses co-maintainer feedback about the confusing mixed test.
    escapedcat authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    c6cd793 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. revert: replace all lodash string methods with kasi #4602 (#4621)

    * Revert "refactor(ensure): replace all lodash string methods with kasi and manual (#4602)"
    
    This reverts commit a1ef07e.
    
    [email protected] has a bug where it incorrectly identifies lowercase Cyrillic
    text as PascalCase/TitleCase, causing the subject-case rule to reject
    valid lowercase subjects in non-Latin scripts.
    
    Restores lodash-based case detection which correctly handles non-Latin
    alphabets including Cyrillic, Chinese, Arabic, and Hebrew.
    
    Related to #4620
    
    * test(rules): add non-Latin script coverage for subject-case rule
    
    Add regression tests for lowercase and uppercase subjects in:
    - Cyrillic (Russian)
    - Chinese
    - Arabic
    - Hebrew
    - Mixed Latin + Cyrillic
    
    These tests ensure the subject-case rule correctly handles non-Latin
    alphabets and prevent future regressions like the [email protected] bug.
    
    Fixes #4620
    escapedcat authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    5326ab9 View commit details
    Browse the repository at this point in the history
  2. v20.4.1

    escapedcat committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e7ae28d View commit details
    Browse the repository at this point in the history
Loading