Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.0
Choose a base ref
...
head repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref

Commits on Sep 16, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dc4dfd7 View commit details

Commits on Sep 19, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ba5fcb6 View commit details

Commits on Sep 23, 2019

  1. feat(cli): add helpurl flag (#789)

    * feat(cli): add helpurl flag
    
    * fix(cli): remove space before helpurl
    AnWeber authored and marionebl committed Sep 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    75cef4e View commit details
  2. docs: add commitlint-config-jira to shared configurations list (#793)

    Gherciu Gheorghe authored and marionebl committed Sep 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    787d7cd View commit details
  3. chore: pin dependencies

    renovate-bot authored and marionebl committed Sep 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    40bb122 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e854754 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    60e5f56 View commit details
  6. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3c45c46 View commit details
  7. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e5fe5f1 View commit details
  8. Update dependency semver to v6.3.0

    renovate-bot authored and marionebl committed Sep 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5231e4c View commit details
  9. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a876fb8 View commit details
  10. Update dependency pkg-dir to v4

    renovate-bot authored and marionebl committed Sep 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a859fb7 View commit details
  11. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d7251db View commit details
  12. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    baa5cb3 View commit details
  13. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8c0ad4d View commit details
  14. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    56bc550 View commit details
  15. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e8831b9 View commit details
  16. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    541f205 View commit details
  17. Copy the full SHA
    4453096 View commit details
  18. chore: update lerna monorepo

    renovate-bot authored and marionebl committed Sep 23, 2019
    Copy the full SHA
    27877ef View commit details

Commits on Sep 24, 2019

  1. Copy the full SHA
    fff106b View commit details
  2. Copy the full SHA
    769b44f View commit details

Commits on Sep 26, 2019

  1. Copy the full SHA
    1362549 View commit details

Commits on Sep 27, 2019

  1. Copy the full SHA
    25714e4 View commit details

Commits on Oct 16, 2019

  1. Copy the full SHA
    ecac29f View commit details
  2. feat(config-conventional): use parser with short breaking change supp…

    …ort (#821)
    
    * feat(load): add parser preset factory support
    
    The latest conventional changelog parser options is loaded using a secondary promise. Load it before using the parserOpts property.
    
    * refactor(config-conventional): use preset with short breaking change
    
    * fix(config-conventional): define new parser as dependency
    byCedric authored Oct 16, 2019
    Copy the full SHA
    4b5300a View commit details
  3. v8.3.0

    byCedric committed Oct 16, 2019
    Copy the full SHA
    e2edc43 View commit details
Showing with 1,464 additions and 887 deletions.
  1. +8 −0 @alias/commitlint-config-angular/CHANGELOG.md
  2. +3 −3 @alias/commitlint-config-angular/package.json
  3. +8 −0 @alias/commitlint-config-lerna-scopes/CHANGELOG.md
  4. +3 −3 @alias/commitlint-config-lerna-scopes/package.json
  5. +8 −0 @alias/commitlint-config-patternplate/CHANGELOG.md
  6. +3 −3 @alias/commitlint-config-patternplate/package.json
  7. +8 −0 @alias/commitlint/CHANGELOG.md
  8. +4 −4 @alias/commitlint/package.json
  9. +11 −0 @commitlint/cli/CHANGELOG.md
  10. +1 −1 @commitlint/cli/fixtures/husky/integration/package.json
  11. +1 −1 @commitlint/cli/fixtures/husky/package.json
  12. +1 −1 @commitlint/cli/fixtures/signoff/package.json
  13. +10 −10 @commitlint/cli/package.json
  14. +8 −2 @commitlint/cli/src/cli.js
  15. +14 −0 @commitlint/cli/src/cli.test.js
  16. +8 −0 @commitlint/config-angular-type-enum/CHANGELOG.md
  17. +2 −2 @commitlint/config-angular-type-enum/package.json
  18. +8 −0 @commitlint/config-angular/CHANGELOG.md
  19. +3 −3 @commitlint/config-angular/package.json
  20. +11 −0 @commitlint/config-conventional/CHANGELOG.md
  21. +1 −0 @commitlint/config-conventional/index.js
  22. +5 −2 @commitlint/config-conventional/package.json
  23. +8 −0 @commitlint/config-lerna-scopes/CHANGELOG.md
  24. +1 −1 @commitlint/config-lerna-scopes/fixtures/basic/package.json
  25. +1 −1 @commitlint/config-lerna-scopes/fixtures/empty/package.json
  26. +1 −1 @commitlint/config-lerna-scopes/fixtures/lerna-two/package.json
  27. +1 −1 @commitlint/config-lerna-scopes/fixtures/scoped/package.json
  28. +6 −6 @commitlint/config-lerna-scopes/package.json
  29. +8 −0 @commitlint/config-patternplate/CHANGELOG.md
  30. +4 −4 @commitlint/config-patternplate/package.json
  31. +8 −0 @commitlint/core/CHANGELOG.md
  32. +5 −5 @commitlint/core/package.json
  33. +8 −0 @commitlint/ensure/CHANGELOG.md
  34. +3 −3 @commitlint/ensure/package.json
  35. +8 −0 @commitlint/execute-rule/CHANGELOG.md
  36. +6 −6 @commitlint/execute-rule/package.json
  37. +8 −0 @commitlint/format/CHANGELOG.md
  38. +4 −4 @commitlint/format/package.json
  39. +8 −0 @commitlint/is-ignored/CHANGELOG.md
  40. +5 −5 @commitlint/is-ignored/package.json
  41. +8 −0 @commitlint/lint/CHANGELOG.md
  42. +9 −9 @commitlint/lint/package.json
  43. +11 −0 @commitlint/load/CHANGELOG.md
  44. +5 −0 @commitlint/load/fixtures/parser-preset-factory/commitlint.config.js
  45. +10 −0 @commitlint/load/fixtures/parser-preset-factory/conventional-changelog-factory.js
  46. +7 −7 @commitlint/load/package.json
  47. +7 −1 @commitlint/load/src/index.js
  48. +14 −0 @commitlint/load/src/index.test.js
  49. +8 −0 @commitlint/message/CHANGELOG.md
  50. +3 −3 @commitlint/message/package.json
  51. +8 −0 @commitlint/parse/CHANGELOG.md
  52. +6 −6 @commitlint/parse/package.json
  53. +8 −0 @commitlint/prompt-cli/CHANGELOG.md
  54. +4 −4 @commitlint/prompt-cli/package.json
  55. +8 −0 @commitlint/prompt/CHANGELOG.md
  56. +6 −6 @commitlint/prompt/package.json
  57. +8 −0 @commitlint/read/CHANGELOG.md
  58. +6 −6 @commitlint/read/package.json
  59. +11 −0 @commitlint/resolve-extends/CHANGELOG.md
  60. +5 −5 @commitlint/resolve-extends/package.json
  61. +16 −0 @commitlint/resolve-extends/src/index.test.ts
  62. +2 −1 @commitlint/resolve-extends/src/index.ts
  63. +8 −0 @commitlint/rules/CHANGELOG.md
  64. +9 −9 @commitlint/rules/package.json
  65. +8 −0 @commitlint/to-lines/CHANGELOG.md
  66. +3 −3 @commitlint/to-lines/package.json
  67. +8 −0 @commitlint/top-level/CHANGELOG.md
  68. +3 −3 @commitlint/top-level/package.json
  69. +8 −0 @commitlint/travis-cli/CHANGELOG.md
  70. +5 −5 @commitlint/travis-cli/package.json
  71. +8 −0 @packages/utils/CHANGELOG.md
  72. +5 −5 @packages/utils/package.json
  73. +19 −5 CHANGELOG.md
  74. +1 −0 README.md
  75. +1 −1 lerna.json
  76. +5 −5 package.json
  77. +981 −731 yarn.lock
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-angular





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-angular
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
@@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^8.2.0"
"@commitlint/config-angular": "^8.3.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-lerna-scopes





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-lerna-scopes
6 changes: 3 additions & 3 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
@@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^8.2.0"
"@commitlint/config-lerna-scopes": "^8.3.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-patternplate





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-patternplate
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
@@ -28,7 +28,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^8.2.0",
"@commitlint/utils": "^8.2.0"
"@commitlint/config-patternplate": "^8.3.0",
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint
8 changes: 4 additions & 4 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
@@ -34,11 +34,11 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.2.0",
"read-pkg": "3.0.0",
"@commitlint/cli": "^8.3.0",
"read-pkg": "5.2.0",
"resolve-pkg": "2.0.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
11 changes: 11 additions & 0 deletions @commitlint/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


### Features

* **cli:** add helpurl flag ([#789](https://github.com/conventional-changelog/commitlint/issues/789)) ([75cef4e](https://github.com/conventional-changelog/commitlint/commit/75cef4e))





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)


2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.7.0"
"husky": "3.0.5"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.7.0"
"husky": "3.0.5"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/signoff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.7.0"
"husky": "3.0.5"
}
}
20 changes: 10 additions & 10 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commit messages",
"files": [
"index.js",
@@ -53,31 +53,31 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^8.2.0",
"@commitlint/utils": "^8.2.0",
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "5.1.1",
"cross-env": "6.0.0",
"execa": "0.11.0",
"mkdirp": "0.5.1",
"pkg-dir": "2.0.0",
"pkg-dir": "4.2.0",
"resolve-bin": "0.4.0",
"sander": "0.6.0",
"string-to-stream": "1.1.1",
"tmp": "0.1.0"
},
"dependencies": {
"@commitlint/format": "^8.2.0",
"@commitlint/lint": "^8.2.0",
"@commitlint/load": "^8.2.0",
"@commitlint/read": "^8.2.0",
"@commitlint/format": "^8.3.0",
"@commitlint/lint": "^8.3.0",
"@commitlint/load": "^8.3.0",
"@commitlint/read": "^8.3.0",
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
"get-stdin": "7.0.0",
"lodash": "4.17.14",
"lodash": "4.17.15",
"meow": "5.0.0",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0"
10 changes: 8 additions & 2 deletions @commitlint/cli/src/cli.js
Original file line number Diff line number Diff line change
@@ -56,6 +56,11 @@ const flags = {
type: 'boolean',
description: 'display this help message'
},
'help-url': {
alias: 'H',
type: 'string',
description: 'helpurl in error message'
},
from: {
alias: 'f',
default: null,
@@ -220,8 +225,9 @@ async function main(options) {
const output = format(report, {
color: flags.color,
verbose: flags.verbose,
helpUrl:
'https://github.com/conventional-changelog/commitlint/#what-is-commitlint'
helpUrl: flags.helpUrl
? flags.helpUrl.trim()
: 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint'
});

if (!flags.quiet && output !== '') {
14 changes: 14 additions & 0 deletions @commitlint/cli/src/cli.test.js
Original file line number Diff line number Diff line change
@@ -71,6 +71,20 @@ test('should produce help for problems', async t => {
t.is(actual.code, 1);
});

test('should produce help for problems with correct helpurl', async t => {
const cwd = await git.bootstrap('fixtures/default');
const actual = await cli(
['-H https://github.com/conventional-changelog/commitlint/#testhelpurl'],
{cwd}
)('foo: bar');
t.true(
actual.stdout.includes(
'Get help: https://github.com/conventional-changelog/commitlint/#testhelpurl'
)
);
t.is(actual.code, 1);
});

test('should fail for input from stdin without rules', async t => {
const cwd = await git.bootstrap('fixtures/empty');
const actual = await cli([], {cwd})('foo: bar');
8 changes: 8 additions & 0 deletions @commitlint/config-angular-type-enum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-angular-type-enum





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-angular-type-enum
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
@@ -29,6 +29,6 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @commitlint/config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-angular





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-angular
6 changes: 3 additions & 3 deletions @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
@@ -29,9 +29,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^8.2.0"
"@commitlint/config-angular-type-enum": "^8.3.0"
}
}
11 changes: 11 additions & 0 deletions @commitlint/config-conventional/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


### Features

* **config-conventional:** use parser with short breaking change support ([#821](https://github.com/conventional-changelog/commitlint/issues/821)) ([4b5300a](https://github.com/conventional-changelog/commitlint/commit/4b5300a))





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-conventional
1 change: 1 addition & 0 deletions @commitlint/config-conventional/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
'footer-leading-blank': [1, 'always'],
7 changes: 5 additions & 2 deletions @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
@@ -32,6 +32,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.1.0"
}
}
Loading