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.3
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.4
Choose a head ref
  • 10 commits
  • 60 files changed
  • 4 contributors

Commits on Mar 7, 2026

  1. fix(types): allow context parameter in QualifiedRuleConfig functions (#…

    …4636)
    
    Add RuleConfigContext interface and update QualifiedRuleConfig type to
    accept functions with an optional context parameter, enabling rules
    like scope-enum to receive context with cwd property.
    
    Fixes #4357
    Br1an67 authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    17537ae View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. fix(read): update git-raw-commits to v5 API (#4638)

    * fix(read): update git-raw-commits to v5 API
    
    * fix(read): improve skip validation and memory optimization
    
    * docs(read): explain git-log-args limitation with v5
    Tamas-hi authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    bd6ab41 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency @eslint/eslintrc to v3.3.5 (#4639)

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

Commits on Mar 11, 2026

  1. chore: update dependency @vitest/eslint-plugin to v1.6.10 (#4641)

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

Commits on Mar 12, 2026

  1. chore: update dependency eslint to v10.0.3 (#4642)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    fb86596 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency eslint-plugin-import-x to v4.16.2 (#4643)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d4d16c1 View commit details
    Browse the repository at this point in the history
  3. chore: update dependency lint-staged to v16.3.3 (#4644)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    ddd4cc1 View commit details
    Browse the repository at this point in the history
  4. chore: update dependency tar-fs to v3.1.2 (#4645)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    efb2b9b View commit details
    Browse the repository at this point in the history
  5. fix(is-ignored): strip CI skip markers from release commits (#4637)

    * fix(is-ignored): strip CI skip markers from release commits
    
    Semantic-release commits with CI skip markers like [skip ci], [ci skip],
    [skip-ci], [ci-skip] should be ignored to prevent
    false positives when linting automated release commits.
    
    ---------
    
    Co-authored-by: escapedcat <[email protected]>
    Br1an67 and escapedcat authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    56a6fd0 View commit details
    Browse the repository at this point in the history
  6. v20.4.4

    escapedcat committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    02d7245 View commit details
    Browse the repository at this point in the history
Loading