@storm-software/workspace-tools 1.156.0 → 1.158.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.
Files changed (129) hide show
  1. package/CHANGELOG.md +178 -128
  2. package/README.md +2 -1
  3. package/config/nx.json +4 -4
  4. package/declarations.d.ts +4 -13
  5. package/index.js +2394 -2290
  6. package/meta.json +1 -1
  7. package/package.json +7 -7
  8. package/src/base/index.js +3558 -3512
  9. package/src/executors/clean-package/executor.js +68061 -68048
  10. package/src/executors/npm-publish/executor.js +1 -1
  11. package/src/executors/rolldown/executor.js +5482 -5465
  12. package/src/executors/size-limit/executor.js +5482 -5465
  13. package/src/executors/tsup/executor.js +5482 -5465
  14. package/src/executors/tsup-browser/executor.js +5482 -5465
  15. package/src/executors/tsup-browser/schema.d.ts +4 -1
  16. package/src/executors/tsup-neutral/executor.js +5482 -5465
  17. package/src/executors/tsup-neutral/schema.d.ts +4 -1
  18. package/src/executors/tsup-node/executor.js +5482 -5465
  19. package/src/executors/tsup-node/schema.d.ts +4 -1
  20. package/src/executors/typia/executor.js +5482 -5465
  21. package/src/executors/unbuild/executor.js +5482 -5465
  22. package/src/generators/browser-library/generator.js +3550 -3507
  23. package/src/generators/config-schema/generator.js +302 -287
  24. package/src/generators/init/init.js +3 -3
  25. package/src/generators/neutral-library/generator.js +3550 -3507
  26. package/src/generators/node-library/generator.js +3550 -3507
  27. package/src/generators/preset/generator.js +5484 -5469
  28. package/{packages/workspace-tools/src → src}/generators/release-version/generator.d.ts +3 -8
  29. package/src/generators/release-version/generator.js +6050 -6076
  30. package/src/generators/release-version/schema.d.ts +2 -1
  31. package/src/generators/release-version/schema.json +4 -15
  32. package/src/plugins/rust/index.js +4 -5
  33. package/src/plugins/typescript/index.js +7 -1
  34. package/src/utils/index.js +4522 -4499
  35. package/{packages/workspace-tools/src → src}/utils/lock-file.d.ts +1 -1
  36. package/src/utils/lock-file.js +9 -5
  37. package/{packages/workspace-tools/src → src}/utils/toml.d.ts +1 -36
  38. package/packages/build-tools/src/build/index.d.ts +0 -3
  39. package/packages/build-tools/src/build/rolldown.d.ts +0 -20
  40. package/packages/build-tools/src/build/ts-build.d.ts +0 -20
  41. package/packages/build-tools/src/build/unbuild.d.ts +0 -20
  42. package/packages/build-tools/src/cli/index.d.ts +0 -2
  43. package/packages/build-tools/src/config/browser-config.d.ts +0 -2
  44. package/packages/build-tools/src/config/default-config.d.ts +0 -2
  45. package/packages/build-tools/src/config/get-config.d.ts +0 -2
  46. package/packages/build-tools/src/config/get-rolldown-config.d.ts +0 -6
  47. package/packages/build-tools/src/config/get-unbuild-config.d.ts +0 -6
  48. package/packages/build-tools/src/config/index.d.ts +0 -7
  49. package/packages/build-tools/src/config/neutral-config.d.ts +0 -2
  50. package/packages/build-tools/src/config/node-config.d.ts +0 -3
  51. package/packages/build-tools/src/index.d.ts +0 -6
  52. package/packages/build-tools/src/plugins/analyze-plugin.d.ts +0 -4
  53. package/packages/build-tools/src/plugins/index.d.ts +0 -4
  54. package/packages/build-tools/src/plugins/swc-plugin.d.ts +0 -2
  55. package/packages/build-tools/src/plugins/ts-resolve.d.ts +0 -6
  56. package/packages/build-tools/src/plugins/type-definitions.d.ts +0 -7
  57. package/packages/build-tools/src/types.d.ts +0 -213
  58. package/packages/build-tools/src/utils/apply-default-options.d.ts +0 -6
  59. package/packages/build-tools/src/utils/generate-package-json.d.ts +0 -7
  60. package/packages/build-tools/src/utils/get-entry-points.d.ts +0 -3
  61. package/packages/build-tools/src/utils/get-file-banner.d.ts +0 -8
  62. package/packages/build-tools/src/utils/get-project-deps.d.ts +0 -5
  63. package/packages/build-tools/src/utils/index.d.ts +0 -7
  64. package/packages/build-tools/src/utils/out-extension.d.ts +0 -8
  65. package/packages/build-tools/src/utils/run-tsup-build.d.ts +0 -3
  66. package/packages/build-tools/src/utils/task-graph.d.ts +0 -6
  67. package/packages/config/src/constants.d.ts +0 -3
  68. package/packages/config/src/define-config.d.ts +0 -174
  69. package/packages/config/src/index.d.ts +0 -12
  70. package/packages/config/src/schema.d.ts +0 -1915
  71. package/packages/config/src/types.d.ts +0 -23
  72. package/packages/config-tools/src/config-file/get-config-file.d.ts +0 -16
  73. package/packages/config-tools/src/config-file/index.d.ts +0 -1
  74. package/packages/config-tools/src/create-storm-config.d.ts +0 -26
  75. package/packages/config-tools/src/env/get-env.d.ts +0 -15
  76. package/packages/config-tools/src/env/index.d.ts +0 -2
  77. package/packages/config-tools/src/env/set-env.d.ts +0 -14
  78. package/packages/config-tools/src/index.d.ts +0 -13
  79. package/packages/config-tools/src/types.d.ts +0 -33
  80. package/packages/config-tools/src/utilities/apply-workspace-tokens.d.ts +0 -4
  81. package/packages/config-tools/src/utilities/chalk.d.ts +0 -23
  82. package/packages/config-tools/src/utilities/correct-paths.d.ts +0 -1
  83. package/packages/config-tools/src/utilities/file-path-utils.d.ts +0 -2
  84. package/packages/config-tools/src/utilities/find-up.d.ts +0 -4
  85. package/packages/config-tools/src/utilities/find-workspace-root.d.ts +0 -14
  86. package/packages/config-tools/src/utilities/get-default-config.d.ts +0 -15
  87. package/packages/config-tools/src/utilities/get-log-level.d.ts +0 -15
  88. package/packages/config-tools/src/utilities/index.d.ts +0 -10
  89. package/packages/config-tools/src/utilities/logger.d.ts +0 -74
  90. package/packages/config-tools/src/utilities/process-handler.d.ts +0 -4
  91. package/packages/config-tools/src/utilities/run.d.ts +0 -18
  92. package/{packages/workspace-tools/index.d.ts → index.d.ts} +0 -0
  93. package/{packages/workspace-tools/src → src}/base/base-executor.d.ts +0 -0
  94. package/{packages/workspace-tools/src → src}/base/base-generator.d.ts +0 -0
  95. package/{packages/workspace-tools/src → src}/base/index.d.ts +0 -0
  96. package/{packages/workspace-tools/src → src}/base/typescript-library-generator.d.ts +0 -0
  97. package/{packages/workspace-tools/src → src}/executors/cargo-publish/executor.d.ts +0 -0
  98. package/{packages/workspace-tools/src → src}/executors/clean-package/constants.d.ts +0 -0
  99. package/{packages/workspace-tools/src → src}/executors/clean-package/executor.d.ts +0 -0
  100. package/{packages/workspace-tools/src → src}/executors/clean-package/types.d.ts +0 -0
  101. package/{packages/workspace-tools/src → src}/executors/clean-package/utils.d.ts +0 -0
  102. package/{packages/workspace-tools/src → src}/executors/npm-publish/executor.d.ts +0 -0
  103. package/{packages/workspace-tools/src → src}/executors/rolldown/executor.d.ts +0 -0
  104. package/{packages/workspace-tools/src → src}/executors/size-limit/executor.d.ts +0 -0
  105. package/{packages/workspace-tools/src → src}/executors/tsup/executor.d.ts +0 -0
  106. package/{packages/workspace-tools/src → src}/executors/tsup-browser/executor.d.ts +0 -0
  107. package/{packages/workspace-tools/src → src}/executors/tsup-neutral/executor.d.ts +0 -0
  108. package/{packages/workspace-tools/src → src}/executors/tsup-node/executor.d.ts +0 -0
  109. package/{packages/workspace-tools/src → src}/executors/typia/executor.d.ts +0 -0
  110. package/{packages/workspace-tools/src → src}/executors/unbuild/executor.d.ts +0 -0
  111. package/{packages/workspace-tools/src → src}/generators/browser-library/generator.d.ts +0 -0
  112. package/{packages/workspace-tools/src → src}/generators/config-schema/generator.d.ts +0 -0
  113. package/{packages/workspace-tools/src → src}/generators/init/init.d.ts +0 -0
  114. package/{packages/workspace-tools/src → src}/generators/neutral-library/generator.d.ts +0 -0
  115. package/{packages/workspace-tools/src → src}/generators/node-library/generator.d.ts +0 -0
  116. package/{packages/workspace-tools/src → src}/generators/preset/generator.d.ts +0 -0
  117. package/{packages/workspace-tools/src → src}/plugins/rust/cargo-toml.d.ts +0 -0
  118. package/{packages/workspace-tools/src → src}/plugins/rust/index.d.ts +0 -0
  119. package/{packages/workspace-tools/src → src}/plugins/typescript/index.d.ts +0 -0
  120. package/{packages/workspace-tools/src → src}/plugins/typescript/project-config.d.ts +0 -0
  121. package/{packages/workspace-tools/src → src}/utils/apply-workspace-tokens.d.ts +0 -0
  122. package/{packages/workspace-tools/src → src}/utils/cargo.d.ts +0 -0
  123. package/{packages/workspace-tools/src → src}/utils/create-cli-options.d.ts +0 -0
  124. package/{packages/workspace-tools/src → src}/utils/get-project-configurations.d.ts +0 -0
  125. package/{packages/workspace-tools/src → src}/utils/index.d.ts +5 -5
  126. /package/{packages/workspace-tools/src → src}/utils/project-tags.d.ts +0 -0
  127. /package/{packages/workspace-tools/src → src}/utils/run-tsup-build.d.ts +0 -0
  128. /package/{packages/workspace-tools/src → src}/utils/typia-transform.d.ts +0 -0
  129. /package/{packages/workspace-tools/src → src}/utils/versions.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,421 +1,471 @@
1
- ## 1.156.0 (2024-08-22)
1
+ ## 1.158.0 (2024-08-26)
2
+
3
+ ### Features
4
+
5
+ - **workspace-tools:** Remove the `format` task as a dependency of `build`
6
+ ([75966255](https://github.com/storm-software/storm-ops/commit/75966255))
7
+
8
+ - **workspace-tools:** Remove `lint` task as a dependency of the `build` task
9
+ ([7ffc3dfe](https://github.com/storm-software/storm-ops/commit/7ffc3dfe))
10
+
11
+ ### Bug Fixes
12
+
13
+ - **workspace-tools:** Resolved issue with Release Version generator return type
14
+ ([602dcd63](https://github.com/storm-software/storm-ops/commit/602dcd63))
15
+
16
+ - **workspace-tools:** Ensure the Release Version generator is default export
17
+ ([6345fefc](https://github.com/storm-software/storm-ops/commit/6345fefc))
18
+
19
+ ### Dependency Upgrades
2
20
 
21
+ - **storm-ops:** Upgrade the workspace's Nx version
22
+ ([4ce6ac9e](https://github.com/storm-software/storm-ops/commit/4ce6ac9e))
23
+
24
+ ## 1.157.0 (2024-08-23)
3
25
 
4
26
  ### Features
5
27
 
6
- - **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript plugins ([7bd309f6](https://github.com/storm-software/storm-ops/commit/7bd309f6))
28
+ - **k8s-tools:** Initial code check-in of k8s tools
29
+ ([cac95faa](https://github.com/storm-software/storm-ops/commit/cac95faa))
7
30
 
8
- ## 1.155.0 (2024-08-19)
31
+ ## 1.156.0 (2024-08-22)
32
+
33
+ ### Features
9
34
 
35
+ - **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript
36
+ plugins
37
+ ([7bd309f6](https://github.com/storm-software/storm-ops/commit/7bd309f6))
38
+
39
+ ## 1.155.0 (2024-08-19)
10
40
 
11
41
  ### Features
12
42
 
13
- - **terraform-modules:** Add `region` to resource name ([03291fe8](https://github.com/storm-software/storm-ops/commit/03291fe8))
43
+ - **terraform-modules:** Add `region` to resource name
44
+ ([03291fe8](https://github.com/storm-software/storm-ops/commit/03291fe8))
14
45
 
15
46
  ## 1.154.0 (2024-08-19)
16
47
 
17
-
18
48
  ### Features
19
49
 
20
- - **workspace-tools:** Added the `build-local` target to the base `nx.json` file ([a3afe7e8](https://github.com/storm-software/storm-ops/commit/a3afe7e8))
50
+ - **workspace-tools:** Added the `build-local` target to the base `nx.json` file
51
+ ([a3afe7e8](https://github.com/storm-software/storm-ops/commit/a3afe7e8))
21
52
 
22
53
  ## 1.153.0 (2024-08-09)
23
54
 
24
-
25
55
  ### Features
26
56
 
27
- - **storm-ops:** Update the workflows to send requests to Telegram ([65332dd0](https://github.com/storm-software/storm-ops/commit/65332dd0))
28
-
29
- - **workspace-tools:** Added the `.env.keys` file to the ignored list to support the `dotenvx` package ([1394d51c](https://github.com/storm-software/storm-ops/commit/1394d51c))
57
+ - **storm-ops:** Update the workflows to send requests to Telegram
58
+ ([65332dd0](https://github.com/storm-software/storm-ops/commit/65332dd0))
30
59
 
60
+ - **workspace-tools:** Added the `.env.keys` file to the ignored list to support
61
+ the `dotenvx` package
62
+ ([1394d51c](https://github.com/storm-software/storm-ops/commit/1394d51c))
31
63
 
32
64
  ### Bug Fixes
33
65
 
34
- - **workspace-tools:** Resolve issue with call signature to executors ([36ad985a](https://github.com/storm-software/storm-ops/commit/36ad985a))
66
+ - **workspace-tools:** Resolve issue with call signature to executors
67
+ ([36ad985a](https://github.com/storm-software/storm-ops/commit/36ad985a))
35
68
 
36
69
  ## 1.152.0 (2024-08-04)
37
70
 
38
-
39
71
  ### Features
40
72
 
41
- - **config:** Added the `docs` and `licensing` options to the Storm configuration ([c867efe1](https://github.com/storm-software/storm-ops/commit/c867efe1))
73
+ - **config:** Added the `docs` and `licensing` options to the Storm
74
+ configuration
75
+ ([c867efe1](https://github.com/storm-software/storm-ops/commit/c867efe1))
42
76
 
43
77
  ## 1.151.0 (2024-08-03)
44
78
 
45
-
46
79
  ### Features
47
80
 
48
- - **eslint:** Ignore `prefer-nullish-coalescing` for strings ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
81
+ - **eslint:** Ignore `prefer-nullish-coalescing` for strings
82
+ ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
49
83
 
50
84
  ## 1.150.0 (2024-08-03)
51
85
 
52
-
53
86
  ### Features
54
87
 
55
- - **build-tools:** Add back experimental DTS option to TSUP ([4fe9652b](https://github.com/storm-software/storm-ops/commit/4fe9652b))
88
+ - **build-tools:** Add back experimental DTS option to TSUP
89
+ ([4fe9652b](https://github.com/storm-software/storm-ops/commit/4fe9652b))
56
90
 
57
91
  ## 1.149.0 (2024-08-03)
58
92
 
59
-
60
93
  ### Features
61
94
 
62
- - **storm-ops:** Upgrade workspace's Nx package dependencies ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
95
+ - **storm-ops:** Upgrade workspace's Nx package dependencies
96
+ ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
63
97
 
64
98
  ## 1.148.0 (2024-08-03)
65
99
 
66
-
67
100
  ### Features
68
101
 
69
- - **build-tools:** Add tsup build's rollup helpers ([27ecd4e6](https://github.com/storm-software/storm-ops/commit/27ecd4e6))
70
-
102
+ - **build-tools:** Add tsup build's rollup helpers
103
+ ([27ecd4e6](https://github.com/storm-software/storm-ops/commit/27ecd4e6))
71
104
 
72
105
  ### Bug Fixes
73
106
 
74
- - **build-tools:** Resolve issue with invalid return paths ([0f9f5b1f](https://github.com/storm-software/storm-ops/commit/0f9f5b1f))
107
+ - **build-tools:** Resolve issue with invalid return paths
108
+ ([0f9f5b1f](https://github.com/storm-software/storm-ops/commit/0f9f5b1f))
75
109
 
76
110
  ## 1.147.1 (2024-08-03)
77
111
 
78
-
79
112
  ### Bug Fixes
80
113
 
81
- - **build-tools:** Resolved issue with the entry name parameter in unbuild config ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
114
+ - **build-tools:** Resolved issue with the entry name parameter in unbuild
115
+ config
116
+ ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
82
117
 
83
118
  ## 1.147.0 (2024-08-02)
84
119
 
85
-
86
120
  ### Features
87
121
 
88
- - **build-tools:** Update the unbuild configuration to get exports from `package.json` files ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
122
+ - **build-tools:** Update the unbuild configuration to get exports from
123
+ `package.json` files
124
+ ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
89
125
 
90
126
  ## 1.146.0 (2024-08-02)
91
127
 
92
-
93
128
  ### Features
94
129
 
95
- - **terraform-tools:** Initial check-in of project code ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
130
+ - **terraform-tools:** Initial check-in of project code
131
+ ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
96
132
 
97
133
  ## 1.145.0 (2024-08-02)
98
134
 
99
-
100
135
  ### Features
101
136
 
102
- - **eslint:** Reformatted the banner string whitespace ([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
103
-
104
- - **tsconfig:** Added `moduleResolution` to the base tsconfig file ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
137
+ - **eslint:** Reformatted the banner string whitespace
138
+ ([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
105
139
 
140
+ - **tsconfig:** Added `moduleResolution` to the base tsconfig file
141
+ ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
106
142
 
107
143
  ### Bug Fixes
108
144
 
109
- - **build-tools:** Remove the unused variables in the updated code ([b01c4999](https://github.com/storm-software/storm-ops/commit/b01c4999))
145
+ - **build-tools:** Remove the unused variables in the updated code
146
+ ([b01c4999](https://github.com/storm-software/storm-ops/commit/b01c4999))
110
147
 
111
148
  ## 1.144.0 (2024-08-02)
112
149
 
113
-
114
150
  ### Features
115
151
 
116
- - **eslint:** Added the `name` and `banner` options to format banner from preset ([ee542ed6](https://github.com/storm-software/storm-ops/commit/ee542ed6))
152
+ - **eslint:** Added the `name` and `banner` options to format banner from preset
153
+ ([ee542ed6](https://github.com/storm-software/storm-ops/commit/ee542ed6))
117
154
 
118
155
  ## 1.143.1 (2024-08-02)
119
156
 
120
-
121
157
  ### Bug Fixes
122
158
 
123
- - **eslint:** Resolve issue with duplicate plugins ([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
159
+ - **eslint:** Resolve issue with duplicate plugins
160
+ ([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
124
161
 
125
162
  ## 1.143.0 (2024-08-02)
126
163
 
127
-
128
164
  ### Features
129
165
 
130
- - **eslint:** Added typing file for ESLint rules used by preset ([821637e2](https://github.com/storm-software/storm-ops/commit/821637e2))
166
+ - **eslint:** Added typing file for ESLint rules used by preset
167
+ ([821637e2](https://github.com/storm-software/storm-ops/commit/821637e2))
131
168
 
132
169
  ## 1.142.0 (2024-08-02)
133
170
 
134
-
135
171
  ### Features
136
172
 
137
- - **eslint:** Added a banner with `__filename` and `__dirname` to the distribution ([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
173
+ - **eslint:** Added a banner with `__filename` and `__dirname` to the
174
+ distribution
175
+ ([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
138
176
 
139
177
  ## 1.141.0 (2024-08-02)
140
178
 
141
-
142
179
  ### Features
143
180
 
144
- - **eslint:** Update the build process to include the preset declaration file ([1b5fe953](https://github.com/storm-software/storm-ops/commit/1b5fe953))
181
+ - **eslint:** Update the build process to include the preset declaration file
182
+ ([1b5fe953](https://github.com/storm-software/storm-ops/commit/1b5fe953))
145
183
 
146
184
  ## 1.140.0 (2024-08-02)
147
185
 
148
-
149
186
  ### Features
150
187
 
151
- - **eslint:** Improved the logic around determining the banner ([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
188
+ - **eslint:** Improved the logic around determining the banner
189
+ ([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
152
190
 
153
191
  ## 1.139.1 (2024-08-01)
154
192
 
155
-
156
193
  ### Bug Fixes
157
194
 
158
- - **eslint:** Resolve issue with invalid path definition ([be930a74](https://github.com/storm-software/storm-ops/commit/be930a74))
195
+ - **eslint:** Resolve issue with invalid path definition
196
+ ([be930a74](https://github.com/storm-software/storm-ops/commit/be930a74))
159
197
 
160
198
  ## 1.139.0 (2024-08-01)
161
199
 
162
-
163
200
  ### Features
164
201
 
165
- - **eslint:** Added the `parserOptions` parameter to the preset's options ([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
202
+ - **eslint:** Added the `parserOptions` parameter to the preset's options
203
+ ([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
166
204
 
167
205
  ## 1.138.0 (2024-08-01)
168
206
 
169
-
170
207
  ### Features
171
208
 
172
- - **eslint:** Added JSX parser options when `react` is enabled ([2700e009](https://github.com/storm-software/storm-ops/commit/2700e009))
209
+ - **eslint:** Added JSX parser options when `react` is enabled
210
+ ([2700e009](https://github.com/storm-software/storm-ops/commit/2700e009))
173
211
 
174
212
  ## 1.137.1 (2024-08-01)
175
213
 
176
-
177
214
  ### Bug Fixes
178
215
 
179
- - **eslint:** Resolved issues with invalid TypeScript flat configuration ([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
216
+ - **eslint:** Resolved issues with invalid TypeScript flat configuration
217
+ ([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
180
218
 
181
219
  ## 1.137.0 (2024-08-01)
182
220
 
183
-
184
221
  ### Features
185
222
 
186
- - **eslint:** Added initial typinges for the distribution package ([5a6a9dd1](https://github.com/storm-software/storm-ops/commit/5a6a9dd1))
223
+ - **eslint:** Added initial typinges for the distribution package
224
+ ([5a6a9dd1](https://github.com/storm-software/storm-ops/commit/5a6a9dd1))
187
225
 
188
226
  ## 1.136.0 (2024-08-01)
189
227
 
190
-
191
228
  ### Features
192
229
 
193
- - **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk ([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
230
+ - **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
231
+ ([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
194
232
 
195
233
  ## 1.135.0 (2024-08-01)
196
234
 
197
-
198
235
  ### Features
199
236
 
200
- - **git-tools:** Update `commitlint` to warn users when no commit message is provided instead of throwing errors ([04942ee2](https://github.com/storm-software/storm-ops/commit/04942ee2))
237
+ - **git-tools:** Update `commitlint` to warn users when no commit message is
238
+ provided instead of throwing errors
239
+ ([04942ee2](https://github.com/storm-software/storm-ops/commit/04942ee2))
201
240
 
202
241
  ## 1.134.3 (2024-07-31)
203
242
 
204
-
205
243
  ### Bug Fixes
206
244
 
207
- - **git-tools:** Resolved issue when `commitlint` is called without a `message` parameter ([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
245
+ - **git-tools:** Resolved issue when `commitlint` is called without a `message`
246
+ parameter
247
+ ([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
208
248
 
209
249
  ## 1.134.2 (2024-07-31)
210
250
 
211
-
212
251
  ### Bug Fixes
213
252
 
214
- - **build-tools:** Resolved issue iterating unbuild entry files ([17703513](https://github.com/storm-software/storm-ops/commit/17703513))
253
+ - **build-tools:** Resolved issue iterating unbuild entry files
254
+ ([17703513](https://github.com/storm-software/storm-ops/commit/17703513))
215
255
 
216
256
  ## 1.134.1 (2024-07-31)
217
257
 
218
-
219
258
  ### Bug Fixes
220
259
 
221
- - **build-tools:** Resolve issues with the output path provided to unbuild ([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
260
+ - **build-tools:** Resolve issues with the output path provided to unbuild
261
+ ([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
222
262
 
223
263
  ## 1.134.0 (2024-07-31)
224
264
 
225
-
226
265
  ### Features
227
266
 
228
- - **build-tools:** Added the CODEOWNERS linting tool ([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
267
+ - **build-tools:** Added the CODEOWNERS linting tool
268
+ ([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
229
269
 
230
270
  ## 1.133.1 (2024-07-31)
231
271
 
232
-
233
272
  ### Bug Fixes
234
273
 
235
- - **build-tools:** Remove unused plugin from unbuild ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
274
+ - **build-tools:** Remove unused plugin from unbuild
275
+ ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
236
276
 
237
277
  ## 1.133.0 (2024-07-31)
238
278
 
239
-
240
279
  ### Features
241
280
 
242
- - **create-storm-workspace:** Configure workspace to include GitHub ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
281
+ - **create-storm-workspace:** Configure workspace to include GitHub
282
+ ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
243
283
 
244
284
  ## 1.132.0 (2024-07-30)
245
285
 
246
-
247
286
  ### Features
248
287
 
249
- - **eslint:** Added the header plugin ([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
288
+ - **eslint:** Added the header plugin
289
+ ([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
250
290
 
251
291
  ## 1.131.0 (2024-07-28)
252
292
 
253
-
254
293
  ### Features
255
294
 
256
- - **build-tools:** Added code to include TypeScript lib declarations in bundle ([689e8a47](https://github.com/storm-software/storm-ops/commit/689e8a47))
295
+ - **build-tools:** Added code to include TypeScript lib declarations in bundle
296
+ ([689e8a47](https://github.com/storm-software/storm-ops/commit/689e8a47))
257
297
 
258
- - **build-tools:** Added the `generatePackageJson` functionality for unbuild ([218c72d4](https://github.com/storm-software/storm-ops/commit/218c72d4))
298
+ - **build-tools:** Added the `generatePackageJson` functionality for unbuild
299
+ ([218c72d4](https://github.com/storm-software/storm-ops/commit/218c72d4))
259
300
 
260
301
  ## 1.130.0 (2024-07-28)
261
302
 
262
-
263
303
  ### Features
264
304
 
265
- - **build-tools:** Added `formatPackageJson` functionality to unbuild ([6da1a518](https://github.com/storm-software/storm-ops/commit/6da1a518))
305
+ - **build-tools:** Added `formatPackageJson` functionality to unbuild
306
+ ([6da1a518](https://github.com/storm-software/storm-ops/commit/6da1a518))
266
307
 
267
308
  ## 1.129.2 (2024-07-28)
268
309
 
269
-
270
310
  ### Bug Fixes
271
311
 
272
- - **build-tools:** Split out the code to format the `package.json` file ([a47b98d5](https://github.com/storm-software/storm-ops/commit/a47b98d5))
312
+ - **build-tools:** Split out the code to format the `package.json` file
313
+ ([a47b98d5](https://github.com/storm-software/storm-ops/commit/a47b98d5))
273
314
 
274
315
  ## 1.129.1 (2024-07-26)
275
316
 
276
-
277
317
  ### Bug Fixes
278
318
 
279
- - **storm-ops:** Resolved issue with missing token in CI action ([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
319
+ - **storm-ops:** Resolved issue with missing token in CI action
320
+ ([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
280
321
 
281
322
  ## 1.129.0 (2024-07-24)
282
323
 
283
-
284
324
  ### Features
285
325
 
286
- - **workspace-tools:** Added the `size-limit` executor ([6ce22bab](https://github.com/storm-software/storm-ops/commit/6ce22bab))
326
+ - **workspace-tools:** Added the `size-limit` executor
327
+ ([6ce22bab](https://github.com/storm-software/storm-ops/commit/6ce22bab))
287
328
 
288
329
  ## 1.128.2 (2024-07-23)
289
330
 
290
-
291
331
  ### Bug Fixes
292
332
 
293
- - **workspace-tools:** Simplified the `namedImports` in the base Nx configuration ([2982defb](https://github.com/storm-software/storm-ops/commit/2982defb))
333
+ - **workspace-tools:** Simplified the `namedImports` in the base Nx
334
+ configuration
335
+ ([2982defb](https://github.com/storm-software/storm-ops/commit/2982defb))
294
336
 
295
- - **workspace-tools:** Add the new `namedImports` to workspace plugins ([357b9b73](https://github.com/storm-software/storm-ops/commit/357b9b73))
337
+ - **workspace-tools:** Add the new `namedImports` to workspace plugins
338
+ ([357b9b73](https://github.com/storm-software/storm-ops/commit/357b9b73))
296
339
 
297
340
  ## 1.128.1 (2024-07-23)
298
341
 
299
-
300
342
  ### Bug Fixes
301
343
 
302
- - **eslint:** Resolve issues with `json` plugin config spread ([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
344
+ - **eslint:** Resolve issues with `json` plugin config spread
345
+ ([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
303
346
 
304
347
  ## 1.128.0 (2024-07-23)
305
348
 
306
-
307
349
  ### Features
308
350
 
309
- - **prettier:** Export default `config.json` and `tailwindcss.json` from package ([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
351
+ - **prettier:** Export default `config.json` and `tailwindcss.json` from package
352
+ ([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
310
353
 
311
354
  ## 1.127.0 (2024-07-23)
312
355
 
313
-
314
356
  ### Features
315
357
 
316
- - **eslint:** Remove the `import` plugin from the preset ([6c8551ae](https://github.com/storm-software/storm-ops/commit/6c8551ae))
358
+ - **eslint:** Remove the `import` plugin from the preset
359
+ ([6c8551ae](https://github.com/storm-software/storm-ops/commit/6c8551ae))
317
360
 
318
361
  ## 1.126.0 (2024-07-22)
319
362
 
320
-
321
363
  ### Features
322
364
 
323
- - **eslint:** Update rules around handling TypeScript function returns ([a9859cd4](https://github.com/storm-software/storm-ops/commit/a9859cd4))
365
+ - **eslint:** Update rules around handling TypeScript function returns
366
+ ([a9859cd4](https://github.com/storm-software/storm-ops/commit/a9859cd4))
324
367
 
325
368
  ## 1.125.0 (2024-07-22)
326
369
 
327
-
328
370
  ### Features
329
371
 
330
- - **eslint:** Added Nx plugin to eslint preset ([1933027f](https://github.com/storm-software/storm-ops/commit/1933027f))
372
+ - **eslint:** Added Nx plugin to eslint preset
373
+ ([1933027f](https://github.com/storm-software/storm-ops/commit/1933027f))
331
374
 
332
375
  ## 1.124.0 (2024-07-22)
333
376
 
334
-
335
377
  ### Features
336
378
 
337
- - **eslint:** Add config formatter to eslint preset ([050dadcd](https://github.com/storm-software/storm-ops/commit/050dadcd))
379
+ - **eslint:** Add config formatter to eslint preset
380
+ ([050dadcd](https://github.com/storm-software/storm-ops/commit/050dadcd))
338
381
 
339
382
  ## 1.123.0 (2024-07-22)
340
383
 
341
-
342
384
  ### Features
343
385
 
344
- - **workspace-tools:** Enable distributed task execution and remote caching ([307bc05a](https://github.com/storm-software/storm-ops/commit/307bc05a))
345
-
346
- - **workspace-tools:** Improve the `nx.config` shared imports ([2b298691](https://github.com/storm-software/storm-ops/commit/2b298691))
386
+ - **workspace-tools:** Enable distributed task execution and remote caching
387
+ ([307bc05a](https://github.com/storm-software/storm-ops/commit/307bc05a))
347
388
 
389
+ - **workspace-tools:** Improve the `nx.config` shared imports
390
+ ([2b298691](https://github.com/storm-software/storm-ops/commit/2b298691))
348
391
 
349
392
  ### Bug Fixes
350
393
 
351
- - **storm-ops:** Resolved issue with cross-project typings ([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
352
-
353
- - **workspace-tools:** Improve the inputs used for `build` and `release` tasks ([9887f360](https://github.com/storm-software/storm-ops/commit/9887f360))
394
+ - **storm-ops:** Resolved issue with cross-project typings
395
+ ([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
354
396
 
355
- - **workspace-tools:** Resolve issues with `namedInputs` in base Nx configuration ([879fc147](https://github.com/storm-software/storm-ops/commit/879fc147))
397
+ - **workspace-tools:** Improve the inputs used for `build` and `release` tasks
398
+ ([9887f360](https://github.com/storm-software/storm-ops/commit/9887f360))
356
399
 
400
+ - **workspace-tools:** Resolve issues with `namedInputs` in base Nx
401
+ configuration
402
+ ([879fc147](https://github.com/storm-software/storm-ops/commit/879fc147))
357
403
 
358
404
  ### Continuous Integration
359
405
 
360
- - **storm-ops:** Resolve permissions issue in CI action ([2dd8c79e](https://github.com/storm-software/storm-ops/commit/2dd8c79e))
406
+ - **storm-ops:** Resolve permissions issue in CI action
407
+ ([2dd8c79e](https://github.com/storm-software/storm-ops/commit/2dd8c79e))
361
408
 
362
409
  ## 1.122.0 (2024-07-19)
363
410
 
364
-
365
411
  ### Features
366
412
 
367
- - **workspace-tools:** Added separate exports for utilities ([2e62f379](https://github.com/storm-software/storm-ops/commit/2e62f379))
368
-
413
+ - **workspace-tools:** Added separate exports for utilities
414
+ ([2e62f379](https://github.com/storm-software/storm-ops/commit/2e62f379))
369
415
 
370
416
  ### Continuous Integration
371
417
 
372
- - **storm-ops:** Track git branch in `nrwl/nx-set-shas` step ([e53ee0bc](https://github.com/storm-software/storm-ops/commit/e53ee0bc))
418
+ - **storm-ops:** Track git branch in `nrwl/nx-set-shas` step
419
+ ([e53ee0bc](https://github.com/storm-software/storm-ops/commit/e53ee0bc))
373
420
 
374
421
  ## 1.121.0 (2024-07-19)
375
422
 
376
-
377
423
  ### Features
378
424
 
379
- - **workspace-tools:** Added helper functions to support reading/writing project tags ([507b5747](https://github.com/storm-software/storm-ops/commit/507b5747))
425
+ - **workspace-tools:** Added helper functions to support reading/writing project
426
+ tags ([507b5747](https://github.com/storm-software/storm-ops/commit/507b5747))
380
427
 
381
- - **workspace-tools:** Added project tags constants and type declarations ([88cd1de2](https://github.com/storm-software/storm-ops/commit/88cd1de2))
428
+ - **workspace-tools:** Added project tags constants and type declarations
429
+ ([88cd1de2](https://github.com/storm-software/storm-ops/commit/88cd1de2))
382
430
 
383
431
  ## 1.120.0 (2024-07-19)
384
432
 
385
-
386
433
  ### Features
387
434
 
388
- - **workspace-tools:** Added tag population to the workspace plugins ([f473de63](https://github.com/storm-software/storm-ops/commit/f473de63))
435
+ - **workspace-tools:** Added tag population to the workspace plugins
436
+ ([f473de63](https://github.com/storm-software/storm-ops/commit/f473de63))
389
437
 
390
438
  ## 1.119.0 (2024-07-19)
391
439
 
392
-
393
440
  ### Features
394
441
 
395
- - **workspace-tools:** Added the `clean-package` executor ([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
442
+ - **workspace-tools:** Added the `clean-package` executor
443
+ ([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
396
444
 
397
- - **config:** Updated `workspaceRoot` with a default value ([5ee3fb09](https://github.com/storm-software/storm-ops/commit/5ee3fb09))
445
+ - **config:** Updated `workspaceRoot` with a default value
446
+ ([5ee3fb09](https://github.com/storm-software/storm-ops/commit/5ee3fb09))
398
447
 
399
448
  ## 1.118.0 (2024-07-19)
400
449
 
401
-
402
450
  ### Features
403
451
 
404
- - **storm-ops:** Use renovate with shared preset and update dependabot config ([b85fba8a](https://github.com/storm-software/storm-ops/commit/b85fba8a))
452
+ - **storm-ops:** Use renovate with shared preset and update dependabot config
453
+ ([b85fba8a](https://github.com/storm-software/storm-ops/commit/b85fba8a))
405
454
 
406
455
  ## 1.117.0 (2024-07-17)
407
456
 
408
-
409
457
  ### Features
410
458
 
411
- - **workspace-tools:** Include Documentation and Examples in the CHANGELOG files ([39b694b7](https://github.com/storm-software/storm-ops/commit/39b694b7))
412
-
459
+ - **workspace-tools:** Include Documentation and Examples in the CHANGELOG files
460
+ ([39b694b7](https://github.com/storm-software/storm-ops/commit/39b694b7))
413
461
 
414
462
  ### Documentation
415
463
 
416
- - **storm-ops:** Remove emojis from monorepo CHANGELOG files ([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
464
+ - **storm-ops:** Remove emojis from monorepo CHANGELOG files
465
+ ([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
417
466
 
418
- - **workspace-tools:** Regenerate README markdown content ([3dc140fc](https://github.com/storm-software/storm-ops/commit/3dc140fc))
467
+ - **workspace-tools:** Regenerate README markdown content
468
+ ([3dc140fc](https://github.com/storm-software/storm-ops/commit/3dc140fc))
419
469
 
420
470
  ## 2.29.0 (2024-07-17)
421
471
 
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.155.0-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.157.0-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 -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Workspace Tools](#storm-workspace-tools)
package/config/nx.json CHANGED
@@ -312,7 +312,7 @@
312
312
  "dependsOn": ["^lint-ls"],
313
313
  "executor": "nx:run-commands",
314
314
  "options": {
315
- "command": "pnpm exec ls-lint --config=\"@storm-software/linting-tools/ls-lint/ls-lint.yml\" ",
315
+ "command": "pnpm exec ls-lint --config=\"./node_modules/@storm-software/linting-tools/ls-lint/ls-lint.yml\" ",
316
316
  "color": true
317
317
  }
318
318
  },
@@ -397,17 +397,17 @@
397
397
  },
398
398
  "build-base": {
399
399
  "cache": true,
400
- "dependsOn": ["clean", "format", "^build"]
400
+ "dependsOn": ["clean", "^build"]
401
401
  },
402
402
  "build-local": {
403
403
  "cache": true,
404
404
  "inputs": ["default", "^production"],
405
- "dependsOn": ["build-base", "format", "^build"]
405
+ "dependsOn": ["build-base", "^build"]
406
406
  },
407
407
  "build": {
408
408
  "cache": true,
409
409
  "inputs": ["default", "^production"],
410
- "dependsOn": ["build-base", "format", "^build"]
410
+ "dependsOn": ["build-base", "^build"]
411
411
  },
412
412
  "rebuild": {
413
413
  "cache": false,