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: v16.0.3
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: v16.1.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 4 contributors

Commits on Jan 20, 2022

  1. chore: update babel monorepo to v7.16.10 (#2983)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    be03af5 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency lint-staged to v12.2.1 (#2981)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    718984a View commit details
    Browse the repository at this point in the history
  3. feat(load): accept functions as parser presets (#2982)

    Previously, `load` could accept `parserPresets` as both values and promises of
    values. Per #2964 however, there was expectations for it to also support
    functions returning said values.
    
    This commit enables to specify `parserPresets` in all the same ways as
    rules. That is, both commitlint rules and `parserPresets` can be specified as:
    
    - Plain values
    - Promises
    - Functions returning plain values
    - Functions returning promises
    
    Solves #2964.
    Zirak authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    420e8d6 View commit details
    Browse the repository at this point in the history
  4. v16.1.0

    escapedcat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ddc727a View commit details
    Browse the repository at this point in the history
Loading