dependabot[bot]
|
b89e365fa6
|
chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.1.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v9.1.0)
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-01 12:01:46 +00:00 |
|
Wagner Santos
|
22e654bdab
|
ci: group minor and patch updates in a single PR
|
2024-04-01 08:57:46 -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 |
|
Cooper
|
83467da07b
|
feat(action): adds flag to optionally fail on errors
|
2023-04-03 16:46:31 -04:00 |
|
GitHub Action
|
09faa1aae8
|
chore(release): publish 5.3.1 [skip-ci]
|
2023-02-15 14:08:22 +00:00 |
|
Wagner Santos
|
6b8751a404
|
Merge pull request #625 from wagoid/dependabot/npm_and_yarn/json5-1.0.2
chore(deps): bump json5 from 1.0.1 to 1.0.2
|
2023-02-15 11:00:21 -03:00 |
|