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

488 commits

Author SHA1 Message Date
Wagner Santos
8fa8a3e33d
Merge pull request #779 from wagoid/dependabot/npm_and_yarn/minor-and-patch-4da0c3c704
chore(deps-dev): bump the minor-and-patch group with 4 updates
2024-04-10 09:45:24 -03:00
Wagner Santos
8d57fded84
Merge pull request #778 from wagoid/dependabot/npm_and_yarn/undici-5.28.4
chore(deps): bump undici from 5.27.0 to 5.28.4
2024-04-10 09:44:54 -03:00
dependabot[bot]
ab651d8951
chore(deps-dev): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) and [yaml](https://github.com/eemeli/yaml).


Updates `@babel/core` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

Updates `@babel/preset-env` from 7.19.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)

Updates `eslint-plugin-import` from 2.27.5 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.29.1)

Updates `yaml` from 2.1.3 to 2.4.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.3...v2.4.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:42:33 +00:00
dependabot[bot]
70fb930449
chore(deps): bump undici from 5.27.0 to 5.28.4
Bumps [undici](https://github.com/nodejs/undici) from 5.27.0 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.27.0...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 16:42:25 +00:00
Wagner Santos
edca0670cf ci: group minor and patch updates in a single PR [skip-ci] 2024-04-01 08:59:32 -03:00
GitHub Action
3c75220e8d chore(release): publish 6.0.0 [skip-ci] 2024-03-28 20:15:52 +00:00
Wagner Santos
1b31c7bbc5
Merge pull request #763 from wagoid/feat/upgrade-commitlint-v19
feat: upgrade commitlint v19
2024-03-28 17:14:31 -03:00
Wagner Santos
732f0ad7d5 feat: upgrade to commitlint v19
BREAKING CHANGE: `commitlint.config.js` is not supported anymore, please use `.mjs` extension
2024-03-28 17:05:21 -03:00
GitHub Action
9763196e10 chore(release): publish 5.5.1 [skip-ci] 2024-03-28 19:44:32 +00:00
Wagner Santos
05eef5d310
Merge pull request #762 from wagoid/fix-upgrade-commitlint-to-latest-v18
fix: upgrade commitlint to latest v18
2024-03-28 16:43:22 -03:00
Wagner Santos
6ee28c9300 fix: upgrade commitlint to latest v18
This fixes #760 properly, without breaking changes.
We'll upgrade commitlint to v19 in a major change to the version.
2024-03-28 16:40:24 -03:00
GitHub Action
adaa347ad8 chore(release): publish 5.5.0 [skip-ci] 2024-03-28 19:36:53 +00:00
Wagner Santos
b4059391fc
Merge pull request #761 from wagoid/fix/rollback-esm-update
fix: rollback update of commitlint to support configs that use commonjs
2024-03-28 16:35:36 -03:00
Wagner Santos
234f2a3dd8 ci: include all commits when releasing to build proper release notes 2024-03-28 16:35:24 -03:00
Wagner Santos
06143b235b fix: rollback update of commitlint to support configs that use commonjs 2024-03-28 16:29:46 -03:00
GitHub Action
e15adf3661 chore(release): publish 5.4.6 [skip-ci] 2024-03-28 12:07:43 -03:00
Wagner Santos
d901f08b4d
Merge pull request #760 from wagoid/fix/upgrade-commitlint
feat: upgrade commitlint to latest version
2024-03-28 11:57:06 -03:00
Wagner Santos
2ff45dc120 feat: upgrade commitlint to latest version 2024-03-28 11:53:40 -03:00
GitHub Action
5ce82f5d81 chore(release): publish 5.4.5 [skip-ci] 2024-01-08 12:19:47 +00:00
Wagner Santos
4aa3d8f3ae
docs: add permissions to instructions 2024-01-08 09:18:38 -03:00
GitHub Action
0d749a1a91 chore(release): publish 5.4.4 [skip-ci] 2023-11-01 08:49:07 +00:00
Wagner Santos
a36e8931bd
Merge pull request #751 from wagoid/chore/upgrade-commitlint-to-18
chore(deps): upgrade commitlint packages to 18
2023-11-01 05:47:26 -03:00
Wagner Santos
884a74d821 chore(deps): add overrides while commitlint-plugin-function-rules doesn't allow v18 2023-11-01 05:45:19 -03:00
Wagner Santos
5283ccb43a chore(deps): update @actions packages 2023-11-01 05:34:36 -03:00
Wagner Santos
fc3ebae709 chore(deps): upgrade commitlint packages
BREAKING CHANGE: action now runs on commitlint 18
2023-11-01 05:32:16 -03:00
Wagner Santos
a8947aa26c chore(deps): update node version to 20.9.0
BREAKING CHANGE: action now runs on Node 20.9.0
2023-11-01 05:26:00 -03:00
GitHub Action
6319f54d83 chore(release): publish 5.4.3 [skip-ci] 2023-07-23 10:35:47 +00:00
Wagner Santos
2bf3b3760a
Merge pull request #747 from wagoid/fix/events-without-commits
fix: make sure action passes when event doesn't have commits fixes #746
2023-07-23 07:34:32 -03:00
Wagner Santos
624945381b fix: make sure action passes when event doesn't have commits fixes #746 2023-07-23 07:31:18 -03:00
GitHub Action
295fb249a8 chore(release): publish 5.4.2 [skip-ci] 2023-07-22 12:07:01 +00:00
Wagner Santos
1afdc05f78
Merge pull request #745 from wagoid/feat/use-only-github-api-to-list-commits
feat!: use github event payload and API to list commits
2023-07-22 09:05:14 -03:00
Wagner Santos
a8f11416e0 docs: remove fetch-depth from instructions since it's not needed anymore 2023-07-22 09:02:38 -03:00
Wagner Santos
a31f4b5793 feat!: use github event payload and API to list commits resolves #456
That way we guarantee we're linting the same commits that appear on github.

BREAKING CHANGE: "firstParent" option has been removed
2023-07-22 09:00:21 -03:00
Wagner Santos
2be323bc44 feat: list up to 100 commits at once resolves #717 2023-07-22 09:00:04 -03:00
GitHub Action
456526eec7 chore(release): publish 5.4.1 [skip-ci] 2023-04-11 13:25:46 +00:00
Wagner Santos
7cb77e425d
fix: error when producing outputs
fix(action): removed unnecessary setOutput call
2023-04-11 10:24:24 -03:00
Cooper
d4e1e800cd
fix(action): move info sequence for failonerrors 2023-04-10 15:10:08 -04:00
Cooper
00cf65022f
fix(action): move info sequence for failonerrors 2023-04-10 15:05:29 -04:00
Cooper
09fdc59483
fix(action): add docker image back to yml 2023-04-10 14:50:03 -04:00
Cooper
6a86716a79
fix(action): use dockerfile 2023-04-10 13:12:34 -04:00
Cooper
0561ba8962
fix(action): use dockerfile 2023-04-10 13:05:55 -04:00
Cooper Mitzel
54c978f8bf
Merge branch 'wagoid:master' into failonerrors-cmitzel 2023-04-10 12:39:27 -04:00
Cooper
0a35ed499e
fix(action): removed unnecessary setOutput call 2023-04-10 12:32:22 -04:00
GitHub Action
6b9a739128 chore(release): publish 5.4.0 [skip-ci] 2023-04-10 14:11:26 +00:00
Wagner Santos
3b6f002df9
Merge pull request #711 from cmitzel-ncino/failonerrors-cmitzel
feat(action): adds flag to optionally fail on errors
2023-04-10 11:09:39 -03:00
Cooper
097b726807
fix(tests): remove log 2023-04-07 11:32:04 -04:00
Cooper
8589bb7e04
fix(action): add field to action 2023-04-07 11:30:10 -04:00
Cooper
6a9739b9a2
fix(docs): remove dupe 2023-04-05 12:13:54 -04:00
Cooper
7991e57b35
fix(action): refactor a value, add to docs 2023-04-05 12:11:01 -04:00
Cooper
2640e4c8bf
fix(action): fix bug with value, add tests 2023-04-05 11:23:02 -04:00