5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
Commit graph

103 commits

Author SHA1 Message Date
wagoid
2e578124a5 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
2021-07-17 12:19:13 -03:00
GitHub Action
0cb522abbc chore(release): publish 4.0.2 [skip-ci] 2021-07-15 18:55:28 +00:00
GitHub Action
0dd6697d4c chore(release): publish 4.0.1 [skip-ci] 2021-07-15 09:06:01 +00:00
wagoid
e0fb983535 chore(deps-dev): upgrade devDeps and actions 2021-07-15 05:50:16 -03:00
GitHub Action
c6ec005917 chore(release): publish 4.0.0 [skip-ci] 2021-07-15 08:37:24 +00:00
wagoid
5463926c07 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
2021-07-07 15:17:00 -03:00
wagoid
9e5880e3f8 chore(deps): upgrade @commitlint dependencies
Resolves #187
2021-07-07 15:15:36 -03:00
wagoid
8ea34043f2 chore(dev-deps): upgrade devDependencies 2021-07-07 13:06:42 -03:00
wagoid
30d514f252 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
2021-07-07 12:53:39 -03:00
GitHub Action
baffd3c16c chore(release): publish 3.1.4 [skip-ci] 2021-05-19 09:31:58 +00:00
GitHub Action
a23ae3cf6e chore(release): publish 3.1.3 [skip-ci] 2021-05-10 16:50:57 +00:00
GitHub Action
f18b9d06dc chore(release): publish 3.1.2 [skip-ci] 2021-05-08 19:59:28 +00:00
GitHub Action
6fc8cf6b6d chore(release): publish 3.1.1 [skip-ci] 2021-05-04 10:53:58 +00:00
GitHub Action
1c603de78c chore(release): publish 3.1.0 [skip-ci] 2021-04-06 10:53:29 +00:00
GitHub Action
ab798dde93 chore(release): publish 3.0.8 [skip-ci] 2021-04-05 08:11:16 +00:00
GitHub Action
176bb3db76 chore(release): publish 3.0.7 [skip-ci] 2021-04-01 11:24:42 +00:00
dependabot[bot]
5edbbaddab
chore(deps-dev): bump eslint from 7.21.0 to 7.23.0 (#125)
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:23:22 +02:00
dependabot[bot]
a164903aea
chore(deps-dev): bump yaml from 1.10.0 to 1.10.2 (#126)
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.0...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:23:11 +02:00
dependabot[bot]
e6050dbe3e
chore(deps-dev): bump husky from 5.1.2 to 6.0.0 (#123)
Bumps [husky](https://github.com/typicode/husky) from 5.1.2 to 6.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v5.1.2...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 13:22:48 +02:00
GitHub Action
b50220da86 chore(release): publish 3.0.6 [skip-ci] 2021-03-02 21:23:26 +00:00
GitHub Action
f92748fdeb chore(release): publish 3.0.5 [skip-ci] 2021-03-02 21:18:54 +00:00
dependabot[bot]
c700a3600e
chore(deps-dev): bump eslint from 7.20.0 to 7.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 21:14:41 +00:00
GitHub Action
79545937e0 chore(release): publish 3.0.4 [skip-ci] 2021-03-02 21:10:13 +00:00
Wagner Santos
683cc28012
Merge pull request #118 from wagoid/dependabot/npm_and_yarn/standard-version-9.1.1
chore(deps-dev): bump standard-version from 9.1.0 to 9.1.1
2021-03-02 18:08:51 -03:00
GitHub Action
c1d05d0b0e chore(release): publish 3.0.3 [skip-ci] 2021-03-02 20:44:55 +00:00
Wagner Santos
9af51f6cd7
Merge pull request #106 from wagoid/dependabot/npm_and_yarn/commitlint-plugin-function-rules-1.3.2
chore(deps-dev): bump commitlint-plugin-function-rules from 1.1.20 to 1.3.2
2021-03-02 17:43:19 -03:00
GitHub Action
e29b0ee09c chore(release): publish 3.0.2 [skip-ci] 2021-03-02 20:41:03 +00:00
dependabot[bot]
ea75af2225
chore(deps-dev): bump standard-version from 9.1.0 to 9.1.1
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.1.0...v9.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 05:19:06 +00:00
dependabot[bot]
4ba39da66d
chore(deps-dev): bump commitlint-plugin-function-rules
Bumps [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) from 1.1.20 to 1.3.2.
- [Release notes](https://github.com/vidavidorra/commitlint-plugin-function-rules/releases)
- [Changelog](https://github.com/vidavidorra/commitlint-plugin-function-rules/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 05:05:21 +00:00
dependabot[bot]
694b23139c
chore(deps-dev): bump husky from 5.0.9 to 5.1.2
Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 05:04:11 +00:00
GitHub Action
51eac66567 chore(release): publish 3.0.1 [skip-ci] 2021-02-25 19:03:41 +00:00
Jeroen de Bruijn
a0b2acf16c
style: add ESLint ignore file to enable linting of dotfiles (#103)
Closes #100.
2021-02-25 19:03:56 +01:00
Jeroen de Bruijn
657daf298c
chore: move Husky configuration to .husky as per v5 documentation (#101)
Closes #98.
2021-02-25 13:43:24 +01:00
GitHub Action
8752887edd chore(release): publish 3.0.0 [skip-ci] 2021-02-24 19:23:41 +00:00
Jeroen de Bruijn
8b0b095f5e
fix(deps): udpate commitlint monorepo to v12
BREAKING CHANGE: Remove support for lerna v2 and change the order of the `extends` resolution
from right-to-left to left-to-right.

Closes #97.
2021-02-24 16:05:37 +01:00
GitHub Action
4b1bcb1c72 chore(release): publish 2.2.5 [skip-ci] 2021-02-18 18:14:55 +00:00
Wagner Santos
51913c302c style: add eslint to the project
The config is based on airbnb shared config, with some rules that work better with the project.
2021-02-18 14:43:25 -03:00
GitHub Action
300f6dc47c chore(release): publish 2.2.4 [skip-ci] 2021-02-17 14:03:10 +00:00
dependabot[bot]
25f7bb81c1 chore(deps-dev): bump standard-version from 9.0.0 to 9.1.0
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.0.0...v9.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:55:07 -03:00
dependabot[bot]
bee74bb12f chore(deps): bump @actions/github from 1.1.0 to 4.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 1.1.0 to 4.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>
2021-02-17 10:44:17 -03:00
dependabot[bot]
7914bc72ab chore(deps): bump execa from 4.0.3 to 5.0.0
Bumps [execa](https://github.com/sindresorhus/execa) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v4.0.3...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:41:01 -03:00
dependabot[bot]
45f13fac22 chore(deps-dev): bump jest from 24.9.0 to 26.6.3
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:38:31 -03:00
dependabot[bot]
d8243084fe chore(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1
Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.0...conventional-changelog-cli@2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:34:54 -03:00
dependabot[bot]
591d3d30aa chore(deps-dev): bump lint-staged from 10.5.1 to 10.5.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.1 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.1...v10.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:32:31 -03:00
Wagner Santos
9039574add
Merge pull request #83 from wagoid/dependabot/npm_and_yarn/husky-5.0.9
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
2021-02-17 10:28:27 -03:00
Wagner Santos
5c1db3aec1
Merge pull request #82 from wagoid/dependabot/npm_and_yarn/prettier-2.2.1
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
2021-02-17 10:27:42 -03:00
dependabot[bot]
d3e4621a07
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 5.0.9.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v3.1.0...v5.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:22:57 +00:00
GitHub Action
f0f333025c chore(release): publish 2.2.3 [skip-ci] 2021-02-15 09:21:17 +00:00
Wagner Santos
cd7f07d5ef style: ignore body-max-line-length rule for deps commits 2021-02-12 16:42:03 -03:00
dependabot[bot]
8c8c7f1c74
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 14:53:29 +00:00