@storm-software/workspace-tools 1.248.5 → 1.249.0

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,13 @@
1
+ ## 1.249.0 (2025-02-04)
2
+
3
+ ### Features
4
+
5
+ - **workspace-tools:** Check projectRoot when applying ESLint config to `lint` executor ([6c00fe6f9](https://github.com/storm-software/storm-ops/commit/6c00fe6f9))
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
10
+
1
11
  ## 1.248.5 (2025-02-04)
2
12
 
3
13
  ### Miscellaneous
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.248.4-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.248.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 -->
package/config/base.json CHANGED
@@ -30,19 +30,15 @@
30
30
  "namedInputs": {
31
31
  "sharedGlobals": [
32
32
  "{workspaceRoot}/.github/**/*",
33
+ "{workspaceRoot}/.gitattributes",
34
+ "{workspaceRoot}/.gitignore",
33
35
  "{workspaceRoot}/assets/**/*",
34
36
  "{workspaceRoot}/tsconfig.*.json",
35
37
  "{workspaceRoot}/.npmrc",
36
38
  "{workspaceRoot}/.npmignore",
37
39
  "{workspaceRoot}/package.json",
38
40
  "{workspaceRoot}/pnpm-workspace.yaml",
39
- "{workspaceRoot}/pnpm-lock.yaml",
40
- "{workspaceRoot}/package-lock.yaml",
41
- "{workspaceRoot}/yarn-lock.yaml",
42
- "{workspaceRoot}/bun.lockb",
43
41
  "{workspaceRoot}/LICENSE",
44
- "{workspaceRoot}/.gitattributes",
45
- "{workspaceRoot}/.gitignore",
46
42
  "{workspaceRoot}/nx.json",
47
43
  "{workspaceRoot}/.nxignore",
48
44
  "{workspaceRoot}/storm-workspace.json",
@@ -64,7 +60,7 @@
64
60
  "{workspaceRoot}/.storm-workspace/config.ts",
65
61
  "{workspaceRoot}/.storm-workspace/config.*.ts",
66
62
  "{workspaceRoot}/.env",
67
- "{workspaceRoot}/.env.local"
63
+ "{workspaceRoot}/.env.*"
68
64
  ],
69
65
  "default": ["sharedGlobals", "{projectRoot}/**/*"],
70
66
  "production": [
@@ -309,11 +305,11 @@
309
305
  "targetDefaults": {
310
306
  "lint-markdown": {
311
307
  "outputs": ["{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
312
- "inputs": ["{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
308
+ "inputs": ["linting", "{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
313
309
  "dependsOn": ["^lint-markdown"],
314
310
  "executor": "nx:run-commands",
315
311
  "options": {
316
- "command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/linting-tools/ls-lint/config.yml\" --workdir=\"{projectRoot}\"",
312
+ "command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc\"",
317
313
  "color": true
318
314
  }
319
315
  },
@@ -55,8 +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="./node_modules/@storm-software/linting-tools/ls-lint/config.yml" --workdir="{projectRoot}"',
59
- color: true
58
+ command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" --config="./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc" --fix'
60
59
  }
61
60
  };
62
61
  }
@@ -55,8 +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="./node_modules/@storm-software/linting-tools/ls-lint/config.yml" --workdir="{projectRoot}"',
59
- color: true
58
+ command: 'pnpm exec markdownlint-cli2 "{projectRoot}/**/*.{md,mdx,markdown}" --config="./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc" --fix'
60
59
  }
61
60
  };
62
61
  }
package/dist/executors.js CHANGED
@@ -29,13 +29,13 @@ require('./chunk-R2NBU264.js');
29
29
  var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
30
30
 
31
31
 
32
- var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
32
+ var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
33
33
 
34
34
 
35
- var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
35
+ var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
36
36
 
37
37
 
38
- var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
38
+ var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
39
39
  require('./chunk-CUPARBOS.js');
40
40
  require('./chunk-ULBTYC2B.js');
41
41
  require('./chunk-ZMFVKBRM.js');
@@ -27,15 +27,15 @@ import "./chunk-N2P34ZQV.mjs";
27
27
  import {
28
28
  cargoCheckExecutor
29
29
  } from "./chunk-P4ZEGEQX.mjs";
30
+ import {
31
+ cargoClippyExecutor
32
+ } from "./chunk-57LRWY5U.mjs";
30
33
  import {
31
34
  cargoBuildExecutor
32
35
  } from "./chunk-RSFH5OLL.mjs";
33
36
  import {
34
37
  cargoDocExecutor
35
38
  } from "./chunk-7AXJ27FU.mjs";
36
- import {
37
- cargoClippyExecutor
38
- } from "./chunk-57LRWY5U.mjs";
39
39
  import "./chunk-JB4KCMSB.mjs";
40
40
  import "./chunk-XK3FSWMA.mjs";
41
41
  import "./chunk-EIM3O6HY.mjs";
package/dist/index.js CHANGED
@@ -76,13 +76,13 @@ require('./chunk-R2NBU264.js');
76
76
  var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
77
77
 
78
78
 
79
- var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
79
+ var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
80
80
 
81
81
 
82
- var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
82
+ var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
83
83
 
84
84
 
85
- var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
85
+ var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
86
86
 
87
87
 
88
88
  var _chunkCUPARBOSjs = require('./chunk-CUPARBOS.js');
package/dist/index.mjs CHANGED
@@ -74,15 +74,15 @@ import "./chunk-N2P34ZQV.mjs";
74
74
  import {
75
75
  cargoCheckExecutor
76
76
  } from "./chunk-P4ZEGEQX.mjs";
77
+ import {
78
+ cargoClippyExecutor
79
+ } from "./chunk-57LRWY5U.mjs";
77
80
  import {
78
81
  cargoBuildExecutor
79
82
  } from "./chunk-RSFH5OLL.mjs";
80
83
  import {
81
84
  cargoDocExecutor
82
85
  } from "./chunk-7AXJ27FU.mjs";
83
- import {
84
- cargoClippyExecutor
85
- } from "./chunk-57LRWY5U.mjs";
86
86
  import {
87
87
  pnpmCatalogUpdate
88
88
  } from "./chunk-JB4KCMSB.mjs";
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkXWVMPAROjs = require('../../../chunk-XWVMPARO.js');
4
+ var _chunkALVQJ4FBjs = require('../../../chunk-ALVQJ4FB.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 = _chunkXWVMPAROjs.createNodes; exports.name = _chunkXWVMPAROjs.name;
11
+ exports.createNodes = _chunkALVQJ4FBjs.createNodes; exports.name = _chunkALVQJ4FBjs.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-KESMKK3B.mjs";
4
+ } from "../../../chunk-P7AC5SKJ.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 _chunkXWVMPAROjs = require('../../../chunk-XWVMPARO.js');
4
+ var _chunkALVQJ4FBjs = require('../../../chunk-ALVQJ4FB.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 = _chunkXWVMPAROjs.createNodes; exports.name = _chunkXWVMPAROjs.name;
11
+ exports.createNodes = _chunkALVQJ4FBjs.createNodes; exports.name = _chunkALVQJ4FBjs.name;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createNodes,
3
3
  name
4
- } from "../../../chunk-KESMKK3B.mjs";
4
+ } from "../../../chunk-P7AC5SKJ.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.248.5",
3
+ "version": "1.249.0",
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",
@@ -192,26 +192,27 @@
192
192
  "sullivanpj"
193
193
  ],
194
194
  "peerDependencies": {
195
- "@nx/devkit": "^20.3.1",
196
195
  "@storm-software/esbuild": "workspace:*",
197
196
  "@storm-software/prettier": "workspace:*",
198
197
  "@storm-software/tsdown": "workspace:*",
199
198
  "@storm-software/unbuild": "workspace:*",
199
+ "markdownlint-cli2": "^0.17.2",
200
200
  "nx": "^20.3.1",
201
- "typescript": "^5.7.2"
201
+ "prettier": "^3.3.3"
202
202
  },
203
203
  "peerDependenciesMeta": {
204
- "@nx/devkit": { "optional": false },
205
204
  "@storm-software/esbuild": { "optional": true },
206
205
  "@storm-software/prettier": { "optional": false },
207
206
  "@storm-software/tsdown": { "optional": true },
208
207
  "@storm-software/unbuild": { "optional": true },
208
+ "markdownlint-cli2": { "optional": false },
209
209
  "nx": { "optional": false },
210
- "typescript": { "optional": false }
210
+ "prettier": { "optional": false }
211
211
  },
212
212
  "dependencies": {
213
213
  "@ltd/j-toml": "1.38.0",
214
214
  "@microsoft/api-extractor": "^7.48.1",
215
+ "@nx/devkit": "^20.3.1",
215
216
  "@samchon/openapi": "^2.3.0",
216
217
  "@size-limit/esbuild": "11.1.4",
217
218
  "@size-limit/esbuild-why": "11.1.4",
@@ -233,7 +234,6 @@
233
234
  "zod-to-json-schema": "3.23.1"
234
235
  },
235
236
  "devDependencies": {
236
- "@nx/devkit": "^20.3.1",
237
237
  "@types/micromatch": "^4.0.9",
238
238
  "@types/node": "^22.10.2",
239
239
  "@types/semver": "7.5.8",