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: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 14, 2020

  1. chore(deps): bump lodash from 4.17.14 to 4.17.20

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.20.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.14...4.17.20)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wagoid committed Sep 14, 2020
    Copy the full SHA
    6462070 View commit details
  2. chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4

    Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent)
    from 2.2.2 to 2.2.4.
    - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
    - [Commits](TooTallNate/proxy-agents@2.2.2...2.2.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wagoid committed Sep 14, 2020
    Copy the full SHA
    d11c8a5 View commit details
  3. Copy the full SHA
    f162ac0 View commit details
  4. Copy the full SHA
    e581607 View commit details
  5. Copy the full SHA
    a70da87 View commit details
  6. chore(deps): bump node-fetch from 2.6.0 to 2.6.1

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wagoid committed Sep 14, 2020
    Copy the full SHA
    e49292f View commit details
  7. chore(deps): bump acorn from 5.7.3 to 5.7.4

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wagoid committed Sep 14, 2020
    Copy the full SHA
    aa9a6f1 View commit details
  8. Merge pull request #55 from wagoid/chore/upgrade-dependencies

    chore: upgrade dependencies
    wagoid authored Sep 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    90ed56d View commit details
  9. chore(release): publish 2.1.0 [skip-ci]

    GitHub Action committed Sep 14, 2020
    Copy the full SHA
    357a378 View commit details
Showing with 2,012 additions and 1,251 deletions.
  1. +2 −0 .github/workflows/ci.yml
  2. +11 −0 CHANGELOG.md
  3. +1 −1 action.yml
  4. +1,984 −1,236 package-lock.json
  5. +14 −14 package.json
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ jobs:
DOCKER_REGISTRY_URL: registry.hub.docker.com
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '12.x'
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,12 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/wagoid/commitlint-github-action/compare/v2.0.5...v2.1.0) (2020-09-14)


### Features

* upgrade dependencies to their latest version ([f162ac0](https://github.com/wagoid/commitlint-github-action/commit/f162ac07f904e8b5578fa77172b997145fd61b7a))

### 2.0.5 (2020-09-14)

### 2.0.4 (2020-09-14)

### 2.0.3 (2020-09-14)

### Features

- use config-conventional as default config ([7e67891](https://github.com/wagoid/commitlint-github-action/commit/7e678913ff14e04ef128e3d06523eabd0df4d639))

### 2.0.2 (2020-08-22)

## [2.0.1](https://github.com/wagoid/commitlint-github-action/compare/v2.0.0...v2.0.1) (2020-08-20)
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ outputs:
description: The error and warning messages for each one of the analyzed commits
runs:
using: docker
image: docker://wagoid/commitlint-github-action:2.0.5
image: docker://wagoid/commitlint-github-action:2.1.0
branding:
icon: check-square
color: blue
Loading