Skip to content
Snippets Groups Projects
Commit e7365f68 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

chore: :art: changes to commtilint conventional

Before the commitlint config for angular was used now we
use conventional (adds e.g. chore as a type, which I use very
often)
parent 03101bc7
No related branches found
No related tags found
1 merge request!7refactor(rawjsonvis): moves rawjsonvis into own component
{ {
"extends": ["@commitlint/config-angular"], "extends": ["@commitlint/config-conventional"],
"rules": {} "rules": {}
} }
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@reduxjs/toolkit": "^1.7.1", "@reduxjs/toolkit": "^1.7.1",
"@types/react-grid-layout": "^1.3.0", "@types/react-grid-layout": "^1.3.0",
"@types/styled-components": "^5.1.21", "@types/styled-components": "^5.1.21",
......
...@@ -1318,6 +1318,13 @@ ...@@ -1318,6 +1318,13 @@
dependencies: dependencies:
"@commitlint/config-angular-type-enum" "^16.0.0" "@commitlint/config-angular-type-enum" "^16.0.0"
   
"@commitlint/config-conventional@^16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.0.0.tgz#f42d9e1959416b5e691c8b5248fc2402adb1fc03"
integrity sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==
dependencies:
conventional-changelog-conventionalcommits "^4.3.1"
"@commitlint/config-validator@^16.1.0": "@commitlint/config-validator@^16.1.0":
version "16.1.0" version "16.1.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.1.0.tgz#410979f713ed55cbb85504d46295c1fd2419dc4d" resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.1.0.tgz#410979f713ed55cbb85504d46295c1fd2419dc4d"
...@@ -6639,7 +6646,7 @@ conventional-changelog-conventionalcommits@4.6.1: ...@@ -6639,7 +6646,7 @@ conventional-changelog-conventionalcommits@4.6.1:
lodash "^4.17.15" lodash "^4.17.15"
q "^1.5.1" q "^1.5.1"
   
conventional-changelog-conventionalcommits@^4.5.0: conventional-changelog-conventionalcommits@^4.3.1, conventional-changelog-conventionalcommits@^4.5.0:
version "4.6.3" version "4.6.3"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2" resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g== integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment