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

424 commits

Author SHA1 Message Date
GitHub Action
d608cb14ef chore(release): publish 4.1.12 [skip-ci] 2022-05-07 09:39:05 +00:00
Wagner Santos
0f5f7da0b6
Merge pull request #411 from wagoid/ci/fix-unsafe-repository-issue
ci: set workspace directory as safe after checkout
2022-05-07 06:37:44 -03:00
Wagner Santos
ce9a8cb8ca fix: set workspace directory as safe in the entrypoint
`actions/checkout` already fixed the issue on their side in
[v3.0.1](https://github.com/actions/checkout/releases/tag/v3.0.1).
But since this is a container action, it can be run with another uid than the one
from `actions/checkout` and therefore we need to add the `safe.directory` config again.

Another way of fixing this would be to make this action run with the same uid as the github runner,
 but as mentioned [here](https://github.com/actions/checkout/issues/760#issuecomment-1098135955)
we're not sure whether the `1000` uid of the runner is reliable.

The different `uid` issue seems more like a Github Actions ecosystem problem,
maybe they'll take care of it later.
2022-05-07 06:31:36 -03:00
Wagner Santos
534ab208f0
Merge pull request #383 from Fdawgs/chore/husky
chore(.husky): remove unnecessary .gitignore [skip-ci]
2022-04-15 13:49:06 -03:00
Frazer Smith
ce2ed3ee14
chore(.husky): add husky source [skip-ci] 2022-04-15 14:11:06 +01:00
Frazer Smith
f464c30152
chore(.husky): remove unnecessary .gitignore [skip-ci] 2022-04-11 08:44:09 +01:00
Wagner Santos
ba2f2b5735
Merge pull request #375 from wagoid/dependabot/npm_and_yarn/commitlint/cli-16.2.3
chore(deps-dev): bump @commitlint/cli from 13.2.1 to 16.2.3
2022-04-06 18:32:45 -03:00
Wagner Santos
cf75e07e55
Merge pull request #320 from wagoid/dependabot/npm_and_yarn/conventional-changelog-cli-2.2.2
chore(deps-dev): bump conventional-changelog-cli from 2.1.1 to 2.2.2
2022-04-06 18:32:36 -03:00
dependabot[bot]
bbf526cbe6
chore(deps-dev): bump @commitlint/cli from 13.2.1 to 16.2.3
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 13.2.1 to 16.2.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.3/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:30:52 +00:00
dependabot[bot]
30438086ec
chore(deps-dev): bump conventional-changelog-cli from 2.1.1 to 2.2.2
Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.1.1 to 2.2.2.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2)

---
updated-dependencies:
- dependency-name: conventional-changelog-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:30:32 +00:00
Wagner Santos
d2d40e42b8
Merge pull request #369 from wagoid/dependabot/npm_and_yarn/lint-staged-12.3.7
chore(deps-dev): bump lint-staged from 11.1.2 to 12.3.7
2022-04-06 18:29:52 -03:00
Wagner Santos
3adf47705b
Merge pull request #365 from wagoid/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.3
chore(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.3
2022-04-06 18:29:36 -03:00
Wagner Santos
3aaeccdef1
Merge pull request #341 from wagoid/dependabot/npm_and_yarn/commitlint/ensure-16.2.1
chore(deps-dev): bump @commitlint/ensure from 13.2.0 to 16.2.1
2022-04-06 18:29:20 -03:00
dependabot[bot]
8a53ce6bf6
chore(deps-dev): bump lint-staged from 11.1.2 to 12.3.7
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.2 to 12.3.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.1.2...v12.3.7)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:24:57 +00:00
dependabot[bot]
5b04950331
chore(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.3
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 20.0.0 to 21.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.3/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:24:41 +00:00
dependabot[bot]
505b2c9fbe
chore(deps-dev): bump @commitlint/ensure from 13.2.0 to 16.2.1
Bumps [@commitlint/ensure](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/ensure) from 13.2.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/ensure/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/ensure)

---
updated-dependencies:
- dependency-name: "@commitlint/ensure"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:24:12 +00:00
Wagner Santos
6ada918d84
Merge pull request #349 from wagoid/dependabot/npm_and_yarn/rollup/plugin-babel-5.3.1
chore(deps-dev): bump @rollup/plugin-babel from 5.3.0 to 5.3.1
2022-04-06 18:24:05 -03:00
Wagner Santos
e5e453835c
Merge pull request #359 from wagoid/dependabot/npm_and_yarn/jest-27.5.1
chore(deps-dev): bump jest from 27.2.4 to 27.5.1
2022-04-06 18:23:44 -03:00
Wagner Santos
167aaf2e24
Merge pull request #358 from wagoid/dependabot/npm_and_yarn/babel-jest-27.5.1
chore(deps-dev): bump babel-jest from 27.2.4 to 27.5.1
2022-04-06 18:23:35 -03:00
dependabot[bot]
48f0c6c84e
chore(deps-dev): bump jest from 27.2.4 to 27.5.1
Bumps [jest](https://github.com/facebook/jest) from 27.2.4 to 27.5.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.4...v27.5.1)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:23:24 +00:00
dependabot[bot]
7c14cdfa6d
chore(deps-dev): bump babel-jest from 27.2.4 to 27.5.1
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.2.4 to 27.5.1.
- [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.5.1/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:23:06 +00:00
Wagner Santos
0d00942955
Merge pull request #329 from wagoid/dependabot/npm_and_yarn/babel/preset-env-7.16.11
chore(deps-dev): bump @babel/preset-env from 7.15.6 to 7.16.11
2022-04-06 18:22:30 -03:00
Wagner Santos
41396d6e00
Merge pull request #287 from wagoid/dependabot/npm_and_yarn/eslint-config-airbnb-base-15.0.0
chore(deps-dev): bump eslint-config-airbnb-base from 14.2.1 to 15.0.0
2022-04-06 18:22:13 -03:00
dependabot[bot]
7867438212
chore(deps-dev): bump @rollup/plugin-babel from 5.3.0 to 5.3.1
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v5.3.1/packages/babel)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:22:02 +00:00
Wagner Santos
5c9efba5f0
Merge pull request #266 from wagoid/dependabot/npm_and_yarn/husky-7.0.4
chore(deps-dev): bump husky from 7.0.2 to 7.0.4
2022-04-06 18:21:59 -03:00
Wagner Santos
0f29b17d91
Merge pull request #328 from wagoid/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.1.3
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.5 to 13.1.3
2022-04-06 18:20:37 -03:00
Wagner Santos
c9ec105c84
Merge pull request #302 from wagoid/dependabot/npm_and_yarn/testdouble-3.16.4
chore(deps-dev): bump testdouble from 3.16.2 to 3.16.4
2022-04-06 18:20:06 -03:00
dependabot[bot]
72f3db574e
chore(deps-dev): bump testdouble from 3.16.2 to 3.16.4
Bumps [testdouble](https://github.com/testdouble/testdouble.js) from 3.16.2 to 3.16.4.
- [Release notes](https://github.com/testdouble/testdouble.js/releases)
- [Changelog](https://github.com/testdouble/testdouble.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testdouble/testdouble.js/compare/v3.16.2...v3.16.4)

---
updated-dependencies:
- dependency-name: testdouble
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 21:19:06 +00:00
Wagner Santos
e58980e2aa
Merge pull request #373 from wagoid/dependabot/npm_and_yarn/rollup-2.70.1
chore(deps-dev): bump rollup from 2.58.0 to 2.70.1
2022-04-06 18:18:15 -03:00
GitHub Action
ca212b3558 chore(release): publish 4.1.11 [skip-ci] 2022-04-06 21:13:56 +00:00
Wagner Santos
06b7427579
Merge pull request #382 from Fdawgs/build/dependabot
ci: skip release on dev dependency updates
2022-04-06 18:12:36 -03:00
Frazer Smith
ae79574503
ci: skip release on dev dependency updates 2022-04-03 18:14:09 +01:00
GitHub Action
61e2e5459f chore(release): publish 4.1.10 [skip-ci] 2022-04-01 06:48:18 +00:00
dependabot[bot]
56a5f8a20c
chore(deps-dev): bump rollup from 2.58.0 to 2.70.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.58.0 to 2.70.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.58.0...v2.70.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:44:02 +00:00
dependabot[bot]
76ed0da998
chore(deps-dev): bump standard-version from 9.3.1 to 9.3.2 (#265)
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.3.1 to 9.3.2.
- [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.3.1...v9.3.2)

---
updated-dependencies:
- dependency-name: standard-version
  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>
2022-04-01 08:43:03 +02:00
dependabot[bot]
0b3bf099d4
chore(deps-dev): bump @babel/preset-env from 7.15.6 to 7.16.11
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.15.6 to 7.16.11.
- [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.16.11/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:39:25 +00:00
dependabot[bot]
275241cc88
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.5 to 13.1.3
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.5 to 13.1.3.
- [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.1.3/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:39:10 +00:00
dependabot[bot]
4fc91d9b18
chore(deps-dev): bump @jest/globals from 27.2.4 to 27.5.1 (#343)
Bumps [@jest/globals](https://github.com/facebook/jest/tree/HEAD/packages/jest-globals) from 27.2.4 to 27.5.1.
- [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.5.1/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>
2022-04-01 08:38:31 +02:00
dependabot[bot]
00fe23a9e4
chore(deps-dev): bump @babel/core from 7.15.5 to 7.17.8 (#366)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.5 to 7.17.8.
- [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.17.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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>
2022-04-01 08:38:20 +02:00
dependabot[bot]
94ea2d315c
chore(deps-dev): bump eslint-config-airbnb-base from 14.2.1 to 15.0.0
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-airbnb-base
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:38:09 +00:00
dependabot[bot]
d7e1e17d99
chore(deps-dev): bump husky from 7.0.2 to 7.0.4
Bumps [husky](https://github.com/typicode/husky) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.2...v7.0.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:38:05 +00:00
dependabot[bot]
70c677c807
chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.5.0 (#371)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.3.0...v8.5.0)

---
updated-dependencies:
- dependency-name: eslint-config-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>
2022-04-01 08:38:03 +02:00
dependabot[bot]
9fb21d585a
chore(deps-dev): bump prettier from 2.4.1 to 2.6.1 (#377)
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.6.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/2.4.1...2.6.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>
2022-04-01 08:37:25 +02:00
dependabot[bot]
2065ac747c
chore(deps-dev): bump eslint from 7.32.0 to 8.12.0 (#378)
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.12.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 08:37:13 +02:00
GitHub Action
296247dfa6 chore(release): publish 4.1.9 [skip-ci] 2021-10-11 18:51:52 +00:00
Wagner Santos
40f450564b
Merge pull request #259 from wagoid/fix/help-url-ignored
fix: use helpUrl from config when present
2021-10-11 15:49:27 -03:00
wagoid
6f0b49bb7b fix: use helpUrl from config when present
Fixes #234
2021-10-11 15:46:36 -03:00
GitHub Action
06415ebf95 chore(release): publish 4.1.8 [skip-ci] 2021-10-11 18:43:50 +00:00
Wagner Santos
a5ab401c4d
Merge pull request #258 from wagoid/chore/upgrade-commitlint-dev-deps
chore(deps-dev): upgrade @commitlint/* dev deps
2021-10-11 15:42:39 -03:00
wagoid
c13f233eb8 chore(deps): upgrade commitlint-plugin-function-rules 2021-10-11 15:39:10 -03:00