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: v19.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: v19.2.0
Choose a head ref
  • 8 commits
  • 31 files changed
  • 6 contributors

Commits on Mar 13, 2024

  1. fix: update dependency inquirer to v9.2.16 (#3972)

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

Commits on Mar 14, 2024

  1. chore: update dependency @swc/core to v1.4.7 (#3973)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    391e8ca View commit details
    Browse the repository at this point in the history
  2. feat(cli): introduce new --last flag, to stop recommending HEAD~1 (#3916

    )
    
    * test(cli): add regression test
    
    * feat(cli): implement new `--last` CLI flag
    
    The upgrade of ES2017 to ES2022 is because of the use of
    `Object.hasOwn` API which is less ugly than hardcoding
    `undefined`.
    
    * docs(ci): stop recommending HEAD~1
    
    In a single-commit repo, this would lead to this error:
    
    ```
    Error: fatal: ambiguous argument 'HEAD~1..HEAD': unknown revision
    or path not in the working tree.
    ```
    
    Now that we have the `--last` flag, this should work for the case
    in which we want just to analyze the last commit, not specify a
    range of commits via `--from` and `--to`.
    
    Closes #3892
    
    * fix: use --pretty=format:"%B" instead of --pretty=%B
    
    The latter adds unnecessary whitespace at the end of the commit
    msg.
    
    ---------
    
    Co-authored-by: Mehrshad <code.rezaei@gmail.com>
    knocte and Mersho authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    99f4f3f View commit details
    Browse the repository at this point in the history
  3. chore: update dependency @types/node to v18.19.24 (#3974)

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

Commits on Mar 15, 2024

  1. chore: update dependency @swc/core to v1.4.8 (#3975)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    711588d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#3977)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    99cd49d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94eab40 View commit details
    Browse the repository at this point in the history
  4. v19.2.0

    escapedcat committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a64b417 View commit details
    Browse the repository at this point in the history
Loading