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: master
Choose a base ref
...
head repository: Moussa-Kalam/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 281 files changed
  • 4 contributors

Commits on Feb 15, 2024

  1. feat!: migrate to pure ESM (#3850)

    * feat: migrate to pure ESM
    
    * chore: update snapshot
    
    * fix: load `parserPreset` with another `await`
    
    * test: migrate to vitest
    
    * test: remove no replacement `--runInBand` test-ci script
    
    * chore: fix code reviews
    
    * refactor(load): rewrite resolve logic
    
    * fix(config-nx-scopes): fix syntax error
    
    * feat(resolve-extends): add resolveFrom and loadParserPreset
    
    * feat(load): use resolveFrom and loadParserPreset from resolve-extends
    
    * test: include only @commitlint/* packages src in coverage
    
    * test: explicit import vitest utilities
    
    * test: remove @jest/globals from dependencies
    
    * fix(resolve-extends): `resolveFrom` output should be platform aware
    
    * test: restore NO_COLOR to test script
    
    * chore: fix linting issues
    
    * fix: should use fileURLToPath instead of pathname for Windows compatibility
    
    * Apply suggestions from code review
    
    * fix: should reuse `cli` instead call `yargs()`
    
    * feat(cli): set terminalWidth as wrap to avoid work break on help
    
    * Update .eslintrc.cjs
    
    * feat: migrate @commitlint/config-conventional to pure ESM
    
    ---------
    
    Co-authored-by: Marco Pasqualetti <[email protected]>
    JounQin and marcalexiei authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2e225f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e99d3d View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    20bf8bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dccc081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e64d60 View commit details
    Browse the repository at this point in the history
  5. Revert "ci: update node version to v20"

    This reverts commit 0e64d60.
    escapedcat committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    61c7737 View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    927c39f View commit details
    Browse the repository at this point in the history
  7. Revert "chore!: minimum node version v20"

    This reverts commit 20bf8bd.
    escapedcat committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d510262 View commit details
    Browse the repository at this point in the history
  8. Revert "chore: update tools version to v20"

    This reverts commit 6e99d3d.
    escapedcat committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e506103 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df7f8df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59da18b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    b7254bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a583d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. docs: use vitepress (#3921)

    * docs: use vitepress
    
    * docs: update src docs references
    marcalexiei authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    41504fc View commit details
    Browse the repository at this point in the history
  2. docs: adjust branch name

    escapedcat committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3bebb4a View commit details
    Browse the repository at this point in the history
  3. docs: adjust svg path

    escapedcat committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    08b3983 View commit details
    Browse the repository at this point in the history
Loading