Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: ff8850997bbf2b28a336a04fa9346173ed1d7b13
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: da9a3259387e048dfe8dd1294dbce65aa16ef6a8
Choose a head ref
Showing with 767 additions and 697 deletions.
  1. +1 −1 docs/index.md
  2. +1 −1 docs/reference/configuration.md
  3. +7 −7 package.json
  4. +758 −688 yarn.lock
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ hero:
link: /concepts/commit-conventions

features:
- title: Sharable configs
- title: Shareable configs
details: By supporting npm-installed configurations it makes sharing of commit conventions easy.
icon: 🌏
link: /concepts/shareable-config
2 changes: 1 addition & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ export default {

:::

More information can be found in the [Concepts – sharable config section](/concepts/shareable-config).
More information can be found in the [Concepts – shareable config section](/concepts/shareable-config).

## Parser presets

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -86,23 +86,23 @@
},
"devDependencies": {
"@lerna/project": "^6.0.0",
"@swc/core": "^1.4.2",
"@swc/core": "^1.7.18",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/coverage-istanbul": "^2.0.5",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jest": "^28.8.0",
"husky": "^9.0.11",
"lerna": "^6.0.0",
"lint-staged": "15.2.2",
"lint-staged": "15.2.9",
"prettier": "^2.8.8",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.44",
"vitepress": "^1.3.4",
"vitepress-plugin-tabs": "^0.5.0",
"vitest": "^1.3.1",
"vue": "^3.4.19"
"vitest": "^2.0.5",
"vue": "^3.4.38"
}
}
1,446 changes: 758 additions & 688 deletions yarn.lock

Large diffs are not rendered by default.