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.1
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.2
Choose a head ref
  • 5 commits
  • 49 files changed
  • 2 contributors

Commits on Feb 2, 2026

  1. fix(config-nx-scopes): add unique names to fixture projects (#4622)

    * fix(config-nx-scopes): add unique names to fixture projects to prevent NX conflicts
    
    NX requires unique project names across the workspace. The test fixtures
    had generic names (a, b, c, etc.) which caused MultipleProjectsWithSameNameError
    during lerna publish when NX builds the project graph.
    
    Adds explicit 'name' field to each fixture project.json with unique
    identifiers based on the fixture directory (fixture-basic-a, fixture-nx14-c, etc).
    
    This prevents publish failures while maintaining test fixture functionality.
    
    * fix(config-nx-scopes): update test expectations for renamed fixture projects
    
    Update test assertions to match the new unique project names
    (fixture-basic-a, fixture-nx14-c, etc.) that were added to resolve
    NX duplicate project name conflicts.
    escapedcat authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    5635cf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. chore: enforce chore type for all Renovate dependency updates

    Set semanticCommitType and semanticCommitScope as direct properties
    instead of using presets to ensure they take precedence over the
    package detection logic from config:base that would otherwise use
    'fix' for production dependencies.
    escapedcat committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    53ce21e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. fix(rules): ignore cherry-picks in signed-off-by (#4625)

    Before this change, the rule `signed-off-by` was rejecting cherry picked commits.
    The cherry pick message wasn't appearing as the last line.
    With this in place, the rule will treat cherry picked commits as regular commits.
    
    Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
    mzedel authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    691a52d View commit details
    Browse the repository at this point in the history
  2. chore: deps (#4626)

    * chore: deps
    
    * chore: deps
    
    * chore: upgrade vitest to v4
    
    * fix: add environments config for vitest v4
    escapedcat authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    f6fb19e View commit details
    Browse the repository at this point in the history
  3. v20.4.2

    escapedcat committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    81cfc9e View commit details
    Browse the repository at this point in the history
Loading