@storm-software/workspace-tools 1.249.0 → 1.249.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 +17 -0
- package/README.md +1 -1
- package/config/base.json +6 -18
- package/dist/{chunk-ALVQJ4FB.js → chunk-AAUC266A.js} +1 -1
- package/dist/{chunk-P7AC5SKJ.mjs → chunk-GLXRY4NV.mjs} +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +4 -4
- package/dist/index.mjs +7 -7
- 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,20 @@
|
|
|
1
|
+
## 1.249.2 (2025-02-04)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **markdownlint:** Resolve issue with invalid paths excluded from `ignores` config ([6e264418a](https://github.com/storm-software/storm-ops/commit/6e264418a))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
10
|
+
|
|
11
|
+
## 1.249.1 (2025-02-04)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- **workspace-tools:** Improved the `namedInputs` list in default `nx.json` file ([1efbd99c4](https://github.com/storm-software/storm-ops/commit/1efbd99c4))
|
|
16
|
+
- **markdownlint:** Resolved issue with missing configuration in dist ([e9b86a0a4](https://github.com/storm-software/storm-ops/commit/e9b86a0a4))
|
|
17
|
+
|
|
1
18
|
## 1.249.0 (2025-02-04)
|
|
2
19
|
|
|
3
20
|
### 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 -->
|
package/config/base.json
CHANGED
|
@@ -309,8 +309,7 @@
|
|
|
309
309
|
"dependsOn": ["^lint-markdown"],
|
|
310
310
|
"executor": "nx:run-commands",
|
|
311
311
|
"options": {
|
|
312
|
-
"command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc\""
|
|
313
|
-
"color": true
|
|
312
|
+
"command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc\""
|
|
314
313
|
}
|
|
315
314
|
},
|
|
316
315
|
"lint": {
|
|
@@ -328,8 +327,7 @@
|
|
|
328
327
|
"dependsOn": ["^format-toml"],
|
|
329
328
|
"executor": "nx:run-commands",
|
|
330
329
|
"options": {
|
|
331
|
-
"command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\""
|
|
332
|
-
"color": true
|
|
330
|
+
"command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\""
|
|
333
331
|
}
|
|
334
332
|
},
|
|
335
333
|
"format-readme": {
|
|
@@ -344,8 +342,7 @@
|
|
|
344
342
|
"dependsOn": ["^format-readme"],
|
|
345
343
|
"executor": "nx:run-commands",
|
|
346
344
|
"options": {
|
|
347
|
-
"command": "pnpm exec storm-git readme-gen --templates=\"./tools/readme-templates\" --project=\"{projectName}\""
|
|
348
|
-
"color": true
|
|
345
|
+
"command": "pnpm exec storm-git readme-gen --templates=\"./tools/readme-templates\" --project=\"{projectName}\""
|
|
349
346
|
}
|
|
350
347
|
},
|
|
351
348
|
"format-prettier": {
|
|
@@ -353,8 +350,7 @@
|
|
|
353
350
|
"dependsOn": ["^format-prettier"],
|
|
354
351
|
"executor": "nx:run-commands",
|
|
355
352
|
"options": {
|
|
356
|
-
"command": "pnpm exec prettier \"{projectRoot}/**/*\" --write --ignore-unknown --no-error-on-unmatched-pattern --config=\"./node_modules/@storm-software/prettier/config.json\" --ignore-path=\"./node_modules/@storm-software/prettier/.prettierignore\" --cache --cache-location=\"./tmp/prettier/{projectRoot}\" "
|
|
357
|
-
"color": true
|
|
353
|
+
"command": "pnpm exec prettier \"{projectRoot}/**/*\" --write --ignore-unknown --no-error-on-unmatched-pattern --config=\"./node_modules/@storm-software/prettier/config.json\" --ignore-path=\"./node_modules/@storm-software/prettier/.prettierignore\" --cache --cache-location=\"./tmp/prettier/{projectRoot}\" "
|
|
358
354
|
}
|
|
359
355
|
},
|
|
360
356
|
"format": {
|
|
@@ -365,11 +361,7 @@
|
|
|
365
361
|
"format-readme",
|
|
366
362
|
"format-prettier",
|
|
367
363
|
"^format"
|
|
368
|
-
]
|
|
369
|
-
"executor": "nx:run-commands",
|
|
370
|
-
"options": {
|
|
371
|
-
"command": "echo Formatted the project files in \"{projectRoot}\" "
|
|
372
|
-
}
|
|
364
|
+
]
|
|
373
365
|
},
|
|
374
366
|
"clean": {
|
|
375
367
|
"inputs": ["default", "^production"],
|
|
@@ -396,10 +388,7 @@
|
|
|
396
388
|
"build": {
|
|
397
389
|
"inputs": ["default", "^production"],
|
|
398
390
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
|
399
|
-
"dependsOn": ["build-base", "build-compile", "build-untyped", "^build"]
|
|
400
|
-
"options": {
|
|
401
|
-
"command": "echo Built the project files in \"{projectRoot}\" "
|
|
402
|
-
}
|
|
391
|
+
"dependsOn": ["build-base", "build-compile", "build-untyped", "^build"]
|
|
403
392
|
},
|
|
404
393
|
"rebuild": {
|
|
405
394
|
"inputs": ["default", "^production"],
|
|
@@ -407,7 +396,6 @@
|
|
|
407
396
|
"dependsOn": ["clean", "^build"],
|
|
408
397
|
"options": {
|
|
409
398
|
"command": "pnpm exec nx run {projectName}:build",
|
|
410
|
-
"color": true,
|
|
411
399
|
"cwd": "{workspaceRoot}"
|
|
412
400
|
}
|
|
413
401
|
},
|
|
@@ -55,7 +55,7 @@ var createNodes = [
|
|
|
55
55
|
],
|
|
56
56
|
executor: "nx:run-commands",
|
|
57
57
|
options: {
|
|
58
|
-
command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" --config
|
|
58
|
+
command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" "!node_modules/**/*" --config "./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc" --fix'
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
61
|
}
|
|
@@ -55,7 +55,7 @@ var createNodes = [
|
|
|
55
55
|
],
|
|
56
56
|
executor: "nx:run-commands",
|
|
57
57
|
options: {
|
|
58
|
-
command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" --config
|
|
58
|
+
command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" "!node_modules/**/*" --config "./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc" --fix'
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
61
|
}
|
package/dist/executors.js
CHANGED
|
@@ -26,13 +26,13 @@ var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
|
26
26
|
require('./chunk-R2NBU264.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
var
|
|
35
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -25,14 +25,14 @@ import {
|
|
|
25
25
|
} from "./chunk-OA6GD45B.mjs";
|
|
26
26
|
import "./chunk-N2P34ZQV.mjs";
|
|
27
27
|
import {
|
|
28
|
-
|
|
29
|
-
} from "./chunk-
|
|
28
|
+
cargoBuildExecutor
|
|
29
|
+
} from "./chunk-RSFH5OLL.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoClippyExecutor
|
|
32
32
|
} from "./chunk-57LRWY5U.mjs";
|
|
33
33
|
import {
|
|
34
|
-
|
|
35
|
-
} from "./chunk-
|
|
34
|
+
cargoCheckExecutor
|
|
35
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
36
36
|
import {
|
|
37
37
|
cargoDocExecutor
|
|
38
38
|
} from "./chunk-7AXJ27FU.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -2,12 +2,12 @@ import "./chunk-RLIZVCIN.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
4
|
} from "./chunk-APSDUSBR.mjs";
|
|
5
|
-
import {
|
|
6
|
-
nodeLibraryGeneratorFn
|
|
7
|
-
} from "./chunk-Q6OBRMZG.mjs";
|
|
8
5
|
import {
|
|
9
6
|
presetGeneratorFn
|
|
10
7
|
} from "./chunk-QDZUYDVM.mjs";
|
|
8
|
+
import {
|
|
9
|
+
nodeLibraryGeneratorFn
|
|
10
|
+
} from "./chunk-Q6OBRMZG.mjs";
|
|
11
11
|
import {
|
|
12
12
|
releaseVersionGeneratorFn
|
|
13
13
|
} from "./chunk-TNAEFYVH.mjs";
|
package/dist/index.js
CHANGED
|
@@ -73,13 +73,13 @@ var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
|
73
73
|
require('./chunk-R2NBU264.js');
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
var
|
|
76
|
+
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
var
|
|
82
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
|
@@ -103,10 +103,10 @@ require('./chunk-INERRJ6Q.js');
|
|
|
103
103
|
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
package/dist/index.mjs
CHANGED
|
@@ -72,14 +72,14 @@ import {
|
|
|
72
72
|
} from "./chunk-OA6GD45B.mjs";
|
|
73
73
|
import "./chunk-N2P34ZQV.mjs";
|
|
74
74
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
75
|
+
cargoBuildExecutor
|
|
76
|
+
} from "./chunk-RSFH5OLL.mjs";
|
|
77
77
|
import {
|
|
78
78
|
cargoClippyExecutor
|
|
79
79
|
} from "./chunk-57LRWY5U.mjs";
|
|
80
80
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
81
|
+
cargoCheckExecutor
|
|
82
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
83
83
|
import {
|
|
84
84
|
cargoDocExecutor
|
|
85
85
|
} from "./chunk-7AXJ27FU.mjs";
|
|
@@ -101,12 +101,12 @@ import "./chunk-RLIZVCIN.mjs";
|
|
|
101
101
|
import {
|
|
102
102
|
neutralLibraryGeneratorFn
|
|
103
103
|
} from "./chunk-APSDUSBR.mjs";
|
|
104
|
-
import {
|
|
105
|
-
nodeLibraryGeneratorFn
|
|
106
|
-
} from "./chunk-Q6OBRMZG.mjs";
|
|
107
104
|
import {
|
|
108
105
|
presetGeneratorFn
|
|
109
106
|
} from "./chunk-QDZUYDVM.mjs";
|
|
107
|
+
import {
|
|
108
|
+
nodeLibraryGeneratorFn
|
|
109
|
+
} from "./chunk-Q6OBRMZG.mjs";
|
|
110
110
|
import {
|
|
111
111
|
releaseVersionGeneratorFn
|
|
112
112
|
} from "./chunk-TNAEFYVH.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkAAUC266Ajs = require('../../../chunk-AAUC266A.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 = _chunkAAUC266Ajs.createNodes; exports.name = _chunkAAUC266Ajs.name;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkAAUC266Ajs = require('../../../chunk-AAUC266A.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 = _chunkAAUC266Ajs.createNodes; exports.name = _chunkAAUC266Ajs.name;
|
package/package.json
CHANGED