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: v12.1.4
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: v13.0.0
Choose a head ref
  • 20 commits
  • 84 files changed
  • 6 contributors

Commits on May 13, 2021

  1. chore!: remove node 10 support (#2596)

    - #2574
    - #2575
    - #2582
    
    BREAKING CHANGE: minimum node version is 12
    escapedcat authored May 13, 2021
    Configuration menu
    Copy the full SHA
    4db4ba1 View commit details
    Browse the repository at this point in the history
  2. feat(rules): add trailer-exists rule (#2578)

    This new rule behaves similarly to the existing `signed-off-by` rule,
    but introduces what would otherwise be breaking changes to the parser in
    order to resolve some issues.
    
    Rather than attempting to parse the trailers manually, this rule will
    use Git's `interpret-trailers` subcommand to parse trailers according to
    Git's rules. This allows us to properly detect all valid trailers, and
    does not require that the trailer to search for be the last line of the
    commit message (as is required by the `signed-off-by` rule).
    
    One downside to this approach is that Git will not detect trailers if
    they are grouped alongside other trailers with whitespace in the token
    (e.g. `BREAKING CHANGE`). Projects that wish to use this rule may use
    `BREAKING-CHANGE`, which is synonymous with `BREAKING CHANGE` but is
    considered a valid trailer.
    
    Co-authored-by: Ade Attwood <code@adeattwood.co.uk>
    CJKay and AdeAttwood authored May 13, 2021
    Configuration menu
    Copy the full SHA
    cd3816d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b9fe5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. chore: update dependency eslint-plugin-import to v2.23.0 (#2598)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 14, 2021
    Configuration menu
    Copy the full SHA
    3b9de11 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. chore: update dependency eslint-plugin-import to v2.23.1 (#2599)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 15, 2021
    Configuration menu
    Copy the full SHA
    00652b4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. chore: update dependency eslint-plugin-import to v2.23.2 (#2602)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 16, 2021
    Configuration menu
    Copy the full SHA
    805b6ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Fix typo in command (#2601)

    Fix typo in commands of example usage
    BioPhoton authored May 17, 2021
    Configuration menu
    Copy the full SHA
    9deb000 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. chore: update dependency @babel/core to v7.14.3 (#2605)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 18, 2021
    Configuration menu
    Copy the full SHA
    3901724 View commit details
    Browse the repository at this point in the history
  2. chore: update typescript-eslint monorepo to v4.24.0 (#2604)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 18, 2021
    Configuration menu
    Copy the full SHA
    14802dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    441cb40 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. chore: update dependency @types/lodash to v4.14.169 (#2607)

    * chore: update dependency @types/lodash to v4.14.169
    
    * chore: fix lockfile
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    3 people authored May 19, 2021
    Configuration menu
    Copy the full SHA
    da92de4 View commit details
    Browse the repository at this point in the history
  2. fix: update dependency chalk to v4.1.1 (#2608)

    * fix: update dependency chalk to v4.1.1
    
    * chore: fix lockfile
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    3 people authored May 19, 2021
    Configuration menu
    Copy the full SHA
    f41b123 View commit details
    Browse the repository at this point in the history
  3. fix: update dependency yargs to v17.0.1 (#2609)

    * fix: update dependency yargs to v17.0.1
    
    * chore: fix lockfile
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    3 people authored May 19, 2021
    Configuration menu
    Copy the full SHA
    afbfd10 View commit details
    Browse the repository at this point in the history
  4. chore: update dependency commitizen to v4.2.4 (#2610)

    * chore: update dependency commitizen to v4.2.4
    
    * chore: fix lockfile
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    3 people authored May 19, 2021
    Configuration menu
    Copy the full SHA
    2e8fab1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. chore: update dependency @types/lodash to v4.14.170 (#2612)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 23, 2021
    Configuration menu
    Copy the full SHA
    9c5bc19 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency eslint-plugin-import to v2.23.3 (#2614)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 23, 2021
    Configuration menu
    Copy the full SHA
    34eae80 View commit details
    Browse the repository at this point in the history
  3. chore: update dependency eslint to v7.27.0 (#2615)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 23, 2021
    Configuration menu
    Copy the full SHA
    3d8fb54 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. feat: add subject-exclamation-mark rule to improve error messages (#2593

    )
    
    When using the conventional commit feature of an `!` in the commit
    subject the angular config get really confused and gives some error
    messages that do not relate to the issue due to the message failing at
    the parse stage. This overrides the angular parser preset to add in
    the exclamation mark then uses the new rule to give a better error
    message.
    
    The result is with the message "fix!: the fix" previously the error
    message would be "subject may not be empty" now the error message is
    "subject must not have an exclamation mark in the subject to identify
    a breaking change". This message it more descriptive and will give the
    user info they need to resolve the issue.
    
    This also updates the docs to highlight the difference in angular and
    conventional configs, and point them in the direction of the
    conventional config if they want to use the `!` in the commit messages
    AdeAttwood authored May 24, 2021
    Configuration menu
    Copy the full SHA
    be701bd View commit details
    Browse the repository at this point in the history
  2. chore: update dependency @types/yargs to v17 (#2613)

    * chore: update dependency @types/yargs to v17
    
    * fix(cli): refactor types to fix when yargs arguments is a Promise
    
    I a update to the "yargs" types they added a `Promise` to the `Args`
    interface. The main cli did not handle this type and failed type
    checking. Now the main will handle a `Promise` by resolving it into
    the `CliFlags` interface that is expected.
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Ade Attwood <code@adeattwood.co.uk>
    3 people authored May 24, 2021
    Configuration menu
    Copy the full SHA
    b837faf View commit details
    Browse the repository at this point in the history
  3. v13.0.0

    escapedcat committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ca0ddf7 View commit details
    Browse the repository at this point in the history
Loading