@storm-software/git-tools 2.131.60 → 2.131.62

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
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-2.131.56-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)
30
+ [![Version](https://img.shields.io/badge/version-2.131.60-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -11,34 +11,8 @@ extends:
11
11
  pre-commit:
12
12
  commands:
13
13
  storm-lint:
14
- glob:
15
- - "*.js"
16
- - "*.ts"
17
- - "*.cjs"
18
- - "*.mjs"
19
- - "*.d.cts"
20
- - "*.d.mts"
21
- - "*.jsx"
22
- - "*.tsx"
23
- - "*.json"
24
- - "*.jsonc"
25
- - "*.yaml"
26
- - "*.yml"
27
- - "*.md"
28
- - "*.mdx"
29
- - "*.markdown"
30
- - "*.css"
31
- - "*.scss"
32
- - "*.sass"
33
- - "*.less"
34
- - "*.stylus"
35
- - "*.graphql"
36
- - "*.gql"
37
- - "*.xml"
38
- - "*.svg"
39
- - "*.env"
40
- - ".env.{local,development,test,production,staging}"
41
- run: pnpm exec storm-lint all --skip-cspell --skip-circular-deps
14
+ glob: "**/*"
15
+ run: pnpm lint --files {staged_files}
42
16
  stage_fixed: true
43
17
  readme:
44
18
  glob: "**/{README.md,README.*.md,readme/**/*,package.json,executors.json,generators.json}"
@@ -53,13 +27,3 @@ pre-commit:
53
27
  --cache --cache-location="node_modules/.cache/prettier/workspace.cache"
54
28
  {staged_files}
55
29
  stage_fixed: true
56
- treefmt:
57
- glob: "**/*"
58
- run: treefmt {staged_files}
59
- stage_fixed: true
60
- lint:
61
- glob: "**/*"
62
- run:
63
- pnpm nx affected --target=lint --files="{staged_files}" --exclude=monorepo
64
- --outputStyle=dynamic-legacy --parallel=3
65
- stage_fixed: true
@@ -6,44 +6,10 @@
6
6
 
7
7
  $schema: https://raw.githubusercontent.com/evilmartians/lefthook/refs/heads/master/schema.json
8
8
  extends:
9
- - ./minimal.yml
9
+ - ./recommended.yml
10
10
 
11
11
  pre-commit:
12
12
  commands:
13
- readme:
14
- glob: "**/{README.md,README.*.md,readme/**/*,executors.json,generators.json}"
15
- run: pnpm exec storm-git readme --templates="tools/readme-templates" --workspace
16
- stage_fixed: true
17
- lint:
18
- glob:
19
- - "*.js"
20
- - "*.ts"
21
- - "*.cjs"
22
- - "*.mjs"
23
- - "*.d.cts"
24
- - "*.d.mts"
25
- - "*.jsx"
26
- - "*.tsx"
27
- - "*.json"
28
- - "*.jsonc"
29
- - "*.yaml"
30
- - "*.yml"
31
- - "*.md"
32
- - "*.mdx"
33
- - "*.markdown"
34
- - "*.css"
35
- - "*.scss"
36
- - "*.sass"
37
- - "*.less"
38
- - "*.stylus"
39
- - "*.graphql"
40
- - "*.gql"
41
- - "*.xml"
42
- - "*.svg"
43
- - "*.env"
44
- - ".env.{local,development,test,production,staging}"
45
- run: pnpm lint --files {staged_files}
46
- stage_fixed: true
47
13
  treefmt:
48
14
  glob: "**/*"
49
15
  run: treefmt {staged_files}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.131.60",
3
+ "version": "2.131.62",
4
4
  "private": false,
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "keywords": [
@@ -190,8 +190,8 @@
190
190
  "@inquirer/prompts": "^8.5.2",
191
191
  "@nx/devkit": "22.7.5",
192
192
  "@nx/js": "22.7.5",
193
- "@storm-software/config": "1.137.85",
194
- "@storm-software/config-tools": "1.190.53",
193
+ "@storm-software/config": "1.137.87",
194
+ "@storm-software/config-tools": "1.190.55",
195
195
  "@textlint/ast-node-types": "14.4.2",
196
196
  "@textlint/markdown-to-ast": "14.4.2",
197
197
  "anchor-markdown-header": "0.7.0",
@@ -199,7 +199,7 @@
199
199
  "axios": "1.8.2",
200
200
  "chalk": "^4.1.2",
201
201
  "conventional-changelog-conventionalcommits": "^9.3.1",
202
- "conventional-changelog-storm-software": "0.3.214",
202
+ "conventional-changelog-storm-software": "0.3.216",
203
203
  "htmlparser2": "10.0.0",
204
204
  "jsonc-parser": "3.2.1",
205
205
  "nanoclone": "^1.0.2",
@@ -216,8 +216,8 @@
216
216
  "zod": "^4.4.3"
217
217
  },
218
218
  "devDependencies": {
219
- "@storm-software/package-constants": "0.1.66",
220
- "@types/node": "^25.9.2",
219
+ "@storm-software/package-constants": "0.1.68",
220
+ "@types/node": "^25.9.3",
221
221
  "commander": "^12.1.0",
222
222
  "conventional-commits-parser": "^6.4.0",
223
223
  "defu": "^6.1.7",
@@ -225,5 +225,5 @@
225
225
  },
226
226
  "peerDependencies": { "zod": ">=4.0.0" },
227
227
  "publishConfig": { "access": "public" },
228
- "gitHead": "c8cd9405af84dcc0fb277c3f8290dbc110dff7c0"
228
+ "gitHead": "b32c9ab264ae3e7b02807bfe5c1bab14dec4dead"
229
229
  }