@storm-software/git-tools 2.119.6 → 2.119.7

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-2.119.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)
24
+ [![Version](https://img.shields.io/badge/version-2.119.5-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 Git Tools](#storm-git-tools)
@@ -9,7 +9,7 @@ declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
9
9
  readonly type: "select";
10
10
  readonly title: "Commit Type";
11
11
  readonly description: "Select the commit type that best describes your changes";
12
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
12
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
13
13
  readonly defaultValue: "chore";
14
14
  readonly maxLength: 20;
15
15
  readonly minLength: 3;
@@ -226,7 +226,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
226
226
  readonly type: "select";
227
227
  readonly title: "Commit Type";
228
228
  readonly description: "Select the commit type that best describes your changes";
229
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
229
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
230
230
  readonly defaultValue: "chore";
231
231
  readonly maxLength: 20;
232
232
  readonly minLength: 3;
@@ -9,7 +9,7 @@ declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
9
9
  readonly type: "select";
10
10
  readonly title: "Commit Type";
11
11
  readonly description: "Select the commit type that best describes your changes";
12
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
12
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
13
13
  readonly defaultValue: "chore";
14
14
  readonly maxLength: 20;
15
15
  readonly minLength: 3;
@@ -226,7 +226,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
226
226
  readonly type: "select";
227
227
  readonly title: "Commit Type";
228
228
  readonly description: "Select the commit type that best describes your changes";
229
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
229
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
230
230
  readonly defaultValue: "chore";
231
231
  readonly maxLength: 20;
232
232
  readonly minLength: 3;
package/dist/types.d.cts CHANGED
@@ -170,7 +170,7 @@ declare const DEFAULT_MINIMAL_COMMIT_QUESTIONS: {
170
170
  readonly type: "select";
171
171
  readonly title: "Commit Type";
172
172
  readonly description: "Select the commit type that best describes your changes";
173
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
173
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
174
174
  readonly defaultValue: "chore";
175
175
  readonly maxLength: 20;
176
176
  readonly minLength: 3;
@@ -222,7 +222,7 @@ declare const DEFAULT_MONOREPO_COMMIT_QUESTIONS: {
222
222
  readonly type: "select";
223
223
  readonly title: "Commit Type";
224
224
  readonly description: "Select the commit type that best describes your changes";
225
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
225
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
226
226
  readonly defaultValue: "chore";
227
227
  readonly maxLength: 20;
228
228
  readonly minLength: 3;
package/dist/types.d.ts CHANGED
@@ -170,7 +170,7 @@ declare const DEFAULT_MINIMAL_COMMIT_QUESTIONS: {
170
170
  readonly type: "select";
171
171
  readonly title: "Commit Type";
172
172
  readonly description: "Select the commit type that best describes your changes";
173
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
173
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
174
174
  readonly defaultValue: "chore";
175
175
  readonly maxLength: 20;
176
176
  readonly minLength: 3;
@@ -222,7 +222,7 @@ declare const DEFAULT_MONOREPO_COMMIT_QUESTIONS: {
222
222
  readonly type: "select";
223
223
  readonly title: "Commit Type";
224
224
  readonly description: "Select the commit type that best describes your changes";
225
- readonly enum: CommitTypesEnum<"build" | "docs" | "release" | "chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "test" | "deps">;
225
+ readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
226
226
  readonly defaultValue: "chore";
227
227
  readonly maxLength: 20;
228
228
  readonly minLength: 3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.119.6",
3
+ "version": "2.119.7",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {
@@ -179,8 +179,8 @@
179
179
  "@inquirer/prompts": "7.2.1",
180
180
  "@nx/devkit": "^21.4.1",
181
181
  "@nx/js": "^21.4.1",
182
- "@storm-software/config": "^1.130.4",
183
- "@storm-software/config-tools": "^1.183.6",
182
+ "@storm-software/config": "^1.130.5",
183
+ "@storm-software/config-tools": "^1.183.7",
184
184
  "@textlint/ast-node-types": "14.4.2",
185
185
  "@textlint/markdown-to-ast": "14.4.2",
186
186
  "anchor-markdown-header": "0.7.0",
@@ -209,5 +209,5 @@
209
209
  "tsup": "8.4.0"
210
210
  },
211
211
  "publishConfig": { "access": "public" },
212
- "gitHead": "07ad10cab1322344a83fec3f14176a6a020a1c84"
212
+ "gitHead": "a3f96d4ef1d2e7f70dbe835d6ce2452fa2e8ff94"
213
213
  }