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: v14.2.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: v15.0.0
Choose a head ref
  • 20 commits
  • 101 files changed
  • 7 contributors

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    b1155ca View commit details
    Browse the repository at this point in the history
  2. fix(prompt): correct import kind in prompt package (#2852)

    * fix(prompt): correct import kind in prompt package
    
    * fix(prompt): revert chalk type imports
    armano2 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    45bf394 View commit details
    Browse the repository at this point in the history
  3. chore: update dependency eslint-plugin-jest to v25.2.4 (#2854)

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

Commits on Nov 9, 2021

  1. chore: update typescript-eslint monorepo to v5.3.1 (#2855)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    cbe7e72 View commit details
    Browse the repository at this point in the history
  2. chore: update dependency @types/node to v12.20.37 (#2857)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bdf8d08 View commit details
    Browse the repository at this point in the history
  3. chore: update dependency @types/node to v12.20.37 (#2856)

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

Commits on Nov 10, 2021

  1. docs: fix typo (#2859)

    chapeupreto authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b79a138 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. chore: update dependency eslint-plugin-import to v2.25.3 (#2861)

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

Commits on Nov 14, 2021

  1. chore: update dependency lint-staged to v12 (#2863)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b0776ad View commit details
    Browse the repository at this point in the history
  2. test(config-lerna-scopes): reuse npm bootstrap to simplify tests (#2479)

    * chore: update dependency @lerna/project to v4 (#2447)
    
    * chore: update dependency @lerna/project to v4
    
    * feat!: update to lerna v4
    
    BREAKING CHANGE: upgrade to lerna v4
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    
    * test(config-lerna-scopes): reuse npm bootstrap to simplify tests
    
    * test(config-lerna-scopes): reuse npm bootstrap to simplify tests
    
    * test: fix issue after merge
    
    * test: one more fix after merge
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: escapedcat <github@htmlcss.de>
    4 people authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    9a7a43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc474e5 View commit details
    Browse the repository at this point in the history
  4. docs: add v14 to releases

    escapedcat committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    e4423d3 View commit details
    Browse the repository at this point in the history
  5. chore: update dependency lint-staged to v12.0.2 (#2867)

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

Commits on Nov 16, 2021

  1. chore: update typescript-eslint monorepo to v5.4.0 (#2871)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    055014c View commit details
    Browse the repository at this point in the history
  2. chore: update dependency @types/lodash to v4.14.177 (#2870)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c33d493 View commit details
    Browse the repository at this point in the history
  3. feat: simplify config resolution (#2398)

    * feat: basic user config validation
    
    * fix: simplify config resolution and fix issue #327
    
    * fix: remove no longer needed function
    
    * fix: disable some unwanted validations
    
    * fix: improve config validation
    
    * fix: remove redundant validation
    
    * fix: use reduceRight instead of reverse
    
    * fix: rollback some code
    
    * fix: drop invalid type casts
    
    * fix: rollback unnecessary changes
    
    * fix: rollback config validation
    
    * fix: add missing type-guards and restore order
    
    * fix: one more order change
    
    * fix: add one more missing type guard
    
    * fix: remove unused types reference
    
    * fix: add additional unit tests
    
    * fix: add additional regression tests
    - remove also unnecessary type check
    
    * fix: remove more unnecessary code changes
    
    * fix: correct order of merging plugins
    
    * fix: add missing type check
    
    * fix: remove invalid type check
    
    * fix: remove redundant code
    
    * fix: rollback some unnecessary changes
    
    * fix: optimize loadParserOpts
    armano2 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8a8384f View commit details
    Browse the repository at this point in the history
  4. fix(types): fix signature of QualifiedRuleConfig for async configurat…

    …ions (#2868) (#2869)
    
    Co-authored-by: Alessandro Bianco <abianco@doxee.com>
    alebianco and alebianco-doxee authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c7f355b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. chore: update dependency @babel/preset-env to v7.16.4 (#2872)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2f3efe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25f054 View commit details
    Browse the repository at this point in the history
  3. v15.0.0

    escapedcat committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    399a028 View commit details
    Browse the repository at this point in the history
Loading