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: flex-development/commitlint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: flex-development/commitlint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Mar 1, 2023

  1. refactor(config): [rules] prefer trailer-exists over signed-off-by

    - conventional-changelog/commitlint#2578
    - allows use of `Co-authored-by` trailer
    - requires use of `BREAKING-CHANGE` trailer over `BREAKING CHANGE` keyword
    
    Signed-off-by: Lexus Drumgold <[email protected]>
    unicornware committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    135d3eb View commit details
    Browse the repository at this point in the history
  2. fix(config): ignore @dependabot commits

    @dependabot commits are formatted in a way that renders their trailers unparsable, and therefore useless.
    the `updated-dependencies` section in these commits makes it so that `git interpret-trailers --parse`
    yields an empty string. this fails the `trailer-exists` rule because `Signed-off-by` trailers are required
    
    Signed-off-by: Lexus Drumgold <[email protected]>
    unicornware committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ac180de View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump vitest from 0.29.1 to 0.29.2 (#16)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.29.1 to 0.29.2.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.2/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    643ed89 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): Bump @vitest/ui from 0.29.1 to 0.29.2 (#17)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7fc01fd View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): Bump @vitest/expect from 0.29.1 to 0.29.2 (#18)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d70cd17 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): Bump @vitest/coverage-c8 from 0.29.1 to 0.29.2 (#19)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    27251af View commit details
    Browse the repository at this point in the history
  7. release: 1.0.1 (#20)

    Signed-off-by: Lexus Drumgold <[email protected]>
    unicornware authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c9b0fa1 View commit details
    Browse the repository at this point in the history
Loading