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.1.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.2.0
Choose a head ref
  • 16 commits
  • 82 files changed
  • 8 contributors

Commits on Oct 3, 2025

  1. feat(lint): update ESLint configuration to use Vitest and remove Jest…

    … plugin (#4542)
    
    Co-authored-by: Mohammad Alsmadi <[email protected]>
    alsmadi99 and Mohammad Alsmadi authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    63e7ad4 View commit details
    Browse the repository at this point in the history
  2. feat(rules): add breaking-change-exclamation-mark (#4548)

    * feat(rules): add breaking-change-exclamation-mark
    
    Implements and closes #4547.
    
    * feat(rules): breaking-change-exclamation-mark pull request changes
    
    Addresses review feedback from @JounQin about pull request #4548.
    
    - Use `breakingHeaderPattern` to search for the exclamation mark in the header.
    - Correct the regular expression to require that BREAKING CHANGE in the footer be anchored at the
      beginning of a line.
    - Updated the `RulesConfig` type.
    
    * feat(rules): breaking-change-exclamation-mark pull request feedback
    
    Address pull request feedback from @JounQin.
    
    - Fixed regex for `subject-exclamation-mark`.
    - Fixed sorting for `RulesConfig`.
    - Fixed sorting for `rules.md`.
    adamchristiansen authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    c4d419b View commit details
    Browse the repository at this point in the history
  3. feat(cz-commitlint): support customizable commit prompt with emojis (#…

    …4540)
    
    * feat(cz-commitlint): add emoji to title
    
    * docs(cz-commitlint): add emoji to title
    parloti authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    803c05b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. docs: fix missing backtick in Windows setup commands #4559

    This fixes a documentation bug that caused Windows users to encounter
    shell syntax errors during local setup. The missing closing backtick
    in the echo command was interpreted as an unclosed command
    substitution, resulting in:
    
    Error: unexpected EOF while looking for matching `'
    
    Impact: All Windows users following the guide with npm, yarn, pnpm,
    bun, or deno would encounter this error.
    silentip404 authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    dfb378a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aefe40 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. fix: update dependency glob to v11 [security] (#4561)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    a89a08b View commit details
    Browse the repository at this point in the history
  2. chore: deps (#4562)

    * chore: deps
    
    * chore: update node version for local usage with mise
    escapedcat authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    87369f2 View commit details
    Browse the repository at this point in the history
  3. chore: update dependency lint-staged to v16.2.6 (#4564)

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

Commits on Nov 19, 2025

  1. chore: update docker/login-action action to v3.6.0 (#4565)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    6ebff46 View commit details
    Browse the repository at this point in the history
  2. chore: update docker/metadata-action action to v5.9.0 (#4566)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    c0e7fa0 View commit details
    Browse the repository at this point in the history
  3. chore: update docker/setup-qemu-action action to v3.7.0 (#4567)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    5489678 View commit details
    Browse the repository at this point in the history
  4. chore: update actions/checkout action to v5 (#4568)

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

Commits on Dec 2, 2025

  1. chore: bump mdast-util-to-hast from 13.2.0 to 13.2.1 (#4571)

    Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    10ef704 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. chore: update actions/setup-node action to v6 (#4569)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    aad859a View commit details
    Browse the repository at this point in the history
  2. chore: deps (#4573)

    * chore: deps
    
    * style: format
    escapedcat authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    76c9d1a View commit details
    Browse the repository at this point in the history
  3. v20.2.0

    escapedcat committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    ddad9b4 View commit details
    Browse the repository at this point in the history
Loading