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: v3.1.4
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: v4.0.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Jul 7, 2021

  1. feat: upgrade to node.js 16 to support ES modules by default

    This will help upgrading dependencies to new versions that are exported
    as ESM.
    
    BREAKING CHANGE: Node.js version used on the action updated from 12 to
    16
    wagoid committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    30d514f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea3404 View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade @commitlint dependencies

    Resolves #187
    wagoid committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9e5880e View commit details
    Browse the repository at this point in the history
  4. feat: update dependencies that needed to switch to ESM syntax

    Some packages were updated to versions that now use ECMAScript modules,
    so this repo was updated to use ES modules using Node.js built-in support.
    
    Update was done using the great guide from @sindresorhus:
    https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
    wagoid committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    5463926 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Merge pull request #189 from wagoid/chore/upgrade-deps

    chore: upgrade dependencies
    wagoid authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    711b4f4 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish 4.0.0 [skip-ci]

    GitHub Action committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c6ec005 View commit details
    Browse the repository at this point in the history
Loading