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.5.2
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.5.3
Choose a head ref
  • 7 commits
  • 45 files changed
  • 4 contributors

Commits on Apr 25, 2026

  1. docs: use nodejs commands for creating files on Windows (#4728) (#4730)

    * docs: remove trailing backtick in windows commands (#4728)
    
    * docs: use node command to resolve file encoding issue
    
    * docs: use node command only in Windows
    festoney8 authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    abb9117 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. refactor: replace all lodash.* dependencies with es-toolkit/compat (#…

    …4734)
    
    Drops six per-function lodash.* packages in favor of a single
    es-toolkit dependency, using the lodash-compatible /compat surface so
    behavior matches the existing tests — including the non-Latin
    subject-case regressions added after the kasi revert (#4621).
    
    Replacements:
    
    - lodash.camelcase / kebabcase / snakecase / startcase / upperfirst →
      es-toolkit/compat in @commitlint/ensure (case helpers)
    - lodash.mergewith → es-toolkit/compat:
      - mergeWith (with customizer) in @commitlint/resolve-extends
      - merge (no customizer) in @commitlint/load,
        @commitlint/config-patternplate, and the cli test helper
    
    es-toolkit/compat's mergeWith always treats the last positional
    argument as the customizer, unlike lodash's createAssigner which
    detects function-typed customizers. Call sites that passed objects (no
    customizer) are switched to es-toolkit's variadic merge to preserve
    behavior.
    
    Test results: 1185/1185 tests across 90 files pass, including the
    Cyrillic / Chinese / Arabic / Hebrew / mixed-script subject-case cases
    that broke under kasi.
    debuggingfuture authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    e3d2c9d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. chore: update typescript-eslint monorepo to v8.59.1 (#4736)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    1d03f9b View commit details
    Browse the repository at this point in the history
  2. chore: update dependency @swc/core to v1.15.32 (#4735)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    86dec47 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. chore: update dependency tinyexec to v1.1.2 (#4738)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    75dec8b View commit details
    Browse the repository at this point in the history
  2. chore: update dependency es-toolkit to v1.46.1 (#4737)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    c359890 View commit details
    Browse the repository at this point in the history
  3. v20.5.3

    escapedcat committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    31e959a View commit details
    Browse the repository at this point in the history
Loading