wagoid
bf83d2b35c
fix: vulnerabilities from npm audit
...
- https://www.npmjs.com/advisories/1770
- https://www.npmjs.com/advisories/1771
- https://www.npmjs.com/advisories/1779
- https://www.npmjs.com/advisories/1781
2021-09-11 08:32:30 -03:00
wagoid
0eaaf56130
chore(deps-dev): upgrade dev deps
2021-09-11 08:32:30 -03:00
wagoid
42197aa909
chore(deps): upgrade @commitlint packages
2021-09-11 08:32:30 -03:00
wagoid
961b6d4cd7
fix: action failing to check footer of a single commit
...
Fixes #187
2021-09-11 08:32:21 -03:00
GitHub Action
3f5090cd66
chore(release): publish 4.1.2 [skip-ci]
2021-09-11 10:52:57 +00:00
Varun Sharma
0e361e0644
ci: restrict permissions for the GITHUB_TOKEN in .github/workflows/ci.yml ( #231 )
...
Co-authored-by: Step Security <bot@stepsecurity.io>
2021-09-11 07:51:34 -03:00
dependabot[bot]
c83839c3c0
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](https://github.com/actions/setup-node/compare/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>
2021-09-01 02:01:00 +00:00
GitHub Action
59203cb6ee
chore(release): publish 4.1.1 [skip-ci]
2021-07-17 20:02:08 +00:00
Wagner Santos
0fe41321ba
Merge pull request #162 from wagoid/dependabot/npm_and_yarn/actions/github-5.0.0
...
chore(deps): bump @actions/github from 4.0.0 to 5.0.0
2021-07-17 17:01:03 -03:00
wagoid
d126fb6700
docs: reference v4 instead of v3 on Inputs section of readme
2021-07-17 16:57:52 -03:00
dependabot[bot]
940dc8ae05
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>
2021-07-17 16:57:22 -03:00
GitHub Action
ef84115a74
chore(release): publish 4.1.0 [skip-ci]
2021-07-17 15:29:45 +00:00
Wagner Santos
7a9b6965f0
Merge pull request #198 from wagoid/fix/commitlint-plugin-function-rules
...
feat: officially support commitlint-plugin-function-rules
2021-07-17 12:28:35 -03:00
wagoid
d6d6fc0ae0
feat: officially support commitlint-plugin-function-rules
...
Resolves #196
2021-07-17 12:25:55 -03:00
GitHub Action
66a6cf045d
chore(release): publish 4.0.3 [skip-ci]
2021-07-17 15:23:04 +00:00
Wagner Santos
974c6904bc
Merge pull request #197 from wagoid/fix/build-the-action-with-rollup
...
fix: build the action with rollup
2021-07-17 12:22:08 -03:00
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
Wagner Santos
41bc97535b
Merge pull request #195 from wagoid/fix/default-to-cjs-extension
...
fix: default to .cjs extension in config files
2021-07-15 15:54:25 -03:00
wagoid
5b6cd1b23a
fix: default to .cjs extension in config files
2021-07-15 15:51:26 -03:00
GitHub Action
0dd6697d4c
chore(release): publish 4.0.1 [skip-ci]
2021-07-15 09:06:01 +00:00
Wagner Santos
46370a52cb
Merge pull request #193 from wagoid/chore/upgrade-deps-and-readme
...
chore: upgrade deps and readme
2021-07-15 06:04:32 -03:00
wagoid
e0fb983535
chore(deps-dev): upgrade devDeps and actions
2021-07-15 05:50:16 -03:00
wagoid
9ab6c49482
chore(dx): add .nvmrc file
2021-07-15 05:49:56 -03:00
wagoid
6ee5392862
docs: use v4 on usage instructions
2021-07-15 05:43:23 -03:00
GitHub Action
c6ec005917
chore(release): publish 4.0.0 [skip-ci]
2021-07-15 08:37:24 +00:00
Wagner Santos
711b4f40aa
Merge pull request #189 from wagoid/chore/upgrade-deps
...
chore: upgrade dependencies
2021-07-15 05:35:03 -03: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
Wagner Santos
cdbc702428
Merge pull request #158 from rizet/master
...
docs: resolve ambiguities
2021-05-19 06:30:28 -03:00
rizet
203ccfe5a4
docs: specify how to supply inputs
2021-05-18 18:48:01 -04:00
rizet
4874b95858
docs: link to more information on configurations
2021-05-18 18:47:19 -04:00
GitHub Action
a23ae3cf6e
chore(release): publish 3.1.3 [skip-ci]
2021-05-10 16:50:57 +00:00
dependabot[bot]
7bd8b29e85
chore(deps): bump lodash from 4.17.20 to 4.17.21 ( #154 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 18:49:12 +02:00
GitHub Action
f18b9d06dc
chore(release): publish 3.1.2 [skip-ci]
2021-05-08 19:59:28 +00:00
dependabot[bot]
848037f2af
chore(deps): bump handlebars from 4.7.6 to 4.7.7 ( #153 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 21:58:01 +02:00
GitHub Action
6fc8cf6b6d
chore(release): publish 3.1.1 [skip-ci]
2021-05-04 10:53:58 +00:00
Wagner Santos
b9ec86ae5a
Merge pull request #152 from sschuberth/patch-1
...
README: Add a link to the commitlink project
2021-05-04 07:52:34 -03:00
Sebastian Schuberth
ae7ecde18b
docs(readme): add a link to the commitlink homepage
2021-05-04 12:42:31 +02:00
GitHub Action
1c603de78c
chore(release): publish 3.1.0 [skip-ci]
2021-04-06 10:53:29 +00:00
Wagner Santos
1338299617
Merge pull request #135 from wagoid/feat/pull-request-target-event
...
feat: add support for pull_request_target event
2021-04-06 07:49:35 -03:00
wagoid
de51303046
feat: add support for pull_request_target event
...
Previously, the action was treating pull_request_target event as a regular push,
which was causing some issues.
2021-04-05 09:13:29 -03:00
GitHub Action
ab798dde93
chore(release): publish 3.0.8 [skip-ci]
2021-04-05 08:11:16 +00:00
Wagner Santos
4fbd5beb47
Merge pull request #131 from wagoid/docs/use-v3-action
...
docs: use v3 action on README.md
2021-04-05 05:09:45 -03:00
Wagner Santos
9c4a2f86a5
docs: use v3 action on README.md
2021-04-05 05:00:44 -03: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