@storm-software/workspace-tools 1.254.0 → 1.254.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 1.254.2 (2025-02-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Always return zero error code in knip formatting ([fcf9eab49](https://github.com/storm-software/storm-ops/commit/fcf9eab49))
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Merge branch 'main' of storm-ops ([bc753554d](https://github.com/storm-software/storm-ops/commit/bc753554d))
10
+
11
+ ## 1.254.1 (2025-02-07)
12
+
13
+ ### Bug Fixes
14
+
15
+ - **workspace-tools:** Resolved issue with the path used to check for internal tools ([a75fe409c](https://github.com/storm-software/storm-ops/commit/a75fe409c))
16
+
1
17
  ## 1.254.0 (2025-02-07)
2
18
 
3
19
  ### Features
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-1.252.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-1.254.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -70,7 +70,7 @@ var createNodes = [
70
70
  ],
71
71
  executor: "nx:run-commands",
72
72
  options: {
73
- command: `pnpm exec knip --config "${join(relativePath, "node_modules/@storm-software/linting-tools/knip/config.json").replaceAll("\\", "/")}" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "${join(relativePath, "node_modules/.cache/knip/{projectRoot}").replaceAll("\\", "/")}" --workspace "${relativePath.replaceAll("\\", "/")}"`
73
+ command: `pnpm exec knip --config "${join(relativePath, "node_modules/@storm-software/linting-tools/knip/config.json").replaceAll("\\", "/")}" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --no-exit-code --cache --cache-location "${join(relativePath, "node_modules/.cache/knip/{projectRoot}").replaceAll("\\", "/")}" --workspace "${relativePath.replaceAll("\\", "/")}"`
74
74
  }
75
75
  };
76
76
  }
@@ -70,7 +70,7 @@ var createNodes = [
70
70
  ],
71
71
  executor: "nx:run-commands",
72
72
  options: {
73
- command: `pnpm exec knip --config "${_path.join.call(void 0, relativePath, "node_modules/@storm-software/linting-tools/knip/config.json").replaceAll("\\", "/")}" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --cache --cache-location "${_path.join.call(void 0, relativePath, "node_modules/.cache/knip/{projectRoot}").replaceAll("\\", "/")}" --workspace "${relativePath.replaceAll("\\", "/")}"`
73
+ command: `pnpm exec knip --config "${_path.join.call(void 0, relativePath, "node_modules/@storm-software/linting-tools/knip/config.json").replaceAll("\\", "/")}" --tsConfig "{projectRoot}/tsconfig.json" --directory "{projectRoot}" --fix --no-exit-code --cache --cache-location "${_path.join.call(void 0, relativePath, "node_modules/.cache/knip/{projectRoot}").replaceAll("\\", "/")}" --workspace "${relativePath.replaceAll("\\", "/")}"`
74
74
  }
75
75
  };
76
76
  }
package/dist/executors.js CHANGED
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
2
2
 
3
3
 
4
- var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
4
+ var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
5
5
 
6
6
 
7
- var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
7
+ var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
8
8
 
9
9
 
10
- var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
10
+ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
11
11
 
12
12
 
13
- var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
13
+ var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
14
14
 
15
15
 
16
16
  var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
@@ -1,16 +1,16 @@
1
1
  import "./chunk-V7YZ3666.mjs";
2
- import {
3
- unbuildExecutorFn
4
- } from "./chunk-7H4PXXWW.mjs";
5
- import {
6
- tsdownExecutorFn
7
- } from "./chunk-UF3YMASN.mjs";
8
2
  import {
9
3
  sizeLimitExecutorFn
10
4
  } from "./chunk-KM47X5XW.mjs";
11
5
  import {
12
6
  typiaExecutorFn
13
7
  } from "./chunk-2KNHEXJQ.mjs";
8
+ import {
9
+ tsdownExecutorFn
10
+ } from "./chunk-UF3YMASN.mjs";
11
+ import {
12
+ unbuildExecutorFn
13
+ } from "./chunk-7H4PXXWW.mjs";
14
14
  import {
15
15
  getRegistryVersion
16
16
  } from "./chunk-XUYTELRS.mjs";
@@ -4,10 +4,10 @@
4
4
  var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
5
5
 
6
6
 
7
- var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
7
+ var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
8
8
 
9
9
 
10
- var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
10
+ var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
11
11
 
12
12
 
13
13
  var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
@@ -2,12 +2,12 @@ import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  nodeLibraryGeneratorFn
4
4
  } from "./chunk-Q6OBRMZG.mjs";
5
- import {
6
- presetGeneratorFn
7
- } from "./chunk-QDZUYDVM.mjs";
8
5
  import {
9
6
  releaseVersionGeneratorFn
10
7
  } from "./chunk-TNAEFYVH.mjs";
8
+ import {
9
+ presetGeneratorFn
10
+ } from "./chunk-QDZUYDVM.mjs";
11
11
  import {
12
12
  browserLibraryGeneratorFn
13
13
  } from "./chunk-7GW75RON.mjs";
package/dist/index.js CHANGED
@@ -48,16 +48,16 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
48
48
  require('./chunk-3J53KHVV.js');
49
49
 
50
50
 
51
- var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
51
+ var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
52
52
 
53
53
 
54
- var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
54
+ var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
55
55
 
56
56
 
57
- var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
57
+ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
58
58
 
59
59
 
60
- var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
60
+ var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
61
61
 
62
62
 
63
63
  var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
@@ -103,10 +103,10 @@ require('./chunk-INERRJ6Q.js');
103
103
  var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
104
104
 
105
105
 
106
- var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
106
+ var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
107
107
 
108
108
 
109
- var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
109
+ var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
110
110
 
111
111
 
112
112
  var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
package/dist/index.mjs CHANGED
@@ -46,18 +46,18 @@ import {
46
46
  getProjectConfigurations
47
47
  } from "./chunk-V7IOKRJA.mjs";
48
48
  import "./chunk-V7YZ3666.mjs";
49
- import {
50
- unbuildExecutorFn
51
- } from "./chunk-7H4PXXWW.mjs";
52
- import {
53
- tsdownExecutorFn
54
- } from "./chunk-UF3YMASN.mjs";
55
49
  import {
56
50
  sizeLimitExecutorFn
57
51
  } from "./chunk-KM47X5XW.mjs";
58
52
  import {
59
53
  typiaExecutorFn
60
54
  } from "./chunk-2KNHEXJQ.mjs";
55
+ import {
56
+ tsdownExecutorFn
57
+ } from "./chunk-UF3YMASN.mjs";
58
+ import {
59
+ unbuildExecutorFn
60
+ } from "./chunk-7H4PXXWW.mjs";
61
61
  import {
62
62
  getRegistryVersion
63
63
  } from "./chunk-XUYTELRS.mjs";
@@ -101,12 +101,12 @@ import "./chunk-RLIZVCIN.mjs";
101
101
  import {
102
102
  nodeLibraryGeneratorFn
103
103
  } from "./chunk-Q6OBRMZG.mjs";
104
- import {
105
- presetGeneratorFn
106
- } from "./chunk-QDZUYDVM.mjs";
107
104
  import {
108
105
  releaseVersionGeneratorFn
109
106
  } from "./chunk-TNAEFYVH.mjs";
107
+ import {
108
+ presetGeneratorFn
109
+ } from "./chunk-QDZUYDVM.mjs";
110
110
  import {
111
111
  browserLibraryGeneratorFn
112
112
  } from "./chunk-7GW75RON.mjs";
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIETCLLEWjs = require('../../../chunk-IETCLLEW.js');
4
+ var _chunkSZSARW23js = require('../../../chunk-SZSARW23.js');
5
5
  require('../../../chunk-UF6KFXG5.js');
6
6
  require('../../../chunk-7YRW5HNX.js');
7
7
  require('../../../chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
10
 
11
- exports.createNodes = _chunkIETCLLEWjs.createNodes; exports.name = _chunkIETCLLEWjs.name;
11
+ exports.createNodes = _chunkSZSARW23js.createNodes; exports.name = _chunkSZSARW23js.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-OJCG5B6D.mjs";
4
+ } from "../../../chunk-GXJDMCIO.mjs";
5
5
  import "../../../chunk-HUCDWLQ3.mjs";
6
6
  import "../../../chunk-W3SWWT4A.mjs";
7
7
  import "../../../chunk-R7DU2APC.mjs";
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIETCLLEWjs = require('../../../chunk-IETCLLEW.js');
4
+ var _chunkSZSARW23js = require('../../../chunk-SZSARW23.js');
5
5
  require('../../../chunk-UF6KFXG5.js');
6
6
  require('../../../chunk-7YRW5HNX.js');
7
7
  require('../../../chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
10
 
11
- exports.createNodes = _chunkIETCLLEWjs.createNodes; exports.name = _chunkIETCLLEWjs.name;
11
+ exports.createNodes = _chunkSZSARW23js.createNodes; exports.name = _chunkSZSARW23js.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-OJCG5B6D.mjs";
4
+ } from "../../../chunk-GXJDMCIO.mjs";
5
5
  import "../../../chunk-HUCDWLQ3.mjs";
6
6
  import "../../../chunk-W3SWWT4A.mjs";
7
7
  import "../../../chunk-R7DU2APC.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.254.0",
3
+ "version": "1.254.2",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "repository": {
6
6
  "type": "github",