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: dev-build-deploy/commit-me
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: dev-build-deploy/commit-me
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 16 commits
  • 15 files changed
  • 2 contributors

Commits on Jan 17, 2024

  1. fix: ignore both fixup! and merge commits

    This commit updates the ignore patterns for both `fixup!` and
    merge commits. The latter supports the default commit message
    subjects as generated by GitHub, GitLab and BitBucket.
    Kevin-de-Jong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b1dec93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f09bd View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b321995 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/publish-action from 0.2.2 to 0.3.0

    Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.2 to 0.3.0.
    - [Commits](actions/publish-action@v0.2.2...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    72060fe View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump dev-build-deploy/reuse-me from 0 to 1

    Bumps [dev-build-deploy/reuse-me](https://github.com/dev-build-deploy/reuse-me) from 0 to 1.
    - [Release notes](https://github.com/dev-build-deploy/reuse-me/releases)
    - [Commits](dev-build-deploy/reuse-me@v0...v1)
    
    ---
    updated-dependencies:
    - dependency-name: dev-build-deploy/reuse-me
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e5b2ac1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    abc90ee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore(deps): bump commander from 11.1.0 to 12.0.0

    Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0.
    - [Release notes](https://github.com/tj/commander.js/releases)
    - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
    - [Commits](tj/commander.js@v11.1.0...v12.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: commander
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8fc01ac View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat: extend supported "nouns" as part of the scope

    The Conventional Commits specification refers to "nouns" as
    supported in the Scope, however, the original implementation was
    limited to single words in lower case.
    
    With this commit we extend the definition to:
    > A noun is defined as a single word which can be capitalized or
    > contain hyphens
    Kevin-de-Jong committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    38d4cb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ee54847 View commit details
    Browse the repository at this point in the history
  2. fix(security): bump undici from 5.28.3 to 5.28.4

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    Addresses the following CVEs:
    - CVE-2024-30260
    - CVE-2024-30261
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    56a8b6c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix: improve error handling for missing content

    Use proper type handling for Request Errors provided by Octokit
    requests.
    Kevin-de-Jong committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1a8ee68 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    3e4b058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    558809d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore(deps): bump simple-git from 3.24.0 to 3.25.0

    Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.24.0 to 3.25.0.
    - [Release notes](https://github.com/steveukx/git-js/releases)
    - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
    - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.25.0/simple-git)
    
    ---
    updated-dependencies:
    - dependency-name: simple-git
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    744a57b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump commander from 12.0.0 to 12.1.0

    Bumps [commander](https://github.com/tj/commander.js) from 12.0.0 to 12.1.0.
    - [Release notes](https://github.com/tj/commander.js/releases)
    - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
    - [Commits](tj/commander.js@v12.0.0...v12.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: commander
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5c4fc91 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. chore(deps): bump @dev-build-deploy/commit-it from 2.3.0 to 2.3.1

    Bumps [@dev-build-deploy/commit-it](https://github.com/dev-build-deploy/commit-it) from 2.3.0 to 2.3.1.
    - [Release notes](https://github.com/dev-build-deploy/commit-it/releases)
    - [Commits](dev-build-deploy/commit-it@2.3.0...2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@dev-build-deploy/commit-it"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Kevin-de-Jong committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    cff98c4 View commit details
    Browse the repository at this point in the history
Loading