conventional-changelog-storm-software 0.3.77 → 0.3.78
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.
- package/dist/configs/index.d.cts +3 -3
- package/dist/configs/index.d.ts +3 -3
- package/dist/configs/minimal.d.cts +2 -2
- package/dist/configs/minimal.d.ts +2 -2
- package/dist/configs/monorepo.d.cts +4 -4
- package/dist/configs/monorepo.d.ts +4 -4
- package/dist/index.cjs +5 -5
- package/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/configs/index.d.cts
CHANGED
|
@@ -189,7 +189,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
189
189
|
"footer-max-line-length": (string | number)[];
|
|
190
190
|
"header-max-length": (string | number)[];
|
|
191
191
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
192
|
-
"subject-case": (string |
|
|
192
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
193
193
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
194
194
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
195
195
|
"subject-max-length": (string | number)[];
|
|
@@ -398,7 +398,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
398
398
|
"footer-max-line-length": (string | number)[];
|
|
399
399
|
"header-max-length": (string | number)[];
|
|
400
400
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
401
|
-
"subject-case": (string |
|
|
401
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
402
402
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
403
403
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
404
404
|
"subject-max-length": (string | number)[];
|
|
@@ -408,7 +408,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
408
408
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
409
409
|
"type-max-length": (string | number)[];
|
|
410
410
|
"type-min-length": (string | number)[];
|
|
411
|
-
"scope-case": (string |
|
|
411
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
412
412
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
413
413
|
};
|
|
414
414
|
settings: {
|
package/dist/configs/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
189
189
|
"footer-max-line-length": (string | number)[];
|
|
190
190
|
"header-max-length": (string | number)[];
|
|
191
191
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
192
|
-
"subject-case": (string |
|
|
192
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
193
193
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
194
194
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
195
195
|
"subject-max-length": (string | number)[];
|
|
@@ -398,7 +398,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
398
398
|
"footer-max-line-length": (string | number)[];
|
|
399
399
|
"header-max-length": (string | number)[];
|
|
400
400
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
401
|
-
"subject-case": (string |
|
|
401
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
402
402
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
403
403
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
404
404
|
"subject-max-length": (string | number)[];
|
|
@@ -408,7 +408,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
408
408
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
409
409
|
"type-max-length": (string | number)[];
|
|
410
410
|
"type-min-length": (string | number)[];
|
|
411
|
-
"scope-case": (string |
|
|
411
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
412
412
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
413
413
|
};
|
|
414
414
|
settings: {
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string |
|
|
65
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -270,7 +270,7 @@ declare const config: {
|
|
|
270
270
|
"footer-max-line-length": (string | number)[];
|
|
271
271
|
"header-max-length": (string | number)[];
|
|
272
272
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
273
|
-
"subject-case": (string |
|
|
273
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
274
274
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
275
275
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-max-length": (string | number)[];
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string |
|
|
65
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -270,7 +270,7 @@ declare const config: {
|
|
|
270
270
|
"footer-max-line-length": (string | number)[];
|
|
271
271
|
"header-max-length": (string | number)[];
|
|
272
272
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
273
|
-
"subject-case": (string |
|
|
273
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
274
274
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
275
275
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-max-length": (string | number)[];
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string |
|
|
65
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -72,7 +72,7 @@ declare const commitlint: {
|
|
|
72
72
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
73
73
|
"type-max-length": (string | number)[];
|
|
74
74
|
"type-min-length": (string | number)[];
|
|
75
|
-
"scope-case": (string |
|
|
75
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
76
76
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
77
77
|
};
|
|
78
78
|
settings: {
|
|
@@ -271,7 +271,7 @@ declare const config: {
|
|
|
271
271
|
"footer-max-line-length": (string | number)[];
|
|
272
272
|
"header-max-length": (string | number)[];
|
|
273
273
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
274
|
-
"subject-case": (string |
|
|
274
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
275
275
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
277
277
|
"subject-max-length": (string | number)[];
|
|
@@ -281,7 +281,7 @@ declare const config: {
|
|
|
281
281
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
282
282
|
"type-max-length": (string | number)[];
|
|
283
283
|
"type-min-length": (string | number)[];
|
|
284
|
-
"scope-case": (string |
|
|
284
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
285
285
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
286
286
|
};
|
|
287
287
|
settings: {
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string |
|
|
65
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -72,7 +72,7 @@ declare const commitlint: {
|
|
|
72
72
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
73
73
|
"type-max-length": (string | number)[];
|
|
74
74
|
"type-min-length": (string | number)[];
|
|
75
|
-
"scope-case": (string |
|
|
75
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
76
76
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
77
77
|
};
|
|
78
78
|
settings: {
|
|
@@ -271,7 +271,7 @@ declare const config: {
|
|
|
271
271
|
"footer-max-line-length": (string | number)[];
|
|
272
272
|
"header-max-length": (string | number)[];
|
|
273
273
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
274
|
-
"subject-case": (string |
|
|
274
|
+
"subject-case": (string | string[] | RuleConfigSeverity)[];
|
|
275
275
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
277
277
|
"subject-max-length": (string | number)[];
|
|
@@ -281,7 +281,7 @@ declare const config: {
|
|
|
281
281
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
282
282
|
"type-max-length": (string | number)[];
|
|
283
283
|
"type-min-length": (string | number)[];
|
|
284
|
-
"scope-case": (string |
|
|
284
|
+
"scope-case": (string | string[] | RuleConfigSeverity)[];
|
|
285
285
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
286
286
|
};
|
|
287
287
|
settings: {
|
package/dist/index.cjs
CHANGED
|
@@ -340,16 +340,16 @@ var LogLevelLabel = {
|
|
|
340
340
|
ALL: "all"
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
// ../config-tools/dist/chunk-
|
|
343
|
+
// ../config-tools/dist/chunk-WCCSFJKP.js
|
|
344
344
|
var useIcon = (c3, fallback) => isUnicodeSupported() ? c3 : fallback;
|
|
345
345
|
var CONSOLE_ICONS = {
|
|
346
346
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
347
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
347
|
+
[LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
|
|
348
348
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
349
|
-
[LogLevelLabel.INFO]: useIcon("\
|
|
349
|
+
[LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
|
|
350
350
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
351
351
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
352
|
-
[LogLevelLabel.TRACE]: useIcon("\
|
|
352
|
+
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
353
353
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
354
354
|
};
|
|
355
355
|
|
|
@@ -1496,7 +1496,7 @@ ${formatLogMessage(config)}`,
|
|
|
1496
1496
|
return config;
|
|
1497
1497
|
};
|
|
1498
1498
|
|
|
1499
|
-
// ../config-tools/dist/chunk-
|
|
1499
|
+
// ../config-tools/dist/chunk-FACWP24N.js
|
|
1500
1500
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1501
1501
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1502
1502
|
}
|
package/dist/index.js
CHANGED
|
@@ -313,16 +313,16 @@ var LogLevelLabel = {
|
|
|
313
313
|
ALL: "all"
|
|
314
314
|
};
|
|
315
315
|
|
|
316
|
-
// ../config-tools/dist/chunk-
|
|
316
|
+
// ../config-tools/dist/chunk-WCCSFJKP.js
|
|
317
317
|
var useIcon = (c3, fallback) => isUnicodeSupported() ? c3 : fallback;
|
|
318
318
|
var CONSOLE_ICONS = {
|
|
319
319
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
320
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
320
|
+
[LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
|
|
321
321
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
322
|
-
[LogLevelLabel.INFO]: useIcon("\
|
|
322
|
+
[LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
|
|
323
323
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
324
324
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
325
|
-
[LogLevelLabel.TRACE]: useIcon("\
|
|
325
|
+
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
326
326
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
327
327
|
};
|
|
328
328
|
|
|
@@ -1469,7 +1469,7 @@ ${formatLogMessage(config)}`,
|
|
|
1469
1469
|
return config;
|
|
1470
1470
|
};
|
|
1471
1471
|
|
|
1472
|
-
// ../config-tools/dist/chunk-
|
|
1472
|
+
// ../config-tools/dist/chunk-FACWP24N.js
|
|
1473
1473
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1474
1474
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1475
1475
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog-storm-software",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.78",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
],
|
|
215
215
|
"dependencies": {
|
|
216
216
|
"@storm-software/config": "^1.135.0",
|
|
217
|
-
"@storm-software/config-tools": "^1.188.
|
|
217
|
+
"@storm-software/config-tools": "^1.188.78",
|
|
218
218
|
"compare-func": "^2.0.0",
|
|
219
219
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
220
220
|
"conventional-changelog-writer": "^8.2.0",
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
},
|
|
229
229
|
"publishConfig": { "access": "public" },
|
|
230
230
|
"sideEffects": false,
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "3053ec1a8f1bd29d0303c98c1fad84c2613b7b97"
|
|
232
232
|
}
|