-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: wagoid/commitlint-github-action
base: v3
head repository: wagoid/commitlint-github-action
compare: v4
Commits on Jul 7, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 30d514f - Browse repository at this point
Copy the full SHA 30d514fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea3404 - Browse repository at this point
Copy the full SHA 8ea3404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5880e - Browse repository at this point
Copy the full SHA 9e5880eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5463926 - Browse repository at this point
Copy the full SHA 5463926View commit details
Commits on Jul 15, 2021
-
Merge pull request #189 from wagoid/chore/upgrade-deps
chore: upgrade dependencies
Configuration menu - View commit details
-
Copy full SHA for 711b4f4 - Browse repository at this point
Copy the full SHA 711b4f4View commit details -
chore(release): publish 4.0.0 [skip-ci]
GitHub Action committedJul 15, 2021 Configuration menu - View commit details
-
Copy full SHA for c6ec005 - Browse repository at this point
Copy the full SHA c6ec005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee5392 - Browse repository at this point
Copy the full SHA 6ee5392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab6c49 - Browse repository at this point
Copy the full SHA 9ab6c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fb983 - Browse repository at this point
Copy the full SHA e0fb983View commit details -
Merge pull request #193 from wagoid/chore/upgrade-deps-and-readme
chore: upgrade deps and readme
Configuration menu - View commit details
-
Copy full SHA for 46370a5 - Browse repository at this point
Copy the full SHA 46370a5View commit details -
chore(release): publish 4.0.1 [skip-ci]
GitHub Action committedJul 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0dd6697 - Browse repository at this point
Copy the full SHA 0dd6697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6cd1b - Browse repository at this point
Copy the full SHA 5b6cd1bView commit details -
Merge pull request #195 from wagoid/fix/default-to-cjs-extension
fix: default to .cjs extension in config files
Configuration menu - View commit details
-
Copy full SHA for 41bc975 - Browse repository at this point
Copy the full SHA 41bc975View commit details -
chore(release): publish 4.0.2 [skip-ci]
GitHub Action committedJul 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0cb522a - Browse repository at this point
Copy the full SHA 0cb522aView commit details
Commits on Jul 17, 2021
-
fix: build the action with rollup
On v4, we used the default nodejs resolution logic to allow ES modules in dependencies. This created a breaking change of forcing users of this action to use the .cjs extension instead of .js in config files. With this fix, we now bundle the action with rollup to allow ES modules in dependencies, while keeping the support for .js config files. With this change, the default config file was returned back to .js instead of .cjs. Fixes #194
Configuration menu - View commit details
-
Copy full SHA for 2e57812 - Browse repository at this point
Copy the full SHA 2e57812View commit details -
Merge pull request #197 from wagoid/fix/build-the-action-with-rollup
fix: build the action with rollup
Configuration menu - View commit details
-
Copy full SHA for 974c690 - Browse repository at this point
Copy the full SHA 974c690View commit details -
chore(release): publish 4.0.3 [skip-ci]
GitHub Action committedJul 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 66a6cf0 - Browse repository at this point
Copy the full SHA 66a6cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d6fc0 - Browse repository at this point
Copy the full SHA d6d6fc0View commit details -
Merge pull request #198 from wagoid/fix/commitlint-plugin-function-rules
feat: officially support commitlint-plugin-function-rules
Configuration menu - View commit details
-
Copy full SHA for 7a9b696 - Browse repository at this point
Copy the full SHA 7a9b696View commit details -
chore(release): publish 4.1.0 [skip-ci]
GitHub Action committedJul 17, 2021 Configuration menu - View commit details
-
Copy full SHA for ef84115 - Browse repository at this point
Copy the full SHA ef84115View commit details -
chore(deps): bump @actions/github from 4.0.0 to 5.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 940dc8a - Browse repository at this point
Copy the full SHA 940dc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d126fb6 - Browse repository at this point
Copy the full SHA d126fb6View commit details -
Merge pull request #162 from wagoid/dependabot/npm_and_yarn/actions/g…
…ithub-5.0.0 chore(deps): bump @actions/github from 4.0.0 to 5.0.0
Configuration menu - View commit details
-
Copy full SHA for 0fe4132 - Browse repository at this point
Copy the full SHA 0fe4132View commit details -
chore(release): publish 4.1.1 [skip-ci]
GitHub Action committedJul 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 59203cb - Browse repository at this point
Copy the full SHA 59203cbView commit details
Commits on Sep 1, 2021
-
chore(deps): bump actions/setup-node from 2.2.0 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c83839c - Browse repository at this point
Copy the full SHA c83839cView commit details
Commits on Sep 11, 2021
-
ci: restrict permissions for the GITHUB_TOKEN in .github/workflows/ci…
….yml (#231) Co-authored-by: Step Security <bot@stepsecurity.io>
Configuration menu - View commit details
-
Copy full SHA for 0e361e0 - Browse repository at this point
Copy the full SHA 0e361e0View commit details -
chore(release): publish 4.1.2 [skip-ci]
GitHub Action committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f5090c - Browse repository at this point
Copy the full SHA 3f5090cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 961b6d4 - Browse repository at this point
Copy the full SHA 961b6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42197aa - Browse repository at this point
Copy the full SHA 42197aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eaaf56 - Browse repository at this point
Copy the full SHA 0eaaf56View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf83d2b - Browse repository at this point
Copy the full SHA bf83d2bView commit details -
Merge pull request #232 from wagoid/fix/signed-off-by-check
fix: action failing to check footer of a single commit
Configuration menu - View commit details
-
Copy full SHA for a7a2424 - Browse repository at this point
Copy the full SHA a7a2424View commit details -
chore(deps): bump @commitlint/config-angular from 12.1.4 to 13.1.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v12.1.4...v13.1.0) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 839a3f7 - Browse repository at this point
Copy the full SHA 839a3f7View commit details -
chore(release): publish 4.1.3 [skip-ci]
GitHub Action committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for aa79c68 - Browse repository at this point
Copy the full SHA aa79c68View commit details -
chore(deps): bump @actions/core from 1.4.0 to 1.5.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c6aec8 - Browse repository at this point
Copy the full SHA 6c6aec8View commit details -
Merge pull request #220 from wagoid/dependabot/github_actions/actions…
…/setup-node-2.4.0 chore(deps): bump actions/setup-node from 2.2.0 to 2.4.0
Configuration menu - View commit details
-
Copy full SHA for ab0b376 - Browse repository at this point
Copy the full SHA ab0b376View commit details -
Merge pull request #200 from wagoid/dependabot/npm_and_yarn/commitlin…
…t/config-angular-13.1.0 chore(deps): bump @commitlint/config-angular from 12.1.4 to 13.1.0
Configuration menu - View commit details
-
Copy full SHA for e6b5342 - Browse repository at this point
Copy the full SHA e6b5342View commit details -
Merge pull request #229 from wagoid/dependabot/npm_and_yarn/actions/c…
…ore-1.5.0 chore(deps): bump @actions/core from 1.4.0 to 1.5.0
Configuration menu - View commit details
-
Copy full SHA for 4b95a40 - Browse repository at this point
Copy the full SHA 4b95a40View commit details -
chore(release): publish 4.1.4 [skip-ci]
GitHub Action committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 82cf16a - Browse repository at this point
Copy the full SHA 82cf16aView commit details
Commits on Oct 1, 2021
-
chore(deps-dev): bump prettier from 2.3.2 to 2.4.1 (#238)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.3.2...2.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67d03d3 - Browse repository at this point
Copy the full SHA 67d03d3View commit details -
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.4 to 13.0…
….5 (#251) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.4 to 13.0.5. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 72a676a - Browse repository at this point
Copy the full SHA 72a676aView commit details -
chore(deps-dev): bump jest from 27.1.1 to 27.2.4 (#242)
Bumps [jest](https://github.com/facebook/jest) from 27.1.1 to 27.2.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](jestjs/jest@v27.1.1...v27.2.4) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8afa4f7 - Browse repository at this point
Copy the full SHA 8afa4f7View commit details -
chore(deps-dev): bump @jest/globals from 27.1.1 to 27.2.4 (#241)
Bumps [@jest/globals](https://github.com/facebook/jest/tree/HEAD/packages/jest-globals) from 27.1.1 to 27.2.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.2.4/packages/jest-globals) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3d9151 - Browse repository at this point
Copy the full SHA b3d9151View commit details -
chore(deps): bump @actions/core from 1.5.0 to 1.6.0 (#240)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d64c041 - Browse repository at this point
Copy the full SHA d64c041View commit details -
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#239)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06bd01f - Browse repository at this point
Copy the full SHA 06bd01fView commit details -
chore(release): publish 4.1.5 [skip-ci]
GitHub Action committedOct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 8d669e3 - Browse repository at this point
Copy the full SHA 8d669e3View commit details -
chore(deps-dev): bump rollup from 2.56.3 to 2.58.0 (#253)
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.58.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.56.3...v2.58.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11aebb1 - Browse repository at this point
Copy the full SHA 11aebb1View commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 79c0cab - Browse repository at this point
Copy the full SHA 79c0cabView commit details -
Merge pull request #254 from wagoid/chore/bump-commitlint-packages
chore(deps): upgrade @Commitlint-config* packages
Configuration menu - View commit details
-
Copy full SHA for 2b3e442 - Browse repository at this point
Copy the full SHA 2b3e442View commit details -
chore(release): publish 4.1.6 [skip-ci]
GitHub Action committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6981d84 - Browse repository at this point
Copy the full SHA 6981d84View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.