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.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.5.1
Choose a head ref
  • 14 commits
  • 16 files changed
  • 6 contributors

Commits on Mar 16, 2026

  1. chore: deps and CI improvements (#4660)

    * chore: deps
    
    - Replace .tool-versions and .nvmrc with .mise.toml
    - Update CONTRIBUTING.md to reference mise
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * chore: use lts/* for codeQuality CI job
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * chore: test on Node 18, 20, 22, and 24
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * chore: test on Node 18, 20, and 22
    
    Node versions match Ubuntu LTS defaults:
    - 18 = Ubuntu 24.04
    - 20 = Ubuntu 25.x
    - 22 = Ubuntu 26.04
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * docs: remove nvm and asdf references, use mise only
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * chore: pin vitest to ~4.0.18 to maintain Node 18 support
    
    Using tilde (~) pins to 4.0.x, avoiding 4.1.x which introduced
    rolldown and dropped Node 18 support.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    escapedcat and claude authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    ad31713 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix(cz-commitlint): add VS16 to single character emojis (#4666)

    Single character emojis like 🛠 or 🗑 do not align with 2 character
    emojis in the rendered menu.
    
    Co-authored-by: Martin T. <[email protected]>
    mrt181 and Martin T. authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    9e3e2d3 View commit details
    Browse the repository at this point in the history
  2. fix(cz-commitlint): handle modifiers correctly (#4667)

    When adding VS16 to emojis with modifiers, VS16 can not be appended
    at the end - this creates an invalid unicode symbol. VS16 must be
    appended between emoji and modifiers.
    
    Co-authored-by: Martin T. <[email protected]>
    mrt181 and Martin T. authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    5a3ebf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. ci: restore push on all branches and avoid duplicate CI runs (#4665)

    Reverts the push trigger from `master`-only back to `"**"` (all branches)
    so contributors can see CI status on their fork branches before opening
    a PR (see #3840).
    
    To avoid duplicate CI runs when a maintainer pushes to a branch that has
    an open PR (both push and pull_request triggers fire), each job now has
    an `if` condition that skips pull_request runs from the same repository.
    This is the same approach used by Vue.js (vuejs/core):
    
    - Push events: always run
    - Pull request events: only run if the PR is from a fork
    - Schedule/workflow_dispatch: always run
    
    This avoids the "50% broken CI" visual noise caused by concurrency
    groups cancelling push runs, since GitHub shows cancelled jobs as
    failures.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    escapedcat and claude authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    ba60e3e View commit details
    Browse the repository at this point in the history
  2. chore: update docker/login-action action to v4 (#4663)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    8ae1339 View commit details
    Browse the repository at this point in the history
  3. chore: update docker/metadata-action action to v6 (#4664)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d4a0452 View commit details
    Browse the repository at this point in the history
  4. chore: update typescript-eslint monorepo to v8.57.1 (#4668)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    5701593 View commit details
    Browse the repository at this point in the history
  5. chore: update docker/setup-buildx-action action to v4 (#4669)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    df73b1b View commit details
    Browse the repository at this point in the history
  6. fix: update dependency global-directory to v5 (#4671)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    a300d32 View commit details
    Browse the repository at this point in the history
  7. chore: update docker/setup-qemu-action action to v4 (#4670)

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

Commits on Mar 21, 2026

  1. chore: bump flatted from 3.4.1 to 3.4.2 (#4674)

    Bumps [flatted](https://github.com/WebReflection/flatted) from 3.4.1 to 3.4.2.
    - [Commits](WebReflection/flatted@v3.4.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: flatted
      dependency-version: 3.4.2
      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 Mar 21, 2026
    Configuration menu
    Copy the full SHA
    1a63b00 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. chore: bump handlebars from 4.7.8 to 4.7.9 (#4676)

    Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
    - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: handlebars
      dependency-version: 4.7.9
      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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    898ea87 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    0f124c9 View commit details
    Browse the repository at this point in the history
  2. v20.5.1

    escapedcat committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    5922ec2 View commit details
    Browse the repository at this point in the history
Loading