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: tamfuldev/commitlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 105 files changed
  • 12 contributors

Commits on Aug 6, 2025

  1. chore: bump tmp from 0.2.3 to 0.2.4 (conventional-changelog#4533)

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.3...v0.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    2838438 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    776908f View commit details
    Browse the repository at this point in the history
  2. feat(config-pnpm-scopes): migrate package to TypeScript (conventional…

    …-changelog#4541)
    
    Co-authored-by: Mohammad Alsmadi <[email protected]>
    alsmadi99 and Mohammad Alsmadi authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    6ae36ea View commit details
    Browse the repository at this point in the history
  3. v19.9.0

    escapedcat committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    a1d4dbd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. fix: add TypeScript support and configuration for pnpm scopes (conven…

    …tional-changelog#4544)
    
    * fix: add TypeScript support and configuration for pnpm scopes
    
    * fix: update ESLint configuration to ignore 'dist' directory
    
    * refactor: remove dist directory and its associated files
    
    * fix: ensure TypeScript build outputs are included
    
    ---------
    
    Co-authored-by: Mohammad Alsmadi <[email protected]>
    alsmadi99 and Mohammad Alsmadi authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    ea75778 View commit details
    Browse the repository at this point in the history
  2. v19.9.1

    escapedcat committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    68b0066 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. chore: bump vite from 5.4.19 to 5.4.20 (conventional-changelog#4545)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.20.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 5.4.20
      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 Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0735b63 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. fix: update dependency tar-fs to v3.1.1 [security] (conventional-chan…

    …gelog#4550)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    273a43e View commit details
    Browse the repository at this point in the history
  2. feat(rules)!: make body-max-line-length ignore lines with URLs (conve…

    …ntional-changelog#4486)
    
    BREAKING CHANGE: when lines contain URLs exceeding the maximum
    line length `body-max-line-length` will be ignored
    aspiers authored and escapedcat committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    2f37a88 View commit details
    Browse the repository at this point in the history
  3. v20.0.0

    escapedcat committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    407be6c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    e571970 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. fix(resolve-extends): add import attribute for JSON config files (con…

    …ventional-changelog#4551)
    
    * fix(resolve-extends): add import attribute for JSON config files
    
    * fix(resolve-extends): use require() for JSON files instead of import attributes
    macieklamberski authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    82936c9 View commit details
    Browse the repository at this point in the history
  2. v20.1.0

    escapedcat committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a8e86d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

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

    … plugin (conventional-changelog#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 (conventional-chang…

    …elog#4548)
    
    * feat(rules): add breaking-change-exclamation-mark
    
    Implements and closes conventional-changelog#4547.
    
    * feat(rules): breaking-change-exclamation-mark pull request changes
    
    Addresses review feedback from @JounQin about pull request conventional-changelog#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 (c…

    …onventional-changelog#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
Loading