@itcase/config 1.0.71 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
rules: {
|
|
6
6
|
'type-case': [2, 'always', 'lower-case'],
|
|
7
7
|
'type-empty': [2, 'never'],
|
|
8
|
-
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'ci', 'other']],
|
|
8
|
+
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'test', 'ci', 'other']],
|
|
9
9
|
'body-empty': [1, 'always'],
|
|
10
10
|
'subject-case': [
|
|
11
11
|
2,
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
'scope-empty': [2, 'never'],
|
|
18
18
|
'scope-enum': [2, 'always', ['PLEASE', 'SET', 'SCOPE-ENUM']],
|
|
19
19
|
},
|
|
20
|
+
defaultIgnores: true,
|
|
20
21
|
prompt: {
|
|
21
22
|
settings: {
|
|
22
23
|
enableMultipleScopes: true,
|
|
@@ -40,6 +41,11 @@ export default {
|
|
|
40
41
|
description: 'Documentation only changes',
|
|
41
42
|
emoji: '📚',
|
|
42
43
|
},
|
|
44
|
+
test: {
|
|
45
|
+
description: 'Adding missing tests or correcting existing tests',
|
|
46
|
+
title: 'Tests',
|
|
47
|
+
emoji: '🚨',
|
|
48
|
+
},
|
|
43
49
|
ci: {
|
|
44
50
|
title: 'Continuous Integrations',
|
|
45
51
|
description: 'Changes to our CI configuration files and scripts',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.73",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Config",
|
|
6
6
|
"engines": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@commitlint/cz-commitlint": "^20.
|
|
33
|
+
"@commitlint/cz-commitlint": "^20.2.0",
|
|
34
34
|
"@lehoczky/postcss-fluid": "^1.0.3",
|
|
35
35
|
"@svgr/webpack": "^8.1.0",
|
|
36
36
|
"autoprefixer": "^10.4.22",
|
|
37
|
-
"inquirer": "^13.0.
|
|
37
|
+
"inquirer": "^13.0.2",
|
|
38
38
|
"cssnano": "^7.1.2",
|
|
39
39
|
"commitizen": "^4.3.1",
|
|
40
40
|
"cssnano-preset-default": "^7.0.10",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"postcss-nested-ancestors": "^3.0.0",
|
|
62
62
|
"postcss-normalize": "^13.0.1",
|
|
63
63
|
"postcss-prepend-imports": "^1.0.1",
|
|
64
|
-
"postcss-preset-env": "^10.
|
|
64
|
+
"postcss-preset-env": "^10.5.0",
|
|
65
65
|
"postcss-pxtorem": "^6.1.0",
|
|
66
66
|
"postcss-sort-media-queries": "^5.2.0",
|
|
67
|
-
"@commitlint/cli": "^20.
|
|
68
|
-
"@commitlint/config-conventional": "^20.
|
|
67
|
+
"@commitlint/cli": "^20.2.0",
|
|
68
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
69
69
|
"postcss-url": "^10.1.3",
|
|
70
70
|
"postcss-urlrewrite": "^0.3.0"
|
|
71
71
|
},
|
|
@@ -77,8 +77,9 @@
|
|
|
77
77
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
78
78
|
"eslint": "^9.39.1",
|
|
79
79
|
"husky": "^9.1.7",
|
|
80
|
+
"inquirer": "^13.0.2",
|
|
80
81
|
"lint-staged": "^16.2.7",
|
|
81
|
-
"prettier": "^3.7.
|
|
82
|
+
"prettier": "^3.7.4",
|
|
82
83
|
"semantic-release": "^24.2.9",
|
|
83
84
|
"stylelint": "^16.26.1",
|
|
84
85
|
"typescript": "^5.9.3"
|