@storm-software/config-tools 1.119.0 → 1.130.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.
Files changed (157) hide show
  1. package/README.md +1 -1
  2. package/dist/chunk-4IYEDNYJ.mjs +426 -0
  3. package/dist/chunk-5QZ7AV2J.js +27 -0
  4. package/dist/chunk-64RYHF5D.mjs +51 -0
  5. package/dist/chunk-66ACWURQ.mjs +125 -0
  6. package/dist/chunk-6OYLNZFT.mjs +169 -0
  7. package/dist/chunk-6SJLAEJ3.js +70 -0
  8. package/dist/chunk-6WPG3DXV.js +32 -0
  9. package/dist/chunk-7KVSSDMX.mjs +545 -0
  10. package/dist/chunk-7XY63NME.js +44 -0
  11. package/dist/chunk-A7VLTBS6.mjs +271 -0
  12. package/dist/chunk-BS5OC5E6.js +426 -0
  13. package/dist/chunk-E3IN3SQD.mjs +6 -0
  14. package/dist/chunk-FW22KPOW.mjs +27 -0
  15. package/dist/chunk-GIZ23UUE.js +189 -0
  16. package/dist/chunk-GOQAHXJF.mjs +28 -0
  17. package/dist/chunk-H6XXDZ7A.js +28 -0
  18. package/dist/chunk-HCF3QA4H.js +102 -0
  19. package/dist/chunk-JDK3PXQR.js +545 -0
  20. package/dist/chunk-K6TQN2LZ.js +6 -0
  21. package/dist/chunk-LKZSRXS7.js +169 -0
  22. package/dist/chunk-MGI2M3SX.js +6 -0
  23. package/dist/chunk-N32EGEJB.js +90 -0
  24. package/dist/chunk-N4BRCEYB.js +27 -0
  25. package/dist/chunk-OXK45X3L.js +125 -0
  26. package/dist/chunk-PEHVR33I.js +67 -0
  27. package/dist/chunk-PQNCKJAR.js +271 -0
  28. package/dist/chunk-PVPSTJNJ.mjs +90 -0
  29. package/dist/chunk-QHVHX67K.js +6 -0
  30. package/dist/chunk-QUVGIEZZ.mjs +6 -0
  31. package/dist/chunk-RAWSXKTG.mjs +189 -0
  32. package/dist/chunk-SJO5XZQA.js +6 -0
  33. package/dist/chunk-TEKFJAJJ.mjs +70 -0
  34. package/dist/chunk-TTCXDK6S.mjs +27 -0
  35. package/dist/chunk-UCUOC6LA.mjs +70 -0
  36. package/dist/chunk-VQLOUFMG.mjs +32 -0
  37. package/dist/chunk-WRFJFYOU.mjs +51 -0
  38. package/dist/chunk-WXOSG64C.js +70 -0
  39. package/dist/chunk-WXYJGX4C.mjs +6 -0
  40. package/dist/chunk-X6VIYUJR.mjs +6 -0
  41. package/dist/chunk-XJEQHMOE.js +49 -0
  42. package/dist/chunk-XLMGW4ZW.mjs +67 -0
  43. package/dist/chunk-XXHENMLT.mjs +44 -0
  44. package/dist/chunk-Z2EXWNIQ.mjs +102 -0
  45. package/dist/chunk-ZVXEYJQO.js +51 -0
  46. package/dist/config-file/get-config-file.d.mts +20 -0
  47. package/dist/config-file/get-config-file.d.ts +20 -0
  48. package/dist/config-file/get-config-file.js +23 -0
  49. package/dist/config-file/get-config-file.mjs +23 -0
  50. package/dist/config-file/index.d.mts +4 -0
  51. package/dist/config-file/index.d.ts +4 -0
  52. package/dist/config-file/index.js +24 -0
  53. package/dist/config-file/index.mjs +24 -0
  54. package/dist/create-storm-config.d.mts +29 -0
  55. package/dist/create-storm-config.d.ts +29 -0
  56. package/dist/create-storm-config.js +30 -0
  57. package/dist/create-storm-config.mjs +30 -0
  58. package/dist/env/get-env.d.mts +19 -0
  59. package/dist/env/get-env.d.ts +19 -0
  60. package/dist/env/get-env.js +13 -0
  61. package/dist/env/get-env.mjs +13 -0
  62. package/dist/env/index.d.mts +5 -0
  63. package/dist/env/index.d.ts +5 -0
  64. package/dist/env/index.js +20 -0
  65. package/dist/env/index.mjs +20 -0
  66. package/{src/env/get-env.d.ts → dist/env/set-env.d.mts} +7 -4
  67. package/{src → dist}/env/set-env.d.ts +7 -3
  68. package/dist/env/set-env.js +12 -0
  69. package/dist/env/set-env.mjs +12 -0
  70. package/dist/index.d.mts +19 -0
  71. package/dist/index.d.ts +19 -0
  72. package/dist/index.js +132 -0
  73. package/dist/index.mjs +132 -0
  74. package/dist/logger/chalk.d.mts +25 -0
  75. package/{src/utilities → dist/logger}/chalk.d.ts +4 -2
  76. package/dist/logger/chalk.js +7 -0
  77. package/dist/logger/chalk.mjs +7 -0
  78. package/dist/logger/console.d.mts +82 -0
  79. package/{src/utilities/logger.d.ts → dist/logger/console.d.ts} +18 -14
  80. package/dist/logger/console.js +35 -0
  81. package/dist/logger/console.mjs +35 -0
  82. package/dist/logger/get-log-level.d.mts +27 -0
  83. package/{src/utilities → dist/logger}/get-log-level.d.ts +9 -4
  84. package/dist/logger/get-log-level.js +12 -0
  85. package/dist/logger/get-log-level.mjs +12 -0
  86. package/dist/logger/index.d.mts +6 -0
  87. package/dist/logger/index.d.ts +6 -0
  88. package/dist/logger/index.js +46 -0
  89. package/dist/logger/index.mjs +46 -0
  90. package/dist/types-DGWqy1xb.d.mts +1395 -0
  91. package/dist/types-DGWqy1xb.d.ts +1395 -0
  92. package/dist/types.d.mts +40 -0
  93. package/{src → dist}/types.d.ts +14 -7
  94. package/dist/types.js +9 -0
  95. package/dist/types.mjs +9 -0
  96. package/dist/utilities/apply-workspace-tokens.d.mts +9 -0
  97. package/dist/utilities/apply-workspace-tokens.d.ts +9 -0
  98. package/dist/utilities/apply-workspace-tokens.js +14 -0
  99. package/dist/utilities/apply-workspace-tokens.mjs +14 -0
  100. package/dist/utilities/correct-paths.d.mts +19 -0
  101. package/dist/utilities/correct-paths.d.ts +19 -0
  102. package/dist/utilities/correct-paths.js +9 -0
  103. package/dist/utilities/correct-paths.mjs +9 -0
  104. package/dist/utilities/file-path-utils.d.mts +4 -0
  105. package/dist/utilities/file-path-utils.d.ts +4 -0
  106. package/dist/utilities/file-path-utils.js +9 -0
  107. package/dist/utilities/file-path-utils.mjs +9 -0
  108. package/dist/utilities/find-up.d.mts +6 -0
  109. package/dist/utilities/find-up.d.ts +6 -0
  110. package/dist/utilities/find-up.js +7 -0
  111. package/dist/utilities/find-up.mjs +7 -0
  112. package/dist/utilities/find-workspace-root.d.mts +16 -0
  113. package/{src → dist}/utilities/find-workspace-root.d.ts +4 -2
  114. package/dist/utilities/find-workspace-root.js +11 -0
  115. package/dist/utilities/find-workspace-root.mjs +11 -0
  116. package/dist/utilities/get-default-config.d.mts +15 -0
  117. package/dist/utilities/get-default-config.d.ts +15 -0
  118. package/dist/utilities/get-default-config.js +13 -0
  119. package/dist/utilities/get-default-config.mjs +13 -0
  120. package/dist/utilities/index.d.mts +11 -0
  121. package/dist/utilities/index.d.ts +11 -0
  122. package/dist/utilities/index.js +58 -0
  123. package/dist/utilities/index.mjs +58 -0
  124. package/dist/utilities/process-handler.d.mts +8 -0
  125. package/dist/utilities/process-handler.d.ts +8 -0
  126. package/dist/utilities/process-handler.js +20 -0
  127. package/dist/utilities/process-handler.mjs +20 -0
  128. package/dist/utilities/run.d.mts +36 -0
  129. package/dist/utilities/run.d.ts +36 -0
  130. package/dist/utilities/run.js +11 -0
  131. package/dist/utilities/run.mjs +11 -0
  132. package/package.json +1 -24
  133. package/CHANGELOG.md +0 -3122
  134. package/declarations.d.ts +0 -304
  135. package/index.cjs +0 -67508
  136. package/index.js +0 -67463
  137. package/meta.cjs.json +0 -5352
  138. package/meta.esm.json +0 -5413
  139. package/src/config-file/get-config-file.d.ts +0 -16
  140. package/src/config-file/index.d.ts +0 -1
  141. package/src/create-storm-config.d.ts +0 -26
  142. package/src/env/index.d.ts +0 -2
  143. package/src/index.d.ts +0 -13
  144. package/src/utilities/apply-workspace-tokens.d.ts +0 -4
  145. package/src/utilities/correct-paths.d.ts +0 -1
  146. package/src/utilities/file-path-utils.d.ts +0 -2
  147. package/src/utilities/find-up.d.ts +0 -4
  148. package/src/utilities/get-default-config.d.ts +0 -15
  149. package/src/utilities/index.d.ts +0 -10
  150. package/src/utilities/process-handler.d.ts +0 -4
  151. package/src/utilities/run.d.ts +0 -18
  152. package/utilities/chalk.cjs +0 -1610
  153. package/utilities/chalk.js +0 -1605
  154. package/utilities/find-workspace-root.cjs +0 -118
  155. package/utilities/find-workspace-root.js +0 -91
  156. package/utilities/logger.cjs +0 -5914
  157. package/utilities/logger.js +0 -5897
package/CHANGELOG.md DELETED
@@ -1,3122 +0,0 @@
1
- ## 1.119.0 (2024-12-23)
2
-
3
- ### Features
4
-
5
- - **pulumi-tools:** Initial check-in of the `pulumi-tools` package ([6b03c2ae](https://github.com/storm-software/storm-ops/commit/6b03c2ae))
6
-
7
- ## 1.118.0 (2024-12-23)
8
-
9
- ### Features
10
-
11
- - **workspace-tools:** Added the `storm-software/typescript/tsup` plugin
12
- ([8e74c512](https://github.com/storm-software/storm-ops/commit/8e74c512))
13
-
14
- ## 1.117.0 (2024-12-22)
15
-
16
- ### Features
17
-
18
- - **esbuild:** Added copy-assets and reporting build steps
19
- ([d8372730](https://github.com/storm-software/storm-ops/commit/d8372730))
20
-
21
- ## 1.116.0 (2024-12-19)
22
-
23
- ### Features
24
-
25
- - **config:** Renamed the `env` config parameter to `envName`
26
- ([5903bc5e](https://github.com/storm-software/storm-ops/commit/5903bc5e))
27
-
28
- ## 1.115.0 (2024-12-18)
29
-
30
- ### Features
31
-
32
- - **storm-ops:** Improved descriptions and markdown across monorepo
33
- ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
34
-
35
- ## 1.114.1 (2024-12-18)
36
-
37
- ### Bug Fixes
38
-
39
- - **workspace-tools:** Resolve issues with old `babel` plugin type definitions
40
- ([bc244027](https://github.com/storm-software/storm-ops/commit/bc244027))
41
-
42
- ### Dependency Upgrades
43
-
44
- - **storm-ops:** Update `chalk` version to 4.1.0 to use commonjs
45
- ([d12a4e55](https://github.com/storm-software/storm-ops/commit/d12a4e55))
46
-
47
- ## 1.114.0 (2024-12-01)
48
-
49
- ### Features
50
-
51
- - **storm-ops:** Added `lint-sherif` script to the CI workflow
52
- ([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
53
-
54
- ## 1.113.0 (2024-11-30)
55
-
56
- ### Features
57
-
58
- - **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
59
- ([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
60
- - **linting-tools:** Added `syncpack` config and CI reusable actions
61
- ([a95fd8e5](https://github.com/storm-software/storm-ops/commit/a95fd8e5))
62
-
63
- ## 1.112.0 (2024-11-18)
64
-
65
- ### Features
66
-
67
- - **build-tools:** Allow default package.json exports by no longer overriding
68
- them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
69
-
70
- ## 1.111.3 (2024-11-10)
71
-
72
- ### Bug Fixes
73
-
74
- - **config-tools:** Improve config file path formatting in log message
75
- ([5971676e](https://github.com/storm-software/storm-ops/commit/5971676e))
76
-
77
- ## 1.111.2 (2024-11-10)
78
-
79
- ### Bug Fixes
80
-
81
- - **config-tools:** Ensure trace logging is not marked as system logging
82
- ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
83
-
84
- ## 1.111.1 (2024-11-08)
85
-
86
- ### Bug Fixes
87
-
88
- - **config-tools:** Cleaned up the logger's formatting
89
- ([6ed06104](https://github.com/storm-software/storm-ops/commit/6ed06104))
90
-
91
- ## 1.111.0 (2024-11-08)
92
-
93
- ### Features
94
-
95
- - **build-tools:** Added back cjs build and local package.json dependencies
96
- ([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
97
-
98
- ## 1.110.0 (2024-11-08)
99
-
100
- ### Features
101
-
102
- - **config:** Regenerate the Storm configuration schema
103
- ([baeb1c6f](https://github.com/storm-software/storm-ops/commit/baeb1c6f))
104
-
105
- ## 1.109.0 (2024-11-07)
106
-
107
- ### Features
108
-
109
- - **config:** Add the `danger` color token
110
- ([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
111
-
112
- ## 1.108.0 (2024-11-01)
113
-
114
- ### Features
115
-
116
- - **eslint:** Resolve type issues with Nx plugin in preset
117
- ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
118
- - **config:** Regenerate the config JSON Schema file
119
- ([7258f12d](https://github.com/storm-software/storm-ops/commit/7258f12d))
120
- - **config:** Added the `positive` and `negative` color tokens
121
- ([24c5e15f](https://github.com/storm-software/storm-ops/commit/24c5e15f))
122
-
123
- ## 1.107.0 (2024-10-31)
124
-
125
- ### Features
126
-
127
- - **workspace-tools:** Update the Nx package code to conform to latest type
128
- definitions
129
- ([b1dbdff8](https://github.com/storm-software/storm-ops/commit/b1dbdff8))
130
- - **config:** Added the `link` color token to Storm configuration
131
- ([c66f39ed](https://github.com/storm-software/storm-ops/commit/c66f39ed))
132
-
133
- ### Bug Fixes
134
-
135
- - **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
136
- Nx options
137
- ([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
138
- - **storm-ops:** Resolve issue with invalid Nx ouput configuration
139
- ([9ca60bc0](https://github.com/storm-software/storm-ops/commit/9ca60bc0))
140
-
141
- ## 1.106.1 (2024-10-22)
142
-
143
- ### Bug Fixes
144
-
145
- - **build-tools:** Ensure full changes to build tools are applied
146
- ([5d414904](https://github.com/storm-software/storm-ops/commit/5d414904))
147
-
148
- ## 1.106.0 (2024-10-22)
149
-
150
- ### Features
151
-
152
- - **build-tools:** Ensure all nested folders have `exports` generated during
153
- unbuild
154
- ([cd57af07](https://github.com/storm-software/storm-ops/commit/cd57af07))
155
-
156
- ## 1.105.3 (2024-10-22)
157
-
158
- ### Bug Fixes
159
-
160
- - **eslint:** Apply TypeScript ESLint parser option configuration
161
- ([0e4728a2](https://github.com/storm-software/storm-ops/commit/0e4728a2))
162
-
163
- ## 1.105.2 (2024-10-22)
164
-
165
- ### Bug Fixes
166
-
167
- - **eslint:** Ensure `parserOptions` are removed from all configuration objects
168
- ([971d16f8](https://github.com/storm-software/storm-ops/commit/971d16f8))
169
-
170
- ## 1.105.1 (2024-10-22)
171
-
172
- ### Bug Fixes
173
-
174
- - **eslint:** Resolve issue with invalid `parserOptions` for React configuration
175
- ([5f93eab9](https://github.com/storm-software/storm-ops/commit/5f93eab9))
176
-
177
- ## 1.105.0 (2024-10-22)
178
-
179
- ### Features
180
-
181
- - **eslint:** Added the `nx` linting rules configuration option
182
- ([cebc611a](https://github.com/storm-software/storm-ops/commit/cebc611a))
183
-
184
- - **config-tools:** Update the parameters to `formatLogMessage` to accept
185
- options object
186
- ([e159f35b](https://github.com/storm-software/storm-ops/commit/e159f35b))
187
-
188
- ## 1.104.3 (2024-10-22)
189
-
190
- ### Bug Fixes
191
-
192
- - **eslint:** Resolved issues with `parserOptions` configurations
193
- ([f35b4739](https://github.com/storm-software/storm-ops/commit/f35b4739))
194
-
195
- ## 1.104.2 (2024-10-22)
196
-
197
- ### Bug Fixes
198
-
199
- - **eslint:** Resolve issue with `parserOptions` configuration
200
- ([4da465aa](https://github.com/storm-software/storm-ops/commit/4da465aa))
201
-
202
- ## 1.104.1 (2024-10-22)
203
-
204
- ### Bug Fixes
205
-
206
- - **eslint:** Resolved issue with react-hooks plugin
207
- ([2dbc2670](https://github.com/storm-software/storm-ops/commit/2dbc2670))
208
-
209
- ## 1.104.0 (2024-10-21)
210
-
211
- ### Features
212
-
213
- - **config-tools:** Update max depth to 4 calls
214
- ([71c2aab1](https://github.com/storm-software/storm-ops/commit/71c2aab1))
215
-
216
- ## 1.103.0 (2024-10-21)
217
-
218
- ### Features
219
-
220
- - **config-tools:** Add a max depth to the object logger
221
- ([900ad959](https://github.com/storm-software/storm-ops/commit/900ad959))
222
-
223
- ## 1.102.2 (2024-10-21)
224
-
225
- ### Bug Fixes
226
-
227
- - **config-tools:** Resolved issue printing object arrays to the logs
228
- ([1590597a](https://github.com/storm-software/storm-ops/commit/1590597a))
229
-
230
- ## 1.102.1 (2024-10-20)
231
-
232
- ### Bug Fixes
233
-
234
- - **eslint:** Resolve issue with merging ESLint configuration objects
235
- ([bb37374a](https://github.com/storm-software/storm-ops/commit/bb37374a))
236
-
237
- ## 1.102.0 (2024-10-20)
238
-
239
- ### Features
240
-
241
- - **eslint:** Added ESLint Plugin configuration object logging
242
- ([2d943cd8](https://github.com/storm-software/storm-ops/commit/2d943cd8))
243
-
244
- ## 1.101.4 (2024-10-20)
245
-
246
- ### Bug Fixes
247
-
248
- - **eslint:** Ensure the TypeScript ESLint configurations are correctly merged
249
- by file type
250
- ([152fce82](https://github.com/storm-software/storm-ops/commit/152fce82))
251
-
252
- ## 1.101.3 (2024-10-20)
253
-
254
- ### Bug Fixes
255
-
256
- - **eslint:** Resolved issue applying TypeScript ESLint preset configurations
257
- ([fc0f139e](https://github.com/storm-software/storm-ops/commit/fc0f139e))
258
-
259
- ## 1.101.2 (2024-09-19)
260
-
261
- ### Bug Fixes
262
-
263
- - **eslint:** Resolve issue applying plugin to configuration aggregate
264
- ([b86cd266](https://github.com/storm-software/storm-ops/commit/b86cd266))
265
-
266
- ## 1.101.1 (2024-09-19)
267
-
268
- ### Bug Fixes
269
-
270
- - **eslint:** Resolved issue with scenario where invalid TypeScript
271
- configuration is provided
272
- ([4db77c97](https://github.com/storm-software/storm-ops/commit/4db77c97))
273
-
274
- ## 1.101.0 (2024-09-19)
275
-
276
- ### Features
277
-
278
- - **eslint:** Added the `useTypeScriptESLint` and `useUnicorn` optional
279
- parameters
280
- ([60eb6e2e](https://github.com/storm-software/storm-ops/commit/60eb6e2e))
281
-
282
- ### Bug Fixes
283
-
284
- - **eslint:** Resolve build issue in package
285
- ([78140ff2](https://github.com/storm-software/storm-ops/commit/78140ff2))
286
-
287
- ## 1.100.0 (2024-09-19)
288
-
289
- ### Features
290
-
291
- - **eslint:** Remove extra rules from TSX files
292
- ([a609ed20](https://github.com/storm-software/storm-ops/commit/a609ed20))
293
-
294
- ## 1.99.0 (2024-09-19)
295
-
296
- ### Features
297
-
298
- - **terraform-modules:** Added EKS terraform module
299
- ([01cc04ff](https://github.com/storm-software/storm-ops/commit/01cc04ff))
300
-
301
- ## 1.98.0 (2024-09-19)
302
-
303
- ### Features
304
-
305
- - **eslint:** Added proper json linting rules
306
- ([41809865](https://github.com/storm-software/storm-ops/commit/41809865))
307
-
308
- ## 1.97.7 (2024-09-19)
309
-
310
- ### Bug Fixes
311
-
312
- - **eslint:** Remove typescript-eslint configuration
313
- ([03acaaf9](https://github.com/storm-software/storm-ops/commit/03acaaf9))
314
-
315
- ## 1.97.6 (2024-09-19)
316
-
317
- ### Bug Fixes
318
-
319
- - **eslint:** Resolved issue with invalid TypeScript configuration
320
- ([15f45cf8](https://github.com/storm-software/storm-ops/commit/15f45cf8))
321
-
322
- ## 1.97.5 (2024-09-19)
323
-
324
- ### Bug Fixes
325
-
326
- - **eslint:** Remove eslint configuration duplicates
327
- ([124cead3](https://github.com/storm-software/storm-ops/commit/124cead3))
328
-
329
- ## 1.97.4 (2024-09-19)
330
-
331
- ### Bug Fixes
332
-
333
- - **eslint:** Remove duplicate eslint rules
334
- ([bc272af0](https://github.com/storm-software/storm-ops/commit/bc272af0))
335
-
336
- ## 1.97.3 (2024-09-19)
337
-
338
- ### Bug Fixes
339
-
340
- - **eslint:** Resolve issue with files in typescript rules
341
- ([02f728a3](https://github.com/storm-software/storm-ops/commit/02f728a3))
342
-
343
- ## 1.97.2 (2024-09-19)
344
-
345
- ### Bug Fixes
346
-
347
- - **eslint:** Resolve issue with invalid ignores configuration
348
- ([82c68cad](https://github.com/storm-software/storm-ops/commit/82c68cad))
349
-
350
- ## 1.97.1 (2024-09-19)
351
-
352
- ### Bug Fixes
353
-
354
- - **eslint:** Remove the jsa11y extension
355
- ([60a44018](https://github.com/storm-software/storm-ops/commit/60a44018))
356
-
357
- ## 1.97.0 (2024-09-17)
358
-
359
- ### Features
360
-
361
- - **eslint:** Include updated linting types
362
- ([9c415747](https://github.com/storm-software/storm-ops/commit/9c415747))
363
-
364
- ## 1.96.1 (2024-09-17)
365
-
366
- ### Bug Fixes
367
-
368
- - **eslint:** Resolve invalid import path issue
369
- ([f9c60c86](https://github.com/storm-software/storm-ops/commit/f9c60c86))
370
-
371
- ## 1.96.0 (2024-09-17)
372
-
373
- ### Features
374
-
375
- - **eslint:** Include the updated typings for the preset's rules
376
- ([c41fe207](https://github.com/storm-software/storm-ops/commit/c41fe207))
377
-
378
- ## 1.95.2 (2024-09-16)
379
-
380
- ### Bug Fixes
381
-
382
- - **eslint:** Resolve issue with invalid react file configurations
383
- ([524b22be](https://github.com/storm-software/storm-ops/commit/524b22be))
384
-
385
- ## 1.95.1 (2024-09-16)
386
-
387
- ### Bug Fixes
388
-
389
- - **storm-ops:** Resolve issues with workflow actions
390
- ([2ba8f980](https://github.com/storm-software/storm-ops/commit/2ba8f980))
391
-
392
- ## 1.95.0 (2024-09-16)
393
-
394
- ### Features
395
-
396
- - **config:** Added the `alternate` brand color token
397
- ([feec045b](https://github.com/storm-software/storm-ops/commit/feec045b))
398
-
399
- ## 1.94.0 (2024-09-15)
400
-
401
- ### Features
402
-
403
- - **build-tools:** Update unbuild optional parameters
404
- ([af395c22](https://github.com/storm-software/storm-ops/commit/af395c22))
405
-
406
- ### Bug Fixes
407
-
408
- - **eslint:** Make the ESLint rules more lenient
409
- ([e11897e7](https://github.com/storm-software/storm-ops/commit/e11897e7))
410
-
411
- ## 1.93.2 (2024-09-13)
412
-
413
- ### Bug Fixes
414
-
415
- - **eslint:** Cleaned up unused eslint rules
416
- ([81149178](https://github.com/storm-software/storm-ops/commit/81149178))
417
-
418
- ## 1.93.0 (2024-09-13)
419
-
420
- ### Bug Fixes
421
-
422
- - **build-tools:** Resolve issue with unbuild `input` parameter
423
- ([a30abbaa](https://github.com/storm-software/storm-ops/commit/a30abbaa))
424
-
425
- ## 1.92.9 (2024-09-13)
426
-
427
- ### Bug Fixes
428
-
429
- - **build-tools:** Resolved issue with the base path directory
430
- ([b7cad5eb](https://github.com/storm-software/storm-ops/commit/b7cad5eb))
431
-
432
- ## 1.92.7 (2024-09-11)
433
-
434
- ### Bug Fixes
435
-
436
- - **workspace-tools:** Resolve issue with input entry point names
437
- ([12ca61d3](https://github.com/storm-software/storm-ops/commit/12ca61d3))
438
-
439
- ## 1.92.6 (2024-09-11)
440
-
441
- ### Bug Fixes
442
-
443
- - **workspace-tools:** Resolve issue with names in input files
444
- ([2f181c56](https://github.com/storm-software/storm-ops/commit/2f181c56))
445
-
446
- ## 1.92.5 (2024-09-11)
447
-
448
- ### Bug Fixes
449
-
450
- - **workspace-tools:** Update parameters provided to TypeScript plugin
451
- ([8cd141c1](https://github.com/storm-software/storm-ops/commit/8cd141c1))
452
-
453
- ## 1.92.4 (2024-09-11)
454
-
455
- ### Bug Fixes
456
-
457
- - **build-tools:** Resolved issue with missing TypeScript declarations
458
- ([4cf894fe](https://github.com/storm-software/storm-ops/commit/4cf894fe))
459
-
460
- ## 1.92.3 (2024-09-11)
461
-
462
- ### Bug Fixes
463
-
464
- - **build-tools:** Updated the slash direction in compiler options paths
465
- ([cd34a280](https://github.com/storm-software/storm-ops/commit/cd34a280))
466
-
467
- ## 1.92.2 (2024-09-10)
468
-
469
- ### Bug Fixes
470
-
471
- - **build-tools:** Resolve issue with missing declaration files
472
- ([862e51a1](https://github.com/storm-software/storm-ops/commit/862e51a1))
473
-
474
- ## 1.92.1 (2024-09-10)
475
-
476
- ### Bug Fixes
477
-
478
- - **build-tools:** Resolved issue with invalid path configurations
479
- ([533a80bf](https://github.com/storm-software/storm-ops/commit/533a80bf))
480
-
481
- ## 1.92.0 (2024-09-10)
482
-
483
- ### Features
484
-
485
- - **eslint-config:** Added the `useReactCompiler` option to preset
486
- ([691fdfe8](https://github.com/storm-software/storm-ops/commit/691fdfe8))
487
-
488
- ## 1.91.7 (2024-09-10)
489
-
490
- ### Bug Fixes
491
-
492
- - **build-tools:** Resolve issues with generated tsconfig compilation options
493
- ([f7a96d93](https://github.com/storm-software/storm-ops/commit/f7a96d93))
494
-
495
- ## 1.91.6 (2024-09-10)
496
-
497
- ### Bug Fixes
498
-
499
- - **config-tools:** Resolve issues with slashes in paths
500
- ([e1e5f571](https://github.com/storm-software/storm-ops/commit/e1e5f571))
501
-
502
- ## 1.91.5 (2024-09-10)
503
-
504
- ### Bug Fixes
505
-
506
- - **build-tools:** Resolve issue with the raw configuration parameters
507
- ([bbd59f22](https://github.com/storm-software/storm-ops/commit/bbd59f22))
508
-
509
- ## 1.91.4 (2024-09-10)
510
-
511
- ### Bug Fixes
512
-
513
- - **workspace-tools:** Change order of plugin invokation
514
- ([43e80289](https://github.com/storm-software/storm-ops/commit/43e80289))
515
-
516
- ## 1.91.3 (2024-09-10)
517
-
518
- ### Bug Fixes
519
-
520
- - **workspace-tools:** Resolve issue with workspace paths
521
- ([1b3305e6](https://github.com/storm-software/storm-ops/commit/1b3305e6))
522
-
523
- ## 1.91.2 (2024-09-08)
524
-
525
- ### Bug Fixes
526
-
527
- - **workspace-tools:** Update the compiler options used in TypeScript plugin
528
- ([b788e426](https://github.com/storm-software/storm-ops/commit/b788e426))
529
-
530
- - **workspace-tools:** Resolved issue with returned value in Rust plugin
531
- ([f37a1f44](https://github.com/storm-software/storm-ops/commit/f37a1f44))
532
-
533
- ## 1.91.1 (2024-09-08)
534
-
535
- ### Features
536
-
537
- - **workspace-tools:** Ensure the workspaceRoot is used as the base directory
538
- ([2b8ab737](https://github.com/storm-software/storm-ops/commit/2b8ab737))
539
-
540
- ## 1.90.1 (2024-09-08)
541
-
542
- ### Features
543
-
544
- - **workspace-tools:** Added custom code for generating the Nx configuration
545
- ([651a589e](https://github.com/storm-software/storm-ops/commit/651a589e))
546
-
547
- ## 1.89.0 (2024-09-06)
548
-
549
- ### Features
550
-
551
- - **k8s-tools:** Added extra fields onto the released container's `meta.json`
552
- file ([14356536](https://github.com/storm-software/storm-ops/commit/14356536))
553
-
554
- ### Bug Fixes
555
-
556
- - **workspace-tools:** Resolved the duplicate export name issue
557
- ([f2586335](https://github.com/storm-software/storm-ops/commit/f2586335))
558
-
559
- ## 1.88.1 (2024-09-06)
560
-
561
- ### Bug Fixes
562
-
563
- - **git-tools:** Resolved issue with missing command line arguments
564
- ([59e26e31](https://github.com/storm-software/storm-ops/commit/59e26e31))
565
-
566
- ## 1.88.0 (2024-09-06)
567
-
568
- ### Features
569
-
570
- - **git-tools:** Added logic to skip signing during CI workflows
571
- ([4a7062ce](https://github.com/storm-software/storm-ops/commit/4a7062ce))
572
-
573
- ## 1.87.0 (2024-09-06)
574
-
575
- ### Features
576
-
577
- - **git-tools:** Added signed commits to storm-git scripts
578
- ([3d7c88c9](https://github.com/storm-software/storm-ops/commit/3d7c88c9))
579
-
580
- ## 1.86.1 (2024-09-05)
581
-
582
- ### Bug Fixes
583
-
584
- - **cloudflare-tools:** Regenerated the README.md file
585
- ([6ad71f5a](https://github.com/storm-software/storm-ops/commit/6ad71f5a))
586
-
587
- ## 1.86.0 (2024-09-05)
588
-
589
- ### Features
590
-
591
- - **cloudflare-tools:** Added the `R2UploadPublish` executor
592
- ([e5495bdb](https://github.com/storm-software/storm-ops/commit/e5495bdb))
593
-
594
- ## 1.85.0 (2024-09-03)
595
-
596
- ### Features
597
-
598
- - **linting-tools:** Taplo toml formatting improvements
599
- ([1e84182b](https://github.com/storm-software/storm-ops/commit/1e84182b))
600
-
601
- ## 1.84.0 (2024-09-03)
602
-
603
- ### Features
604
-
605
- - **k8s-tools:** Added `container-publish` executor and `docker` plugin
606
- ([36d4d1d0](https://github.com/storm-software/storm-ops/commit/36d4d1d0))
607
-
608
- - **storm-ops:** Upgrade the Nx workspace versions
609
- ([15cb7ee2](https://github.com/storm-software/storm-ops/commit/15cb7ee2))
610
-
611
- ## 1.83.0 (2024-09-02)
612
-
613
- ### Features
614
-
615
- - **terraform-modules:** Added the `aws/karpenter` and `cloudflare/r2-bucket`
616
- modules
617
- ([09deea18](https://github.com/storm-software/storm-ops/commit/09deea18))
618
-
619
- ### Bug Fixes
620
-
621
- - **terraform-modules:** Resolved issue with applying tags to resources
622
- ([a0fd5e19](https://github.com/storm-software/storm-ops/commit/a0fd5e19))
623
-
624
- ## 1.82.0 (2024-09-01)
625
-
626
- ### Features
627
-
628
- - **eslint:** Update ESLint line-breaking rules
629
- ([1d08c4e1](https://github.com/storm-software/storm-ops/commit/1d08c4e1))
630
-
631
- ### Bug Fixes
632
-
633
- - **workspace-tools:** Resolved various issues with `rollup` executor
634
- ([5b350c35](https://github.com/storm-software/storm-ops/commit/5b350c35))
635
-
636
- ## 1.81.1 (2024-09-01)
637
-
638
- ### Bug Fixes
639
-
640
- - **workspace-tools:** Resolve issue with excessive logging in Cargo plugin
641
- ([5562f21f](https://github.com/storm-software/storm-ops/commit/5562f21f))
642
-
643
- ## 1.81.0 (2024-09-01)
644
-
645
- ### Features
646
-
647
- - **workspace-tools:** Added the `noDeps` flag to the cargo-doc executor options
648
- ([82eeb944](https://github.com/storm-software/storm-ops/commit/82eeb944))
649
-
650
- ## 1.80.1 (2024-08-31)
651
-
652
- ### Bug Fixes
653
-
654
- - **build-tools:** Added try/catch to utility function
655
- ([3ce4a7cd](https://github.com/storm-software/storm-ops/commit/3ce4a7cd))
656
-
657
- ## 1.80.0 (2024-08-31)
658
-
659
- ### Features
660
-
661
- - **eslint:** Update linting rules to ignore the length of commands and use
662
- double quotes
663
- ([f9c603d7](https://github.com/storm-software/storm-ops/commit/f9c603d7))
664
-
665
- ## 1.79.3 (2024-08-31)
666
-
667
- ### Bug Fixes
668
-
669
- - **terraform-modules:** Resolve issue with output variable name
670
- ([dd5b63fb](https://github.com/storm-software/storm-ops/commit/dd5b63fb))
671
-
672
- ## 1.79.2 (2024-08-31)
673
-
674
- ### Bug Fixes
675
-
676
- - **terraform-modules:** Resolved issue with conditional statement syntax
677
- ([c96e9a9e](https://github.com/storm-software/storm-ops/commit/c96e9a9e))
678
-
679
- ## 1.79.1 (2024-08-30)
680
-
681
- ### Bug Fixes
682
-
683
- - **terraform-modules:** Added default values for `full_name` variables
684
- ([8779001e](https://github.com/storm-software/storm-ops/commit/8779001e))
685
-
686
- ## 1.79.0 (2024-08-29)
687
-
688
- ### Features
689
-
690
- - **workspace-tools:** The `docs` task no longer depends on `build` to run
691
- ([9b299fad](https://github.com/storm-software/storm-ops/commit/9b299fad))
692
-
693
- ### Bug Fixes
694
-
695
- - **workspace-tools:** Ensure the `preVersionCommand` property is correct
696
- ([9d089852](https://github.com/storm-software/storm-ops/commit/9d089852))
697
-
698
- ## 1.78.2 (2024-08-29)
699
-
700
- ### Bug Fixes
701
-
702
- - **workspace-tools:** Resolved issue with multi-layer extends in Nx
703
- configurations
704
- ([9cb9d2ff](https://github.com/storm-software/storm-ops/commit/9cb9d2ff))
705
-
706
- ## 1.78.1 (2024-08-29)
707
-
708
- ### Bug Fixes
709
-
710
- - **workspace-tools:** Add new Nx configuration files to package.json
711
- ([23edcd79](https://github.com/storm-software/storm-ops/commit/23edcd79))
712
-
713
- ## 1.78.0 (2024-08-29)
714
-
715
- ### Features
716
-
717
- - **workspace-tools:** Added `nx-default.json` and `nx-cloud.json` files
718
- ([4bb13faa](https://github.com/storm-software/storm-ops/commit/4bb13faa))
719
-
720
- ## 1.77.0 (2024-08-29)
721
-
722
- ### Features
723
-
724
- - **workspace-tools:** Added base entry to package
725
- ([b0d3b788](https://github.com/storm-software/storm-ops/commit/b0d3b788))
726
-
727
- ## 1.76.0 (2024-08-04)
728
-
729
- ### Features
730
-
731
- - **config:** Added the `docs` and `licensing` options to the Storm
732
- configuration
733
- ([c867efe1](https://github.com/storm-software/storm-ops/commit/c867efe1))
734
-
735
- ## 1.75.0 (2024-08-03)
736
-
737
- ### Features
738
-
739
- - **eslint:** Ignore `prefer-nullish-coalescing` for strings
740
- ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
741
-
742
- ## 1.74.0 (2024-08-03)
743
-
744
- ### Features
745
-
746
- - **build-tools:** Add back experimental DTS option to TSUP
747
- ([4fe9652b](https://github.com/storm-software/storm-ops/commit/4fe9652b))
748
-
749
- ## 1.73.0 (2024-08-03)
750
-
751
- ### Features
752
-
753
- - **storm-ops:** Upgrade workspace's Nx package dependencies
754
- ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
755
-
756
- ## 1.72.0 (2024-08-03)
757
-
758
- ### Features
759
-
760
- - **build-tools:** Add tsup build's rollup helpers
761
- ([27ecd4e6](https://github.com/storm-software/storm-ops/commit/27ecd4e6))
762
-
763
- ## 1.71.1 (2024-08-03)
764
-
765
- ### Bug Fixes
766
-
767
- - **build-tools:** Resolved issue with the entry name parameter in unbuild
768
- config
769
- ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
770
-
771
- ## 1.71.0 (2024-08-02)
772
-
773
- ### Features
774
-
775
- - **build-tools:** Added back the export statements to unbuild configuration
776
- ([5fb63682](https://github.com/storm-software/storm-ops/commit/5fb63682))
777
-
778
- ## 1.70.0 (2024-08-02)
779
-
780
- ### Features
781
-
782
- - **build-tools:** Update the unbuild configuration to get exports from
783
- `package.json` files
784
- ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
785
-
786
- ## 1.69.0 (2024-08-02)
787
-
788
- ### Features
789
-
790
- - **config:** Removed the `ci` option from config and enabled better caching
791
- ([2456c216](https://github.com/storm-software/storm-ops/commit/2456c216))
792
-
793
- ## 1.68.0 (2024-08-02)
794
-
795
- ### Features
796
-
797
- - **terraform-tools:** Added terraform options to the plugin's executor schemas
798
- ([fb555cb4](https://github.com/storm-software/storm-ops/commit/fb555cb4))
799
-
800
- ## 1.67.1 (2024-07-31)
801
-
802
- ### Bug Fixes
803
-
804
- - **build-tools:** Remove unused plugin from unbuild
805
- ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
806
-
807
- ## 1.67.0 (2024-07-31)
808
-
809
- ### Features
810
-
811
- - **create-storm-workspace:** Configure workspace to include GitHub
812
- ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
813
-
814
- ## 1.66.0 (2024-07-30)
815
-
816
- ### Features
817
-
818
- - **eslint:** Added the header plugin
819
- ([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
820
-
821
- - **eslint:** Removed invalid JSON configuration from package
822
- ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
823
-
824
- ## 1.65.0 (2024-07-29)
825
-
826
- ### Features
827
-
828
- - **build-tools:** Update unbuild process to use the `tsconfck` package
829
- ([d0e4dbf6](https://github.com/storm-software/storm-ops/commit/d0e4dbf6))
830
-
831
- ## 1.64.0 (2024-07-29)
832
-
833
- ### Features
834
-
835
- - **config:** Added the `brand2` and `brand3` color tokens
836
- ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
837
-
838
- ## 1.63.0 (2024-07-29)
839
-
840
- ### Features
841
-
842
- - **tsconfig:** Added the `core` shared TypeScript configuration file
843
- ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
844
-
845
- ## 1.62.1 (2024-07-29)
846
-
847
- ### Bug Fixes
848
-
849
- - **build-tools:** Resolve issue writing `include` paths
850
- ([63a1acb1](https://github.com/storm-software/storm-ops/commit/63a1acb1))
851
-
852
- ## 1.62.0 (2024-07-29)
853
-
854
- ### Features
855
-
856
- - **build-tools:** Use `pkg-types` to extract TypeScript configurations
857
- ([989f81d8](https://github.com/storm-software/storm-ops/commit/989f81d8))
858
-
859
- ### Bug Fixes
860
-
861
- - **build-tools:** Resolve issues with TypeScript library paths in unbuild
862
- ([428265de](https://github.com/storm-software/storm-ops/commit/428265de))
863
-
864
- ### Documentation
865
-
866
- - **storm-ops:** Format monorepo projects' README.md files
867
- ([9dc9ac22](https://github.com/storm-software/storm-ops/commit/9dc9ac22))
868
-
869
- ## 1.61.0 (2024-07-28)
870
-
871
- ### Features
872
-
873
- - **build-tools:** Calculate the tsconfig paths during unbuild process
874
- ([469485ff](https://github.com/storm-software/storm-ops/commit/469485ff))
875
-
876
- ## 1.60.1 (2024-07-26)
877
-
878
- ### Bug Fixes
879
-
880
- - **storm-ops:** Resolved issue with missing token in CI action
881
- ([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
882
-
883
- ## 1.60.0 (2024-07-24)
884
-
885
- ### Features
886
-
887
- - **linting-tools:** Added choices and parsers to `manypkg` linter CLI
888
- ([9a545641](https://github.com/storm-software/storm-ops/commit/9a545641))
889
-
890
- ## 1.59.0 (2024-07-19)
891
-
892
- ### Features
893
-
894
- - **workspace-tools:** Added the `clean-package` executor
895
- ([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
896
-
897
- ## 1.58.0 (2024-07-17)
898
-
899
- ### Features
900
-
901
- - **git-tools:** Added README header template to include table of contents
902
- ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
903
-
904
- ## 1.57.0 (2024-06-29)
905
-
906
- ### Features
907
-
908
- - **eslint-plugin:** Polyfill `require` in esm build output
909
- ([67f1fbab](https://github.com/storm-software/storm-ops/commit/67f1fbab))
910
-
911
- ## 1.56.0 (2024-06-22)
912
-
913
- ### Features
914
-
915
- - **workspace-tools:** Update the publish executor to include separate CLI code
916
- ([79419a9a](https://github.com/storm-software/storm-ops/commit/79419a9a))
917
-
918
- ## 1.55.0 (2024-06-22)
919
-
920
- ### Features
921
-
922
- - **workspace-tools:** Upgrade the workspace pnpm-lock file
923
- ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
924
-
925
- ## 1.54.0 (2024-06-22)
926
-
927
- ### Features
928
-
929
- - **storm-ops:** Updated pnpm-lock file
930
- ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
931
-
932
- ## 1.53.0 (2024-06-22)
933
-
934
- ### Features
935
-
936
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
937
- management
938
- ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
939
-
940
- ## 1.52.0 (2024-06-21)
941
-
942
- ### Features
943
-
944
- - **eslint-plugin:** Resolve issues with eslint module types
945
- ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
946
-
947
- ## 1.51.1 (2024-06-05)
948
-
949
- ### Bug Fixes
950
-
951
- - **eslint:** Resolve issue with missing dependencies
952
- ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
953
-
954
- ## 1.51.0 (2024-06-03)
955
-
956
- ### Features
957
-
958
- - **config:** Added the `registry` configuration node
959
- ([708668a4](https://github.com/storm-software/storm-ops/commit/708668a4))
960
-
961
- ## 1.50.0 (2024-06-02)
962
-
963
- ### Features
964
-
965
- - **config-tools:** Enhance the validations for the `cloudflareAccountId`
966
- configuration
967
- ([9fbc1954](https://github.com/storm-software/storm-ops/commit/9fbc1954))
968
-
969
- ## 1.49.0 (2024-05-29)
970
-
971
- ### Features
972
-
973
- - **cloudflare-tools:** Update worker generator to add hono depenendency
974
- ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
975
-
976
- ## 1.48.0 (2024-05-29)
977
-
978
- ### Features
979
-
980
- - **config:** Added the `cloudflareAccountId` configuration parameter
981
- ([db4cbd7d](https://github.com/storm-software/storm-ops/commit/db4cbd7d))
982
-
983
- ## 1.47.1 (2024-05-27)
984
-
985
- ### Bug Fixes
986
-
987
- - **deps:** update patch prod dependencies
988
- ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
989
-
990
- ## 1.47.0 (2024-05-07)
991
-
992
- ### Features
993
-
994
- - **config:** Added the `accent` color token to configuration
995
- ([a7a24ec1](https://github.com/storm-software/storm-ops/commit/a7a24ec1))
996
-
997
- ### Bug Fixes
998
-
999
- - **config:** Mark the `accent` color as optional
1000
- ([156921b6](https://github.com/storm-software/storm-ops/commit/156921b6))
1001
-
1002
- ## 1.46.0 (2024-05-07)
1003
-
1004
- ### Features
1005
-
1006
- - **config:** Add the `help` color token type
1007
- ([8a466466](https://github.com/storm-software/storm-ops/commit/8a466466))
1008
-
1009
- ## 1.45.1 (2024-05-06)
1010
-
1011
- ### Bug Fixes
1012
-
1013
- - **markdownlint:** Resolved issue with bad config in lint file
1014
- ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
1015
-
1016
- ## 1.45.0 (2024-05-06)
1017
-
1018
- ### Features
1019
-
1020
- - **markdownlint:** Added the `markdownlint` package for shared configurations
1021
- ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
1022
-
1023
- ## 1.44.0 (2024-05-04)
1024
-
1025
- ### Features
1026
-
1027
- - **config:** Generated the Storm Configuration JSON schema package asset
1028
- ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
1029
-
1030
- ## 1.43.0 (2024-05-04)
1031
-
1032
- ### Features
1033
-
1034
- - **config:** Update the structure of the theme color names
1035
- ([4c087334](https://github.com/storm-software/storm-ops/commit/4c087334))
1036
-
1037
- ## 1.42.0 (2024-05-04)
1038
-
1039
- ### Features
1040
-
1041
- - **config:** Update the theme to use brand colors instead of hierarchy colors
1042
- ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
1043
-
1044
- ## 1.41.5 (2024-04-29)
1045
-
1046
- ### Bug Fixes
1047
-
1048
- - **deps:** update patch prod dependencies
1049
- ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
1050
-
1051
- - **deps:** update dependencies-non-major
1052
- ([#130](https://github.com/storm-software/storm-ops/pull/130))
1053
-
1054
- - **config-tools:** Resolved issue with newlines in console logger
1055
- ([f69501b7](https://github.com/storm-software/storm-ops/commit/f69501b7))
1056
-
1057
- ## 1.41.4 (2024-04-26)
1058
-
1059
- ### Bug Fixes
1060
-
1061
- - **config-tools:** Improved logging and enhanced config json preset
1062
- ([5dabb1ae](https://github.com/storm-software/storm-ops/commit/5dabb1ae))
1063
-
1064
- ## 1.41.3 (2024-04-26)
1065
-
1066
- ### Bug Fixes
1067
-
1068
- - **config-tools:** Resolved issue applying default config
1069
- ([8e1403b3](https://github.com/storm-software/storm-ops/commit/8e1403b3))
1070
-
1071
- ## 1.41.2 (2024-04-26)
1072
-
1073
- ### Bug Fixes
1074
-
1075
- - **config-tools:** Ensure defaulting doesn't overwrite file
1076
- ([d14794e5](https://github.com/storm-software/storm-ops/commit/d14794e5))
1077
-
1078
- ## 1.41.1 (2024-04-25)
1079
-
1080
- ### Bug Fixes
1081
-
1082
- - **config-tools:** Resovled issue with parsing env values
1083
- ([bb0e395a](https://github.com/storm-software/storm-ops/commit/bb0e395a))
1084
-
1085
- ## 1.41.0 (2024-04-24)
1086
-
1087
- ### Features
1088
-
1089
- - **config-tools:** Enhanced the config loading and logging processes
1090
- ([0e3b7cef](https://github.com/storm-software/storm-ops/commit/0e3b7cef))
1091
-
1092
- ## 1.40.1 (2024-04-22)
1093
-
1094
- ### Bug Fixes
1095
-
1096
- - **config:** Added updates to repository logging
1097
- ([2b871dc3](https://github.com/storm-software/storm-ops/commit/2b871dc3))
1098
-
1099
- ## 1.40.0 (2024-04-22)
1100
-
1101
- ### Features
1102
-
1103
- - **cloudflare-tools:** Added the `worker`, `init`, and `serve` tools
1104
- ([b4b92c2c](https://github.com/storm-software/storm-ops/commit/b4b92c2c))
1105
-
1106
- ## 1.39.3 (2024-04-15)
1107
-
1108
- ### Bug Fixes
1109
-
1110
- - **config-tools:** Resolved issue with missing fields in Storm configuration
1111
- ([cf157d2a](https://github.com/storm-software/storm-ops/commit/cf157d2a))
1112
-
1113
- ## 1.39.2 (2024-04-15)
1114
-
1115
- ### Bug Fixes
1116
-
1117
- - **config-tools:** Clean up the README markdown
1118
- ([676d23d3](https://github.com/storm-software/storm-ops/commit/676d23d3))
1119
-
1120
- ## 1.39.1 (2024-04-15)
1121
-
1122
- ### Bug Fixes
1123
-
1124
- - **deps:** pin dependencies
1125
- ([36d5dd8e](https://github.com/storm-software/storm-ops/commit/36d5dd8e))
1126
-
1127
- ## 1.39.0 (2024-04-13)
1128
-
1129
- ### Features
1130
-
1131
- - **config-tools:** No longer require `config` in storm console write functions
1132
- ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
1133
-
1134
- ## 1.38.1 (2024-04-13)
1135
-
1136
- ### Bug Fixes
1137
-
1138
- - **config-tools:** Resolved issue with bad `project.json` tasks
1139
- ([744c7eef](https://github.com/storm-software/storm-ops/commit/744c7eef))
1140
-
1141
- ## 1.38.0 (2024-04-13)
1142
-
1143
- ### Features
1144
-
1145
- - **config-tools:** Added esm support
1146
- ([fd9dbda5](https://github.com/storm-software/storm-ops/commit/fd9dbda5))
1147
-
1148
- ## 1.37.0 (2024-04-13)
1149
-
1150
- ### Features
1151
-
1152
- - **config:** Add `light` and `dark` colors to configuration
1153
- ([654cd1d0](https://github.com/storm-software/storm-ops/commit/654cd1d0))
1154
-
1155
- ## 1.36.2 (2024-04-13)
1156
-
1157
- ### Bug Fixes
1158
-
1159
- - **config:** Update config to use `outputDirectory` value
1160
- ([42604faf](https://github.com/storm-software/storm-ops/commit/42604faf))
1161
-
1162
- ## 1.36.1 (2024-04-13)
1163
-
1164
- ### Bug Fixes
1165
-
1166
- - **build-tools:** Update the path provided to include TypeScript declarations
1167
- ([a1a74b21](https://github.com/storm-software/storm-ops/commit/a1a74b21))
1168
-
1169
- ## 1.36.0 (2024-04-09)
1170
-
1171
- ### Features
1172
-
1173
- - **config-tools:** Significant improvements to logic to get config files
1174
- ([0a0ac895](https://github.com/storm-software/storm-ops/commit/0a0ac895))
1175
-
1176
- ## 1.35.7 (2024-04-08)
1177
-
1178
- ### Bug Fixes
1179
-
1180
- - **build-tools:** Resolved issue with module types used in build
1181
- ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
1182
-
1183
- ## 1.35.6 (2024-04-08)
1184
-
1185
- ### Bug Fixes
1186
-
1187
- - **config-tools:** Export `getChalk` function so that it can be used in other
1188
- packages
1189
- ([2ca2241a](https://github.com/storm-software/storm-ops/commit/2ca2241a))
1190
-
1191
- ## 1.35.5 (2024-04-08)
1192
-
1193
- ### Bug Fixes
1194
-
1195
- - **build-tools:** Resolve issue with Nx file imports
1196
- ([e86eff43](https://github.com/storm-software/storm-ops/commit/e86eff43))
1197
-
1198
- ## 1.35.4 (2024-04-08)
1199
-
1200
- ### Bug Fixes
1201
-
1202
- - **build-tools:** Resolved issue with duplicate require definition
1203
- ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
1204
-
1205
- ## 1.35.3 (2024-04-08)
1206
-
1207
- ### Bug Fixes
1208
-
1209
- - **workspace-tools:** Resolve issues with `build-tools` import
1210
- ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
1211
-
1212
- ## 1.35.2 (2024-04-08)
1213
-
1214
- ### Bug Fixes
1215
-
1216
- - **workspace-tools:** Added code to invoke rolldown via command-line
1217
- ([b365a74e](https://github.com/storm-software/storm-ops/commit/b365a74e))
1218
-
1219
- ## 1.35.1 (2024-04-08)
1220
-
1221
- ### Bug Fixes
1222
-
1223
- - **git-tools:** Update release tool to use local function to get configuration
1224
- ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
1225
-
1226
- ## 1.35.0 (2024-04-07)
1227
-
1228
- ### Features
1229
-
1230
- - **git-tools:** Added reusable GitHub `workflows` and `actions`
1231
- ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
1232
-
1233
- - **storm-ops:** Merged in change to the main branch
1234
- ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
1235
-
1236
- ## 1.34.0 (2024-04-06)
1237
-
1238
- ### Features
1239
-
1240
- - **build-tools:** Added support for `rolldown` builds
1241
- ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
1242
-
1243
- ## 1.33.5 (2024-04-01)
1244
-
1245
- ### Bug Fixes
1246
-
1247
- - **workspace-tools:** Resolve issue with bad release path in npm publish
1248
- ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
1249
-
1250
- ## 1.33.4 (2024-03-29)
1251
-
1252
- ### Bug Fixes
1253
-
1254
- - **workspace-tools:** Added the `nx-release-publish` target to TypeScript
1255
- projects
1256
- ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
1257
-
1258
- ## 1.33.3 (2024-03-28)
1259
-
1260
- ### Bug Fixes
1261
-
1262
- - **git-tools:** Added code to add ts plugin transpilers
1263
- ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
1264
-
1265
- ## 1.33.2 (2024-03-28)
1266
-
1267
- ### Bug Fixes
1268
-
1269
- - **storm-ops:** Resolve issue with workspace dependencies
1270
- ([041dcc78](https://github.com/storm-software/storm-ops/commit/041dcc78))
1271
-
1272
- ## 1.33.1 (2024-03-28)
1273
-
1274
- ### Bug Fixes
1275
-
1276
- - **storm-ops:** Update the links in the README files to use proper repository
1277
- ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
1278
-
1279
- ## 1.33.0 (2024-03-25)
1280
-
1281
- ### Features
1282
-
1283
- - **workspace-tools:** Added Nx plugin to apply rust and typescript targets
1284
- ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
1285
-
1286
- - **workspace-tools:** Major updates to base nx.json configuration
1287
- ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
1288
-
1289
- ## 1.32.4 (2024-03-15)
1290
-
1291
- ### Bug Fixes
1292
-
1293
- - **build-tools:** Resolved issue with improper token application
1294
- ([53398629](https://github.com/storm-software/storm-ops/commit/53398629))
1295
-
1296
- ## 1.32.3 (2024-03-06)
1297
-
1298
- ### Bug Fixes
1299
-
1300
- - **build-tools:** Fix `applyDefaultOptions` issue that cleared out `getConfig`
1301
- values
1302
- ([baab6f94](https://github.com/storm-software/storm-ops/commit/baab6f94))
1303
-
1304
- ## 1.32.2 (2024-03-05)
1305
-
1306
- ### Bug Fixes
1307
-
1308
- - **build-tools:** Resolved issues with created context in build process
1309
- ([186ac3c7](https://github.com/storm-software/storm-ops/commit/186ac3c7))
1310
-
1311
- ## 1.32.1 (2024-03-05)
1312
-
1313
- ### Bug Fixes
1314
-
1315
- - **build-tools:** Resolved issue determining project name prior to build
1316
- ([62d4332d](https://github.com/storm-software/storm-ops/commit/62d4332d))
1317
-
1318
- ## 1.32.0 (2024-03-05)
1319
-
1320
- ### Features
1321
-
1322
- - **build-tools:** Split out Build CLI and supporting code to separate package
1323
- ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
1324
-
1325
- ## 1.31.1 (2024-03-05)
1326
-
1327
- ### Bug Fixes
1328
-
1329
- - **storm-ops:** Resolve issue with path corrections logic
1330
- ([2f84316c](https://github.com/storm-software/storm-ops/commit/2f84316c))
1331
-
1332
- ## 1.31.0 (2024-03-03)
1333
-
1334
- ### Features
1335
-
1336
- - **config:** Added the implementation for the `externalPackagePatterns` config
1337
- parameter
1338
- ([73762463](https://github.com/storm-software/storm-ops/commit/73762463))
1339
-
1340
- ## 1.30.9 (2024-03-03)
1341
-
1342
- ### Bug Fixes
1343
-
1344
- - **workspace-tools:** Ensure file paths are valid in `fileNames` array
1345
- ([0f15dabc](https://github.com/storm-software/storm-ops/commit/0f15dabc))
1346
-
1347
- ## 1.30.8 (2024-03-03)
1348
-
1349
- ### Bug Fixes
1350
-
1351
- - **workspace-tools:** Resolved issues with inconsistent path formats
1352
- ([f34a6029](https://github.com/storm-software/storm-ops/commit/f34a6029))
1353
-
1354
- ## 1.30.7 (2024-03-03)
1355
-
1356
- ### Bug Fixes
1357
-
1358
- - **workspace-tools:** Added code to resolve issues with paths saved to
1359
- `StormConfig`
1360
- ([bafecf5b](https://github.com/storm-software/storm-ops/commit/bafecf5b))
1361
-
1362
- ## 1.30.6 (2024-03-01)
1363
-
1364
- ### Bug Fixes
1365
-
1366
- - **workspace-tools:** Remove the storm env filter
1367
- ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
1368
-
1369
- ## 1.30.5 (2024-03-01)
1370
-
1371
- ### Bug Fixes
1372
-
1373
- - **workspace-tools:** Use tsc to build package
1374
- ([05780f07](https://github.com/storm-software/storm-ops/commit/05780f07))
1375
-
1376
- ## 1.30.4 (2024-02-27)
1377
-
1378
- ### Bug Fixes
1379
-
1380
- - **workspace-tools:** Resolve issue with tsconfig file resolution
1381
- ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
1382
-
1383
- ## 1.30.3 (2024-02-27)
1384
-
1385
- ### Bug Fixes
1386
-
1387
- - **workspace-tools:** Update module type on config packages to support imports
1388
- ([a0b2bff4](https://github.com/storm-software/storm-ops/commit/a0b2bff4))
1389
-
1390
- - **config-tools:** Update config packages to only use cjs
1391
- ([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
1392
-
1393
- ## 1.30.2 (2024-02-27)
1394
-
1395
- ### Bug Fixes
1396
-
1397
- - **workspace-tools:** Update the build executor back to esbuild
1398
- ([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
1399
-
1400
- ## 1.30.1 (2024-02-26)
1401
-
1402
- ### Bug Fixes
1403
-
1404
- - **config-tools:** Update config loading to ensure workspace root is set
1405
- properly
1406
- ([75a4d506](https://github.com/storm-software/storm-ops/commit/75a4d506))
1407
-
1408
- ## 1.30.0 (2024-02-26)
1409
-
1410
- ### Features
1411
-
1412
- - **tsconfig:** Added package to contain default base tsconfig files
1413
- ([1b341f9a](https://github.com/storm-software/storm-ops/commit/1b341f9a))
1414
-
1415
- ### Bug Fixes
1416
-
1417
- - **git-tools:** Resolved linting issues with the nx-version module
1418
- ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
1419
-
1420
- ## 1.29.0 (2024-02-26)
1421
-
1422
- ### Features
1423
-
1424
- - **storm-ops:** Major updates to tsconfig values
1425
- ([a3638fae](https://github.com/storm-software/storm-ops/commit/a3638fae))
1426
-
1427
- ## 1.28.3 (2024-02-24)
1428
-
1429
- ### Bug Fixes
1430
-
1431
- - **workspace-tools:** Update build compiler parameters
1432
- ([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
1433
-
1434
- ## 1.28.2 (2024-02-20)
1435
-
1436
- ### Features
1437
-
1438
- - **git-tools:** Support for updated Nx Release processing
1439
- ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
1440
-
1441
- ### Bug Fixes
1442
-
1443
- - **changelog:** Resolved type issues when calling changelogRenderer
1444
- ([3c84ddd5](https://github.com/storm-software/storm-ops/commit/3c84ddd5))
1445
-
1446
- - **config-tools:** Update method of importing config package
1447
- ([197213a6](https://github.com/storm-software/storm-ops/commit/197213a6))
1448
-
1449
- - **config:** Mark config to no longer bundle code
1450
- ([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
1451
-
1452
- ## 1.28.1 (2024-02-20)
1453
-
1454
- ### Features
1455
-
1456
- - **git-tools:** Support for updated Nx Release processing
1457
- ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
1458
-
1459
- ### Bug Fixes
1460
-
1461
- - **changelog:** Resolved type issues when calling changelogRenderer
1462
- ([3c84ddd5](https://github.com/storm-software/storm-ops/commit/3c84ddd5))
1463
-
1464
- - **config-tools:** Update method of importing config package
1465
- ([197213a6](https://github.com/storm-software/storm-ops/commit/197213a6))
1466
-
1467
- ## 1.28.0 (2024-02-20)
1468
-
1469
- ### Features
1470
-
1471
- - **git-tools:** Support for updated Nx Release processing
1472
- ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
1473
-
1474
- ### Bug Fixes
1475
-
1476
- - **changelog:** Resolved type issues when calling changelogRenderer
1477
- ([3c84ddd5](https://github.com/storm-software/storm-ops/commit/3c84ddd5))
1478
-
1479
- ## 1.27.31 (2024-02-17)
1480
-
1481
- ### Bug Fixes
1482
-
1483
- - **storm-ops:** Update the chalk version to v4.1.2
1484
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1485
-
1486
- - **config-tools:** Changed the module type of the package
1487
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1488
-
1489
- - **storm-ops:** Resolve issue with the pnpm version
1490
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1491
-
1492
- - **config-tools:** Added back the esm option to build
1493
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1494
-
1495
- - **config-tools:** Update the extension of the compiled JavaScript file
1496
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1497
-
1498
- - **config-tools:** Update the `package.json` to use the same extension as the
1499
- `project.json` file
1500
- ([d5602b9a](https://github.com/storm-software/storm-ops/commit/d5602b9a))
1501
-
1502
- - **config-tools:** Update package type to a module to resolve import issues
1503
- ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
1504
-
1505
- - **workspace-tools:** Update the method of importing `config-tools` utilities
1506
- ([13d66ff0](https://github.com/storm-software/storm-ops/commit/13d66ff0))
1507
-
1508
- - **config-tools:** Update method of importing `cosmiconfig` module
1509
- ([5b8540d9](https://github.com/storm-software/storm-ops/commit/5b8540d9))
1510
-
1511
- - **workspace-tools:** Update method of referencing the internal packages
1512
- ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
1513
-
1514
- ## 1.27.30 (2024-02-17)
1515
-
1516
- ### Bug Fixes
1517
-
1518
- - **storm-ops:** Update the chalk version to v4.1.2
1519
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1520
-
1521
- - **config-tools:** Changed the module type of the package
1522
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1523
-
1524
- - **storm-ops:** Resolve issue with the pnpm version
1525
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1526
-
1527
- - **config-tools:** Added back the esm option to build
1528
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1529
-
1530
- - **config-tools:** Update the extension of the compiled JavaScript file
1531
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1532
-
1533
- - **config-tools:** Update the `package.json` to use the same extension as the
1534
- `project.json` file
1535
- ([d5602b9a](https://github.com/storm-software/storm-ops/commit/d5602b9a))
1536
-
1537
- - **config-tools:** Update package type to a module to resolve import issues
1538
- ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
1539
-
1540
- - **workspace-tools:** Update the method of importing `config-tools` utilities
1541
- ([13d66ff0](https://github.com/storm-software/storm-ops/commit/13d66ff0))
1542
-
1543
- - **config-tools:** Update method of importing `cosmiconfig` module
1544
- ([5b8540d9](https://github.com/storm-software/storm-ops/commit/5b8540d9))
1545
-
1546
- ## 1.27.29 (2024-02-15)
1547
-
1548
- ### Bug Fixes
1549
-
1550
- - **storm-ops:** Update the chalk version to v4.1.2
1551
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1552
-
1553
- - **config-tools:** Changed the module type of the package
1554
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1555
-
1556
- - **storm-ops:** Resolve issue with the pnpm version
1557
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1558
-
1559
- - **config-tools:** Added back the esm option to build
1560
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1561
-
1562
- - **config-tools:** Update the extension of the compiled JavaScript file
1563
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1564
-
1565
- - **config-tools:** Update the `package.json` to use the same extension as the
1566
- `project.json` file
1567
- ([d5602b9a](https://github.com/storm-software/storm-ops/commit/d5602b9a))
1568
-
1569
- - **config-tools:** Update package type to a module to resolve import issues
1570
- ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
1571
-
1572
- - **workspace-tools:** Update the method of importing `config-tools` utilities
1573
- ([13d66ff0](https://github.com/storm-software/storm-ops/commit/13d66ff0))
1574
-
1575
- ## 1.27.28 (2024-02-15)
1576
-
1577
- ### Bug Fixes
1578
-
1579
- - **storm-ops:** Update the chalk version to v4.1.2
1580
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1581
-
1582
- - **config-tools:** Changed the module type of the package
1583
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1584
-
1585
- - **storm-ops:** Resolve issue with the pnpm version
1586
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1587
-
1588
- - **config-tools:** Added back the esm option to build
1589
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1590
-
1591
- - **config-tools:** Update the extension of the compiled JavaScript file
1592
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1593
-
1594
- - **config-tools:** Update the `package.json` to use the same extension as the
1595
- `project.json` file
1596
- ([d5602b9a](https://github.com/storm-software/storm-ops/commit/d5602b9a))
1597
-
1598
- - **config-tools:** Update package type to a module to resolve import issues
1599
- ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
1600
-
1601
- ## 1.27.27 (2024-02-15)
1602
-
1603
- ### Bug Fixes
1604
-
1605
- - **storm-ops:** Update the chalk version to v4.1.2
1606
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1607
-
1608
- - **config-tools:** Changed the module type of the package
1609
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1610
-
1611
- - **storm-ops:** Resolve issue with the pnpm version
1612
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1613
-
1614
- - **config-tools:** Added back the esm option to build
1615
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1616
-
1617
- - **config-tools:** Update the extension of the compiled JavaScript file
1618
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1619
-
1620
- - **config-tools:** Update the `package.json` to use the same extension as the
1621
- `project.json` file
1622
- ([d5602b9a](https://github.com/storm-software/storm-ops/commit/d5602b9a))
1623
-
1624
- ## 1.27.26 (2024-02-15)
1625
-
1626
- ### Bug Fixes
1627
-
1628
- - **storm-ops:** Update the chalk version to v4.1.2
1629
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1630
-
1631
- - **config-tools:** Changed the module type of the package
1632
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1633
-
1634
- - **storm-ops:** Resolve issue with the pnpm version
1635
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1636
-
1637
- - **config-tools:** Added back the esm option to build
1638
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1639
-
1640
- - **config-tools:** Update the extension of the compiled JavaScript file
1641
- ([4a6dea62](https://github.com/storm-software/storm-ops/commit/4a6dea62))
1642
-
1643
- ## 1.27.25 (2024-02-15)
1644
-
1645
- ### Bug Fixes
1646
-
1647
- - **storm-ops:** Update the chalk version to v4.1.2
1648
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1649
-
1650
- - **config-tools:** Changed the module type of the package
1651
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1652
-
1653
- - **storm-ops:** Resolve issue with the pnpm version
1654
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1655
-
1656
- - **config-tools:** Added back the esm option to build
1657
- ([9e4171d0](https://github.com/storm-software/storm-ops/commit/9e4171d0))
1658
-
1659
- ## 1.27.24 (2024-02-15)
1660
-
1661
- ### Bug Fixes
1662
-
1663
- - **storm-ops:** Update the chalk version to v4.1.2
1664
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1665
-
1666
- - **config-tools:** Changed the module type of the package
1667
- ([d5571d36](https://github.com/storm-software/storm-ops/commit/d5571d36))
1668
-
1669
- - **storm-ops:** Resolve issue with the pnpm version
1670
- ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
1671
-
1672
- ## 1.27.23 (2024-02-15)
1673
-
1674
- ### Bug Fixes
1675
-
1676
- - **storm-ops:** Update the chalk version to v4.1.2
1677
- ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
1678
-
1679
- ## 1.27.22 (2024-02-15)
1680
-
1681
- ### Bug Fixes
1682
-
1683
- - **storm-ops:** Update chalk dependency for all modules
1684
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1685
-
1686
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1687
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1688
-
1689
- - **config-tools:** Update format to exlcusively cjs
1690
- ([f4a4e026](https://github.com/storm-software/storm-ops/commit/f4a4e026))
1691
-
1692
- - **config-tools:** Change method of importing chalk
1693
- ([00deb9ed](https://github.com/storm-software/storm-ops/commit/00deb9ed))
1694
-
1695
- - **config-tools:** Added back esm to bild format
1696
- ([52736238](https://github.com/storm-software/storm-ops/commit/52736238))
1697
-
1698
- - **config-tools:** Added polyfil to support the release version generator's
1699
- chalk instance
1700
- ([3cbbabce](https://github.com/storm-software/storm-ops/commit/3cbbabce))
1701
-
1702
- - **config-tools:** Resolved issue with missing polyfill logger calls
1703
- ([6dcc429b](https://github.com/storm-software/storm-ops/commit/6dcc429b))
1704
-
1705
- - **config-tools:** Remove esm format option from build
1706
- ([c8819c0f](https://github.com/storm-software/storm-ops/commit/c8819c0f))
1707
-
1708
- - **config-tools:** Update to the way the chalk module is imported
1709
- ([05ebdb5f](https://github.com/storm-software/storm-ops/commit/05ebdb5f))
1710
-
1711
- - **config-tools:** Another change to the method of importing chalk
1712
- ([6e40e2ac](https://github.com/storm-software/storm-ops/commit/6e40e2ac))
1713
-
1714
- ## 1.27.21 (2024-02-15)
1715
-
1716
- ### Bug Fixes
1717
-
1718
- - **storm-ops:** Update chalk dependency for all modules
1719
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1720
-
1721
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1722
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1723
-
1724
- - **config-tools:** Update format to exlcusively cjs
1725
- ([f4a4e026](https://github.com/storm-software/storm-ops/commit/f4a4e026))
1726
-
1727
- - **config-tools:** Change method of importing chalk
1728
- ([00deb9ed](https://github.com/storm-software/storm-ops/commit/00deb9ed))
1729
-
1730
- - **config-tools:** Added back esm to bild format
1731
- ([52736238](https://github.com/storm-software/storm-ops/commit/52736238))
1732
-
1733
- - **config-tools:** Added polyfil to support the release version generator's
1734
- chalk instance
1735
- ([3cbbabce](https://github.com/storm-software/storm-ops/commit/3cbbabce))
1736
-
1737
- - **config-tools:** Resolved issue with missing polyfill logger calls
1738
- ([6dcc429b](https://github.com/storm-software/storm-ops/commit/6dcc429b))
1739
-
1740
- - **config-tools:** Remove esm format option from build
1741
- ([c8819c0f](https://github.com/storm-software/storm-ops/commit/c8819c0f))
1742
-
1743
- - **config-tools:** Update to the way the chalk module is imported
1744
- ([05ebdb5f](https://github.com/storm-software/storm-ops/commit/05ebdb5f))
1745
-
1746
- ## 1.27.20 (2024-02-15)
1747
-
1748
- ### Bug Fixes
1749
-
1750
- - **storm-ops:** Update chalk dependency for all modules
1751
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1752
-
1753
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1754
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1755
-
1756
- - **config-tools:** Update format to exlcusively cjs
1757
- ([f4a4e026](https://github.com/storm-software/storm-ops/commit/f4a4e026))
1758
-
1759
- - **config-tools:** Change method of importing chalk
1760
- ([00deb9ed](https://github.com/storm-software/storm-ops/commit/00deb9ed))
1761
-
1762
- - **config-tools:** Added back esm to bild format
1763
- ([52736238](https://github.com/storm-software/storm-ops/commit/52736238))
1764
-
1765
- - **config-tools:** Added polyfil to support the release version generator's
1766
- chalk instance
1767
- ([3cbbabce](https://github.com/storm-software/storm-ops/commit/3cbbabce))
1768
-
1769
- - **config-tools:** Resolved issue with missing polyfill logger calls
1770
- ([6dcc429b](https://github.com/storm-software/storm-ops/commit/6dcc429b))
1771
-
1772
- - **config-tools:** Remove esm format option from build
1773
- ([c8819c0f](https://github.com/storm-software/storm-ops/commit/c8819c0f))
1774
-
1775
- ## 1.27.19 (2024-02-15)
1776
-
1777
- ### Bug Fixes
1778
-
1779
- - **storm-ops:** Update chalk dependency for all modules
1780
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1781
-
1782
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1783
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1784
-
1785
- - **config-tools:** Update format to exlcusively cjs
1786
- ([f4a4e026](https://github.com/storm-software/storm-ops/commit/f4a4e026))
1787
-
1788
- - **config-tools:** Change method of importing chalk
1789
- ([00deb9ed](https://github.com/storm-software/storm-ops/commit/00deb9ed))
1790
-
1791
- - **config-tools:** Added back esm to bild format
1792
- ([52736238](https://github.com/storm-software/storm-ops/commit/52736238))
1793
-
1794
- - **config-tools:** Added polyfil to support the release version generator's
1795
- chalk instance
1796
- ([3cbbabce](https://github.com/storm-software/storm-ops/commit/3cbbabce))
1797
-
1798
- - **config-tools:** Resolved issue with missing polyfill logger calls
1799
- ([6dcc429b](https://github.com/storm-software/storm-ops/commit/6dcc429b))
1800
-
1801
- ## 1.27.18 (2024-02-15)
1802
-
1803
- ### Bug Fixes
1804
-
1805
- - **storm-ops:** Update chalk dependency for all modules
1806
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1807
-
1808
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1809
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1810
-
1811
- - **config-tools:** Update format to exlcusively cjs
1812
- ([f4a4e026](https://github.com/storm-software/storm-ops/commit/f4a4e026))
1813
-
1814
- ## 1.27.17 (2024-02-15)
1815
-
1816
- ### Bug Fixes
1817
-
1818
- - **storm-ops:** Update chalk dependency for all modules
1819
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1820
-
1821
- - **storm-ops:** Downgrade dependencies to work with cjs task runners
1822
- ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
1823
-
1824
- ## 1.27.16 (2024-02-15)
1825
-
1826
- ### Bug Fixes
1827
-
1828
- - **storm-ops:** Update chalk dependency for all modules
1829
- ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
1830
-
1831
- ## 1.27.12 (2024-02-09)
1832
-
1833
- ### Bug Fixes
1834
-
1835
- - **config-tools:** Cleaned up the config-tools logging display
1836
- ([ce939d1a](https://github.com/storm-software/storm-ops/commit/ce939d1a))
1837
-
1838
- ## 1.27.11 (2024-02-09)
1839
-
1840
- ### Bug Fixes
1841
-
1842
- - **config-tools:** Updated the color of the logger text
1843
- ([63016bd6](https://github.com/storm-software/storm-ops/commit/63016bd6))
1844
-
1845
- ## 1.27.10 (2024-02-09)
1846
-
1847
- ### Bug Fixes
1848
-
1849
- - **config-tools:** Update `run` function to use a nodejs child process
1850
- ([bef2780c](https://github.com/storm-software/storm-ops/commit/bef2780c))
1851
-
1852
- ## 1.27.9 (2024-02-09)
1853
-
1854
- ### Bug Fixes
1855
-
1856
- - **config-tools:** Update `run` function to use a nodejs child process
1857
- ([bef2780c](https://github.com/storm-software/storm-ops/commit/bef2780c))
1858
-
1859
- ## 1.26.0 (2024-02-07)
1860
-
1861
- ### Features
1862
-
1863
- - **config:** Added a base config package to allow neutral access of
1864
- `StormConfig`
1865
- ([164eaa5b](https://github.com/storm-software/storm-ops/commit/164eaa5b))
1866
-
1867
- ## 1.24.1 (2024-02-05)
1868
-
1869
- ### Features
1870
-
1871
- - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the
1872
- base Storm config
1873
- ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
1874
-
1875
- ### Bug Fixes
1876
-
1877
- - **config-tools:** Remove code to change the Nx cache directory based on Storm
1878
- config
1879
- ([8996f4c8](https://github.com/storm-software/storm-ops/commit/8996f4c8))
1880
-
1881
- ## 1.24.0 (2024-02-05)
1882
-
1883
- ### Features
1884
-
1885
- - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the
1886
- base Storm config
1887
- ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
1888
-
1889
- ## 1.23.12 (2024-01-29)
1890
-
1891
- ### Bug Fixes
1892
-
1893
- - **workspace-tools:** Added full publish fields to target
1894
- ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
1895
-
1896
- - **config-tools:** Resolved issue with execa import
1897
- ([457f41e7](https://github.com/storm-software/storm-ops/commit/457f41e7))
1898
-
1899
- - **workspace-tools:** Removed unused dependency on execa
1900
- ([ef923229](https://github.com/storm-software/storm-ops/commit/ef923229))
1901
-
1902
- ## 1.23.11 (2024-01-29)
1903
-
1904
- ### Bug Fixes
1905
-
1906
- - **workspace-tools:** Added full publish fields to target
1907
- ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
1908
-
1909
- - **config-tools:** Resolved issue with execa import
1910
- ([457f41e7](https://github.com/storm-software/storm-ops/commit/457f41e7))
1911
-
1912
- - **workspace-tools:** Removed unused dependency on execa
1913
- ([ef923229](https://github.com/storm-software/storm-ops/commit/ef923229))
1914
-
1915
- ## 1.23.10 (2024-01-28)
1916
-
1917
- ### Bug Fixes
1918
-
1919
- - **workspace-tools:** Added full publish fields to target
1920
- ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
1921
-
1922
- - **config-tools:** Resolved issue with execa import
1923
- ([457f41e7](https://github.com/storm-software/storm-ops/commit/457f41e7))
1924
-
1925
- ## 1.23.9 (2024-01-28)
1926
-
1927
- ### Bug Fixes
1928
-
1929
- - **workspace-tools:** Added full publish fields to target
1930
- ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
1931
-
1932
- ## 1.23.8 (2024-01-28)
1933
-
1934
- ### Bug Fixes
1935
-
1936
- - **workspace-tools:** Added full publish fields to target
1937
- ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
1938
-
1939
- ## 1.23.7 (2024-01-28)
1940
-
1941
- ### Bug Fixes
1942
-
1943
- - **workspace-tools:** Added the nx-release-publish task to project target
1944
- ([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
1945
-
1946
- ## 1.23.0 (2024-01-27)
1947
-
1948
- ### Features
1949
-
1950
- - **config-tools:** Added the `preid` config option and removed `preMajor`
1951
- ([0d8756dc](https://github.com/storm-software/storm-ops/commit/0d8756dc))
1952
-
1953
- ## 1.22.2 (2024-01-27)
1954
-
1955
- ### Bug Fixes
1956
-
1957
- - **config-tools:** Resolved issue with stdio prefernce in `run` function
1958
- ([81ac8a91](https://github.com/storm-software/storm-ops/commit/81ac8a91))
1959
-
1960
- ## 1.22.0 (2024-01-26)
1961
-
1962
- ### Features
1963
-
1964
- - **workspace-tools:** Added custom `npm-publish` executor
1965
- ([3e6292dd](https://github.com/storm-software/storm-ops/commit/3e6292dd))
1966
-
1967
- ## 1.21.0 (2024-01-26)
1968
-
1969
- ### Features
1970
-
1971
- - **config-tools:** Added the `externalPackagePatterns` option to Storm config
1972
- ([78f5c9d4](https://github.com/storm-software/storm-ops/commit/78f5c9d4))
1973
-
1974
- ## 1.20.21 (2024-01-25)
1975
-
1976
- ### Bug Fixes
1977
-
1978
- - **workspace-tools:** Updates to method of providing `getConfig` parameter
1979
- ([d4b95d86](https://github.com/storm-software/storm-ops/commit/d4b95d86))
1980
-
1981
- ## 1.20.10 (2024-01-24)
1982
-
1983
- ### Bug Fixes
1984
-
1985
- - **config-tools:** Added console logging function typings
1986
- ([c20aac44](https://github.com/storm-software/storm-ops/commit/c20aac44))
1987
-
1988
- ## 1.20.8 (2024-01-23)
1989
-
1990
- ### Bug Fixes
1991
-
1992
- - **config-tools:** Updated typings to include newly added functions
1993
- ([3b0b9495](https://github.com/storm-software/storm-ops/commit/3b0b9495))
1994
-
1995
- ## 1.20.0 (2024-01-21)
1996
-
1997
- ### Bug Fixes
1998
-
1999
- - **git-tools:** Update path to changelog renderer
2000
- ([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
2001
-
2002
- ## 1.19.5 (2024-01-21)
2003
-
2004
- ### Bug Fixes
2005
-
2006
- - **git-tools:** Resolve issues with commit message formatting
2007
- ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
2008
-
2009
- ## 1.19.4 (2024-01-21)
2010
-
2011
- ### Bug Fixes
2012
-
2013
- - **git-tools:** Resolve issues with commit message formatting
2014
- ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
2015
-
2016
- ## 1.19.3 (2024-01-21)
2017
-
2018
- ### Bug Fixes
2019
-
2020
- - **git-tools:** Clean up of various unused dependencies
2021
- ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
2022
-
2023
- - **git-tools:** Remove the git extension from the repository URL
2024
- ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
2025
-
2026
- ## 1.19.2 (2024-01-21)
2027
-
2028
- ### Bug Fixes
2029
-
2030
- - **git-tools:** Clean up of various unused dependencies
2031
- ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
2032
-
2033
- - **git-tools:** Remove the git extension from the repository URL
2034
- ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
2035
-
2036
- ## 1.19.1 (2024-01-21)
2037
-
2038
- ### Bug Fixes
2039
-
2040
- - **git-tools:** Clean up of various unused dependencies
2041
- ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
2042
-
2043
- - **git-tools:** Remove the git extension from the repository URL
2044
- ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
2045
-
2046
- # [1.19.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.18.0...config-tools-v1.19.0) (2024-01-20)
2047
-
2048
- ### Features
2049
-
2050
- - **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build
2051
- ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
2052
-
2053
- # [1.18.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.17.1...config-tools-v1.18.0) (2024-01-19)
2054
-
2055
- ### Features
2056
-
2057
- - **config-tools:** Added the `getConfigFileByName` function export
2058
- ([9f56a9c](https://github.com/storm-software/storm-ops/commit/9f56a9ca2c1df0bccbf533cc63f15602e8de0dff))
2059
-
2060
- ## [1.17.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.17.0...config-tools-v1.17.1) (2024-01-19)
2061
-
2062
- ### Bug Fixes
2063
-
2064
- - **config-tools:** Added the `defineConfig` function to type-check config
2065
- options
2066
- ([0676271](https://github.com/storm-software/storm-ops/commit/0676271161ec4a04715fb495f55042328a9f116f))
2067
-
2068
- # [1.17.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.16.2...config-tools-v1.17.0) (2024-01-19)
2069
-
2070
- ### Bug Fixes
2071
-
2072
- - **config-tools:** Rerun ci pipeline
2073
- ([d855670](https://github.com/storm-software/storm-ops/commit/d855670faf558969a592b8b6666754280c0dc829))
2074
- - **config-tools:** Resolved the issue with the tsconfig properties
2075
- ([5bc729e](https://github.com/storm-software/storm-ops/commit/5bc729e4680f2bb8ce67a2f6a85dff875bef9997))
2076
- - **config-tools:** Skip type checks
2077
- ([c7da786](https://github.com/storm-software/storm-ops/commit/c7da78609234d5eb0998465c9d38fe10eb02d205))
2078
- - **config-tools:** Update lefthook config to call install prior to push
2079
- ([6a81b6a](https://github.com/storm-software/storm-ops/commit/6a81b6a27359ab41549cb93227d28c5fc1b2ee01))
2080
- - **git-tools:** Resolved issue preventing git-tools publish
2081
- ([1bf9727](https://github.com/storm-software/storm-ops/commit/1bf97271e3421b5c485708ed2c59da815cde6c4b))
2082
- - **git-tools:** Resovled issues with lock file versions
2083
- ([3740dc2](https://github.com/storm-software/storm-ops/commit/3740dc2392a8c4fcb0beae0816afeaea1573f6ae))
2084
- - **git-tools:** Upgrade Nx version and resolved import issues
2085
- ([53432f2](https://github.com/storm-software/storm-ops/commit/53432f2b318c24bc0d65cf2509d01861c0c6f91b))
2086
- - **git-tools:** Upgrade pnpm lock file
2087
- ([daa3d32](https://github.com/storm-software/storm-ops/commit/daa3d32fd692799b036556ccf04279507410e4eb))
2088
-
2089
- ### Features
2090
-
2091
- - **git-tools:** Redesigned the executable script structure
2092
- ([a4c097b](https://github.com/storm-software/storm-ops/commit/a4c097bd38a68ca0c206686b592d994fb643a5d2))
2093
-
2094
- ## [1.16.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.16.1...config-tools-v1.16.2) (2024-01-19)
2095
-
2096
- ### Bug Fixes
2097
-
2098
- - **git-tools:** Updated executable scripts to use correct directory
2099
- ([8bd14e7](https://github.com/storm-software/storm-ops/commit/8bd14e7b1d78ece17f314ef172c344e927c0736d))
2100
-
2101
- ## [1.16.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.16.0...config-tools-v1.16.1) (2024-01-18)
2102
-
2103
- ### Bug Fixes
2104
-
2105
- - **config-tools:** Resolved empty config file loading error
2106
- ([6b84a12](https://github.com/storm-software/storm-ops/commit/6b84a12f762ac038d9ca6131249c8b51979d0320))
2107
-
2108
- # [1.16.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.15...config-tools-v1.16.0) (2024-01-18)
2109
-
2110
- ### Features
2111
-
2112
- - **workspace-tools:** Added the `typia` executor
2113
- ([feb49f7](https://github.com/storm-software/storm-ops/commit/feb49f71a2b54c14c4ea34ebbde529b89e6b4b42))
2114
-
2115
- ## [1.15.15](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.14...config-tools-v1.15.15) (2024-01-18)
2116
-
2117
- ### Bug Fixes
2118
-
2119
- - **linting-tools:** Updated ignored files in biome linter
2120
- ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
2121
-
2122
- ## [1.15.14](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.13...config-tools-v1.15.14) (2024-01-17)
2123
-
2124
- ### Bug Fixes
2125
-
2126
- - **workspace-tools:** Patched transformer functions in tsup dependency
2127
- ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
2128
-
2129
- ## [1.15.13](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.12...config-tools-v1.15.13) (2024-01-17)
2130
-
2131
- ### Bug Fixes
2132
-
2133
- - **workspace-tools:** Resolved blocking issue preventing tsup build completion
2134
- ([e13f88f](https://github.com/storm-software/storm-ops/commit/e13f88f4c98eda68ec3d45c3b48caba533243b55))
2135
-
2136
- ## [1.15.12](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.11...config-tools-v1.15.12) (2024-01-17)
2137
-
2138
- ### Bug Fixes
2139
-
2140
- - **config-tools:** Ensure colors are set correctly
2141
- ([e6fffd0](https://github.com/storm-software/storm-ops/commit/e6fffd0c6554d2fa36e3a4b8b44b443c030aa831))
2142
-
2143
- ## [1.15.11](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.10...config-tools-v1.15.11) (2024-01-17)
2144
-
2145
- ### Bug Fixes
2146
-
2147
- - **config-tools:** Fixed config value defaulting issue for booleans
2148
- ([c54c60b](https://github.com/storm-software/storm-ops/commit/c54c60b1ddd533530571dd41fd9b6502c1cb2cb8))
2149
-
2150
- ## [1.15.10](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.9...config-tools-v1.15.10) (2024-01-17)
2151
-
2152
- ### Bug Fixes
2153
-
2154
- - **config-tools:** Ehanced config values assignement logic
2155
- ([d66dcf7](https://github.com/storm-software/storm-ops/commit/d66dcf7500d15bc85065cb5676a1fb585d44d94b))
2156
-
2157
- ## [1.15.9](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.8...config-tools-v1.15.9) (2024-01-17)
2158
-
2159
- ### Bug Fixes
2160
-
2161
- - **config-tools:** Added code to print out config values added
2162
- ([ea56410](https://github.com/storm-software/storm-ops/commit/ea56410f9e7e9f3e4f68268395a13127a1653d2d))
2163
-
2164
- ## [1.15.8](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.7...config-tools-v1.15.8) (2024-01-17)
2165
-
2166
- ### Bug Fixes
2167
-
2168
- - **config-tools:** Removed unused defaulting logic for config file
2169
- ([2770efd](https://github.com/storm-software/storm-ops/commit/2770efde7032b88e6bf20fb23c5b89060175db5d))
2170
-
2171
- ## [1.15.7](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.6...config-tools-v1.15.7) (2024-01-17)
2172
-
2173
- ### Bug Fixes
2174
-
2175
- - **config-tools:** Resolved issue with bad config file lookup logic
2176
- ([9967de4](https://github.com/storm-software/storm-ops/commit/9967de48b063a83f42c74c3f6dd667d31123dc6f))
2177
- - **workspace-tools:** Resolved issue with config file names changing
2178
- ([f18c40c](https://github.com/storm-software/storm-ops/commit/f18c40c1be8c154aff163692e79351b34accb991))
2179
-
2180
- ## [1.15.6](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.5...config-tools-v1.15.6) (2024-01-17)
2181
-
2182
- ### Bug Fixes
2183
-
2184
- - **workspace-tools:** Added code to properly parse out the config file
2185
- ([c345fef](https://github.com/storm-software/storm-ops/commit/c345fefc6389a9a10b3f5b8446eb76982f45e6f7))
2186
-
2187
- ## [1.15.5](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.4...config-tools-v1.15.5) (2024-01-17)
2188
-
2189
- ### Bug Fixes
2190
-
2191
- - **workspace-tools:** Removed instance of JSDocs parser in tsup patch
2192
- ([4c8448e](https://github.com/storm-software/storm-ops/commit/4c8448eed32092d203621d4e05526a89d4b8e216))
2193
-
2194
- ## [1.15.4](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.3...config-tools-v1.15.4) (2024-01-17)
2195
-
2196
- ### Bug Fixes
2197
-
2198
- - **git-tools:** Resolved issue with logging strings
2199
- ([21d9e0d](https://github.com/storm-software/storm-ops/commit/21d9e0dc7f21820909697577931d0c7b339755b7))
2200
- - **workspace-tools:** Remove the transform code from tsup patch
2201
- ([399c910](https://github.com/storm-software/storm-ops/commit/399c910f0ca46741cc97b06f2a0812adbf7910f0))
2202
-
2203
- ## [1.15.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.2...config-tools-v1.15.3) (2024-01-16)
2204
-
2205
- ### Bug Fixes
2206
-
2207
- - **workspace-tools:** Clean up code to apply getConfig option in tsup build
2208
- ([96227fd](https://github.com/storm-software/storm-ops/commit/96227fde3d3f2871a88aa24be9206d555d373c9b))
2209
-
2210
- ## [1.15.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.1...config-tools-v1.15.2) (2024-01-16)
2211
-
2212
- ### Bug Fixes
2213
-
2214
- - **git-tools:** Updated console formatting and text colors
2215
- ([82e869f](https://github.com/storm-software/storm-ops/commit/82e869f0395d112c0a2906223e0827fd9b243e54))
2216
-
2217
- ## [1.15.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.15.0...config-tools-v1.15.1) (2024-01-16)
2218
-
2219
- ### Bug Fixes
2220
-
2221
- - **git-tools:** Resolved logging issues with git hooks and tsup build
2222
- ([daeec6e](https://github.com/storm-software/storm-ops/commit/daeec6efaad169b6947eedef1a07339c0b52409c))
2223
-
2224
- # [1.15.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.3...config-tools-v1.15.0) (2024-01-15)
2225
-
2226
- ### Features
2227
-
2228
- - **workspace-tools:** Added logger functions to use in the repo's console CLI
2229
- apps
2230
- ([c38d262](https://github.com/storm-software/storm-ops/commit/c38d26271cfee4e8fd094526b431e098d186a667))
2231
-
2232
- ## [1.14.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.2...config-tools-v1.14.3) (2024-01-15)
2233
-
2234
- ### Bug Fixes
2235
-
2236
- - **workspace-tools:** Many code quality improvements and enhanced linting rules
2237
- ([d2123cf](https://github.com/storm-software/storm-ops/commit/d2123cf87850b1442b8e7c1ed4b3ccc07f2a8673))
2238
-
2239
- ## [1.14.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.1...config-tools-v1.14.2) (2024-01-15)
2240
-
2241
- ### Bug Fixes
2242
-
2243
- - **git-tools:** Added dependency override for `request` package to prevent
2244
- request forgery exposure
2245
- ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
2246
-
2247
- ## [1.14.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.14.0...config-tools-v1.14.1) (2024-01-15)
2248
-
2249
- ### Bug Fixes
2250
-
2251
- - **linting-tools:** Resolve Dependabot Alerts
2252
- [#1](https://github.com/storm-software/storm-ops/issues/1),
2253
- [#2](https://github.com/storm-software/storm-ops/issues/2),
2254
- [#3](https://github.com/storm-software/storm-ops/issues/3), and
2255
- [#4](https://github.com/storm-software/storm-ops/issues/4)
2256
- ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
2257
-
2258
- # [1.14.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.13.1...config-tools-v1.14.0) (2024-01-15)
2259
-
2260
- ### Bug Fixes
2261
-
2262
- - **linting-tools:** Various improvements to the biome formatter and linter
2263
- configuration
2264
- ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
2265
-
2266
- ### Features
2267
-
2268
- - **git-tools:** Added default `lefthook` and `biome` configuration
2269
- ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
2270
-
2271
- ## [1.13.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.13.0...config-tools-v1.13.1) (2024-01-14)
2272
-
2273
- ### Bug Fixes
2274
-
2275
- - **workspace-tools:** Cleaned up dependanies and option defaulting in tsup
2276
- ([0ae0dd3](https://github.com/storm-software/storm-ops/commit/0ae0dd327ed646e6dbcd1c33b44aef820403cd77))
2277
-
2278
- # [1.13.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.12.0...config-tools-v1.13.0) (2024-01-14)
2279
-
2280
- ### Features
2281
-
2282
- - **git-tools:** Improved all CLI tools and git hooks to use the `zx` package
2283
- ([a905c21](https://github.com/storm-software/storm-ops/commit/a905c213d710d995cc114b32a90bf4d042c550d6))
2284
-
2285
- # [1.12.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.11.0...config-tools-v1.12.0) (2024-01-14)
2286
-
2287
- ### Bug Fixes
2288
-
2289
- - **storm-ops:** Added missing dependencies
2290
- ([4ab8aee](https://github.com/storm-software/storm-ops/commit/4ab8aeeab3b7ca4610a3ef0adb31332688c8346a))
2291
-
2292
- ### Features
2293
-
2294
- - **git-tools:** Re-added the Git hooks to drive workspace processing
2295
- ([24311bf](https://github.com/storm-software/storm-ops/commit/24311bfde1becaba5573c4a55d1a6d68e84eb4fb))
2296
- - **linting-tools:** Added Typia compiler transformer to tsup build
2297
- ([5b39221](https://github.com/storm-software/storm-ops/commit/5b39221dedcc63c21b15f653f56efb4f5cf20989))
2298
-
2299
- # [1.11.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.10.1...config-tools-v1.11.0) (2024-01-13)
2300
-
2301
- ### Features
2302
-
2303
- - **workspace-tools:** Added Typia compiler transformer to tsup build
2304
- ([2b5645f](https://github.com/storm-software/storm-ops/commit/2b5645f8603ba06437b7311dc0652be5927e3168))
2305
-
2306
- ## [1.10.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.10.0...config-tools-v1.10.1) (2024-01-12)
2307
-
2308
- ### Bug Fixes
2309
-
2310
- - **workspace-tools:** Removed legacy config from neutral tsup build
2311
- ([4e1cce7](https://github.com/storm-software/storm-ops/commit/4e1cce7122194d6d0364a564115ebdebe7eab46b))
2312
-
2313
- # [1.10.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.9.4...config-tools-v1.10.0) (2024-01-11)
2314
-
2315
- ### Features
2316
-
2317
- - **workspace-tools:** Added `metafile` option to tsup build
2318
- ([f3c982c](https://github.com/storm-software/storm-ops/commit/f3c982c16a29d2034b9087bc86cf61a776e1445b))
2319
-
2320
- ## [1.9.4](https://github.com/storm-software/storm-ops/compare/config-tools-v1.9.3...config-tools-v1.9.4) (2023-12-26)
2321
-
2322
- ### Bug Fixes
2323
-
2324
- - **linting-tools:** Added tailwindcss prettier formatting to linting tools
2325
- ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
2326
-
2327
- ## [1.9.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.9.2...config-tools-v1.9.3) (2023-12-24)
2328
-
2329
- ### Bug Fixes
2330
-
2331
- - **config-tools:** Resolved issues with defaulting config when no file exists
2332
- ([3f44d88](https://github.com/storm-software/storm-ops/commit/3f44d88fec753bfa818d2b738f1debd2a6cd686a))
2333
-
2334
- ## [1.9.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.9.1...config-tools-v1.9.2) (2023-12-23)
2335
-
2336
- ### Bug Fixes
2337
-
2338
- - **config-tools:** Resolve potential empty extensions config issue
2339
- ([80836bb](https://github.com/storm-software/storm-ops/commit/80836bbe70afa0b38f67c78f1e127eacb4f8ca87))
2340
-
2341
- ## [1.9.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.9.0...config-tools-v1.9.1) (2023-12-23)
2342
-
2343
- ### Bug Fixes
2344
-
2345
- - **config-tools:** Resolved isssue with config file loading
2346
- ([f2e7897](https://github.com/storm-software/storm-ops/commit/f2e789761230d78ec1fedb511744ef57075d2b7d))
2347
-
2348
- # [1.9.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.8.2...config-tools-v1.9.0) (2023-12-23)
2349
-
2350
- ### Features
2351
-
2352
- - **config-tools:** Added the `loadStormConfig` function
2353
- ([cfcda96](https://github.com/storm-software/storm-ops/commit/cfcda96d27e49f12036d6d31128eb5546800b9d7))
2354
-
2355
- ## [1.8.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.8.1...config-tools-v1.8.2) (2023-12-22)
2356
-
2357
- ### Bug Fixes
2358
-
2359
- - **config-tools:** Resolved issue in configuration defaulter function
2360
- ([92e10c1](https://github.com/storm-software/storm-ops/commit/92e10c1fa0283eaf341f4bc9338628cbdb546eb9))
2361
-
2362
- ## [1.8.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.8.0...config-tools-v1.8.1) (2023-12-22)
2363
-
2364
- ### Bug Fixes
2365
-
2366
- - **config-tools:** Resolved export issue in type declarations
2367
- ([9125a40](https://github.com/storm-software/storm-ops/commit/9125a40607db1f58351cd9ef12e86f62b234d753))
2368
-
2369
- # [1.8.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.7.1...config-tools-v1.8.0) (2023-12-22)
2370
-
2371
- ### Features
2372
-
2373
- - **workspace-tools:** Added `design-tokens` generator
2374
- ([af49878](https://github.com/storm-software/storm-ops/commit/af498784bc6446974c141ebb6206749076e2a6b3))
2375
-
2376
- ## [1.7.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.7.0...config-tools-v1.7.1) (2023-12-22)
2377
-
2378
- ### Bug Fixes
2379
-
2380
- - **config-tools:** Resolved issues with returned values in `findWorkspaceRoot`
2381
- functions
2382
- ([c790e15](https://github.com/storm-software/storm-ops/commit/c790e151ec130b4a72d17b965092c402c685d824))
2383
-
2384
- # [1.7.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.6.1...config-tools-v1.7.0) (2023-12-21)
2385
-
2386
- ### Features
2387
-
2388
- - **config-tools:** Added the `findWorkspaceRootSync` and
2389
- `findWorkspaceRootSafeSync` functions
2390
- ([59e0ee4](https://github.com/storm-software/storm-ops/commit/59e0ee4779a15752fb035d235b929bb3e8ecc974))
2391
-
2392
- ## [1.6.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.6.0...config-tools-v1.6.1) (2023-12-21)
2393
-
2394
- ### Bug Fixes
2395
-
2396
- - **config-tools:** Remove unused dependencies
2397
- ([ef00034](https://github.com/storm-software/storm-ops/commit/ef00034e8a79b81147056ee32a12eaa991a0d4f3))
2398
-
2399
- # [1.6.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.14...config-tools-v1.6.0) (2023-12-21)
2400
-
2401
- ### Features
2402
-
2403
- - **config-tools:** Publish `findWorkspaceRoot` and `findWorkspaceRootSafe` to
2404
- package
2405
- ([e5302ed](https://github.com/storm-software/storm-ops/commit/e5302edc6ceff492f8274b8d48d7c74a5f7a72c7))
2406
-
2407
- ## [1.5.14](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.13...config-tools-v1.5.14) (2023-12-21)
2408
-
2409
- ### Bug Fixes
2410
-
2411
- - **config-tools:** Update declaration types
2412
- ([8ca8850](https://github.com/storm-software/storm-ops/commit/8ca8850c5ba1d92e7bc3fa273f332cf8c1acce18))
2413
-
2414
- ## [1.5.13](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.12...config-tools-v1.5.13) (2023-12-21)
2415
-
2416
- ### Bug Fixes
2417
-
2418
- - **config-tools:** Add workspace root parameter to config creator
2419
- ([a22f0fb](https://github.com/storm-software/storm-ops/commit/a22f0fb10970bf49c4ab384ef9a4e8988ef6f372))
2420
-
2421
- ## [1.5.12](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.11...config-tools-v1.5.12) (2023-12-21)
2422
-
2423
- ### Bug Fixes
2424
-
2425
- - **config-tools:** Resolved issue around path parameter
2426
- ([eb15b5d](https://github.com/storm-software/storm-ops/commit/eb15b5d8d2344cc8517a5d26b30685ee990cc877))
2427
-
2428
- ## [1.5.11](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.10...config-tools-v1.5.11) (2023-12-21)
2429
-
2430
- ### Bug Fixes
2431
-
2432
- - **config-tools:** Resolved issue with default config lookup
2433
- ([4db800a](https://github.com/storm-software/storm-ops/commit/4db800a424e71ba89db29de50f516a725162ded5))
2434
-
2435
- ## [1.5.10](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.9...config-tools-v1.5.10) (2023-12-21)
2436
-
2437
- ### Bug Fixes
2438
-
2439
- - **config-tools:** Resolved issue with determining workspace root
2440
- ([a614a36](https://github.com/storm-software/storm-ops/commit/a614a363194913de9d5de596fc70910f586d33f9))
2441
-
2442
- ## [1.5.9](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.8...config-tools-v1.5.9) (2023-12-21)
2443
-
2444
- ### Bug Fixes
2445
-
2446
- - **config-tools:** Handle sync method correctly
2447
- ([6cbd64e](https://github.com/storm-software/storm-ops/commit/6cbd64e61f88f4a651ae1f05e16811fdf355fc71))
2448
-
2449
- ## [1.5.8](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.7...config-tools-v1.5.8) (2023-12-20)
2450
-
2451
- ### Bug Fixes
2452
-
2453
- - **config-tools:** Added more accurate search for workspace root
2454
- ([c418b08](https://github.com/storm-software/storm-ops/commit/c418b08c8bb8917e562bef50cb324d66244d98a3))
2455
-
2456
- ## [1.5.7](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.6...config-tools-v1.5.7) (2023-12-20)
2457
-
2458
- ### Bug Fixes
2459
-
2460
- - **config-tools:** Mark the package type as module
2461
- ([3ca24c0](https://github.com/storm-software/storm-ops/commit/3ca24c0149ce2a56d2b64f69441b0f8f7efa76a5))
2462
-
2463
- ## [1.5.6](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.5...config-tools-v1.5.6) (2023-12-20)
2464
-
2465
- ### Bug Fixes
2466
-
2467
- - **config-tools:** Enabled bundling but kept `thirdParty` false
2468
- ([77f5e54](https://github.com/storm-software/storm-ops/commit/77f5e54495c23998546083c45a8358374bed2104))
2469
-
2470
- ## [1.5.5](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.4...config-tools-v1.5.5) (2023-12-20)
2471
-
2472
- ### Bug Fixes
2473
-
2474
- - **config-tools:** Update project config to no longer bundle
2475
- ([06b72cd](https://github.com/storm-software/storm-ops/commit/06b72cdea2b85826571d177dad1cb352769c0f76))
2476
-
2477
- ## [1.5.4](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.3...config-tools-v1.5.4) (2023-12-20)
2478
-
2479
- ### Bug Fixes
2480
-
2481
- - **config-tools:** Resovled issue in project.json and package.json import
2482
- fields
2483
- ([1c5c665](https://github.com/storm-software/storm-ops/commit/1c5c6658c7ab1322ba6f33032c1c304628d31ece))
2484
-
2485
- ## [1.5.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.2...config-tools-v1.5.3) (2023-12-20)
2486
-
2487
- ### Bug Fixes
2488
-
2489
- - **config-tools:** Resolved issues to ensure support for cjs and esm builds
2490
- ([90a6379](https://github.com/storm-software/storm-ops/commit/90a63798156c3984697e69e685bd3e8cbd02a06f))
2491
-
2492
- ## [1.5.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.1...config-tools-v1.5.2) (2023-12-20)
2493
-
2494
- ### Bug Fixes
2495
-
2496
- - **config-tools:** Added esm to the build
2497
- ([48d834e](https://github.com/storm-software/storm-ops/commit/48d834ea0f801017c591a51d675044f14b7fb213))
2498
-
2499
- ## [1.5.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.0...config-tools-v1.5.1) (2023-12-20)
2500
-
2501
- ### Bug Fixes
2502
-
2503
- - **config-tools:** Update package tools to bundle dependencies
2504
- ([982a31b](https://github.com/storm-software/storm-ops/commit/982a31bbfe0505064592f62b6e8a2936e0850aac))
2505
-
2506
- # [1.5.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.4.0...config-tools-v1.5.0) (2023-12-15)
2507
-
2508
- ### Features
2509
-
2510
- - **design-tools:** Added design tools package to support storm design systems
2511
- ([187a38f](https://github.com/storm-software/storm-ops/commit/187a38fc7ce8f992ff96ad210058089da909f1b6))
2512
-
2513
- # [1.4.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.3.1...config-tools-v1.4.0) (2023-12-12)
2514
-
2515
- ### Features
2516
-
2517
- - **workspace-tools:** Added the `packageAll` option to build nested package
2518
- files
2519
- ([cf18588](https://github.com/storm-software/storm-ops/commit/cf18588e55e491f984affecd040c95298f0cf273))
2520
-
2521
- ## [1.3.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.3.0...config-tools-v1.3.1) (2023-12-11)
2522
-
2523
- ### Bug Fixes
2524
-
2525
- - **workspace-tools:** Resolved issue with bad nx.json config
2526
- ([1753feb](https://github.com/storm-software/storm-ops/commit/1753febc615fa341af86d49981905221153dbcfb))
2527
-
2528
- # [1.3.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.14...config-tools-v1.3.0) (2023-12-09)
2529
-
2530
- ### Features
2531
-
2532
- - **workspace-tools:** Added `esbuild-plugin-handlebars` plugin
2533
- ([5859957](https://github.com/storm-software/storm-ops/commit/5859957a0b0fff43099a7b821d721fa6625429e0))
2534
-
2535
- ## [1.2.14](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.13...config-tools-v1.2.14) (2023-12-08)
2536
-
2537
- ### Bug Fixes
2538
-
2539
- - **workspace-tools:** Update the tsup build executor to use the daemon for
2540
- getting the ProjectGraph
2541
- ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
2542
-
2543
- ## [1.2.13](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.12...config-tools-v1.2.13) (2023-12-06)
2544
-
2545
- ### Bug Fixes
2546
-
2547
- - **workspace-tools:** Resolved issue with bad options passed into base TS
2548
- library generator
2549
- ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
2550
-
2551
- ## [1.2.12](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.11...config-tools-v1.2.12) (2023-12-05)
2552
-
2553
- ### Bug Fixes
2554
-
2555
- - **git-tools:** Resolved issue in `semantic-release` patch with module
2556
- directory
2557
- ([a04aa3a](https://github.com/storm-software/storm-ops/commit/a04aa3add212abc781392d1227122a790b2f004e))
2558
- - **git-tools:** Resolved issue with patched semantic-release bundled path
2559
- ([93b4e43](https://github.com/storm-software/storm-ops/commit/93b4e439bf19a888db1b35554b32b9aec3cc3acd))
2560
- - **git-tools:** Update the env used by packages to match new config updates
2561
- ([d3b7dac](https://github.com/storm-software/storm-ops/commit/d3b7dac057a04aff9e0170d89cedc4cb47c584e5))
2562
- - **git-tools:** Updated `semantic-release` patch to properly check for plugins
2563
- ([4e3db96](https://github.com/storm-software/storm-ops/commit/4e3db96814e8abb5cb22d9bfb5c747f042c43157))
2564
-
2565
- ## [1.2.11](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.10...config-tools-v1.2.11) (2023-12-05)
2566
-
2567
- ### Bug Fixes
2568
-
2569
- - **config-tools:** Update generic type used in `createStormConfig` function
2570
- ([fe72f6d](https://github.com/storm-software/storm-ops/commit/fe72f6d52ca0ea02e15f07679ba5f0e824a228be))
2571
-
2572
- ## [1.2.10](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.9...config-tools-v1.2.10) (2023-12-05)
2573
-
2574
- ### Bug Fixes
2575
-
2576
- - **config-tools:** Update configuration types to allow any type of schema
2577
- ([c79b428](https://github.com/storm-software/storm-ops/commit/c79b428057b6020c1a50e68dd6f753cf7ad133f5))
2578
-
2579
- ## [1.2.9](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.8...config-tools-v1.2.9) (2023-12-04)
2580
-
2581
- ### Bug Fixes
2582
-
2583
- - **config-tools:** Included types definition with package
2584
- ([d4176fb](https://github.com/storm-software/storm-ops/commit/d4176fb1e3fdbff73261118377dd48d62ceaee52))
2585
-
2586
- ## [1.2.8](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.7...config-tools-v1.2.8) (2023-12-03)
2587
-
2588
- ### Bug Fixes
2589
-
2590
- - **workspace-tools:** Ensure only storm env are written to build package
2591
- ([16d7fc9](https://github.com/storm-software/storm-ops/commit/16d7fc90c831d89e0d79bc02683c8a3ad7af63ce))
2592
-
2593
- ## [1.2.7](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.6...config-tools-v1.2.7) (2023-12-03)
2594
-
2595
- ### Bug Fixes
2596
-
2597
- - **storm-ops:** Update pnpm-lock.yaml file
2598
- ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
2599
- - **workspace-tools:** Remove pino logging esbuild plugin
2600
- ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
2601
- - **workspace-tools:** Resolved more issues with results display
2602
- ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
2603
- - **workspace-tools:** Update all workspace chalk deps to version 4.1.0
2604
- ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
2605
-
2606
- ## [1.2.6](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.5...config-tools-v1.2.6) (2023-12-03)
2607
-
2608
- ### Bug Fixes
2609
-
2610
- - **config-tools:** Update package to no longer bundle dependencies
2611
- ([fb5b859](https://github.com/storm-software/storm-ops/commit/fb5b859451443b2e8ad0091abcd05e163a062305))
2612
-
2613
- ## [1.2.5](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.4...config-tools-v1.2.5) (2023-12-03)
2614
-
2615
- ### Bug Fixes
2616
-
2617
- - **workspace-tools:** Remove config-tools as an external dependency
2618
- ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
2619
-
2620
- ## [1.2.4](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.3...config-tools-v1.2.4) (2023-12-03)
2621
-
2622
- ### Bug Fixes
2623
-
2624
- - **config-tools:** Updated the `StormConfig` schema to properly type extensions
2625
- and removed @decs/typeschema dependency
2626
- ([40ed139](https://github.com/storm-software/storm-ops/commit/40ed13919f073da95cac183467accdcfc6c12270))
2627
-
2628
- ## [1.2.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.2...config-tools-v1.2.3) (2023-12-02)
2629
-
2630
- ### Bug Fixes
2631
-
2632
- - **config-tools:** Add `outExtension` to esbuild options
2633
- ([57059ea](https://github.com/storm-software/storm-ops/commit/57059ead4b579cb4280b70e0ec32a33b83c40bcc))
2634
-
2635
- ## [1.2.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.1...config-tools-v1.2.2) (2023-12-02)
2636
-
2637
- ### Bug Fixes
2638
-
2639
- - **config-tools:** Update config package module type
2640
- ([52dacd0](https://github.com/storm-software/storm-ops/commit/52dacd0a9f43ad36c915a0bc2ff5994c2ad32d45))
2641
-
2642
- ## [1.2.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.2.0...config-tools-v1.2.1) (2023-12-02)
2643
-
2644
- ### Bug Fixes
2645
-
2646
- - **config-tools:** Added esm and cjs as build options
2647
- ([5fda41e](https://github.com/storm-software/storm-ops/commit/5fda41e2d589d8793b106a4a4ad1fc22b14fd459))
2648
-
2649
- # [1.2.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.1.3...config-tools-v1.2.0) (2023-12-02)
2650
-
2651
- ### Features
2652
-
2653
- - **config-tools:** Added `logLevel` configuration value
2654
- ([edcd12a](https://github.com/storm-software/storm-ops/commit/edcd12a215cc1f6ec7c8ee3b1521a847a5a1e44f))
2655
-
2656
- ## [1.1.3](https://github.com/storm-software/storm-ops/compare/config-tools-v1.1.2...config-tools-v1.1.3) (2023-12-02)
2657
-
2658
- ### Bug Fixes
2659
-
2660
- - **workspace-tools:** Resolved issue with `esbuildPluginPino` plugin for
2661
- neutral build
2662
- ([dba1022](https://github.com/storm-software/storm-ops/commit/dba102278281102a359c1c7cff087b9969b58c7c))
2663
-
2664
- ## [1.1.2](https://github.com/storm-software/storm-ops/compare/config-tools-v1.1.1...config-tools-v1.1.2) (2023-12-02)
2665
-
2666
- ### Bug Fixes
2667
-
2668
- - **config-tools:** Resolved issue with updated `createStormConfig` schema
2669
- ([cbc6941](https://github.com/storm-software/storm-ops/commit/cbc69413e1ebbf5521c638401a34c604f25c2854))
2670
- - **config-tools:** Updated the config schema's default values
2671
- ([42fc718](https://github.com/storm-software/storm-ops/commit/42fc7183f2725e435d006897fb349c02f7454ff9))
2672
-
2673
- ## [1.1.1](https://github.com/storm-software/storm-ops/compare/config-tools-v1.1.0...config-tools-v1.1.1) (2023-12-02)
2674
-
2675
- ### Bug Fixes
2676
-
2677
- - **workspace-tools:** Added new executors to `additionalEntryPoints`
2678
- configuration
2679
- ([f7289c7](https://github.com/storm-software/storm-ops/commit/f7289c7b21eba99e0a70147767b1f28fea242854))
2680
-
2681
- # [1.1.0](https://github.com/storm-software/storm-ops/compare/config-tools-v1.0.0...config-tools-v1.1.0) (2023-12-02)
2682
-
2683
- ### Features
2684
-
2685
- - **workspace-tools:** Added the config-schema generator to create json schemas
2686
- for Storm Config
2687
- ([4b66f3c](https://github.com/storm-software/storm-ops/commit/4b66f3cb6ff1586b0f86ceec89cc5a296162ed97))
2688
-
2689
- # [1.0.0](https://github.com/storm-software/storm-ops/compare/...config-tools-v1.0.0) (2023-12-02)
2690
-
2691
- ### Bug Fixes
2692
-
2693
- - **create-storm-workspace:** Bundle packages with create-storm-workspace
2694
- ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
2695
- - **create-storm-workspace:** Resolved issue with linked workspace-tools
2696
- dependency in package.json
2697
- ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
2698
- - **deps:** pin dependencies
2699
- ([3a245b9](https://github.com/storm-software/storm-ops/commit/3a245b9f6781af520862474da42de105a59a96e1))
2700
- - **deps:** update dependency @cspell/dict-en-gb to v4
2701
- ([eddf2bf](https://github.com/storm-software/storm-ops/commit/eddf2bff0125b38008a3dccf22928f20767ecd26))
2702
- - **deps:** update dependency p-limit to v5
2703
- ([353e00a](https://github.com/storm-software/storm-ops/commit/353e00a00d4de71ca2d828d4a788726da6020ba4))
2704
- - **deps:** update dependency prettier to v3
2705
- ([f505213](https://github.com/storm-software/storm-ops/commit/f50521399cb1f54916a803b91587f6241467123a))
2706
- - **deps:** update patch prod dependencies
2707
- ([4f84a7e](https://github.com/storm-software/storm-ops/commit/4f84a7e38ddd416883229b67665649ae0ffcc03a))
2708
- - **deps:** update typescript-eslint monorepo to v6
2709
- ([c8b086b](https://github.com/storm-software/storm-ops/commit/c8b086b43f25c22c200bf157e88459371391ec38))
2710
- - **git-tools:** Add @semantic-release/github dependency to git-tools
2711
- ([949bc8d](https://github.com/storm-software/storm-ops/commit/949bc8d953b855e3f2e0a2f7e1faae12da83cdad))
2712
- - **git-tools:** Added config token replacement functionality
2713
- ([cd48602](https://github.com/storm-software/storm-ops/commit/cd4860283eb249bfe2b2b08a439f729f2f5b89a3))
2714
- - **git-tools:** Added missing GitHub release config and removed failed
2715
- GitGuardian lines
2716
- ([4b64698](https://github.com/storm-software/storm-ops/commit/4b646983226fa979c76f8078ffd1cee1d544f1a1))
2717
- - **git-tools:** Added missing semantic-release depenencies
2718
- ([33a0f5e](https://github.com/storm-software/storm-ops/commit/33a0f5e635a417715db8cbfd78540912e721529b))
2719
- - **git-tools:** Added missing semantic-release plugins
2720
- ([5350bc2](https://github.com/storm-software/storm-ops/commit/5350bc2bd4c89f9f1dc1f29903dfbd90ffb6f337))
2721
- - **git-tools:** Added semantic-release plugins to root package.json
2722
- ([55289a7](https://github.com/storm-software/storm-ops/commit/55289a75b08e1603f087dfa1c8b6d594b6386f95))
2723
- - **git-tools:** Convert package to ES module
2724
- ([b845fda](https://github.com/storm-software/storm-ops/commit/b845fdacbd530a90cb6a596cd9e182f3466e92f0))
2725
- - **git-tools:** Patch semantic-release to use an import instead of require on
2726
- the plugin
2727
- ([25dcf81](https://github.com/storm-software/storm-ops/commit/25dcf81794381cb3df24ea944592bf6e729093cf))
2728
- - **git-tools:** Remove unused lodash dependency
2729
- ([0381059](https://github.com/storm-software/storm-ops/commit/0381059a48e7260648a61178ad52912c69362601))
2730
- - **git-tools:** Resolve issue with CJS vs ESM conflicts
2731
- ([7afb4c9](https://github.com/storm-software/storm-ops/commit/7afb4c98b22dff7a9b9d9ba5987b212797b7aa29))
2732
- - **git-tools:** Resolved issue with escape character in descriptions for nx
2733
- plugins
2734
- ([c4c5cb0](https://github.com/storm-software/storm-ops/commit/c4c5cb0ec512d74836d9769dac50b3e545993b0c))
2735
- - **git-tools:** Resolved issue with generation of options table in readme-gen
2736
- ([69f9c86](https://github.com/storm-software/storm-ops/commit/69f9c86efc90e117c4ec9a5b4d1a520d764af4f5))
2737
- - **git-tools:** Resolved issue with missing husky hooks
2738
- ([505113d](https://github.com/storm-software/storm-ops/commit/505113d29a17b37c99aa00d93bb6a1b5f60412ed))
2739
- - **git-tools:** Resolved issues with release module imports
2740
- ([befe2b2](https://github.com/storm-software/storm-ops/commit/befe2b21a3726abd51a032abaed21e8bcaf50c74))
2741
- - **git-tools:** Update list-staged config extension to work with ES modules
2742
- ([a408b88](https://github.com/storm-software/storm-ops/commit/a408b88543fa835c931b25d8c9294c4427e8e6fe))
2743
- - **git-tools:** Update method of importing semantic-release
2744
- ([5ae114e](https://github.com/storm-software/storm-ops/commit/5ae114e0fee775840363ffcf7f2efcb727c2c9ed))
2745
- - **git-tools:** Update require to import in semantic-release patch
2746
- ([e2ef52c](https://github.com/storm-software/storm-ops/commit/e2ef52cd0920336ad33857954040af7291a66e6d))
2747
- - **linting-tools:** Added tsconfig recommended to root tsconfig
2748
- ([cfc70d7](https://github.com/storm-software/storm-ops/commit/cfc70d70ed5a123260d4ef9f1649ad66a0fe38e1))
2749
- - **semantic-release-plugin:** Add cjs build to release plugin
2750
- ([3e06494](https://github.com/storm-software/storm-ops/commit/3e0649470fcc68814b550dd933fedb5840425617))
2751
- - **semantic-release-plugin:** Add code for commit analyzer
2752
- ([2757ca3](https://github.com/storm-software/storm-ops/commit/2757ca3c9805b1cde9cb4bab0361ebee783fae11))
2753
- - **semantic-release-plugin:** Add release note generation to semantic release
2754
- plugin
2755
- ([c4e250d](https://github.com/storm-software/storm-ops/commit/c4e250d910daa10aa33549c1c6f508e569930870))
2756
- - **semantic-release-plugin:** Add rootDir to plugin
2757
- ([674ebdd](https://github.com/storm-software/storm-ops/commit/674ebddf21eaea5958064d4791df1ef676aab393))
2758
- - **semantic-release-plugin:** Change compiler type
2759
- ([542667d](https://github.com/storm-software/storm-ops/commit/542667db6b58fe9775c92632cf0497a80d74593b))
2760
- - **semantic-release-plugin:** Changed import type for release plugin
2761
- ([51f4809](https://github.com/storm-software/storm-ops/commit/51f480922809acb5592fcc8b594548d729388a7b))
2762
- - **semantic-release-plugin:** Converted the plugin to CommonJS
2763
- ([ff870ee](https://github.com/storm-software/storm-ops/commit/ff870ee083c7da4524f50332cf2b47ef27734a3f))
2764
- - **semantic-release-plugin:** Format output to mjs file
2765
- ([2175391](https://github.com/storm-software/storm-ops/commit/217539176889675d3e47a7dac102a1533a68869a))
2766
- - **semantic-release-plugin:** Invoke commit analzyer manually to prevent ES
2767
- module issues
2768
- ([09c66cb](https://github.com/storm-software/storm-ops/commit/09c66cb2c2fc94f59149b93d299cc95346438542))
2769
- - **semantic-release-plugin:** Mark the semantic-release plugin as external
2770
- ([863ed64](https://github.com/storm-software/storm-ops/commit/863ed640a3960fbed7de71f946db0e2d591c87b8))
2771
- - **semantic-release-plugin:** Patch semantic-release-plugin-decorators to use
2772
- import instead of require
2773
- ([8a4b348](https://github.com/storm-software/storm-ops/commit/8a4b34854be0b5b6e7d4bef05942de8ea7ab84b4))
2774
- - **semantic-release-plugin:** Remove code to avoid semantic release built-in
2775
- plugins
2776
- ([6a7263b](https://github.com/storm-software/storm-ops/commit/6a7263b1273c0233ccdb79b3c3c06a9059375e5d))
2777
- - **semantic-release-plugin:** Remove third party code from bundle
2778
- ([5d0d464](https://github.com/storm-software/storm-ops/commit/5d0d464e75d1fdd47e8db9f471ef8655a6b800e5))
2779
- - **semantic-release-plugin:** Removed dependancy on commit analyzer
2780
- ([4796955](https://github.com/storm-software/storm-ops/commit/479695525e578ead9ada3fc79b2f46edfb0b667d))
2781
- - **semantic-release-plugin:** Resolve imports to support ES modules
2782
- ([91cdf56](https://github.com/storm-software/storm-ops/commit/91cdf569e0e2237bbc0cb2e81446c3b2578a2e27))
2783
- - **semantic-release-plugin:** Resolve issue with main path extension in
2784
- package.json
2785
- ([b2aa62b](https://github.com/storm-software/storm-ops/commit/b2aa62be19ed31f64f6b1c483f0dd480ce73c1de))
2786
- - **semantic-release-plugin:** Resolve missing path module
2787
- ([34409df](https://github.com/storm-software/storm-ops/commit/34409df07f095e6b11d80f570d03dea3bf859a86))
2788
- - **semantic-release-plugin:** Resolve path import issue
2789
- ([c7769a1](https://github.com/storm-software/storm-ops/commit/c7769a123fbb48988c58047fa4832563b7946dad))
2790
- - **semantic-release-plugin:** Unbundle sematic release plugin
2791
- ([7910e43](https://github.com/storm-software/storm-ops/commit/7910e43b14a9f048ad4979cdc8819589adbc1b3a))
2792
- - **semantic-release-plugin:** Update extension on main file to be mjs
2793
- ([8c6e389](https://github.com/storm-software/storm-ops/commit/8c6e389bac21008b2cb4289b47f345ec52b2c204))
2794
- - **semantic-release-plugin:** Update the package.json index file path
2795
- ([1da1cce](https://github.com/storm-software/storm-ops/commit/1da1cce9d135826636ed7af371e01db329bf1cc9))
2796
- - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to
2797
- workspace root
2798
- ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2799
- - **storm-ops:** Added back husky hooks and removed config from package.json
2800
- ([f1b0b85](https://github.com/storm-software/storm-ops/commit/f1b0b85af21c22051a9f26c8d987c4370c60ca76))
2801
- - **storm-ops:** Patch semantic release to use old config import
2802
- ([18e27d6](https://github.com/storm-software/storm-ops/commit/18e27d6f5038475e28a83efbfdb0438fac3acda2))
2803
- - **storm-ops:** Regenerate pnpm lockfile
2804
- ([6cc4c75](https://github.com/storm-software/storm-ops/commit/6cc4c75486d843327d8e438e34dd08182bb0e052))
2805
- - **storm-ops:** Regenerated pnpm filelock file
2806
- ([113bf16](https://github.com/storm-software/storm-ops/commit/113bf1678acd4324992f4d8f2581c262bddcbc85))
2807
- - **storm-ops:** Remove unused workspace config from package.json
2808
- ([0651468](https://github.com/storm-software/storm-ops/commit/0651468547eab92f29ea0f74152752eb700af0cb))
2809
- - **storm-ops:** Resolved issue with prepare script in workspace root
2810
- ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2811
- - **storm-ops:** Resolved issues with build/CI
2812
- ([fc81a8f](https://github.com/storm-software/storm-ops/commit/fc81a8f527d7b0a069818243f955d05062a4efac))
2813
- - **storm-ops:** Resolved issues with pnpm lockfile
2814
- ([563238c](https://github.com/storm-software/storm-ops/commit/563238cad00bc4042512438aee4072a084cfce99))
2815
- - **storm-ops:** Update linting tools, and scripts, to use ES modules
2816
- ([59cb4a1](https://github.com/storm-software/storm-ops/commit/59cb4a18772bbe85a8d88aa356c37b799ce0d11f))
2817
- - **storm-ops:** Update lockfile for monorepo
2818
- ([fc39b4a](https://github.com/storm-software/storm-ops/commit/fc39b4a32e199550eddf85360728e9253d210fa7))
2819
- - **storm-ops:** Update pnpm lockfile
2820
- ([f08a730](https://github.com/storm-software/storm-ops/commit/f08a7309f56fabbf6d0c108b3a57834a0ec05429))
2821
- - **workspace-tools:** Add back the `declarationDir` value to the
2822
- compilerOptions for dts build
2823
- ([b02402d](https://github.com/storm-software/storm-ops/commit/b02402d6ef3c57b217771b2f086058c329c0b5af))
2824
- - **workspace-tools:** Add default tsconfig values for api-extractor
2825
- ([ae43e3f](https://github.com/storm-software/storm-ops/commit/ae43e3f47636a8921ace3441da5d533fa9773fe1))
2826
- - **workspace-tools:** Added `emitDeclarationOnly` to typescript compiler
2827
- options
2828
- ([e7b024f](https://github.com/storm-software/storm-ops/commit/e7b024f6f7648607aa4c71048cebbf6451d30577))
2829
- - **workspace-tools:** Added additional logging for tsc process
2830
- ([ffe350f](https://github.com/storm-software/storm-ops/commit/ffe350faf3c77d7e99f30d8ea231228936faea25))
2831
- - **workspace-tools:** Added banner to tsup patch
2832
- ([2b97503](https://github.com/storm-software/storm-ops/commit/2b975032eece19bcdde9b7c3fbbd160c37c02c0f))
2833
- - **workspace-tools:** Added code to call original emit method
2834
- ([d4febb4](https://github.com/storm-software/storm-ops/commit/d4febb40983615dbeabfbf88d38a59555722e217))
2835
- - **workspace-tools:** Added code to default tsup build options and package.json
2836
- path in api-extractor
2837
- ([f79dbb1](https://github.com/storm-software/storm-ops/commit/f79dbb1d57ba7e2da054ae47483e98516739662b))
2838
- - **workspace-tools:** Added conditional to tsup package.json search
2839
- ([f1e26a9](https://github.com/storm-software/storm-ops/commit/f1e26a9fadee64704e7a3beebed6ac8e9d103063))
2840
- - **workspace-tools:** Added custom tsc options to tsup patch config
2841
- ([c6a4d49](https://github.com/storm-software/storm-ops/commit/c6a4d49ef5efac05acb09601393fb54dee42090b))
2842
- - **workspace-tools:** Added esm and cjs shims to package bundle
2843
- ([87a16e4](https://github.com/storm-software/storm-ops/commit/87a16e4007f04201bb0b817fe6fe2bf41c461f95))
2844
- - **workspace-tools:** Added extra logging to tsup patch
2845
- ([6c58d8a](https://github.com/storm-software/storm-ops/commit/6c58d8a369d5ee4b28804903b49ae2ea141e7abd))
2846
- - **workspace-tools:** Added join to add separators in package.json path in tsup
2847
- ([b56df8a](https://github.com/storm-software/storm-ops/commit/b56df8a3c20e12fb8763e481cbc6ca82ff6403cf))
2848
- - **workspace-tools:** Added missing @microsoft/api-extractor dependency for
2849
- tsup DTS build
2850
- ([56ab124](https://github.com/storm-software/storm-ops/commit/56ab124124275be7f66f0e9f11d64477c82bbcf5))
2851
- - **workspace-tools:** Added paresed tsc options as tsup parameter
2852
- ([dd51e93](https://github.com/storm-software/storm-ops/commit/dd51e934a793fa0c4c9c07ee2e97bda185777a27))
2853
- - **workspace-tools:** Added rollup support for DTS generation
2854
- ([d1f3325](https://github.com/storm-software/storm-ops/commit/d1f3325bf712e3714904e9ca4b795bfba3df39f8))
2855
- - **workspace-tools:** Added troubleshooting logging to tsup build
2856
- ([f033bc5](https://github.com/storm-software/storm-ops/commit/f033bc548ef94aee6310fb6d5105fc750074264b))
2857
- - **workspace-tools:** Added virtual file system to tsup patch to resolve
2858
- missing libs
2859
- ([068ab7a](https://github.com/storm-software/storm-ops/commit/068ab7a56a45d3d3ed63a86661d8207929829e5a))
2860
- - **workspace-tools:** Change tsup build to use glob package instead of function
2861
- from Nx
2862
- ([4fa5e17](https://github.com/storm-software/storm-ops/commit/4fa5e17d3d29f1769caccb52957fb8fb9ee772d0))
2863
- - **workspace-tools:** Clean up around tsup patch dts build
2864
- ([4650a98](https://github.com/storm-software/storm-ops/commit/4650a9884784707e927bc2352643e1a3bc535fd4))
2865
- - **workspace-tools:** Cleaned up tsup patch and executor code
2866
- ([289721f](https://github.com/storm-software/storm-ops/commit/289721f40f481b8c8b904298df7ff6efa8a7979b))
2867
- - **workspace-tools:** Correctly formatted include path in tsconfig passed to
2868
- api extractor
2869
- ([4c65fcf](https://github.com/storm-software/storm-ops/commit/4c65fcfb109f21f854ba5d6973e00bbc6e5c5173))
2870
- - **workspace-tools:** Enhanced external dependency selection logic
2871
- ([12dc8d5](https://github.com/storm-software/storm-ops/commit/12dc8d52175f19f70014f21e66e27c7dbaf29df2))
2872
- - **workspace-tools:** Fixed issue in tsup patch around package.json generation
2873
- ([a526fe7](https://github.com/storm-software/storm-ops/commit/a526fe72607ed7a957266fc790cafa8fb5d5b501))
2874
- - **workspace-tools:** Fixed issue with `packageJsonFullPath` parameter of
2875
- api-extractor
2876
- ([69e4021](https://github.com/storm-software/storm-ops/commit/69e40219d7db548736b640ebada7fa14aee8a325))
2877
- - **workspace-tools:** Fixed issue with invalid chars in entry name
2878
- ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
2879
- - **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle
2880
- ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
2881
- - **workspace-tools:** Include terser in workspace package for tsup build
2882
- ([ee26f46](https://github.com/storm-software/storm-ops/commit/ee26f4696873ea4b329f73d7b4b718cd193c7847))
2883
- - **workspace-tools:** Included missing config function signature change
2884
- ([a2228f2](https://github.com/storm-software/storm-ops/commit/a2228f2fba09d2dfd80a3f3c6dc5059077265f12))
2885
- - **workspace-tools:** Patch logging into tsup build
2886
- ([e6ce2d7](https://github.com/storm-software/storm-ops/commit/e6ce2d7332c409d98f3aee4c561c299de6566de5))
2887
- - **workspace-tools:** Patch tsup build with check for `this` in rollup config
2888
- ([f6bd066](https://github.com/storm-software/storm-ops/commit/f6bd06677163c0df6bd0a1b4a5e40bd651bf1e86))
2889
- - **workspace-tools:** Patch tsup to use generated package.json file
2890
- ([424fb45](https://github.com/storm-software/storm-ops/commit/424fb454abea5399b7333777210286d654610f2d))
2891
- - **workspace-tools:** Patched tsup to properly use logger
2892
- ([73a56f0](https://github.com/storm-software/storm-ops/commit/73a56f07931e173a70e30b01cf629ae17f27646a))
2893
- - **workspace-tools:** Prevent both dts and experimentalDts from being enabled
2894
- ([c2e5082](https://github.com/storm-software/storm-ops/commit/c2e50822440564f27e7f387e0e936c07092b4653))
2895
- - **workspace-tools:** Reduce path length of `mainEntryPointFilePath`
2896
- api-extractor option
2897
- ([1e747d3](https://github.com/storm-software/storm-ops/commit/1e747d34c5c9c82e00884d140632f9e725950672))
2898
- - **workspace-tools:** Remove code that overwrites dts files
2899
- ([894ef6e](https://github.com/storm-software/storm-ops/commit/894ef6e0ad973d5ed0983f421be341cf53075202))
2900
- - **workspace-tools:** Remove rollup.ts from the `additionalEntryPoints` list
2901
- ([b45785e](https://github.com/storm-software/storm-ops/commit/b45785e8b9dd09178651123658cccaded7c559d7))
2902
- - **workspace-tools:** Removed compiler options to set targer manaully in tsup
2903
- build
2904
- ([4aff28d](https://github.com/storm-software/storm-ops/commit/4aff28d6e451b18c120157b0c7e62ce6530a9eff))
2905
- - **workspace-tools:** Removed overriden tsconfig for api-extractor
2906
- ([fcece07](https://github.com/storm-software/storm-ops/commit/fcece076bca3b0bd9938a4f5fbf3717628085ac3))
2907
- - **workspace-tools:** Resolve include issue with tsc during tsup build
2908
- ([a6fffbe](https://github.com/storm-software/storm-ops/commit/a6fffbe881cb4f05f974de0b745157a0cfb8dcf6))
2909
- - **workspace-tools:** Resolve issue with api-extractor output directory
2910
- ([5aa99ef](https://github.com/storm-software/storm-ops/commit/5aa99ef09950a738e658d4c75c6e241e4f1b4f14))
2911
- - **workspace-tools:** Resolve issue with config objects passed to copyAssets
2912
- function
2913
- ([ea68191](https://github.com/storm-software/storm-ops/commit/ea681918bac665c7442afee6aa3228897b69ea10))
2914
- - **workspace-tools:** Resolve issue with dts `files` in compiler options
2915
- ([2e9a611](https://github.com/storm-software/storm-ops/commit/2e9a611f6dee0c2db0fc6b87301472960f3b0cb5))
2916
- - **workspace-tools:** Resolve issue with path library reference in tsup
2917
- ([9745279](https://github.com/storm-software/storm-ops/commit/974527945816b40c8b210b06b3da16f20cb86dde))
2918
- - **workspace-tools:** Resolve issue with path separators in tsup patch
2919
- ([e7dc44d](https://github.com/storm-software/storm-ops/commit/e7dc44d77f8445a495fb7164d85498d4a2cbf179))
2920
- - **workspace-tools:** Resolved bad iterable issue in tsup patch
2921
- ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
2922
- - **workspace-tools:** Resolved bad reference to path
2923
- ([622c842](https://github.com/storm-software/storm-ops/commit/622c84247119570a469d2dc802a3317d44a17bb0))
2924
- - **workspace-tools:** Resolved bad tsconfig path issue in tsup patch
2925
- ([564b0b5](https://github.com/storm-software/storm-ops/commit/564b0b5cd054852106328fb047cd77baefea962e))
2926
- - **workspace-tools:** Resolved const issue in tsup patch
2927
- ([cb14759](https://github.com/storm-software/storm-ops/commit/cb14759987b7306b7ba843dbd2798f928db66aaa))
2928
- - **workspace-tools:** Resolved issue around adding files to api-extractor
2929
- config
2930
- ([4ad4118](https://github.com/storm-software/storm-ops/commit/4ad41184c0c8d1f803846b5bb653dc8fffc905e6))
2931
- - **workspace-tools:** Resolved issue around incorrect output mapping in
2932
- api-extractor
2933
- ([b0464ed](https://github.com/storm-software/storm-ops/commit/b0464ed5f4b1f91a5b4c21d00e29d770d5732582))
2934
- - **workspace-tools:** Resolved issue looking up package folder in tsup patch
2935
- ([0eeee37](https://github.com/storm-software/storm-ops/commit/0eeee37219ceaf2873d7e8d0c7d5f7f46ab6a9bd))
2936
- - **workspace-tools:** Resolved issue preventing file mappings from being logged
2937
- ([f1435ed](https://github.com/storm-software/storm-ops/commit/f1435ed71a1e11098a581e5808c40910224a9c6f))
2938
- - **workspace-tools:** Resolved issue preventing package.json from being written
2939
- ([c340959](https://github.com/storm-software/storm-ops/commit/c340959fdacb2541c60afca5feef9868bc0296e1))
2940
- - **workspace-tools:** Resolved issue setting private package.json field in
2941
- node-library generator
2942
- ([7e570c5](https://github.com/storm-software/storm-ops/commit/7e570c5d62b206bca2840e8e92c0a9920d8b571e))
2943
- - **workspace-tools:** Resolved issue where fs map was cleared out
2944
- ([1ea5c53](https://github.com/storm-software/storm-ops/commit/1ea5c538fbcd5220edc62024d42238816c4ecf2c))
2945
- - **workspace-tools:** Resolved issue with `tsdocMetadataFilePath` option
2946
- ([e1e8b59](https://github.com/storm-software/storm-ops/commit/e1e8b59c853580ea5deb5175cad6971953878f18))
2947
- - **workspace-tools:** Resolved issue with api-extractor input path
2948
- ([dabefc5](https://github.com/storm-software/storm-ops/commit/dabefc5295646d83325eb845038a2e9b273f7d8e))
2949
- - **workspace-tools:** Resolved issue with bad loop conditional in Tsup patch
2950
- ([a692e7d](https://github.com/storm-software/storm-ops/commit/a692e7d3adf526353a4714e22761a1ba3bcc1cb5))
2951
- - **workspace-tools:** Resolved issue with bad path in file map
2952
- ([ed09f1e](https://github.com/storm-software/storm-ops/commit/ed09f1ecff294e124c6c72301330dbb6f8f94c11))
2953
- - **workspace-tools:** Resolved issue with bad path in tsup build
2954
- ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
2955
- - **workspace-tools:** Resolved issue with bad path module usage in tsup patch
2956
- ([e0a984a](https://github.com/storm-software/storm-ops/commit/e0a984a656d65cb6f2b015ebac43d908bdded3d9))
2957
- - **workspace-tools:** Resolved issue with dependency versions in preset
2958
- ([3e8225a](https://github.com/storm-software/storm-ops/commit/3e8225aed8de591575b225b01d4fb7fb9ed4d56a))
2959
- - **workspace-tools:** Resolved issue with entry path passed into api-extractor
2960
- ([b2614e5](https://github.com/storm-software/storm-ops/commit/b2614e5639be0717e747c6bf06b39dc31df393e2))
2961
- - **workspace-tools:** Resolved issue with ES module imports
2962
- ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
2963
- - **workspace-tools:** Resolved issue with export generation after api-extractor
2964
- ([2b9e593](https://github.com/storm-software/storm-ops/commit/2b9e593a72ee352531e5721c62e3a3d10e86ed47))
2965
- - **workspace-tools:** Resolved issue with fs key
2966
- ([e48babc](https://github.com/storm-software/storm-ops/commit/e48babca8053531bcbec4635efca7accd0e00699))
2967
- - **workspace-tools:** Resolved issue with incorrectly written config file
2968
- ([bc93e00](https://github.com/storm-software/storm-ops/commit/bc93e00986d962c55323d85dec22c7c543614417))
2969
- - **workspace-tools:** Resolved issue with invalid fileNames variable reference
2970
- ([c045be1](https://github.com/storm-software/storm-ops/commit/c045be17ca911278d174f47924c6f03a240da790))
2971
- - **workspace-tools:** Resolved issue with order of package.json search in tsup
2972
- executor
2973
- ([5fea9a1](https://github.com/storm-software/storm-ops/commit/5fea9a117691bef20aa22fbd107522d43b8b1b62))
2974
- - **workspace-tools:** Resolved issue with package export lookup in tsup patch
2975
- ([ba53a36](https://github.com/storm-software/storm-ops/commit/ba53a3606b60e78d0f66894c6e3bc5d116ddaacd))
2976
- - **workspace-tools:** Resolved issue with package.json search method
2977
- ([287761e](https://github.com/storm-software/storm-ops/commit/287761e008d821c32216b18c7eba448e3576b0dd))
2978
- - **workspace-tools:** Resolved issue with path separator character in tsup
2979
- ([ea97d60](https://github.com/storm-software/storm-ops/commit/ea97d60bec1d966bbda5edffcc9f7edb8e488c27))
2980
- - **workspace-tools:** Resolved issue with paths passed to api-extractor
2981
- ([3f7c5ea](https://github.com/storm-software/storm-ops/commit/3f7c5ea14b3db1d1444624781a5ec025cc432552))
2982
- - **workspace-tools:** Resolved issue with prettier config import
2983
- ([4e2c026](https://github.com/storm-software/storm-ops/commit/4e2c026ca16072a60cbf34ece52e836ed6c0c183))
2984
- - **workspace-tools:** Resolved issue with tsconfig parser parameteters in tsup
2985
- patch
2986
- ([f71e590](https://github.com/storm-software/storm-ops/commit/f71e59055fc2d37ba282fd041c7a60e6469c76da))
2987
- - **workspace-tools:** Resolved issue with virtual file system in tsup patch
2988
- ([ea79319](https://github.com/storm-software/storm-ops/commit/ea793191735ccf6bfd7d9b4670da71a598e12606))
2989
- - **workspace-tools:** Resolved issues with all-contributors template
2990
- ([56f40e0](https://github.com/storm-software/storm-ops/commit/56f40e06143203c6d24658d192cba20fefa75004))
2991
- - **workspace-tools:** Resolved issues with api-extractors paths
2992
- ([8ea88f0](https://github.com/storm-software/storm-ops/commit/8ea88f09c240a94533474436dbac50bdabd26b2a))
2993
- - **workspace-tools:** Resolved issues with mismatching node/pnpm versions
2994
- ([8f9d0dd](https://github.com/storm-software/storm-ops/commit/8f9d0ddf4391534ee60dee603a819bf95f8b859c))
2995
- - **workspace-tools:** Resolved path issue in API Extractor config
2996
- ([d3f8ae5](https://github.com/storm-software/storm-ops/commit/d3f8ae5d6f298e9e18dc2b26270edbb704a9b712))
2997
- - **workspace-tools:** Resolved tsup issue with entry option and package.json
2998
- full path
2999
- ([1181d64](https://github.com/storm-software/storm-ops/commit/1181d644c5c1ced40c7dbb563df252b2630ca7ca))
3000
- - **workspace-tools:** Resovled issue with missing options in rollup build in
3001
- tsup patch
3002
- ([765f538](https://github.com/storm-software/storm-ops/commit/765f538d0dd11964299e254654bbd1b5b38261ff))
3003
- - **workspace-tools:** Resovled issue with parameters passed to createProgram
3004
- ([96e1e5a](https://github.com/storm-software/storm-ops/commit/96e1e5a12a871779b77f6f51ff1d40cb150fb014))
3005
- - **workspace-tools:** Resovled issue with tsup dts tsconfig path
3006
- ([eefb517](https://github.com/storm-software/storm-ops/commit/eefb517fc2369ab2411911c3810e51390a4689d9))
3007
- - **workspace-tools:** Update `entry` in tsup to use a single default file
3008
- ([06bf60c](https://github.com/storm-software/storm-ops/commit/06bf60c125411a1bdc72bebd7ebe0e7bbc9aa740))
3009
- - **workspace-tools:** Update clean functionality so no previously build files
3010
- are removed
3011
- ([19ce7bd](https://github.com/storm-software/storm-ops/commit/19ce7bd17f570587a70256471c63b613943a0c39))
3012
- - **workspace-tools:** Update default compilerOptions prior to calling tsc
3013
- ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
3014
- - **workspace-tools:** Update default options for tsup executor
3015
- ([436d792](https://github.com/storm-software/storm-ops/commit/436d7922a31128030659d671e5ed76272801215d))
3016
- - **workspace-tools:** Update generated tsconfig include to point to package
3017
- root
3018
- ([49aef81](https://github.com/storm-software/storm-ops/commit/49aef8178bb8a2c71e92ee3785358d42507eee56))
3019
- - **workspace-tools:** Update imports for @typescript/vfs to use named values
3020
- ([99306e5](https://github.com/storm-software/storm-ops/commit/99306e575db6c059035077c26dcef4a116ff1bcb))
3021
- - **workspace-tools:** Update include paths in tsconfig used in tsup builder
3022
- ([99e651d](https://github.com/storm-software/storm-ops/commit/99e651d42f770bc29e7e76f7533abe519e29b9a4))
3023
- - **workspace-tools:** Update input file path for api-extractor
3024
- ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))
3025
- - **workspace-tools:** Update output paths on tsup executor config
3026
- ([54e2078](https://github.com/storm-software/storm-ops/commit/54e2078c4d6fbc98401d4703746c1de9504e75a4))
3027
- - **workspace-tools:** Update package path used by api-extractor
3028
- ([e8081ef](https://github.com/storm-software/storm-ops/commit/e8081ef5df2bdd0b970c52444b552ab91d8ff2b4))
3029
- - **workspace-tools:** Update paths passed to api-extractor in tsup patch
3030
- ([f3b6ce9](https://github.com/storm-software/storm-ops/commit/f3b6ce91e71ccc104895b4bcc0edf50a52e2b8ba))
3031
- - **workspace-tools:** Update the `projectFolder` option passed to api-extractor
3032
- ([fb0c939](https://github.com/storm-software/storm-ops/commit/fb0c939122c19947bebfbebdea153cbabc3335cc))
3033
- - **workspace-tools:** Update the outDir value of parsed tsconfig options in
3034
- tsup patch
3035
- ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
3036
- - **workspace-tools:** Update the path separators in api-extractor parameters
3037
- ([59a0908](https://github.com/storm-software/storm-ops/commit/59a09086e48af2f8aff9297878c3cd436eaf7837))
3038
- - **workspace-tools:** Update the slashes used in package path in tsup patch
3039
- ([55470d5](https://github.com/storm-software/storm-ops/commit/55470d54de7dc73b07430e153a6c89719da44667))
3040
- - **workspace-tools:** Update tmp path on tsup patch
3041
- ([2dd3551](https://github.com/storm-software/storm-ops/commit/2dd3551988d0c6ee4236123c4eeb7047f53cf666))
3042
- - **workspace-tools:** Update tsup config to package src files in build package
3043
- ([c6297b5](https://github.com/storm-software/storm-ops/commit/c6297b54a4db28d0737adfa4203a6a6dd9b4565f))
3044
- - **workspace-tools:** Update tsup patch so correct files are written after
3045
- api-extractor
3046
- ([7106c74](https://github.com/storm-software/storm-ops/commit/7106c74eddc0fe552b142c467ea63e74fb7026ba))
3047
- - **workspace-tools:** Update tsup patch to use the logger
3048
- ([4874960](https://github.com/storm-software/storm-ops/commit/4874960eff7c9335d51c375ea858bca992c9e5f8))
3049
- - **workspace-tools:** Update tsup patch to use workspace root as base directory
3050
- for api-extractor
3051
- ([d8cdc3c](https://github.com/storm-software/storm-ops/commit/d8cdc3c461ac1a95a814f04e569f05a54d1a8937))
3052
- - **workspace-tools:** Update where tsup loads shim files and added define
3053
- option
3054
- ([fa8fe6a](https://github.com/storm-software/storm-ops/commit/fa8fe6a4e7a5d6ac0f87a7b07d1db41cdd3bddc6))
3055
- - **workspace-tools:** Updated how emit is called
3056
- ([dcc7bc5](https://github.com/storm-software/storm-ops/commit/dcc7bc54a6de0123d47decc548ea0e611cdecd95))
3057
- - **workspace-tools:** Updated issue with bad map logging
3058
- ([70092a8](https://github.com/storm-software/storm-ops/commit/70092a8ad5e3b0a6128ec5a96da7d7b723b416b1))
3059
- - **workspace-tools:** Updated paths of generated api-reports
3060
- ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
3061
- - **workspace-tools:** Updated the api-reports docs path in tsup executor
3062
- ([7ba4b1d](https://github.com/storm-software/storm-ops/commit/7ba4b1d6969d6de7f77ca9f1b99a53426ed659fb))
3063
- - **workspace-tools:** Updated the way options are passed to `createProgram`
3064
- ([aa03cd7](https://github.com/storm-software/storm-ops/commit/aa03cd764dcf0fee436d12d385cae5cec74aab9d))
3065
- - **workspace-tools:** Updated tsup build to check for package.json in outDir
3066
- via patch
3067
- ([65afb51](https://github.com/storm-software/storm-ops/commit/65afb51dbcd4e68ebf44f643a9f683e66564b18c))
3068
- - **workspace-tools:** Updated tsup patch to use compilerHost
3069
- ([6fcff07](https://github.com/storm-software/storm-ops/commit/6fcff076a61f708472591c701dbd06716286ef6b))
3070
- - **workspace-tools:** Upgrade tsup version and enabled experimental dts
3071
- ([96f6870](https://github.com/storm-software/storm-ops/commit/96f6870f590ab6a44a3058f20f6ee4e6a6ab1623))
3072
-
3073
- ### Features
3074
-
3075
- - **config-tools:** Added the config-tools library to support storm
3076
- configuration
3077
- ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
3078
- - **create-storm-workspace:** Initial check-in for storm-ops monorepo
3079
- ([ecb9822](https://github.com/storm-software/storm-ops/commit/ecb9822741fd989c3ce68fd7d07547e8b925cd9d))
3080
- - **git-tools:** Added executors and generators sections to the readme-gen CLI
3081
- ([99aacba](https://github.com/storm-software/storm-ops/commit/99aacba62747cef1347bc87a0fff35fb2ffb0bde))
3082
- - **git-tools:** Move the semantic-release-plugin into the git-tools package
3083
- ([663e7ca](https://github.com/storm-software/storm-ops/commit/663e7ca6f51bf141b698a6448f88471278a2c77f))
3084
- - **semantic-release-plugin:** Resolve issues with plugin so release executes
3085
- ([b7164b5](https://github.com/storm-software/storm-ops/commit/b7164b5b5b077da44a40141ade245ddd26ae54ee))
3086
- - **semantic-release-plugin:** Split out the semantic release plugin into it's
3087
- own project
3088
- ([317e52c](https://github.com/storm-software/storm-ops/commit/317e52ca4278855a87a5d1f8b52faab610a35ba8))
3089
- - **storm-ops:** Converted repository eslint to flat structure
3090
- ([a738c3a](https://github.com/storm-software/storm-ops/commit/a738c3a9839cd5262e98029641f7a9a4d886e117))
3091
- - **testing-tools:** Added testing-tools library for common test functionality
3092
- ([08d3ccd](https://github.com/storm-software/storm-ops/commit/08d3ccda5508db5c9abf2481900f9d9826d6ece1))
3093
- - **workspace-tools:** Added `description` as an option in the node-library
3094
- generator
3095
- ([7a8eb85](https://github.com/storm-software/storm-ops/commit/7a8eb851ae7d979bb32c250ed3a1c78ea5b65af9))
3096
- - **workspace-tools:** Added `esbuild-decorators` plugin to tsup build executor
3097
- ([5f83171](https://github.com/storm-software/storm-ops/commit/5f831716b4e9d6ba35e87a4cc62de0f1b2c397c3))
3098
- - **workspace-tools:** Added `WorkspaceStorage` class to handle caching during
3099
- processing
3100
- ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
3101
- - **workspace-tools:** Added the `includeSrc` option to the tsup build executor
3102
- ([be66e22](https://github.com/storm-software/storm-ops/commit/be66e222af773fb741cfa719f883bfb921ff8a68))
3103
- - **workspace-tools:** Added the `main` option to tsup build support manually
3104
- entered entry paths
3105
- ([fcb0fa7](https://github.com/storm-software/storm-ops/commit/fcb0fa7b98a8ed9bf14f9b724d9d9c7f345b7a08))
3106
- - **workspace-tools:** Added the `plugins` option to the tsup executor
3107
- ([8cdb8af](https://github.com/storm-software/storm-ops/commit/8cdb8af57eddac03af7f96bfbc2dfbc1672a71be))
3108
- - **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors
3109
- ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
3110
- - **workspace-tools:** Added the node-library generator
3111
- ([85ada65](https://github.com/storm-software/storm-ops/commit/85ada65f9737f972a36d0a001179f87963b4aa98))
3112
- - **workspace-tools:** Added workers distribution to tsup build
3113
- ([fc80ec1](https://github.com/storm-software/storm-ops/commit/fc80ec1e3ecea46bc63b2bd5fc4e46f3ecdc8ba0))
3114
- - **workspace-tools:** Update tsup executor to generate API Report file, Doc
3115
- Model, and TSDoc Metadata
3116
- ([fb4cda5](https://github.com/storm-software/storm-ops/commit/fb4cda5807005d2ae412d637fa5247ebad09abf7))
3117
-
3118
- ### Reverts
3119
-
3120
- - **workspace-tools:** Revert tsup patch back to previous version before updates
3121
- to api-extractor
3122
- ([c8a83f1](https://github.com/storm-software/storm-ops/commit/c8a83f1ca6739248576bf81d791d02d02a09acb4))