@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 +16 -0
- package/README.md +1 -1
- package/dist/{chunk-OJCG5B6D.mjs → chunk-GXJDMCIO.mjs} +1 -1
- package/dist/{chunk-IETCLLEW.js → chunk-SZSARW23.js} +1 -1
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +6 -6
- package/dist/index.mjs +9 -9
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +1 -1
- package/package.json +1 -1
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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
|
|
4
|
+
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -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";
|
package/dist/generators.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -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
|
|
51
|
+
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
var
|
|
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
|
|
106
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
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
|
|
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 =
|
|
11
|
+
exports.createNodes = _chunkSZSARW23js.createNodes; exports.name = _chunkSZSARW23js.name;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
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 =
|
|
11
|
+
exports.createNodes = _chunkSZSARW23js.createNodes; exports.name = _chunkSZSARW23js.name;
|
package/package.json
CHANGED