conventional-changelog-storm-software 0.3.3 → 0.3.4

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/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.3.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.3.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Software's Conventional Changelog Package](#storm-softwares-conventional-changelog-package)
@@ -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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | string[])[];
411
+ "scope-case": (string | string[] | RuleConfigSeverity)[];
412
412
  "scope-empty": (string | RuleConfigSeverity)[];
413
413
  };
414
414
  settings: {
@@ -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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | 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 | RuleConfigSeverity | string[])[];
284
+ "scope-case": (string | string[] | RuleConfigSeverity)[];
285
285
  "scope-empty": (string | RuleConfigSeverity)[];
286
286
  };
287
287
  settings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog-storm-software",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
6
6
  "repository": {
@@ -217,8 +217,8 @@
217
217
  "conventional-changelog-conventionalcommits": { "optional": false }
218
218
  },
219
219
  "dependencies": {
220
- "@storm-software/config": "^1.134.3",
221
- "@storm-software/config-tools": "^1.188.3",
220
+ "@storm-software/config": "^1.134.4",
221
+ "@storm-software/config-tools": "^1.188.4",
222
222
  "compare-func": "^2.0.0",
223
223
  "conventional-changelog-conventionalcommits": "^9.1.0",
224
224
  "conventional-changelog-writer": "^8.2.0",
@@ -232,5 +232,5 @@
232
232
  },
233
233
  "publishConfig": { "access": "public" },
234
234
  "sideEffects": false,
235
- "gitHead": "5d70ddef9cb659c34b6978a22c48cd9f8883a7ab"
235
+ "gitHead": "a2b228be07baf2c5466cc28c506b87b56aca667f"
236
236
  }