@storm-software/workspace-tools 1.279.3 → 1.280.1

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.
Files changed (86) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +2 -1
  3. package/dist/{chunk-V2UGPEY2.mjs → chunk-3XPIHN23.mjs} +1 -1
  4. package/dist/{chunk-RMWG74QA.mjs → chunk-BSFJWANS.mjs} +1 -1
  5. package/dist/{chunk-FVGLL54Y.mjs → chunk-BZEVQ2Z7.mjs} +1 -1
  6. package/dist/{chunk-N46RWKEK.mjs → chunk-ELTK3HGG.mjs} +1 -1
  7. package/dist/{chunk-5EK4H7VB.mjs → chunk-IPJSQ4JM.mjs} +1 -1
  8. package/dist/{chunk-CCMBHSV7.mjs → chunk-ZWCD543A.mjs} +1 -1
  9. package/dist/executors.mjs +2 -2
  10. package/dist/generators.mjs +5 -5
  11. package/dist/index.mjs +6 -6
  12. package/dist/src/base/base-executor.mjs +1 -1
  13. package/dist/src/base/base-executor.untyped.mjs +1 -1
  14. package/dist/src/base/base-generator.mjs +1 -1
  15. package/dist/src/base/base-generator.untyped.mjs +1 -1
  16. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  17. package/dist/src/base/index.mjs +1 -1
  18. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  19. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  20. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  21. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  22. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  23. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  24. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  25. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  26. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  27. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  28. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  29. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  32. package/dist/src/executors/clean-package/executor.mjs +1 -1
  33. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  34. package/dist/src/executors/esbuild/executor.mjs +2 -2
  35. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  36. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  37. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  38. package/dist/src/executors/size-limit/executor.mjs +1 -1
  39. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  40. package/dist/src/executors/typia/executor.mjs +1 -1
  41. package/dist/src/executors/typia/untyped.mjs +1 -1
  42. package/dist/src/executors/unbuild/executor.mjs +1 -1
  43. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  44. package/dist/src/generators/browser-library/generator.mjs +2 -2
  45. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  46. package/dist/src/generators/config-schema/generator.mjs +1 -1
  47. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  48. package/dist/src/generators/init/init.mjs +1 -1
  49. package/dist/src/generators/init/untyped.mjs +1 -1
  50. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  51. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  52. package/dist/src/generators/node-library/generator.mjs +2 -2
  53. package/dist/src/generators/node-library/untyped.mjs +1 -1
  54. package/dist/src/generators/preset/generator.mjs +2 -2
  55. package/dist/src/generators/preset/untyped.mjs +1 -1
  56. package/dist/src/generators/release-version/generator.mjs +1 -1
  57. package/dist/src/generators/release-version/untyped.mjs +1 -1
  58. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  59. package/dist/src/plugins/rust/index.mjs +1 -1
  60. package/dist/src/plugins/typescript/index.d.mts +47 -2
  61. package/dist/src/plugins/typescript/index.d.ts +47 -2
  62. package/dist/src/plugins/typescript/index.js +435 -5
  63. package/dist/src/plugins/typescript/index.mjs +436 -6
  64. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  65. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  66. package/dist/src/types.mjs +1 -1
  67. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  68. package/dist/src/utils/cargo.mjs +1 -1
  69. package/dist/src/utils/create-cli-options.mjs +1 -1
  70. package/dist/src/utils/get-project-configurations.mjs +1 -1
  71. package/dist/src/utils/index.mjs +1 -1
  72. package/dist/src/utils/lock-file.mjs +1 -1
  73. package/dist/src/utils/nx-json.mjs +1 -1
  74. package/dist/src/utils/package-helpers.mjs +1 -1
  75. package/dist/src/utils/plugin-helpers.mjs +1 -1
  76. package/dist/src/utils/pnpm-deps-update.mjs +1 -1
  77. package/dist/src/utils/project-tags.mjs +1 -1
  78. package/dist/src/utils/typia-transform.mjs +1 -1
  79. package/dist/src/utils/versions.mjs +1 -1
  80. package/package.json +5 -5
  81. package/dist/chunk-D7XLAFS5.mjs +0 -434
  82. package/dist/chunk-QDQ5YUCN.js +0 -434
  83. package/dist/src/plugins/typescript/project-config.d.mts +0 -37
  84. package/dist/src/plugins/typescript/project-config.d.ts +0 -37
  85. package/dist/src/plugins/typescript/project-config.js +0 -11
  86. package/dist/src/plugins/typescript/project-config.mjs +0 -11
@@ -1,10 +1,440 @@
1
1
  import {
2
- createNodesV2,
3
- name
4
- } from "../../../chunk-D7XLAFS5.mjs";
5
- import "../../../chunk-FHBOYSRN.mjs";
6
- import "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-5EK4H7VB.mjs";
2
+ getProjectPlatform,
3
+ getRoot
4
+ } from "../../../chunk-FHBOYSRN.mjs";
5
+ import {
6
+ ProjectTagConstants,
7
+ addProjectTag,
8
+ isEqualProjectTag,
9
+ setDefaultProjectTags
10
+ } from "../../../chunk-F66XEAID.mjs";
11
+ import "../../../chunk-IPJSQ4JM.mjs";
12
+
13
+ // src/plugins/typescript/index.ts
14
+ import {
15
+ createNodesFromFiles
16
+ } from "@nx/devkit";
17
+ import defu from "defu";
18
+ import { existsSync } from "node:fs";
19
+ import { dirname, join } from "node:path";
20
+ import { readNxJson } from "nx/src/config/nx-json.js";
21
+ import { readJsonFile } from "nx/src/utils/fileutils";
22
+ import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
23
+ import { readTSConfig } from "pkg-types";
24
+ var name = "storm-software/typescript";
25
+ var createNodesV2 = [
26
+ "{project.json,**/project.json}",
27
+ async (configFiles, options = { includeApps: true }, context) => {
28
+ const nxJson = readNxJson(context.workspaceRoot);
29
+ return createNodesFromFiles(
30
+ async (file, options2 = { includeApps: true }, context2) => {
31
+ try {
32
+ const packageJson = createPackageJson(file, context2.workspaceRoot);
33
+ if (!packageJson) {
34
+ return {};
35
+ }
36
+ const tsconfig = await createTsconfig(file, context2.workspaceRoot);
37
+ if (!tsconfig) {
38
+ return {};
39
+ }
40
+ const projectConfig = createProjectFromPackageJsonNextToProjectJson(
41
+ file,
42
+ packageJson
43
+ );
44
+ if (options2?.includeApps === false && projectConfig.projectType === "application") {
45
+ return {};
46
+ }
47
+ const root = getRoot(projectConfig.root, context2);
48
+ const enableMarkdownlint = options2?.enableMarkdownlint !== false;
49
+ const enableEslint = options2?.enableEslint !== false;
50
+ const enableTypeCheck = options2?.enableTypeCheck !== false;
51
+ const targets = readTargetsFromPackageJson(
52
+ packageJson,
53
+ nxJson,
54
+ projectConfig.root,
55
+ context2.workspaceRoot
56
+ );
57
+ if (join(context2.workspaceRoot, projectConfig.root).startsWith(
58
+ join(context2.workspaceRoot, "tools")
59
+ ) && options2?.lintInternalTools !== true) {
60
+ targets.lint ??= {
61
+ dependsOn: ["^lint"],
62
+ executor: "nx:run-commands",
63
+ options: {
64
+ command: "echo 'Skipping linting of internal tools package \"{projectName}\". This can be changed by setting `lintInternalTools` to `true` in the Storm TypeScript plugin options.' "
65
+ }
66
+ };
67
+ } else {
68
+ targets["lint-ls"] ??= {
69
+ cache: true,
70
+ inputs: ["linting", "typescript", "^production"],
71
+ dependsOn: ["^lint-ls"],
72
+ executor: "nx:run-commands",
73
+ options: {
74
+ command: 'pnpm exec ls-lint --config="node_modules/@storm-software/linting-tools/ls-lint/.ls-lint.yml" '
75
+ }
76
+ };
77
+ if (enableMarkdownlint) {
78
+ targets["lint-markdown"] ??= {
79
+ cache: true,
80
+ inputs: [
81
+ "linting",
82
+ "{projectRoot}/**/*.md",
83
+ "{projectRoot}/**/*.mdx"
84
+ ],
85
+ outputs: ["{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
86
+ dependsOn: ["^lint-markdown"],
87
+ executor: "nx:run-commands",
88
+ options: {
89
+ command: 'pnpm exec markdownlint-cli2 "{projectRoot}/*.{md,mdx}" "{projectRoot}/**/*.{md,mdx}" --config "node_modules/@storm-software/markdownlint/config/base.markdownlint-cli2.jsonc" --fix'
90
+ }
91
+ };
92
+ }
93
+ if (enableTypeCheck) {
94
+ targets["lint:tsc"] ??= {
95
+ cache: true,
96
+ inputs: ["typescript", "^production"],
97
+ outputs: ["{workspaceRoot}/dist/{projectRoot}"],
98
+ executor: "nx:run-commands",
99
+ dependsOn: ["^lint:tsc"],
100
+ options: {
101
+ command: `pnpm exec tsc --noEmit --pretty --project ${join(
102
+ projectConfig.root,
103
+ "tsconfig.json"
104
+ )}`
105
+ }
106
+ };
107
+ }
108
+ if (enableEslint) {
109
+ let eslintConfig = checkEslintConfigAtPath(projectConfig.root);
110
+ if (!eslintConfig) {
111
+ eslintConfig = checkEslintConfigAtPath(context2.workspaceRoot);
112
+ }
113
+ if (eslintConfig) {
114
+ targets.lint ??= {
115
+ cache: true,
116
+ inputs: ["linting", "typescript", "^production"],
117
+ outputs: [
118
+ "{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
119
+ ],
120
+ dependsOn: [
121
+ enableMarkdownlint ? "lint-markdown" : void 0,
122
+ enableTypeCheck ? "lint:tsc" : void 0,
123
+ "^lint"
124
+ ].filter(Boolean),
125
+ executor: "@nx/eslint:lint",
126
+ options: {
127
+ format: "stylish",
128
+ fix: true,
129
+ errorOnUnmatchedPattern: false,
130
+ cache: true,
131
+ cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint/{projectRoot}",
132
+ eslintConfig
133
+ }
134
+ };
135
+ }
136
+ }
137
+ }
138
+ targets["format-toml"] ??= {
139
+ cache: true,
140
+ inputs: ["linting", "{projectRoot}/**/*.toml"],
141
+ outputs: ["{projectRoot}/**/*.toml"],
142
+ dependsOn: ["^format-toml"],
143
+ executor: "nx:run-commands",
144
+ options: {
145
+ command: 'pnpm exec taplo format --config="node_modules/@storm-software/linting-tools/taplo/config.toml" --cache-path="node_modules/.cache/taplo/{projectRoot}" --colors="always" "{projectRoot}/*.toml" "{projectRoot}/**/*.toml" '
146
+ }
147
+ };
148
+ targets["format-readme"] ??= {
149
+ cache: true,
150
+ inputs: [
151
+ "linting",
152
+ "documentation",
153
+ "{projectRoot}/{README.md,package.json,Cargo.toml,executors.json,generators.json}"
154
+ ],
155
+ outputs: ["{projectRoot}/README.md"],
156
+ dependsOn: ["^format-readme"],
157
+ executor: "nx:run-commands",
158
+ options: {
159
+ command: 'pnpm exec storm-git readme --templates="tools/readme-templates" --project="{projectName}"'
160
+ }
161
+ };
162
+ targets["format-prettier"] ??= {
163
+ cache: true,
164
+ inputs: ["linting", "typescript", "^production"],
165
+ outputs: ["{projectRoot}/**/*"],
166
+ dependsOn: ["^format-prettier"],
167
+ executor: "nx:run-commands",
168
+ options: {
169
+ 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="node_modules/.cache/prettier/{projectRoot}" '
170
+ }
171
+ };
172
+ targets.format ??= {
173
+ cache: true,
174
+ inputs: ["linting", "typescript", "^production"],
175
+ outputs: ["{projectRoot}/**/*"],
176
+ dependsOn: [
177
+ "format-readme",
178
+ "format-toml",
179
+ "format-prettier",
180
+ "^format"
181
+ ],
182
+ executor: "nx:run-commands",
183
+ options: {
184
+ command: `echo 'Formatting the project files in "{projectRoot}"' `
185
+ }
186
+ };
187
+ targets.clean ??= {
188
+ cache: true,
189
+ executor: "nx:run-commands",
190
+ inputs: ["typescript", "^production"],
191
+ outputs: ["{workspaceRoot}/dist/{projectRoot}"],
192
+ options: {
193
+ command: "pnpm exec rimraf dist/{projectRoot}",
194
+ color: true,
195
+ cwd: "{workspaceRoot}"
196
+ }
197
+ };
198
+ targets.rebuild ??= {
199
+ cache: false,
200
+ executor: "nx:run-commands",
201
+ dependsOn: ["clean", "^build"],
202
+ inputs: ["typescript", "^production"],
203
+ outputs: ["{workspaceRoot}/dist/{projectRoot}"],
204
+ options: {
205
+ command: `pnpm exec nx run ${projectConfig.name}:build`
206
+ }
207
+ };
208
+ if (checkJestConfigAtPath(projectConfig.root)) {
209
+ targets.test ??= {
210
+ cache: true,
211
+ executor: "@nx/jest:jest",
212
+ inputs: ["testing", "typescript", "^production"],
213
+ outputs: ["{workspaceRoot}/coverage/{projectRoot}"],
214
+ defaultConfiguration: "development",
215
+ options: {
216
+ jestConfig: "{projectRoot}/jest.config.ts",
217
+ passWithNoTests: true
218
+ },
219
+ configurations: {
220
+ development: {
221
+ ci: false,
222
+ codeCoverage: true
223
+ },
224
+ production: {
225
+ ci: true,
226
+ codeCoverage: true
227
+ }
228
+ }
229
+ };
230
+ }
231
+ targets["docs"] ??= {
232
+ cache: true,
233
+ inputs: ["linting", "documentation", "typescript", "^production"],
234
+ outputs: ["{projectRoot}/docs"],
235
+ dependsOn: ["build", "format-readme", "lint-docs", "^docs"],
236
+ options: {}
237
+ };
238
+ targets["size-limit"] ??= {
239
+ cache: true,
240
+ inputs: ["testing", "typescript", "^production"],
241
+ outputs: ["{workspaceRoot}/dist/{projectRoot}"],
242
+ dependsOn: ["build", "^size-limit"],
243
+ options: {}
244
+ };
245
+ const isPrivate = packageJson.private ?? false;
246
+ if (!isPrivate) {
247
+ addProjectTag(
248
+ projectConfig,
249
+ ProjectTagConstants.Registry.TAG_ID,
250
+ ProjectTagConstants.Registry.NPM,
251
+ { overwrite: true }
252
+ );
253
+ targets["nx-release-publish"] = {
254
+ cache: false,
255
+ dependsOn: ["build", "size-limit", "^nx-release-publish"],
256
+ executor: "@storm-software/workspace-tools:npm-publish",
257
+ options: {}
258
+ };
259
+ if (projectConfig.projectType === "application" || isEqualProjectTag(
260
+ projectConfig,
261
+ ProjectTagConstants.ProjectType.TAG_ID,
262
+ ProjectTagConstants.ProjectType.APPLICATION
263
+ ) || isEqualProjectTag(
264
+ projectConfig,
265
+ ProjectTagConstants.DistStyle.TAG_ID,
266
+ ProjectTagConstants.DistStyle.CLEAN
267
+ )) {
268
+ targets["clean-package"] ??= {
269
+ cache: true,
270
+ dependsOn: ["build"],
271
+ inputs: ["{workspaceRoot}/dist/{projectRoot}"],
272
+ outputs: ["{workspaceRoot}/dist/{projectRoot}"],
273
+ executor: "@storm-software/workspace-tools:clean-package",
274
+ options: {
275
+ cleanReadMe: true,
276
+ cleanComments: true
277
+ }
278
+ };
279
+ targets["nx-release-publish"].dependsOn?.push("clean-package");
280
+ targets["size-limit"].dependsOn?.push("clean-package");
281
+ }
282
+ }
283
+ addProjectTag(
284
+ projectConfig,
285
+ ProjectTagConstants.Language.TAG_ID,
286
+ ProjectTagConstants.Language.TYPESCRIPT,
287
+ { overwrite: true }
288
+ );
289
+ const platform = getProjectPlatform(projectConfig);
290
+ switch (platform) {
291
+ case "worker":
292
+ addProjectTag(
293
+ projectConfig,
294
+ ProjectTagConstants.Platform.TAG_ID,
295
+ ProjectTagConstants.Platform.WORKER,
296
+ { overwrite: true }
297
+ );
298
+ break;
299
+ case "node":
300
+ addProjectTag(
301
+ projectConfig,
302
+ ProjectTagConstants.Platform.TAG_ID,
303
+ ProjectTagConstants.Platform.NODE,
304
+ { overwrite: true }
305
+ );
306
+ break;
307
+ case "browser":
308
+ addProjectTag(
309
+ projectConfig,
310
+ ProjectTagConstants.Platform.TAG_ID,
311
+ ProjectTagConstants.Platform.BROWSER,
312
+ { overwrite: true }
313
+ );
314
+ break;
315
+ default:
316
+ addProjectTag(
317
+ projectConfig,
318
+ ProjectTagConstants.Platform.TAG_ID,
319
+ ProjectTagConstants.Platform.NEUTRAL,
320
+ { overwrite: true }
321
+ );
322
+ break;
323
+ }
324
+ setDefaultProjectTags(projectConfig, name);
325
+ return {
326
+ projects: {
327
+ [root]: defu(
328
+ {
329
+ root,
330
+ targets,
331
+ release: {
332
+ version: {
333
+ generator: "@storm-software/workspace-tools:release-version"
334
+ }
335
+ }
336
+ },
337
+ projectConfig
338
+ )
339
+ }
340
+ };
341
+ } catch (e) {
342
+ console.error(e);
343
+ return {};
344
+ }
345
+ },
346
+ configFiles,
347
+ options,
348
+ context
349
+ );
350
+ }
351
+ ];
352
+ function createProjectFromPackageJsonNextToProjectJson(projectJsonPath, packageJson) {
353
+ const { nx, name: name2 } = packageJson;
354
+ const root = dirname(projectJsonPath);
355
+ return {
356
+ ...nx,
357
+ name: name2,
358
+ root,
359
+ targets: {}
360
+ };
361
+ }
362
+ function createPackageJson(projectJsonPath, workspaceRoot) {
363
+ try {
364
+ const root = dirname(projectJsonPath);
365
+ const packageJsonPath = join(workspaceRoot, root, "package.json");
366
+ if (!existsSync(packageJsonPath)) {
367
+ return null;
368
+ }
369
+ return readJsonFile(packageJsonPath);
370
+ } catch (e) {
371
+ console.warn(e);
372
+ return null;
373
+ }
374
+ }
375
+ async function createTsconfig(projectJsonPath, workspaceRoot) {
376
+ try {
377
+ const root = dirname(projectJsonPath);
378
+ const tsconfigJsonPath = join(workspaceRoot, root, "tsconfig.json");
379
+ if (!existsSync(tsconfigJsonPath)) {
380
+ return null;
381
+ }
382
+ return readTSConfig(tsconfigJsonPath);
383
+ } catch (e) {
384
+ console.warn(e);
385
+ return null;
386
+ }
387
+ }
388
+ function checkEslintConfigAtPath(directory) {
389
+ const hasEslintConfigFile = (fileName) => {
390
+ return existsSync(join(directory, fileName));
391
+ };
392
+ if (hasEslintConfigFile(".eslintrc.js")) {
393
+ return ".eslintrc.js";
394
+ } else if (hasEslintConfigFile(".eslintrc.cjs")) {
395
+ return ".eslintrc.cjs";
396
+ } else if (hasEslintConfigFile(".eslintrc.yaml")) {
397
+ return ".eslintrc.yaml";
398
+ } else if (hasEslintConfigFile(".eslintrc.yml")) {
399
+ return ".eslintrc.yml";
400
+ } else if (hasEslintConfigFile(".eslintrc.json")) {
401
+ return ".eslintrc.json";
402
+ } else if (hasEslintConfigFile(".eslintrc")) {
403
+ return ".eslintrc";
404
+ } else if (hasEslintConfigFile("eslint.config.js")) {
405
+ return "eslint.config.js";
406
+ } else if (hasEslintConfigFile("eslint.config.cjs")) {
407
+ return "eslint.config.cjs";
408
+ } else if (hasEslintConfigFile("eslint.config.mjs")) {
409
+ return "eslint.config.mjs";
410
+ } else if (hasEslintConfigFile("eslint.config.ts")) {
411
+ return "eslint.config.ts";
412
+ } else if (hasEslintConfigFile("eslint.config.cts")) {
413
+ return "eslint.config.cts";
414
+ } else if (hasEslintConfigFile("eslint.config.mts")) {
415
+ return "eslint.config.mts";
416
+ }
417
+ return null;
418
+ }
419
+ function checkJestConfigAtPath(directory) {
420
+ const hasJestConfigFile = (fileName) => {
421
+ return existsSync(join(directory, fileName));
422
+ };
423
+ if (hasJestConfigFile("eslint.config.js")) {
424
+ return "jest.config.js";
425
+ } else if (hasJestConfigFile("eslint.config.cjs")) {
426
+ return "jest.config.cjs";
427
+ } else if (hasJestConfigFile("eslint.config.mjs")) {
428
+ return "jest.config.mjs";
429
+ } else if (hasJestConfigFile("eslint.config.ts")) {
430
+ return "jest.config.ts";
431
+ } else if (hasJestConfigFile("jest.config.cts")) {
432
+ return "jest.config.cts";
433
+ } else if (hasJestConfigFile("jest.config.mts")) {
434
+ return "jest.config.mts";
435
+ }
436
+ return null;
437
+ }
8
438
  export {
9
439
  createNodesV2,
10
440
  name
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  setDefaultProjectTags
6
6
  } from "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-5EK4H7VB.mjs";
7
+ import "../../../chunk-IPJSQ4JM.mjs";
8
8
 
9
9
  // src/plugins/typescript/tsup.ts
10
10
  import {
@@ -5,7 +5,7 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-F66XEAID.mjs";
8
- import "../../../chunk-5EK4H7VB.mjs";
8
+ import "../../../chunk-IPJSQ4JM.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
@@ -6,7 +6,7 @@ import {
6
6
  ProjectTagTypeValue,
7
7
  ProjectTagVariant
8
8
  } from "../chunk-BO44O7D2.mjs";
9
- import "../chunk-5EK4H7VB.mjs";
9
+ import "../chunk-IPJSQ4JM.mjs";
10
10
  export {
11
11
  ProjectTagDistStyleValue,
12
12
  ProjectTagLanguageValue,
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-KLAMLNPM.mjs";
4
4
  import "../../chunk-M5Z57CUO.mjs";
5
5
  import "../../chunk-U7JFVMCK.mjs";
6
- import "../../chunk-5EK4H7VB.mjs";
6
+ import "../../chunk-IPJSQ4JM.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-6LP3KKXE.mjs";
12
- import "../../chunk-5EK4H7VB.mjs";
12
+ import "../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  INVALID_CARGO_ARGS,
15
15
  buildCargoCommand,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createCliOptions
3
3
  } from "../../chunk-W2C5IGWW.mjs";
4
- import "../../chunk-5EK4H7VB.mjs";
4
+ import "../../chunk-IPJSQ4JM.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-OWKH2ZBQ.mjs";
5
5
  import "../../chunk-M5Z57CUO.mjs";
6
6
  import "../../chunk-U7JFVMCK.mjs";
7
- import "../../chunk-5EK4H7VB.mjs";
7
+ import "../../chunk-IPJSQ4JM.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -90,7 +90,7 @@ import {
90
90
  import "../../chunk-V44DYGWX.mjs";
91
91
  import "../../chunk-M5Z57CUO.mjs";
92
92
  import "../../chunk-U7JFVMCK.mjs";
93
- import "../../chunk-5EK4H7VB.mjs";
93
+ import "../../chunk-IPJSQ4JM.mjs";
94
94
  export {
95
95
  INVALID_CARGO_ARGS,
96
96
  LOCK_FILES,
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-ABE7UOMX.mjs";
14
- import "../../chunk-5EK4H7VB.mjs";
14
+ import "../../chunk-IPJSQ4JM.mjs";
15
15
  export {
16
16
  LOCK_FILES,
17
17
  NPM_LOCK_FILE,
@@ -3,7 +3,7 @@ import {
3
3
  RELEASE,
4
4
  withNamedInputs
5
5
  } from "../../chunk-2LY7DGBH.mjs";
6
- import "../../chunk-5EK4H7VB.mjs";
6
+ import "../../chunk-IPJSQ4JM.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-SVIG7SR3.mjs";
7
7
  import "../../chunk-F66XEAID.mjs";
8
8
  import "../../chunk-V44DYGWX.mjs";
9
9
  import "../../chunk-U7JFVMCK.mjs";
10
- import "../../chunk-5EK4H7VB.mjs";
10
+ import "../../chunk-IPJSQ4JM.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-FHBOYSRN.mjs";
8
8
  import "../../chunk-F66XEAID.mjs";
9
- import "../../chunk-5EK4H7VB.mjs";
9
+ import "../../chunk-IPJSQ4JM.mjs";
10
10
  export {
11
11
  getProjectConfigFromProjectJsonPath,
12
12
  getProjectConfigFromProjectRoot,
@@ -2,7 +2,7 @@ import {
2
2
  pnpmUpdate
3
3
  } from "../../chunk-KHT5W6AJ.mjs";
4
4
  import "../../chunk-U7JFVMCK.mjs";
5
- import "../../chunk-5EK4H7VB.mjs";
5
+ import "../../chunk-IPJSQ4JM.mjs";
6
6
  export {
7
7
  pnpmUpdate
8
8
  };
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../chunk-F66XEAID.mjs";
11
- import "../../chunk-5EK4H7VB.mjs";
11
+ import "../../chunk-IPJSQ4JM.mjs";
12
12
  export {
13
13
  ProjectTagConstants,
14
14
  addPluginProjectTag,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTypiaTransform
3
3
  } from "../../chunk-KR72GKIT.mjs";
4
- import "../../chunk-5EK4H7VB.mjs";
4
+ import "../../chunk-IPJSQ4JM.mjs";
5
5
  export {
6
6
  getTypiaTransform
7
7
  };
@@ -18,7 +18,7 @@ import {
18
18
  typescriptVersion,
19
19
  verdaccioVersion
20
20
  } from "../../chunk-EK75QNMS.mjs";
21
- import "../../chunk-5EK4H7VB.mjs";
21
+ import "../../chunk-IPJSQ4JM.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.279.3",
3
+ "version": "1.280.1",
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",
@@ -208,9 +208,9 @@
208
208
  "@size-limit/esbuild": "11.1.4",
209
209
  "@size-limit/esbuild-why": "11.1.4",
210
210
  "@size-limit/file": "11.1.4",
211
- "@storm-software/esbuild": "^0.45.62",
212
- "@storm-software/prettier": "^0.51.74",
213
- "@storm-software/unbuild": "^0.49.73",
211
+ "@storm-software/esbuild": "^0.46.1",
212
+ "@storm-software/prettier": "^0.52.1",
213
+ "@storm-software/unbuild": "^0.50.1",
214
214
  "fs-extra": "11.2.0",
215
215
  "glob": "^11.0.1",
216
216
  "jiti": "^2.4.2",
@@ -238,5 +238,5 @@
238
238
  "publishConfig": { "access": "public" },
239
239
  "executors": "./executors.json",
240
240
  "generators": "./generators.json",
241
- "gitHead": "4468c724d9bcbd9d59abbe56d856277bdd524b6e"
241
+ "gitHead": "e98f9f2645646b8bc1842cb3626e3defb604472f"
242
242
  }