@storm-software/linting-tools 1.56.1 → 1.56.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 (3) hide show
  1. package/CHANGELOG.md +893 -427
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,132 +1,146 @@
1
- ## 1.56.1 (2024-06-24)
1
+ ## 1.56.2 (2024-06-24)
2
+
3
+ ### 🩹 Fixes
2
4
 
5
+ - **storm-ops:** Resolve issue with renovatebot in workflow action
6
+ ([e587423a](https://github.com/storm-software/storm-ops/commit/e587423a))
7
+
8
+ ## 1.56.1 (2024-06-24)
3
9
 
4
10
  ### 🩹 Fixes
5
11
 
6
- - **storm-ops:** Remove the `lint-commit` actions ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
12
+ - **storm-ops:** Remove the `lint-commit` actions
13
+ ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
7
14
 
8
15
  ## 1.56.0 (2024-06-24)
9
16
 
10
-
11
17
  ### 🚀 Features
12
18
 
13
- - **eslint-plugin:** Split up the eslint plugin implementation into separate packages ([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
19
+ - **eslint-plugin:** Split up the eslint plugin implementation into separate
20
+ packages
21
+ ([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
14
22
 
15
23
  ## 1.55.1 (2024-06-24)
16
24
 
17
-
18
25
  ### 🩹 Fixes
19
26
 
20
- - **deps:** update patch prod dependencies ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
27
+ - **deps:** update patch prod dependencies
28
+ ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
21
29
 
22
30
  ## 1.55.0 (2024-06-22)
23
31
 
24
-
25
32
  ### 🚀 Features
26
33
 
27
- - **workspace-tools:** Update the publish executor to include separate CLI code ([79419a9a](https://github.com/storm-software/storm-ops/commit/79419a9a))
34
+ - **workspace-tools:** Update the publish executor to include separate CLI code
35
+ ([79419a9a](https://github.com/storm-software/storm-ops/commit/79419a9a))
28
36
 
29
37
  ## 1.54.0 (2024-06-22)
30
38
 
31
-
32
39
  ### 🚀 Features
33
40
 
34
- - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
41
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file
42
+ ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
35
43
 
36
44
  ## 1.53.0 (2024-06-22)
37
45
 
38
-
39
46
  ### 🚀 Features
40
47
 
41
- - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
48
+ - **storm-ops:** Updated pnpm-lock file
49
+ ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
42
50
 
43
51
  ## 1.52.0 (2024-06-22)
44
52
 
45
-
46
53
  ### 🚀 Features
47
54
 
48
- - **config:** Added `$schema` field to Storm configuration schema ([b4b3323a](https://github.com/storm-software/storm-ops/commit/b4b3323a))
55
+ - **config:** Added `$schema` field to Storm configuration schema
56
+ ([b4b3323a](https://github.com/storm-software/storm-ops/commit/b4b3323a))
49
57
 
50
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
58
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
59
+ management
60
+ ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
51
61
 
52
62
  ## 1.51.0 (2024-06-21)
53
63
 
54
-
55
64
  ### 🚀 Features
56
65
 
57
- - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
66
+ - **eslint-plugin:** Resolve issues with eslint module types
67
+ ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
58
68
 
59
69
  ## 1.50.1 (2024-06-17)
60
70
 
61
-
62
71
  ### 🩹 Fixes
63
72
 
64
- - **deps:** update patch prod dependencies ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
73
+ - **deps:** update patch prod dependencies
74
+ ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
65
75
 
66
76
  ## 1.50.0 (2024-06-05)
67
77
 
68
-
69
78
  ### 🚀 Features
70
79
 
71
- - **eslint-plugin:** Added the `eslint` and `prittier` base packages ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
72
-
73
- - **workspace-tools:** Update `preset` generator with Storm `eslint-plugin` and `prettier` config ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
80
+ - **eslint-plugin:** Added the `eslint` and `prittier` base packages
81
+ ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
74
82
 
83
+ - **workspace-tools:** Update `preset` generator with Storm `eslint-plugin` and
84
+ `prettier` config
85
+ ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
75
86
 
76
87
  ### 🩹 Fixes
77
88
 
78
- - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
89
+ - **eslint:** Resolve issue with missing dependencies
90
+ ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
79
91
 
80
92
  ## 1.49.1 (2024-06-03)
81
93
 
82
-
83
94
  ### 🩹 Fixes
84
95
 
85
- - **deps:** update patch prod dependencies ([072b4763](https://github.com/storm-software/storm-ops/commit/072b4763))
96
+ - **deps:** update patch prod dependencies
97
+ ([072b4763](https://github.com/storm-software/storm-ops/commit/072b4763))
86
98
 
87
- - **deps:** update dependencies-non-major ([#181](https://github.com/storm-software/storm-ops/pull/181))
99
+ - **deps:** update dependencies-non-major
100
+ ([#181](https://github.com/storm-software/storm-ops/pull/181))
88
101
 
89
102
  ## 1.49.0 (2024-05-29)
90
103
 
91
-
92
104
  ### 🚀 Features
93
105
 
94
- - **cloudflare-tools:** Update worker generator to add hono depenendency ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
95
-
106
+ - **cloudflare-tools:** Update worker generator to add hono depenendency
107
+ ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
96
108
 
97
- ### ❤️ Thank You
109
+ ### ❤️ Thank You
98
110
 
99
111
  - Patrick Sullivan
100
112
 
101
113
  ## 1.48.2 (2024-05-27)
102
114
 
103
-
104
115
  ### 🩹 Fixes
105
116
 
106
- - **deps:** update patch prod dependencies ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
107
-
108
- - **deps:** update dependencies-non-major ([#145](https://github.com/storm-software/storm-ops/pull/145))
117
+ - **deps:** update patch prod dependencies
118
+ ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
109
119
 
110
- - **deps:** update patch prod dependencies ([20ed7f14](https://github.com/storm-software/storm-ops/commit/20ed7f14))
120
+ - **deps:** update dependencies-non-major
121
+ ([#145](https://github.com/storm-software/storm-ops/pull/145))
111
122
 
112
- - **deps:** update patch prod dependencies ([bef67d5d](https://github.com/storm-software/storm-ops/commit/bef67d5d))
123
+ - **deps:** update patch prod dependencies
124
+ ([20ed7f14](https://github.com/storm-software/storm-ops/commit/20ed7f14))
113
125
 
114
- - **deps:** update dependencies-non-major ([#159](https://github.com/storm-software/storm-ops/pull/159))
126
+ - **deps:** update patch prod dependencies
127
+ ([bef67d5d](https://github.com/storm-software/storm-ops/commit/bef67d5d))
115
128
 
129
+ - **deps:** update dependencies-non-major
130
+ ([#159](https://github.com/storm-software/storm-ops/pull/159))
116
131
 
117
- ### ❤️ Thank You
132
+ ### ❤️ Thank You
118
133
 
119
134
  - Patrick Sullivan
120
135
 
121
136
  ## 1.48.1 (2024-05-06)
122
137
 
123
-
124
138
  ### 🩹 Fixes
125
139
 
126
- - **markdownlint:** Resolved issue with bad config in lint file ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
127
-
140
+ - **markdownlint:** Resolved issue with bad config in lint file
141
+ ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
128
142
 
129
- ### ❤️ Thank You
143
+ ### ❤️ Thank You
130
144
 
131
145
  - Patrick Sullivan
132
146
 
@@ -134,7 +148,8 @@
134
148
 
135
149
  ### 🚀 Features
136
150
 
137
- - **markdownlint:** Added the `markdownlint` package for shared configurations ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
151
+ - **markdownlint:** Added the `markdownlint` package for shared configurations
152
+ ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
138
153
 
139
154
  ### ❤️ Thank You
140
155
 
@@ -144,13 +159,17 @@
144
159
 
145
160
  ### 🩹 Fixes
146
161
 
147
- - **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
162
+ - **deps:** update patch prod dependencies
163
+ ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
148
164
 
149
- - **deps:** update dependency @cspell/dict-git to v3 ([#52](https://github.com/storm-software/storm-ops/pull/52))
165
+ - **deps:** update dependency @cspell/dict-git to v3
166
+ ([#52](https://github.com/storm-software/storm-ops/pull/52))
150
167
 
151
- - **deps:** update dependencies-non-major ([#130](https://github.com/storm-software/storm-ops/pull/130))
168
+ - **deps:** update dependencies-non-major
169
+ ([#130](https://github.com/storm-software/storm-ops/pull/130))
152
170
 
153
- - **deps:** update dependency @cspell/dict-node to v5 ([#133](https://github.com/storm-software/storm-ops/pull/133))
171
+ - **deps:** update dependency @cspell/dict-node to v5
172
+ ([#133](https://github.com/storm-software/storm-ops/pull/133))
154
173
 
155
174
  ### ❤️ Thank You
156
175
 
@@ -160,13 +179,15 @@
160
179
 
161
180
  ### 🩹 Fixes
162
181
 
163
- - **deps:** update patch prod dependencies ([7f710f58](https://github.com/storm-software/storm-ops/commit/7f710f58))
182
+ - **deps:** update patch prod dependencies
183
+ ([7f710f58](https://github.com/storm-software/storm-ops/commit/7f710f58))
164
184
 
165
185
  ## 1.47.0 (2024-04-13)
166
186
 
167
187
  ### 🚀 Features
168
188
 
169
- - **git-tools:** Updated the console write calls to use updated method signature ([d2d7cc8b](https://github.com/storm-software/storm-ops/commit/d2d7cc8b))
189
+ - **git-tools:** Updated the console write calls to use updated method signature
190
+ ([d2d7cc8b](https://github.com/storm-software/storm-ops/commit/d2d7cc8b))
170
191
 
171
192
  ### ❤️ Thank You
172
193
 
@@ -176,7 +197,8 @@
176
197
 
177
198
  ### 🩹 Fixes
178
199
 
179
- - **config-tools:** Resolved issue with bad `project.json` tasks ([744c7eef](https://github.com/storm-software/storm-ops/commit/744c7eef))
200
+ - **config-tools:** Resolved issue with bad `project.json` tasks
201
+ ([744c7eef](https://github.com/storm-software/storm-ops/commit/744c7eef))
180
202
 
181
203
  ### ❤️ Thank You
182
204
 
@@ -186,7 +208,8 @@
186
208
 
187
209
  ### 🩹 Fixes
188
210
 
189
- - **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
211
+ - **build-tools:** Resolved issue with module types used in build
212
+ ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
190
213
 
191
214
  ### ❤️ Thank You
192
215
 
@@ -196,7 +219,8 @@
196
219
 
197
220
  ### 🩹 Fixes
198
221
 
199
- - **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
222
+ - **build-tools:** Resolved issue with duplicate require definition
223
+ ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
200
224
 
201
225
  ### ❤️ Thank You
202
226
 
@@ -206,7 +230,8 @@
206
230
 
207
231
  ### 🩹 Fixes
208
232
 
209
- - **workspace-tools:** Resolve issues with `build-tools` import ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
233
+ - **workspace-tools:** Resolve issues with `build-tools` import
234
+ ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
210
235
 
211
236
  ### ❤️ Thank You
212
237
 
@@ -216,7 +241,8 @@
216
241
 
217
242
  ### 🩹 Fixes
218
243
 
219
- - **workspace-tools:** Update module types of imports ([9d09009b](https://github.com/storm-software/storm-ops/commit/9d09009b))
244
+ - **workspace-tools:** Update module types of imports
245
+ ([9d09009b](https://github.com/storm-software/storm-ops/commit/9d09009b))
220
246
 
221
247
  ### ❤️ Thank You
222
248
 
@@ -226,17 +252,23 @@
226
252
 
227
253
  ### 🩹 Fixes
228
254
 
229
- - **deps:** update patch prod dependencies ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
255
+ - **deps:** update patch prod dependencies
256
+ ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
230
257
 
231
- - **deps:** update dependency eslint to v9 ([#98](https://github.com/storm-software/storm-ops/pull/98))
258
+ - **deps:** update dependency eslint to v9
259
+ ([#98](https://github.com/storm-software/storm-ops/pull/98))
232
260
 
233
- - **deps:** update dependency commander to v12 ([#63](https://github.com/storm-software/storm-ops/pull/63))
261
+ - **deps:** update dependency commander to v12
262
+ ([#63](https://github.com/storm-software/storm-ops/pull/63))
234
263
 
235
- - **deps:** update dependencies-non-major ([#38](https://github.com/storm-software/storm-ops/pull/38))
264
+ - **deps:** update dependencies-non-major
265
+ ([#38](https://github.com/storm-software/storm-ops/pull/38))
236
266
 
237
- - **workspace-tools:** Resolved build issue with typings ([97ac0141](https://github.com/storm-software/storm-ops/commit/97ac0141))
267
+ - **workspace-tools:** Resolved build issue with typings
268
+ ([97ac0141](https://github.com/storm-software/storm-ops/commit/97ac0141))
238
269
 
239
- - **git-tools:** Update release tool to use local function to get configuration ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
270
+ - **git-tools:** Update release tool to use local function to get configuration
271
+ ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
240
272
 
241
273
  ### ❤️ Thank You
242
274
 
@@ -246,15 +278,18 @@
246
278
 
247
279
  ### 🩹 Fixes
248
280
 
249
- - **deps:** pin dependencies ([7406e605](https://github.com/storm-software/storm-ops/commit/7406e605))
281
+ - **deps:** pin dependencies
282
+ ([7406e605](https://github.com/storm-software/storm-ops/commit/7406e605))
250
283
 
251
284
  ## 1.46.0 (2024-04-07)
252
285
 
253
286
  ### 🚀 Features
254
287
 
255
- - **git-tools:** Added reusable GitHub `workflows` and `actions` ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
288
+ - **git-tools:** Added reusable GitHub `workflows` and `actions`
289
+ ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
256
290
 
257
- - **storm-ops:** Merged in change to the main branch ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
291
+ - **storm-ops:** Merged in change to the main branch
292
+ ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
258
293
 
259
294
  ### ❤️ Thank You
260
295
 
@@ -264,7 +299,8 @@
264
299
 
265
300
  ### 🚀 Features
266
301
 
267
- - **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
302
+ - **build-tools:** Added support for `rolldown` builds
303
+ ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
268
304
 
269
305
  ### ❤️ Thank You
270
306
 
@@ -274,7 +310,8 @@
274
310
 
275
311
  ### 🩹 Fixes
276
312
 
277
- - **workspace-tools:** Resolve issue with bad release path in npm publish ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
313
+ - **workspace-tools:** Resolve issue with bad release path in npm publish
314
+ ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
278
315
 
279
316
  ### ❤️ Thank You
280
317
 
@@ -284,7 +321,9 @@
284
321
 
285
322
  ### 🩹 Fixes
286
323
 
287
- - **workspace-tools:** Added the `nx-release-publish` target to TypeScript projects ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
324
+ - **workspace-tools:** Added the `nx-release-publish` target to TypeScript
325
+ projects
326
+ ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
288
327
 
289
328
  ### ❤️ Thank You
290
329
 
@@ -294,7 +333,8 @@
294
333
 
295
334
  ### 🩹 Fixes
296
335
 
297
- - **workspace-tools:** Further updates to Nx plugin modules ([82b6ab01](https://github.com/storm-software/storm-ops/commit/82b6ab01))
336
+ - **workspace-tools:** Further updates to Nx plugin modules
337
+ ([82b6ab01](https://github.com/storm-software/storm-ops/commit/82b6ab01))
298
338
 
299
339
  ### ❤️ Thank You
300
340
 
@@ -304,7 +344,8 @@
304
344
 
305
345
  ### 🩹 Fixes
306
346
 
307
- - **git-tools:** Added code to add ts plugin transpilers ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
347
+ - **git-tools:** Added code to add ts plugin transpilers
348
+ ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
308
349
 
309
350
  ### ❤️ Thank You
310
351
 
@@ -314,7 +355,8 @@
314
355
 
315
356
  ### 🩹 Fixes
316
357
 
317
- - **git-tools:** Update `moduleResolution` option to use `Bundler` value ([132eb929](https://github.com/storm-software/storm-ops/commit/132eb929))
358
+ - **git-tools:** Update `moduleResolution` option to use `Bundler` value
359
+ ([132eb929](https://github.com/storm-software/storm-ops/commit/132eb929))
318
360
 
319
361
  ### ❤️ Thank You
320
362
 
@@ -324,7 +366,8 @@
324
366
 
325
367
  ### 🩹 Fixes
326
368
 
327
- - **git-tools:** Resolve issue with module type compiler options ([5c4a20b7](https://github.com/storm-software/storm-ops/commit/5c4a20b7))
369
+ - **git-tools:** Resolve issue with module type compiler options
370
+ ([5c4a20b7](https://github.com/storm-software/storm-ops/commit/5c4a20b7))
328
371
 
329
372
  ### ❤️ Thank You
330
373
 
@@ -334,7 +377,8 @@
334
377
 
335
378
  ### 🩹 Fixes
336
379
 
337
- - **storm-ops:** Resolve issue with workspace dependencies ([041dcc78](https://github.com/storm-software/storm-ops/commit/041dcc78))
380
+ - **storm-ops:** Resolve issue with workspace dependencies
381
+ ([041dcc78](https://github.com/storm-software/storm-ops/commit/041dcc78))
338
382
 
339
383
  ### ❤️ Thank You
340
384
 
@@ -344,7 +388,8 @@
344
388
 
345
389
  ### 🩹 Fixes
346
390
 
347
- - **git-tools:** Update to executable git hook scripts ([d1e0cb22](https://github.com/storm-software/storm-ops/commit/d1e0cb22))
391
+ - **git-tools:** Update to executable git hook scripts
392
+ ([d1e0cb22](https://github.com/storm-software/storm-ops/commit/d1e0cb22))
348
393
 
349
394
  ### ❤️ Thank You
350
395
 
@@ -354,7 +399,8 @@
354
399
 
355
400
  ### 🩹 Fixes
356
401
 
357
- - **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
402
+ - **storm-ops:** Update the links in the README files to use proper repository
403
+ ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
358
404
 
359
405
  ### ❤️ Thank You
360
406
 
@@ -364,7 +410,8 @@
364
410
 
365
411
  ### 🩹 Fixes
366
412
 
367
- - **storm-workspace:** Resolved issue with failed unit-test ([42e5a411](https://github.com/storm-software/storm-ops/commit/42e5a411))
413
+ - **storm-workspace:** Resolved issue with failed unit-test
414
+ ([42e5a411](https://github.com/storm-software/storm-ops/commit/42e5a411))
368
415
 
369
416
  ### ❤️ Thank You
370
417
 
@@ -374,13 +421,16 @@
374
421
 
375
422
  ### 🚀 Features
376
423
 
377
- - **workspace-tools:** Added Nx plugin to apply rust and typescript targets ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
424
+ - **workspace-tools:** Added Nx plugin to apply rust and typescript targets
425
+ ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
378
426
 
379
- - **workspace-tools:** Major updates to base nx.json configuration ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
427
+ - **workspace-tools:** Major updates to base nx.json configuration
428
+ ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
380
429
 
381
430
  ### 🩹 Fixes
382
431
 
383
- - **git-tools:** Resolved issues with `left-hook` scripts ([daf28aa2](https://github.com/storm-software/storm-ops/commit/daf28aa2))
432
+ - **git-tools:** Resolved issues with `left-hook` scripts
433
+ ([daf28aa2](https://github.com/storm-software/storm-ops/commit/daf28aa2))
384
434
 
385
435
  ### ❤️ Thank You
386
436
 
@@ -390,7 +440,8 @@
390
440
 
391
441
  ### 🩹 Fixes
392
442
 
393
- - **linting-tools:** Update the linting-tools asset configuration ([c35e2491](https://github.com/storm-software/storm-ops/commit/c35e2491))
443
+ - **linting-tools:** Update the linting-tools asset configuration
444
+ ([c35e2491](https://github.com/storm-software/storm-ops/commit/c35e2491))
394
445
 
395
446
  ### ❤️ Thank You
396
447
 
@@ -400,7 +451,8 @@
400
451
 
401
452
  ### 🚀 Features
402
453
 
403
- - **linting-tools:** Added the `taplo` and `ls-lint` tools ([24c984eb](https://github.com/storm-software/storm-ops/commit/24c984eb))
454
+ - **linting-tools:** Added the `taplo` and `ls-lint` tools
455
+ ([24c984eb](https://github.com/storm-software/storm-ops/commit/24c984eb))
404
456
 
405
457
  ### ❤️ Thank You
406
458
 
@@ -410,7 +462,8 @@
410
462
 
411
463
  ### 🚀 Features
412
464
 
413
- - **build-tools:** Split out Build CLI and supporting code to separate package ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
465
+ - **build-tools:** Split out Build CLI and supporting code to separate package
466
+ ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
414
467
 
415
468
  ### ❤️ Thank You
416
469
 
@@ -420,7 +473,8 @@
420
473
 
421
474
  ### 🩹 Fixes
422
475
 
423
- - **workspace-tools:** Remove the storm env filter ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
476
+ - **workspace-tools:** Remove the storm env filter
477
+ ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
424
478
 
425
479
  ### ❤️ Thank You
426
480
 
@@ -430,7 +484,8 @@
430
484
 
431
485
  ### 🩹 Fixes
432
486
 
433
- - **workspace-tools:** Resolve issue with tsconfig file resolution ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
487
+ - **workspace-tools:** Resolve issue with tsconfig file resolution
488
+ ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
434
489
 
435
490
  ### ❤️ Thank You
436
491
 
@@ -440,7 +495,8 @@
440
495
 
441
496
  ### 🩹 Fixes
442
497
 
443
- - **config-tools:** Update config packages to only use cjs ([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
498
+ - **config-tools:** Update config packages to only use cjs
499
+ ([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
444
500
 
445
501
  ### ❤️ Thank You
446
502
 
@@ -450,7 +506,8 @@
450
506
 
451
507
  ### 🩹 Fixes
452
508
 
453
- - **workspace-tools:** Update the build executor back to esbuild ([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
509
+ - **workspace-tools:** Update the build executor back to esbuild
510
+ ([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
454
511
 
455
512
  ### ❤️ Thank You
456
513
 
@@ -460,11 +517,13 @@
460
517
 
461
518
  ### 🚀 Features
462
519
 
463
- - **tsconfig:** Added package to contain default base tsconfig files ([1b341f9a](https://github.com/storm-software/storm-ops/commit/1b341f9a))
520
+ - **tsconfig:** Added package to contain default base tsconfig files
521
+ ([1b341f9a](https://github.com/storm-software/storm-ops/commit/1b341f9a))
464
522
 
465
523
  ### 🩹 Fixes
466
524
 
467
- - **git-tools:** Resolved linting issues with the nx-version module ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
525
+ - **git-tools:** Resolved linting issues with the nx-version module
526
+ ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
468
527
 
469
528
  ### ❤️ Thank You
470
529
 
@@ -474,7 +533,8 @@
474
533
 
475
534
  ### 🚀 Features
476
535
 
477
- - **storm-ops:** Major updates to tsconfig values ([a3638fae](https://github.com/storm-software/storm-ops/commit/a3638fae))
536
+ - **storm-ops:** Major updates to tsconfig values
537
+ ([a3638fae](https://github.com/storm-software/storm-ops/commit/a3638fae))
478
538
 
479
539
  ### ❤️ Thank You
480
540
 
@@ -484,7 +544,8 @@
484
544
 
485
545
  ### 🩹 Fixes
486
546
 
487
- - **linting-tools:** Various updates to module resolution ([5f312f00](https://github.com/storm-software/storm-ops/commit/5f312f00))
547
+ - **linting-tools:** Various updates to module resolution
548
+ ([5f312f00](https://github.com/storm-software/storm-ops/commit/5f312f00))
488
549
 
489
550
  ### ❤️ Thank You
490
551
 
@@ -494,7 +555,8 @@
494
555
 
495
556
  ### 🩹 Fixes
496
557
 
497
- - **workspace-tools:** Update build compiler parameters ([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
558
+ - **workspace-tools:** Update build compiler parameters
559
+ ([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
498
560
 
499
561
  ### ❤️ Thank You
500
562
 
@@ -504,7 +566,8 @@
504
566
 
505
567
  ### 🩹 Fixes
506
568
 
507
- - **workspace-tools:** Updates to compiler options for declarations build ([62dcf6e7](https://github.com/storm-software/storm-ops/commit/62dcf6e7))
569
+ - **workspace-tools:** Updates to compiler options for declarations build
570
+ ([62dcf6e7](https://github.com/storm-software/storm-ops/commit/62dcf6e7))
508
571
 
509
572
  ### ❤️ Thank You
510
573
 
@@ -514,7 +577,8 @@
514
577
 
515
578
  ### 🩹 Fixes
516
579
 
517
- - **linting-tools:** Added the `preserveSymlinks` option back to root tsconfig file ([a06f4a6b](https://github.com/storm-software/storm-ops/commit/a06f4a6b))
580
+ - **linting-tools:** Added the `preserveSymlinks` option back to root tsconfig
581
+ file ([a06f4a6b](https://github.com/storm-software/storm-ops/commit/a06f4a6b))
518
582
 
519
583
  ### ❤️ Thank You
520
584
 
@@ -524,13 +588,16 @@
524
588
 
525
589
  ### 🚀 Features
526
590
 
527
- - **git-tools:** Update the package to build as CommonJs to support Nx executors ([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
591
+ - **git-tools:** Update the package to build as CommonJs to support Nx executors
592
+ ([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
528
593
 
529
- - **git-tools:** Support for updated Nx Release processing ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
594
+ - **git-tools:** Support for updated Nx Release processing
595
+ ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
530
596
 
531
597
  ### 🩹 Fixes
532
598
 
533
- - **config:** Mark config to no longer bundle code ([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
599
+ - **config:** Mark config to no longer bundle code
600
+ ([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
534
601
 
535
602
  ### ❤️ Thank You
536
603
 
@@ -540,9 +607,11 @@
540
607
 
541
608
  ### 🚀 Features
542
609
 
543
- - **git-tools:** Update the package to build as CommonJs to support Nx executors ([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
610
+ - **git-tools:** Update the package to build as CommonJs to support Nx executors
611
+ ([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
544
612
 
545
- - **git-tools:** Support for updated Nx Release processing ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
613
+ - **git-tools:** Support for updated Nx Release processing
614
+ ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
546
615
 
547
616
  ### ❤️ Thank You
548
617
 
@@ -552,21 +621,29 @@
552
621
 
553
622
  ### 🩹 Fixes
554
623
 
555
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
624
+ - **storm-ops:** Update the chalk version to v4.1.2
625
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
556
626
 
557
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
627
+ - **storm-ops:** Resolve issue with the pnpm version
628
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
558
629
 
559
- - **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
630
+ - **config-tools:** Update package type to a module to resolve import issues
631
+ ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
560
632
 
561
- - **workspace-tools:** Update method of referencing the internal packages ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
633
+ - **workspace-tools:** Update method of referencing the internal packages
634
+ ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
562
635
 
563
- - **linting-tools:** Resolved issue with options parameter passed to linting cli ([46e60940](https://github.com/storm-software/storm-ops/commit/46e60940))
636
+ - **linting-tools:** Resolved issue with options parameter passed to linting cli
637
+ ([46e60940](https://github.com/storm-software/storm-ops/commit/46e60940))
564
638
 
565
- - **linting-tools:** Updated the alexignore file list ([39ec3afb](https://github.com/storm-software/storm-ops/commit/39ec3afb))
639
+ - **linting-tools:** Updated the alexignore file list
640
+ ([39ec3afb](https://github.com/storm-software/storm-ops/commit/39ec3afb))
566
641
 
567
- - **linting-tools:** Correction to alex linting ignore ([d9663bff](https://github.com/storm-software/storm-ops/commit/d9663bff))
642
+ - **linting-tools:** Correction to alex linting ignore
643
+ ([d9663bff](https://github.com/storm-software/storm-ops/commit/d9663bff))
568
644
 
569
- - **linting-tools:** Resolved issues with linting tool options ([4b08d9fd](https://github.com/storm-software/storm-ops/commit/4b08d9fd))
645
+ - **linting-tools:** Resolved issues with linting tool options
646
+ ([4b08d9fd](https://github.com/storm-software/storm-ops/commit/4b08d9fd))
570
647
 
571
648
  ### ❤️ Thank You
572
649
 
@@ -576,11 +653,14 @@
576
653
 
577
654
  ### 🩹 Fixes
578
655
 
579
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
656
+ - **storm-ops:** Update the chalk version to v4.1.2
657
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
580
658
 
581
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
659
+ - **storm-ops:** Resolve issue with the pnpm version
660
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
582
661
 
583
- - **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
662
+ - **config-tools:** Update package type to a module to resolve import issues
663
+ ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
584
664
 
585
665
  ### ❤️ Thank You
586
666
 
@@ -590,9 +670,11 @@
590
670
 
591
671
  ### 🩹 Fixes
592
672
 
593
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
673
+ - **storm-ops:** Update the chalk version to v4.1.2
674
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
594
675
 
595
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
676
+ - **storm-ops:** Resolve issue with the pnpm version
677
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
596
678
 
597
679
  ### ❤️ Thank You
598
680
 
@@ -602,7 +684,8 @@
602
684
 
603
685
  ### 🩹 Fixes
604
686
 
605
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
687
+ - **storm-ops:** Update the chalk version to v4.1.2
688
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
606
689
 
607
690
  ### ❤️ Thank You
608
691
 
@@ -612,9 +695,11 @@
612
695
 
613
696
  ### 🩹 Fixes
614
697
 
615
- - **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
698
+ - **storm-ops:** Update chalk dependency for all modules
699
+ ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
616
700
 
617
- - **storm-ops:** Downgrade dependencies to work with cjs task runners ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
701
+ - **storm-ops:** Downgrade dependencies to work with cjs task runners
702
+ ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
618
703
 
619
704
  ### ❤️ Thank You
620
705
 
@@ -624,7 +709,8 @@
624
709
 
625
710
  ### 🩹 Fixes
626
711
 
627
- - **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
712
+ - **storm-ops:** Update chalk dependency for all modules
713
+ ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
628
714
 
629
715
  ### ❤️ Thank You
630
716
 
@@ -634,7 +720,9 @@
634
720
 
635
721
  ### 🩹 Fixes
636
722
 
637
- - **workspace-tools:** Update publish executor to handle newly release packages properly ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
723
+ - **workspace-tools:** Update publish executor to handle newly release packages
724
+ properly
725
+ ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
638
726
 
639
727
  ### ❤️ Thank You
640
728
 
@@ -644,7 +732,9 @@
644
732
 
645
733
  ### 🩹 Fixes
646
734
 
647
- - **workspace-tools:** Update publish executor to handle newly release packages properly ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
735
+ - **workspace-tools:** Update publish executor to handle newly release packages
736
+ properly
737
+ ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
648
738
 
649
739
  ### ❤️ Thank You
650
740
 
@@ -654,7 +744,9 @@
654
744
 
655
745
  ### 🩹 Fixes
656
746
 
657
- - **workspace-tools:** Update publish executor to handle newly release packages properly ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
747
+ - **workspace-tools:** Update publish executor to handle newly release packages
748
+ properly
749
+ ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
658
750
 
659
751
  ### ❤️ Thank You
660
752
 
@@ -664,7 +756,9 @@
664
756
 
665
757
  ### 🩹 Fixes
666
758
 
667
- - **workspace-tools:** Update publish executor to handle newly release packages properly ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
759
+ - **workspace-tools:** Update publish executor to handle newly release packages
760
+ properly
761
+ ([16a76eca](https://github.com/storm-software/storm-ops/commit/16a76eca))
668
762
 
669
763
  ### ❤️ Thank You
670
764
 
@@ -674,7 +768,8 @@
674
768
 
675
769
  ### 🩹 Fixes
676
770
 
677
- - **workspace-tools:** Resolved issue publishing first package releases to npm ([8205dfcf](https://github.com/storm-software/storm-ops/commit/8205dfcf))
771
+ - **workspace-tools:** Resolved issue publishing first package releases to npm
772
+ ([8205dfcf](https://github.com/storm-software/storm-ops/commit/8205dfcf))
678
773
 
679
774
  ### ❤️ Thank You
680
775
 
@@ -684,7 +779,8 @@
684
779
 
685
780
  ### 🩹 Fixes
686
781
 
687
- - **linting-tools:** Removed `noEmitOnError` from root tsconfig ([6329875e](https://github.com/storm-software/storm-ops/commit/6329875e))
782
+ - **linting-tools:** Removed `noEmitOnError` from root tsconfig
783
+ ([6329875e](https://github.com/storm-software/storm-ops/commit/6329875e))
688
784
 
689
785
  ### ❤️ Thank You
690
786
 
@@ -694,7 +790,8 @@
694
790
 
695
791
  ### 🩹 Fixes
696
792
 
697
- - **linting-tools:** Update the base Storm tsconfig file ([44fd4a89](https://github.com/storm-software/storm-ops/commit/44fd4a89))
793
+ - **linting-tools:** Update the base Storm tsconfig file
794
+ ([44fd4a89](https://github.com/storm-software/storm-ops/commit/44fd4a89))
698
795
 
699
796
  ### ❤️ Thank You
700
797
 
@@ -704,7 +801,9 @@
704
801
 
705
802
  ### 🚀 Features
706
803
 
707
- - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the base Storm config ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
804
+ - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the
805
+ base Storm config
806
+ ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
708
807
 
709
808
  ### ❤️ Thank You
710
809
 
@@ -714,7 +813,9 @@
714
813
 
715
814
  ### 🚀 Features
716
815
 
717
- - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the base Storm config ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
816
+ - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the
817
+ base Storm config
818
+ ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
718
819
 
719
820
  ### ❤️ Thank You
720
821
 
@@ -724,7 +825,8 @@
724
825
 
725
826
  ### 🩹 Fixes
726
827
 
727
- - **storm-ops:** Added package.json to the biome ignore list ([ac07c8a5](https://github.com/storm-software/storm-ops/commit/ac07c8a5))
828
+ - **storm-ops:** Added package.json to the biome ignore list
829
+ ([ac07c8a5](https://github.com/storm-software/storm-ops/commit/ac07c8a5))
728
830
 
729
831
  ### ❤️ Thank You
730
832
 
@@ -734,7 +836,8 @@
734
836
 
735
837
  ### 🩹 Fixes
736
838
 
737
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
839
+ - **workspace-tools:** Added full publish fields to target
840
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
738
841
 
739
842
  ### ❤️ Thank You
740
843
 
@@ -744,7 +847,8 @@
744
847
 
745
848
  ### 🩹 Fixes
746
849
 
747
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
850
+ - **workspace-tools:** Added full publish fields to target
851
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
748
852
 
749
853
  ### ❤️ Thank You
750
854
 
@@ -754,7 +858,8 @@
754
858
 
755
859
  ### 🩹 Fixes
756
860
 
757
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
861
+ - **workspace-tools:** Added full publish fields to target
862
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
758
863
 
759
864
  ### ❤️ Thank You
760
865
 
@@ -764,7 +869,8 @@
764
869
 
765
870
  ### 🩹 Fixes
766
871
 
767
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
872
+ - **workspace-tools:** Added full publish fields to target
873
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
768
874
 
769
875
  ### ❤️ Thank You
770
876
 
@@ -774,7 +880,8 @@
774
880
 
775
881
  ### 🩹 Fixes
776
882
 
777
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
883
+ - **workspace-tools:** Added full publish fields to target
884
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
778
885
 
779
886
  ### ❤️ Thank You
780
887
 
@@ -784,7 +891,8 @@
784
891
 
785
892
  ### 🩹 Fixes
786
893
 
787
- - **workspace-tools:** Added the nx-release-publish task to project target ([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
894
+ - **workspace-tools:** Added the nx-release-publish task to project target
895
+ ([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
788
896
 
789
897
  ### ❤️ Thank You
790
898
 
@@ -794,7 +902,8 @@
794
902
 
795
903
  ### 🩹 Fixes
796
904
 
797
- - **linting-tools:** Ensure assets are added to package root ([66881bd3](https://github.com/storm-software/storm-ops/commit/66881bd3))
905
+ - **linting-tools:** Ensure assets are added to package root
906
+ ([66881bd3](https://github.com/storm-software/storm-ops/commit/66881bd3))
798
907
 
799
908
  ### ❤️ Thank You
800
909
 
@@ -804,7 +913,8 @@
804
913
 
805
914
  ### 🚀 Features
806
915
 
807
- - **workspace-tools:** Added custom `npm-publish` executor ([3e6292dd](https://github.com/storm-software/storm-ops/commit/3e6292dd))
916
+ - **workspace-tools:** Added custom `npm-publish` executor
917
+ ([3e6292dd](https://github.com/storm-software/storm-ops/commit/3e6292dd))
808
918
 
809
919
  ### ❤️ Thank You
810
920
 
@@ -814,7 +924,8 @@
814
924
 
815
925
  ### 🩹 Fixes
816
926
 
817
- - **workspace-tools:** Correctly apply internal dependencies and print build ([e7d0c79a](https://github.com/storm-software/storm-ops/commit/e7d0c79a))
927
+ - **workspace-tools:** Correctly apply internal dependencies and print build
928
+ ([e7d0c79a](https://github.com/storm-software/storm-ops/commit/e7d0c79a))
818
929
 
819
930
  ### ❤️ Thank You
820
931
 
@@ -824,7 +935,8 @@
824
935
 
825
936
  ### 🩹 Fixes
826
937
 
827
- - **linting-tools:** Remove `composite` from the base tsconfig json ([38a064a2](https://github.com/storm-software/storm-ops/commit/38a064a2))
938
+ - **linting-tools:** Remove `composite` from the base tsconfig json
939
+ ([38a064a2](https://github.com/storm-software/storm-ops/commit/38a064a2))
828
940
 
829
941
  ### ❤️ Thank You
830
942
 
@@ -834,7 +946,8 @@
834
946
 
835
947
  ### 🩹 Fixes
836
948
 
837
- - **workspace-tools:** Resolved issue with determining the external dependencies ([b436cea7](https://github.com/storm-software/storm-ops/commit/b436cea7))
949
+ - **workspace-tools:** Resolved issue with determining the external dependencies
950
+ ([b436cea7](https://github.com/storm-software/storm-ops/commit/b436cea7))
838
951
 
839
952
  ### ❤️ Thank You
840
953
 
@@ -844,7 +957,8 @@
844
957
 
845
958
  ### 🩹 Fixes
846
959
 
847
- - **linting-tools:** Update types on base tsconfig file ([8644d140](https://github.com/storm-software/storm-ops/commit/8644d140))
960
+ - **linting-tools:** Update types on base tsconfig file
961
+ ([8644d140](https://github.com/storm-software/storm-ops/commit/8644d140))
848
962
 
849
963
  ### ❤️ Thank You
850
964
 
@@ -854,7 +968,8 @@
854
968
 
855
969
  ### 🩹 Fixes
856
970
 
857
- - **git-tools:** Update path to changelog renderer ([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
971
+ - **git-tools:** Update path to changelog renderer
972
+ ([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
858
973
 
859
974
  ### ❤️ Thank You
860
975
 
@@ -864,7 +979,8 @@
864
979
 
865
980
  ### 🩹 Fixes
866
981
 
867
- - **git-tools:** Resolve issues with commit message formatting ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
982
+ - **git-tools:** Resolve issues with commit message formatting
983
+ ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
868
984
 
869
985
  ### ❤️ Thank You
870
986
 
@@ -874,7 +990,8 @@
874
990
 
875
991
  ### 🩹 Fixes
876
992
 
877
- - **git-tools:** Resolve issues with commit message formatting ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
993
+ - **git-tools:** Resolve issues with commit message formatting
994
+ ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
878
995
 
879
996
  ### ❤️ Thank You
880
997
 
@@ -884,9 +1001,11 @@
884
1001
 
885
1002
  ### 🩹 Fixes
886
1003
 
887
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
1004
+ - **git-tools:** Clean up of various unused dependencies
1005
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
888
1006
 
889
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
1007
+ - **git-tools:** Remove the git extension from the repository URL
1008
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
890
1009
 
891
1010
  ### ❤️ Thank You
892
1011
 
@@ -896,9 +1015,11 @@
896
1015
 
897
1016
  ### 🩹 Fixes
898
1017
 
899
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
1018
+ - **git-tools:** Clean up of various unused dependencies
1019
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
900
1020
 
901
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
1021
+ - **git-tools:** Remove the git extension from the repository URL
1022
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
902
1023
 
903
1024
  ### ❤️ Thank You
904
1025
 
@@ -908,9 +1029,11 @@
908
1029
 
909
1030
  ### 🩹 Fixes
910
1031
 
911
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
1032
+ - **git-tools:** Clean up of various unused dependencies
1033
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
912
1034
 
913
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
1035
+ - **git-tools:** Remove the git extension from the repository URL
1036
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
914
1037
 
915
1038
  ### ❤️ Thank You
916
1039
 
@@ -920,1282 +1043,1625 @@
920
1043
 
921
1044
  ### Features
922
1045
 
923
- - **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
1046
+ - **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build
1047
+ ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
924
1048
 
925
1049
  # [1.29.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.28.1...linting-tools-v1.29.0) (2024-01-19)
926
1050
 
927
1051
  ### Features
928
1052
 
929
- - **config-tools:** Added the `getConfigFileByName` function export ([9f56a9c](https://github.com/storm-software/storm-ops/commit/9f56a9ca2c1df0bccbf533cc63f15602e8de0dff))
1053
+ - **config-tools:** Added the `getConfigFileByName` function export
1054
+ ([9f56a9c](https://github.com/storm-software/storm-ops/commit/9f56a9ca2c1df0bccbf533cc63f15602e8de0dff))
930
1055
 
931
1056
  ## [1.28.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.28.0...linting-tools-v1.28.1) (2024-01-19)
932
1057
 
933
1058
  ### Bug Fixes
934
1059
 
935
- - **config-tools:** Added the `defineConfig` function to type-check config options ([0676271](https://github.com/storm-software/storm-ops/commit/0676271161ec4a04715fb495f55042328a9f116f))
1060
+ - **config-tools:** Added the `defineConfig` function to type-check config
1061
+ options
1062
+ ([0676271](https://github.com/storm-software/storm-ops/commit/0676271161ec4a04715fb495f55042328a9f116f))
936
1063
 
937
1064
  # [1.28.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.27.2...linting-tools-v1.28.0) (2024-01-19)
938
1065
 
939
1066
  ### Bug Fixes
940
1067
 
941
- - **config-tools:** Rerun ci pipeline ([d855670](https://github.com/storm-software/storm-ops/commit/d855670faf558969a592b8b6666754280c0dc829))
942
- - **config-tools:** Resolved the issue with the tsconfig properties ([5bc729e](https://github.com/storm-software/storm-ops/commit/5bc729e4680f2bb8ce67a2f6a85dff875bef9997))
943
- - **config-tools:** Skip type checks ([c7da786](https://github.com/storm-software/storm-ops/commit/c7da78609234d5eb0998465c9d38fe10eb02d205))
944
- - **config-tools:** Update lefthook config to call install prior to push ([6a81b6a](https://github.com/storm-software/storm-ops/commit/6a81b6a27359ab41549cb93227d28c5fc1b2ee01))
945
- - **git-tools:** Resolved issue preventing git-tools publish ([1bf9727](https://github.com/storm-software/storm-ops/commit/1bf97271e3421b5c485708ed2c59da815cde6c4b))
946
- - **git-tools:** Resovled issues with lock file versions ([3740dc2](https://github.com/storm-software/storm-ops/commit/3740dc2392a8c4fcb0beae0816afeaea1573f6ae))
947
- - **git-tools:** Upgrade Nx version and resolved import issues ([53432f2](https://github.com/storm-software/storm-ops/commit/53432f2b318c24bc0d65cf2509d01861c0c6f91b))
948
- - **git-tools:** Upgrade pnpm lock file ([daa3d32](https://github.com/storm-software/storm-ops/commit/daa3d32fd692799b036556ccf04279507410e4eb))
1068
+ - **config-tools:** Rerun ci pipeline
1069
+ ([d855670](https://github.com/storm-software/storm-ops/commit/d855670faf558969a592b8b6666754280c0dc829))
1070
+ - **config-tools:** Resolved the issue with the tsconfig properties
1071
+ ([5bc729e](https://github.com/storm-software/storm-ops/commit/5bc729e4680f2bb8ce67a2f6a85dff875bef9997))
1072
+ - **config-tools:** Skip type checks
1073
+ ([c7da786](https://github.com/storm-software/storm-ops/commit/c7da78609234d5eb0998465c9d38fe10eb02d205))
1074
+ - **config-tools:** Update lefthook config to call install prior to push
1075
+ ([6a81b6a](https://github.com/storm-software/storm-ops/commit/6a81b6a27359ab41549cb93227d28c5fc1b2ee01))
1076
+ - **git-tools:** Resolved issue preventing git-tools publish
1077
+ ([1bf9727](https://github.com/storm-software/storm-ops/commit/1bf97271e3421b5c485708ed2c59da815cde6c4b))
1078
+ - **git-tools:** Resovled issues with lock file versions
1079
+ ([3740dc2](https://github.com/storm-software/storm-ops/commit/3740dc2392a8c4fcb0beae0816afeaea1573f6ae))
1080
+ - **git-tools:** Upgrade Nx version and resolved import issues
1081
+ ([53432f2](https://github.com/storm-software/storm-ops/commit/53432f2b318c24bc0d65cf2509d01861c0c6f91b))
1082
+ - **git-tools:** Upgrade pnpm lock file
1083
+ ([daa3d32](https://github.com/storm-software/storm-ops/commit/daa3d32fd692799b036556ccf04279507410e4eb))
949
1084
 
950
1085
  ### Features
951
1086
 
952
- - **git-tools:** Redesigned the executable script structure ([a4c097b](https://github.com/storm-software/storm-ops/commit/a4c097bd38a68ca0c206686b592d994fb643a5d2))
1087
+ - **git-tools:** Redesigned the executable script structure
1088
+ ([a4c097b](https://github.com/storm-software/storm-ops/commit/a4c097bd38a68ca0c206686b592d994fb643a5d2))
953
1089
 
954
1090
  ## [1.27.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.27.1...linting-tools-v1.27.2) (2024-01-19)
955
1091
 
956
1092
  ### Bug Fixes
957
1093
 
958
- - **git-tools:** Updated executable scripts to use correct directory ([8bd14e7](https://github.com/storm-software/storm-ops/commit/8bd14e7b1d78ece17f314ef172c344e927c0736d))
1094
+ - **git-tools:** Updated executable scripts to use correct directory
1095
+ ([8bd14e7](https://github.com/storm-software/storm-ops/commit/8bd14e7b1d78ece17f314ef172c344e927c0736d))
959
1096
 
960
1097
  ## [1.27.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.27.0...linting-tools-v1.27.1) (2024-01-18)
961
1098
 
962
1099
  ### Bug Fixes
963
1100
 
964
- - **config-tools:** Resolved empty config file loading error ([6b84a12](https://github.com/storm-software/storm-ops/commit/6b84a12f762ac038d9ca6131249c8b51979d0320))
1101
+ - **config-tools:** Resolved empty config file loading error
1102
+ ([6b84a12](https://github.com/storm-software/storm-ops/commit/6b84a12f762ac038d9ca6131249c8b51979d0320))
965
1103
 
966
1104
  # [1.27.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.15...linting-tools-v1.27.0) (2024-01-18)
967
1105
 
968
1106
  ### Features
969
1107
 
970
- - **workspace-tools:** Added the `typia` executor ([feb49f7](https://github.com/storm-software/storm-ops/commit/feb49f71a2b54c14c4ea34ebbde529b89e6b4b42))
1108
+ - **workspace-tools:** Added the `typia` executor
1109
+ ([feb49f7](https://github.com/storm-software/storm-ops/commit/feb49f71a2b54c14c4ea34ebbde529b89e6b4b42))
971
1110
 
972
1111
  ## [1.26.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.14...linting-tools-v1.26.15) (2024-01-18)
973
1112
 
974
1113
  ### Bug Fixes
975
1114
 
976
- - **linting-tools:** Updated ignored files in biome linter ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
1115
+ - **linting-tools:** Updated ignored files in biome linter
1116
+ ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
977
1117
 
978
1118
  ## [1.26.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.13...linting-tools-v1.26.14) (2024-01-17)
979
1119
 
980
1120
  ### Bug Fixes
981
1121
 
982
- - **workspace-tools:** Patched transformer functions in tsup dependency ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
1122
+ - **workspace-tools:** Patched transformer functions in tsup dependency
1123
+ ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
983
1124
 
984
1125
  ## [1.26.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.12...linting-tools-v1.26.13) (2024-01-17)
985
1126
 
986
1127
  ### Bug Fixes
987
1128
 
988
- - **workspace-tools:** Resolved blocking issue preventing tsup build completion ([e13f88f](https://github.com/storm-software/storm-ops/commit/e13f88f4c98eda68ec3d45c3b48caba533243b55))
1129
+ - **workspace-tools:** Resolved blocking issue preventing tsup build completion
1130
+ ([e13f88f](https://github.com/storm-software/storm-ops/commit/e13f88f4c98eda68ec3d45c3b48caba533243b55))
989
1131
 
990
1132
  ## [1.26.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.11...linting-tools-v1.26.12) (2024-01-17)
991
1133
 
992
1134
  ### Bug Fixes
993
1135
 
994
- - **config-tools:** Ensure colors are set correctly ([e6fffd0](https://github.com/storm-software/storm-ops/commit/e6fffd0c6554d2fa36e3a4b8b44b443c030aa831))
1136
+ - **config-tools:** Ensure colors are set correctly
1137
+ ([e6fffd0](https://github.com/storm-software/storm-ops/commit/e6fffd0c6554d2fa36e3a4b8b44b443c030aa831))
995
1138
 
996
1139
  ## [1.26.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.10...linting-tools-v1.26.11) (2024-01-17)
997
1140
 
998
1141
  ### Bug Fixes
999
1142
 
1000
- - **config-tools:** Fixed config value defaulting issue for booleans ([c54c60b](https://github.com/storm-software/storm-ops/commit/c54c60b1ddd533530571dd41fd9b6502c1cb2cb8))
1143
+ - **config-tools:** Fixed config value defaulting issue for booleans
1144
+ ([c54c60b](https://github.com/storm-software/storm-ops/commit/c54c60b1ddd533530571dd41fd9b6502c1cb2cb8))
1001
1145
 
1002
1146
  ## [1.26.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.9...linting-tools-v1.26.10) (2024-01-17)
1003
1147
 
1004
1148
  ### Bug Fixes
1005
1149
 
1006
- - **config-tools:** Ehanced config values assignement logic ([d66dcf7](https://github.com/storm-software/storm-ops/commit/d66dcf7500d15bc85065cb5676a1fb585d44d94b))
1150
+ - **config-tools:** Ehanced config values assignement logic
1151
+ ([d66dcf7](https://github.com/storm-software/storm-ops/commit/d66dcf7500d15bc85065cb5676a1fb585d44d94b))
1007
1152
 
1008
1153
  ## [1.26.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.8...linting-tools-v1.26.9) (2024-01-17)
1009
1154
 
1010
1155
  ### Bug Fixes
1011
1156
 
1012
- - **config-tools:** Added code to print out config values added ([ea56410](https://github.com/storm-software/storm-ops/commit/ea56410f9e7e9f3e4f68268395a13127a1653d2d))
1157
+ - **config-tools:** Added code to print out config values added
1158
+ ([ea56410](https://github.com/storm-software/storm-ops/commit/ea56410f9e7e9f3e4f68268395a13127a1653d2d))
1013
1159
 
1014
1160
  ## [1.26.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.7...linting-tools-v1.26.8) (2024-01-17)
1015
1161
 
1016
1162
  ### Bug Fixes
1017
1163
 
1018
- - **config-tools:** Removed unused defaulting logic for config file ([2770efd](https://github.com/storm-software/storm-ops/commit/2770efde7032b88e6bf20fb23c5b89060175db5d))
1164
+ - **config-tools:** Removed unused defaulting logic for config file
1165
+ ([2770efd](https://github.com/storm-software/storm-ops/commit/2770efde7032b88e6bf20fb23c5b89060175db5d))
1019
1166
 
1020
1167
  ## [1.26.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.6...linting-tools-v1.26.7) (2024-01-17)
1021
1168
 
1022
1169
  ### Bug Fixes
1023
1170
 
1024
- - **config-tools:** Resolved issue with bad config file lookup logic ([9967de4](https://github.com/storm-software/storm-ops/commit/9967de48b063a83f42c74c3f6dd667d31123dc6f))
1025
- - **workspace-tools:** Resolved issue with config file names changing ([f18c40c](https://github.com/storm-software/storm-ops/commit/f18c40c1be8c154aff163692e79351b34accb991))
1171
+ - **config-tools:** Resolved issue with bad config file lookup logic
1172
+ ([9967de4](https://github.com/storm-software/storm-ops/commit/9967de48b063a83f42c74c3f6dd667d31123dc6f))
1173
+ - **workspace-tools:** Resolved issue with config file names changing
1174
+ ([f18c40c](https://github.com/storm-software/storm-ops/commit/f18c40c1be8c154aff163692e79351b34accb991))
1026
1175
 
1027
1176
  ## [1.26.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.5...linting-tools-v1.26.6) (2024-01-17)
1028
1177
 
1029
1178
  ### Bug Fixes
1030
1179
 
1031
- - **workspace-tools:** Added code to properly parse out the config file ([c345fef](https://github.com/storm-software/storm-ops/commit/c345fefc6389a9a10b3f5b8446eb76982f45e6f7))
1180
+ - **workspace-tools:** Added code to properly parse out the config file
1181
+ ([c345fef](https://github.com/storm-software/storm-ops/commit/c345fefc6389a9a10b3f5b8446eb76982f45e6f7))
1032
1182
 
1033
1183
  ## [1.26.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.4...linting-tools-v1.26.5) (2024-01-17)
1034
1184
 
1035
1185
  ### Bug Fixes
1036
1186
 
1037
- - **workspace-tools:** Removed instance of JSDocs parser in tsup patch ([4c8448e](https://github.com/storm-software/storm-ops/commit/4c8448eed32092d203621d4e05526a89d4b8e216))
1187
+ - **workspace-tools:** Removed instance of JSDocs parser in tsup patch
1188
+ ([4c8448e](https://github.com/storm-software/storm-ops/commit/4c8448eed32092d203621d4e05526a89d4b8e216))
1038
1189
 
1039
1190
  ## [1.26.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.3...linting-tools-v1.26.4) (2024-01-17)
1040
1191
 
1041
1192
  ### Bug Fixes
1042
1193
 
1043
- - **git-tools:** Resolved issue with logging strings ([21d9e0d](https://github.com/storm-software/storm-ops/commit/21d9e0dc7f21820909697577931d0c7b339755b7))
1044
- - **workspace-tools:** Remove the transform code from tsup patch ([399c910](https://github.com/storm-software/storm-ops/commit/399c910f0ca46741cc97b06f2a0812adbf7910f0))
1194
+ - **git-tools:** Resolved issue with logging strings
1195
+ ([21d9e0d](https://github.com/storm-software/storm-ops/commit/21d9e0dc7f21820909697577931d0c7b339755b7))
1196
+ - **workspace-tools:** Remove the transform code from tsup patch
1197
+ ([399c910](https://github.com/storm-software/storm-ops/commit/399c910f0ca46741cc97b06f2a0812adbf7910f0))
1045
1198
 
1046
1199
  ## [1.26.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.2...linting-tools-v1.26.3) (2024-01-16)
1047
1200
 
1048
1201
  ### Bug Fixes
1049
1202
 
1050
- - **workspace-tools:** Clean up code to apply getConfig option in tsup build ([96227fd](https://github.com/storm-software/storm-ops/commit/96227fde3d3f2871a88aa24be9206d555d373c9b))
1203
+ - **workspace-tools:** Clean up code to apply getConfig option in tsup build
1204
+ ([96227fd](https://github.com/storm-software/storm-ops/commit/96227fde3d3f2871a88aa24be9206d555d373c9b))
1051
1205
 
1052
1206
  ## [1.26.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.1...linting-tools-v1.26.2) (2024-01-16)
1053
1207
 
1054
1208
  ### Bug Fixes
1055
1209
 
1056
- - **git-tools:** Updated console formatting and text colors ([82e869f](https://github.com/storm-software/storm-ops/commit/82e869f0395d112c0a2906223e0827fd9b243e54))
1210
+ - **git-tools:** Updated console formatting and text colors
1211
+ ([82e869f](https://github.com/storm-software/storm-ops/commit/82e869f0395d112c0a2906223e0827fd9b243e54))
1057
1212
 
1058
1213
  ## [1.26.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.26.0...linting-tools-v1.26.1) (2024-01-16)
1059
1214
 
1060
1215
  ### Bug Fixes
1061
1216
 
1062
- - **git-tools:** Resolved logging issues with git hooks and tsup build ([daeec6e](https://github.com/storm-software/storm-ops/commit/daeec6efaad169b6947eedef1a07339c0b52409c))
1217
+ - **git-tools:** Resolved logging issues with git hooks and tsup build
1218
+ ([daeec6e](https://github.com/storm-software/storm-ops/commit/daeec6efaad169b6947eedef1a07339c0b52409c))
1063
1219
 
1064
1220
  # [1.26.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.25.3...linting-tools-v1.26.0) (2024-01-15)
1065
1221
 
1066
1222
  ### Features
1067
1223
 
1068
- - **workspace-tools:** Added logger functions to use in the repo's console CLI apps ([c38d262](https://github.com/storm-software/storm-ops/commit/c38d26271cfee4e8fd094526b431e098d186a667))
1224
+ - **workspace-tools:** Added logger functions to use in the repo's console CLI
1225
+ apps
1226
+ ([c38d262](https://github.com/storm-software/storm-ops/commit/c38d26271cfee4e8fd094526b431e098d186a667))
1069
1227
 
1070
1228
  ## [1.25.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.25.2...linting-tools-v1.25.3) (2024-01-15)
1071
1229
 
1072
1230
  ### Bug Fixes
1073
1231
 
1074
- - **workspace-tools:** Many code quality improvements and enhanced linting rules ([d2123cf](https://github.com/storm-software/storm-ops/commit/d2123cf87850b1442b8e7c1ed4b3ccc07f2a8673))
1232
+ - **workspace-tools:** Many code quality improvements and enhanced linting rules
1233
+ ([d2123cf](https://github.com/storm-software/storm-ops/commit/d2123cf87850b1442b8e7c1ed4b3ccc07f2a8673))
1075
1234
 
1076
1235
  ## [1.25.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.25.1...linting-tools-v1.25.2) (2024-01-15)
1077
1236
 
1078
1237
  ### Bug Fixes
1079
1238
 
1080
- - **git-tools:** Added dependency override for `request` package to prevent request forgery exposure ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
1239
+ - **git-tools:** Added dependency override for `request` package to prevent
1240
+ request forgery exposure
1241
+ ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
1081
1242
 
1082
1243
  ## [1.25.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.25.0...linting-tools-v1.25.1) (2024-01-15)
1083
1244
 
1084
1245
  ### Bug Fixes
1085
1246
 
1086
- - **linting-tools:** Resolve Dependabot Alerts [#1](https://github.com/storm-software/storm-ops/issues/1), [#2](https://github.com/storm-software/storm-ops/issues/2), [#3](https://github.com/storm-software/storm-ops/issues/3), and [#4](https://github.com/storm-software/storm-ops/issues/4) ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
1247
+ - **linting-tools:** Resolve Dependabot Alerts
1248
+ [#1](https://github.com/storm-software/storm-ops/issues/1),
1249
+ [#2](https://github.com/storm-software/storm-ops/issues/2),
1250
+ [#3](https://github.com/storm-software/storm-ops/issues/3), and
1251
+ [#4](https://github.com/storm-software/storm-ops/issues/4)
1252
+ ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
1087
1253
 
1088
1254
  # [1.25.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.24.1...linting-tools-v1.25.0) (2024-01-15)
1089
1255
 
1090
1256
  ### Bug Fixes
1091
1257
 
1092
- - **linting-tools:** Various improvements to the biome formatter and linter configuration ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
1258
+ - **linting-tools:** Various improvements to the biome formatter and linter
1259
+ configuration
1260
+ ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
1093
1261
 
1094
1262
  ### Features
1095
1263
 
1096
- - **git-tools:** Added default `lefthook` and `biome` configuration ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
1264
+ - **git-tools:** Added default `lefthook` and `biome` configuration
1265
+ ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
1097
1266
 
1098
1267
  ## [1.24.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.24.0...linting-tools-v1.24.1) (2024-01-14)
1099
1268
 
1100
1269
  ### Bug Fixes
1101
1270
 
1102
- - **workspace-tools:** Cleaned up dependanies and option defaulting in tsup ([0ae0dd3](https://github.com/storm-software/storm-ops/commit/0ae0dd327ed646e6dbcd1c33b44aef820403cd77))
1271
+ - **workspace-tools:** Cleaned up dependanies and option defaulting in tsup
1272
+ ([0ae0dd3](https://github.com/storm-software/storm-ops/commit/0ae0dd327ed646e6dbcd1c33b44aef820403cd77))
1103
1273
 
1104
1274
  # [1.24.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.23.0...linting-tools-v1.24.0) (2024-01-14)
1105
1275
 
1106
1276
  ### Features
1107
1277
 
1108
- - **git-tools:** Improved all CLI tools and git hooks to use the `zx` package ([a905c21](https://github.com/storm-software/storm-ops/commit/a905c213d710d995cc114b32a90bf4d042c550d6))
1278
+ - **git-tools:** Improved all CLI tools and git hooks to use the `zx` package
1279
+ ([a905c21](https://github.com/storm-software/storm-ops/commit/a905c213d710d995cc114b32a90bf4d042c550d6))
1109
1280
 
1110
1281
  # [1.23.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.22.0...linting-tools-v1.23.0) (2024-01-14)
1111
1282
 
1112
1283
  ### Bug Fixes
1113
1284
 
1114
- - **storm-ops:** Added missing dependencies ([4ab8aee](https://github.com/storm-software/storm-ops/commit/4ab8aeeab3b7ca4610a3ef0adb31332688c8346a))
1285
+ - **storm-ops:** Added missing dependencies
1286
+ ([4ab8aee](https://github.com/storm-software/storm-ops/commit/4ab8aeeab3b7ca4610a3ef0adb31332688c8346a))
1115
1287
 
1116
1288
  ### Features
1117
1289
 
1118
- - **git-tools:** Re-added the Git hooks to drive workspace processing ([24311bf](https://github.com/storm-software/storm-ops/commit/24311bfde1becaba5573c4a55d1a6d68e84eb4fb))
1119
- - **linting-tools:** Added Typia compiler transformer to tsup build ([5b39221](https://github.com/storm-software/storm-ops/commit/5b39221dedcc63c21b15f653f56efb4f5cf20989))
1290
+ - **git-tools:** Re-added the Git hooks to drive workspace processing
1291
+ ([24311bf](https://github.com/storm-software/storm-ops/commit/24311bfde1becaba5573c4a55d1a6d68e84eb4fb))
1292
+ - **linting-tools:** Added Typia compiler transformer to tsup build
1293
+ ([5b39221](https://github.com/storm-software/storm-ops/commit/5b39221dedcc63c21b15f653f56efb4f5cf20989))
1120
1294
 
1121
1295
  # [1.22.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.21.1...linting-tools-v1.22.0) (2024-01-13)
1122
1296
 
1123
1297
  ### Features
1124
1298
 
1125
- - **workspace-tools:** Added Typia compiler transformer to tsup build ([2b5645f](https://github.com/storm-software/storm-ops/commit/2b5645f8603ba06437b7311dc0652be5927e3168))
1299
+ - **workspace-tools:** Added Typia compiler transformer to tsup build
1300
+ ([2b5645f](https://github.com/storm-software/storm-ops/commit/2b5645f8603ba06437b7311dc0652be5927e3168))
1126
1301
 
1127
1302
  ## [1.21.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.21.0...linting-tools-v1.21.1) (2024-01-12)
1128
1303
 
1129
1304
  ### Bug Fixes
1130
1305
 
1131
- - **workspace-tools:** Removed legacy config from neutral tsup build ([4e1cce7](https://github.com/storm-software/storm-ops/commit/4e1cce7122194d6d0364a564115ebdebe7eab46b))
1306
+ - **workspace-tools:** Removed legacy config from neutral tsup build
1307
+ ([4e1cce7](https://github.com/storm-software/storm-ops/commit/4e1cce7122194d6d0364a564115ebdebe7eab46b))
1132
1308
 
1133
1309
  # [1.21.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.20.2...linting-tools-v1.21.0) (2024-01-11)
1134
1310
 
1135
1311
  ### Features
1136
1312
 
1137
- - **workspace-tools:** Added `metafile` option to tsup build ([f3c982c](https://github.com/storm-software/storm-ops/commit/f3c982c16a29d2034b9087bc86cf61a776e1445b))
1313
+ - **workspace-tools:** Added `metafile` option to tsup build
1314
+ ([f3c982c](https://github.com/storm-software/storm-ops/commit/f3c982c16a29d2034b9087bc86cf61a776e1445b))
1138
1315
 
1139
1316
  ## [1.20.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.20.1...linting-tools-v1.20.2) (2024-01-05)
1140
1317
 
1141
1318
  ### Bug Fixes
1142
1319
 
1143
- - **linting-tools:** Call linting functions in parallel ([0aa300f](https://github.com/storm-software/storm-ops/commit/0aa300f2c6dd7a67589025ffe512197535222064))
1320
+ - **linting-tools:** Call linting functions in parallel
1321
+ ([0aa300f](https://github.com/storm-software/storm-ops/commit/0aa300f2c6dd7a67589025ffe512197535222064))
1144
1322
 
1145
1323
  ## [1.20.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.20.0...linting-tools-v1.20.1) (2023-12-26)
1146
1324
 
1147
1325
  ### Bug Fixes
1148
1326
 
1149
- - **linting-tools:** Added tailwindcss prettier formatting to linting tools ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
1327
+ - **linting-tools:** Added tailwindcss prettier formatting to linting tools
1328
+ ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
1150
1329
 
1151
1330
  # [1.20.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.19.0...linting-tools-v1.20.0) (2023-12-22)
1152
1331
 
1153
1332
  ### Features
1154
1333
 
1155
- - **workspace-tools:** Added `design-tokens` generator ([af49878](https://github.com/storm-software/storm-ops/commit/af498784bc6446974c141ebb6206749076e2a6b3))
1334
+ - **workspace-tools:** Added `design-tokens` generator
1335
+ ([af49878](https://github.com/storm-software/storm-ops/commit/af498784bc6446974c141ebb6206749076e2a6b3))
1156
1336
 
1157
1337
  # [1.19.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.18.2...linting-tools-v1.19.0) (2023-12-21)
1158
1338
 
1159
1339
  ### Features
1160
1340
 
1161
- - **config-tools:** Added the `findWorkspaceRootSync` and `findWorkspaceRootSafeSync` functions ([59e0ee4](https://github.com/storm-software/storm-ops/commit/59e0ee4779a15752fb035d235b929bb3e8ecc974))
1341
+ - **config-tools:** Added the `findWorkspaceRootSync` and
1342
+ `findWorkspaceRootSafeSync` functions
1343
+ ([59e0ee4](https://github.com/storm-software/storm-ops/commit/59e0ee4779a15752fb035d235b929bb3e8ecc974))
1162
1344
 
1163
1345
  ## [1.18.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.18.1...linting-tools-v1.18.2) (2023-12-21)
1164
1346
 
1165
1347
  ### Bug Fixes
1166
1348
 
1167
- - **config-tools:** Remove unused dependencies ([ef00034](https://github.com/storm-software/storm-ops/commit/ef00034e8a79b81147056ee32a12eaa991a0d4f3))
1349
+ - **config-tools:** Remove unused dependencies
1350
+ ([ef00034](https://github.com/storm-software/storm-ops/commit/ef00034e8a79b81147056ee32a12eaa991a0d4f3))
1168
1351
 
1169
1352
  ## [1.18.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.18.0...linting-tools-v1.18.1) (2023-12-20)
1170
1353
 
1171
1354
  ### Bug Fixes
1172
1355
 
1173
- - **config-tools:** Added more accurate search for workspace root ([c418b08](https://github.com/storm-software/storm-ops/commit/c418b08c8bb8917e562bef50cb324d66244d98a3))
1356
+ - **config-tools:** Added more accurate search for workspace root
1357
+ ([c418b08](https://github.com/storm-software/storm-ops/commit/c418b08c8bb8917e562bef50cb324d66244d98a3))
1174
1358
 
1175
1359
  # [1.18.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.17.0...linting-tools-v1.18.0) (2023-12-15)
1176
1360
 
1177
1361
  ### Features
1178
1362
 
1179
- - **design-tools:** Added design tools package to support storm design systems ([187a38f](https://github.com/storm-software/storm-ops/commit/187a38fc7ce8f992ff96ad210058089da909f1b6))
1363
+ - **design-tools:** Added design tools package to support storm design systems
1364
+ ([187a38f](https://github.com/storm-software/storm-ops/commit/187a38fc7ce8f992ff96ad210058089da909f1b6))
1180
1365
 
1181
1366
  # [1.17.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.16.1...linting-tools-v1.17.0) (2023-12-12)
1182
1367
 
1183
1368
  ### Features
1184
1369
 
1185
- - **workspace-tools:** Added the `packageAll` option to build nested package files ([cf18588](https://github.com/storm-software/storm-ops/commit/cf18588e55e491f984affecd040c95298f0cf273))
1370
+ - **workspace-tools:** Added the `packageAll` option to build nested package
1371
+ files
1372
+ ([cf18588](https://github.com/storm-software/storm-ops/commit/cf18588e55e491f984affecd040c95298f0cf273))
1186
1373
 
1187
1374
  ## [1.16.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.16.0...linting-tools-v1.16.1) (2023-12-11)
1188
1375
 
1189
1376
  ### Bug Fixes
1190
1377
 
1191
- - **workspace-tools:** Resolved issue with bad nx.json config ([1753feb](https://github.com/storm-software/storm-ops/commit/1753febc615fa341af86d49981905221153dbcfb))
1378
+ - **workspace-tools:** Resolved issue with bad nx.json config
1379
+ ([1753feb](https://github.com/storm-software/storm-ops/commit/1753febc615fa341af86d49981905221153dbcfb))
1192
1380
 
1193
1381
  # [1.16.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.11...linting-tools-v1.16.0) (2023-12-09)
1194
1382
 
1195
1383
  ### Features
1196
1384
 
1197
- - **workspace-tools:** Added `esbuild-plugin-handlebars` plugin ([5859957](https://github.com/storm-software/storm-ops/commit/5859957a0b0fff43099a7b821d721fa6625429e0))
1385
+ - **workspace-tools:** Added `esbuild-plugin-handlebars` plugin
1386
+ ([5859957](https://github.com/storm-software/storm-ops/commit/5859957a0b0fff43099a7b821d721fa6625429e0))
1198
1387
 
1199
1388
  ## [1.15.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.10...linting-tools-v1.15.11) (2023-12-08)
1200
1389
 
1201
1390
  ### Bug Fixes
1202
1391
 
1203
- - **workspace-tools:** Update the tsup build executor to use the daemon for getting the ProjectGraph ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
1392
+ - **workspace-tools:** Update the tsup build executor to use the daemon for
1393
+ getting the ProjectGraph
1394
+ ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
1204
1395
 
1205
1396
  ## [1.15.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.9...linting-tools-v1.15.10) (2023-12-06)
1206
1397
 
1207
1398
  ### Bug Fixes
1208
1399
 
1209
- - **workspace-tools:** Resolved issue with bad options passed into base TS library generator ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
1400
+ - **workspace-tools:** Resolved issue with bad options passed into base TS
1401
+ library generator
1402
+ ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
1210
1403
 
1211
1404
  ## [1.15.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.8...linting-tools-v1.15.9) (2023-12-05)
1212
1405
 
1213
1406
  ### Bug Fixes
1214
1407
 
1215
- - **git-tools:** Resolved issue in `semantic-release` patch with module directory ([a04aa3a](https://github.com/storm-software/storm-ops/commit/a04aa3add212abc781392d1227122a790b2f004e))
1216
- - **git-tools:** Resolved issue with patched semantic-release bundled path ([93b4e43](https://github.com/storm-software/storm-ops/commit/93b4e439bf19a888db1b35554b32b9aec3cc3acd))
1217
- - **git-tools:** Update the env used by packages to match new config updates ([d3b7dac](https://github.com/storm-software/storm-ops/commit/d3b7dac057a04aff9e0170d89cedc4cb47c584e5))
1218
- - **git-tools:** Updated `semantic-release` patch to properly check for plugins ([4e3db96](https://github.com/storm-software/storm-ops/commit/4e3db96814e8abb5cb22d9bfb5c747f042c43157))
1408
+ - **git-tools:** Resolved issue in `semantic-release` patch with module
1409
+ directory
1410
+ ([a04aa3a](https://github.com/storm-software/storm-ops/commit/a04aa3add212abc781392d1227122a790b2f004e))
1411
+ - **git-tools:** Resolved issue with patched semantic-release bundled path
1412
+ ([93b4e43](https://github.com/storm-software/storm-ops/commit/93b4e439bf19a888db1b35554b32b9aec3cc3acd))
1413
+ - **git-tools:** Update the env used by packages to match new config updates
1414
+ ([d3b7dac](https://github.com/storm-software/storm-ops/commit/d3b7dac057a04aff9e0170d89cedc4cb47c584e5))
1415
+ - **git-tools:** Updated `semantic-release` patch to properly check for plugins
1416
+ ([4e3db96](https://github.com/storm-software/storm-ops/commit/4e3db96814e8abb5cb22d9bfb5c747f042c43157))
1219
1417
 
1220
1418
  ## [1.15.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.7...linting-tools-v1.15.8) (2023-12-05)
1221
1419
 
1222
1420
  ### Bug Fixes
1223
1421
 
1224
- - **config-tools:** Update configuration types to allow any type of schema ([c79b428](https://github.com/storm-software/storm-ops/commit/c79b428057b6020c1a50e68dd6f753cf7ad133f5))
1422
+ - **config-tools:** Update configuration types to allow any type of schema
1423
+ ([c79b428](https://github.com/storm-software/storm-ops/commit/c79b428057b6020c1a50e68dd6f753cf7ad133f5))
1225
1424
 
1226
1425
  ## [1.15.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.6...linting-tools-v1.15.7) (2023-12-03)
1227
1426
 
1228
1427
  ### Bug Fixes
1229
1428
 
1230
- - **workspace-tools:** Ensure only storm env are written to build package ([16d7fc9](https://github.com/storm-software/storm-ops/commit/16d7fc90c831d89e0d79bc02683c8a3ad7af63ce))
1429
+ - **workspace-tools:** Ensure only storm env are written to build package
1430
+ ([16d7fc9](https://github.com/storm-software/storm-ops/commit/16d7fc90c831d89e0d79bc02683c8a3ad7af63ce))
1231
1431
 
1232
1432
  ## [1.15.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.5...linting-tools-v1.15.6) (2023-12-03)
1233
1433
 
1234
1434
  ### Bug Fixes
1235
1435
 
1236
- - **storm-ops:** Update pnpm-lock.yaml file ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
1237
- - **workspace-tools:** Remove pino logging esbuild plugin ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
1238
- - **workspace-tools:** Resolved more issues with results display ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
1239
- - **workspace-tools:** Update all workspace chalk deps to version 4.1.0 ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
1436
+ - **storm-ops:** Update pnpm-lock.yaml file
1437
+ ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
1438
+ - **workspace-tools:** Remove pino logging esbuild plugin
1439
+ ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
1440
+ - **workspace-tools:** Resolved more issues with results display
1441
+ ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
1442
+ - **workspace-tools:** Update all workspace chalk deps to version 4.1.0
1443
+ ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
1240
1444
 
1241
1445
  ## [1.15.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.4...linting-tools-v1.15.5) (2023-12-03)
1242
1446
 
1243
1447
  ### Bug Fixes
1244
1448
 
1245
- - **workspace-tools:** Remove config-tools as an external dependency ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
1449
+ - **workspace-tools:** Remove config-tools as an external dependency
1450
+ ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
1246
1451
 
1247
1452
  ## [1.15.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.3...linting-tools-v1.15.4) (2023-12-03)
1248
1453
 
1249
1454
  ### Bug Fixes
1250
1455
 
1251
- - **config-tools:** Updated the `StormConfig` schema to properly type extensions and removed @decs/typeschema dependency ([40ed139](https://github.com/storm-software/storm-ops/commit/40ed13919f073da95cac183467accdcfc6c12270))
1456
+ - **config-tools:** Updated the `StormConfig` schema to properly type extensions
1457
+ and removed @decs/typeschema dependency
1458
+ ([40ed139](https://github.com/storm-software/storm-ops/commit/40ed13919f073da95cac183467accdcfc6c12270))
1252
1459
 
1253
1460
  ## [1.15.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.2...linting-tools-v1.15.3) (2023-12-02)
1254
1461
 
1255
1462
  ### Bug Fixes
1256
1463
 
1257
- - **config-tools:** Update config package module type ([52dacd0](https://github.com/storm-software/storm-ops/commit/52dacd0a9f43ad36c915a0bc2ff5994c2ad32d45))
1464
+ - **config-tools:** Update config package module type
1465
+ ([52dacd0](https://github.com/storm-software/storm-ops/commit/52dacd0a9f43ad36c915a0bc2ff5994c2ad32d45))
1258
1466
 
1259
1467
  ## [1.15.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.1...linting-tools-v1.15.2) (2023-12-02)
1260
1468
 
1261
1469
  ### Bug Fixes
1262
1470
 
1263
- - **config-tools:** Resolved issue with updated `createStormConfig` schema ([cbc6941](https://github.com/storm-software/storm-ops/commit/cbc69413e1ebbf5521c638401a34c604f25c2854))
1471
+ - **config-tools:** Resolved issue with updated `createStormConfig` schema
1472
+ ([cbc6941](https://github.com/storm-software/storm-ops/commit/cbc69413e1ebbf5521c638401a34c604f25c2854))
1264
1473
 
1265
1474
  ## [1.15.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.15.0...linting-tools-v1.15.1) (2023-12-02)
1266
1475
 
1267
1476
  ### Bug Fixes
1268
1477
 
1269
- - **workspace-tools:** Added new executors to `additionalEntryPoints` configuration ([f7289c7](https://github.com/storm-software/storm-ops/commit/f7289c7b21eba99e0a70147767b1f28fea242854))
1478
+ - **workspace-tools:** Added new executors to `additionalEntryPoints`
1479
+ configuration
1480
+ ([f7289c7](https://github.com/storm-software/storm-ops/commit/f7289c7b21eba99e0a70147767b1f28fea242854))
1270
1481
 
1271
1482
  # [1.15.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.14.0...linting-tools-v1.15.0) (2023-12-02)
1272
1483
 
1273
1484
  ### Features
1274
1485
 
1275
- - **workspace-tools:** Added the config-schema generator to create json schemas for Storm Config ([4b66f3c](https://github.com/storm-software/storm-ops/commit/4b66f3cb6ff1586b0f86ceec89cc5a296162ed97))
1486
+ - **workspace-tools:** Added the config-schema generator to create json schemas
1487
+ for Storm Config
1488
+ ([4b66f3c](https://github.com/storm-software/storm-ops/commit/4b66f3cb6ff1586b0f86ceec89cc5a296162ed97))
1276
1489
 
1277
1490
  # [1.14.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.13.1...linting-tools-v1.14.0) (2023-12-02)
1278
1491
 
1279
1492
  ### Features
1280
1493
 
1281
- - **config-tools:** Added the config-tools library to support storm configuration ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
1282
- - **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
1494
+ - **config-tools:** Added the config-tools library to support storm
1495
+ configuration
1496
+ ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
1497
+ - **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors
1498
+ ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
1283
1499
 
1284
1500
  ## [1.13.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.13.0...linting-tools-v1.13.1) (2023-11-30)
1285
1501
 
1286
1502
  ### Bug Fixes
1287
1503
 
1288
- - **workspace-tools:** Enhanced external dependency selection logic ([12dc8d5](https://github.com/storm-software/storm-ops/commit/12dc8d52175f19f70014f21e66e27c7dbaf29df2))
1504
+ - **workspace-tools:** Enhanced external dependency selection logic
1505
+ ([12dc8d5](https://github.com/storm-software/storm-ops/commit/12dc8d52175f19f70014f21e66e27c7dbaf29df2))
1289
1506
 
1290
1507
  # [1.13.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.15...linting-tools-v1.13.0) (2023-11-30)
1291
1508
 
1292
1509
  ### Features
1293
1510
 
1294
- - **workspace-tools:** Added `esbuild-decorators` plugin to tsup build executor ([5f83171](https://github.com/storm-software/storm-ops/commit/5f831716b4e9d6ba35e87a4cc62de0f1b2c397c3))
1511
+ - **workspace-tools:** Added `esbuild-decorators` plugin to tsup build executor
1512
+ ([5f83171](https://github.com/storm-software/storm-ops/commit/5f831716b4e9d6ba35e87a4cc62de0f1b2c397c3))
1295
1513
 
1296
1514
  ## [1.12.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.14...linting-tools-v1.12.15) (2023-11-30)
1297
1515
 
1298
1516
  ### Bug Fixes
1299
1517
 
1300
- - **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))
1518
+ - **workspace-tools:** Update input file path for api-extractor
1519
+ ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))
1301
1520
 
1302
1521
  ## [1.12.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.13...linting-tools-v1.12.14) (2023-11-30)
1303
1522
 
1304
1523
  ### Bug Fixes
1305
1524
 
1306
- - **workspace-tools:** Resolved bad reference to path ([622c842](https://github.com/storm-software/storm-ops/commit/622c84247119570a469d2dc802a3317d44a17bb0))
1525
+ - **workspace-tools:** Resolved bad reference to path
1526
+ ([622c842](https://github.com/storm-software/storm-ops/commit/622c84247119570a469d2dc802a3317d44a17bb0))
1307
1527
 
1308
1528
  ## [1.12.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.12...linting-tools-v1.12.13) (2023-11-30)
1309
1529
 
1310
1530
  ### Bug Fixes
1311
1531
 
1312
- - **workspace-tools:** Resolved issue with api-extractor input path ([dabefc5](https://github.com/storm-software/storm-ops/commit/dabefc5295646d83325eb845038a2e9b273f7d8e))
1532
+ - **workspace-tools:** Resolved issue with api-extractor input path
1533
+ ([dabefc5](https://github.com/storm-software/storm-ops/commit/dabefc5295646d83325eb845038a2e9b273f7d8e))
1313
1534
 
1314
1535
  ## [1.12.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.11...linting-tools-v1.12.12) (2023-11-29)
1315
1536
 
1316
1537
  ### Bug Fixes
1317
1538
 
1318
- - **workspace-tools:** Update the path separators in api-extractor parameters ([59a0908](https://github.com/storm-software/storm-ops/commit/59a09086e48af2f8aff9297878c3cd436eaf7837))
1539
+ - **workspace-tools:** Update the path separators in api-extractor parameters
1540
+ ([59a0908](https://github.com/storm-software/storm-ops/commit/59a09086e48af2f8aff9297878c3cd436eaf7837))
1319
1541
 
1320
1542
  ## [1.12.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.10...linting-tools-v1.12.11) (2023-11-29)
1321
1543
 
1322
1544
  ### Bug Fixes
1323
1545
 
1324
- - **workspace-tools:** Add back the `declarationDir` value to the compilerOptions for dts build ([b02402d](https://github.com/storm-software/storm-ops/commit/b02402d6ef3c57b217771b2f086058c329c0b5af))
1546
+ - **workspace-tools:** Add back the `declarationDir` value to the
1547
+ compilerOptions for dts build
1548
+ ([b02402d](https://github.com/storm-software/storm-ops/commit/b02402d6ef3c57b217771b2f086058c329c0b5af))
1325
1549
 
1326
1550
  ### Reverts
1327
1551
 
1328
- - **workspace-tools:** Revert tsup patch back to previous version before updates to api-extractor ([c8a83f1](https://github.com/storm-software/storm-ops/commit/c8a83f1ca6739248576bf81d791d02d02a09acb4))
1552
+ - **workspace-tools:** Revert tsup patch back to previous version before updates
1553
+ to api-extractor
1554
+ ([c8a83f1](https://github.com/storm-software/storm-ops/commit/c8a83f1ca6739248576bf81d791d02d02a09acb4))
1329
1555
 
1330
1556
  ## [1.12.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.9...linting-tools-v1.12.10) (2023-11-29)
1331
1557
 
1332
1558
  ### Bug Fixes
1333
1559
 
1334
- - **workspace-tools:** Update tmp path on tsup patch ([2dd3551](https://github.com/storm-software/storm-ops/commit/2dd3551988d0c6ee4236123c4eeb7047f53cf666))
1560
+ - **workspace-tools:** Update tmp path on tsup patch
1561
+ ([2dd3551](https://github.com/storm-software/storm-ops/commit/2dd3551988d0c6ee4236123c4eeb7047f53cf666))
1335
1562
 
1336
1563
  ## [1.12.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.8...linting-tools-v1.12.9) (2023-11-29)
1337
1564
 
1338
1565
  ### Bug Fixes
1339
1566
 
1340
- - **workspace-tools:** Resolve issue with path separators in tsup patch ([e7dc44d](https://github.com/storm-software/storm-ops/commit/e7dc44d77f8445a495fb7164d85498d4a2cbf179))
1567
+ - **workspace-tools:** Resolve issue with path separators in tsup patch
1568
+ ([e7dc44d](https://github.com/storm-software/storm-ops/commit/e7dc44d77f8445a495fb7164d85498d4a2cbf179))
1341
1569
 
1342
1570
  ## [1.12.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.7...linting-tools-v1.12.8) (2023-11-29)
1343
1571
 
1344
1572
  ### Bug Fixes
1345
1573
 
1346
- - **workspace-tools:** Resolved issue with bad path module usage in tsup patch ([e0a984a](https://github.com/storm-software/storm-ops/commit/e0a984a656d65cb6f2b015ebac43d908bdded3d9))
1574
+ - **workspace-tools:** Resolved issue with bad path module usage in tsup patch
1575
+ ([e0a984a](https://github.com/storm-software/storm-ops/commit/e0a984a656d65cb6f2b015ebac43d908bdded3d9))
1347
1576
 
1348
1577
  ## [1.12.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.6...linting-tools-v1.12.7) (2023-11-29)
1349
1578
 
1350
1579
  ### Bug Fixes
1351
1580
 
1352
- - **git-tools:** Resolved issue with escape character in descriptions for nx plugins ([c4c5cb0](https://github.com/storm-software/storm-ops/commit/c4c5cb0ec512d74836d9769dac50b3e545993b0c))
1353
- - **workspace-tools:** Update tsup patch so correct files are written after api-extractor ([7106c74](https://github.com/storm-software/storm-ops/commit/7106c74eddc0fe552b142c467ea63e74fb7026ba))
1581
+ - **git-tools:** Resolved issue with escape character in descriptions for nx
1582
+ plugins
1583
+ ([c4c5cb0](https://github.com/storm-software/storm-ops/commit/c4c5cb0ec512d74836d9769dac50b3e545993b0c))
1584
+ - **workspace-tools:** Update tsup patch so correct files are written after
1585
+ api-extractor
1586
+ ([7106c74](https://github.com/storm-software/storm-ops/commit/7106c74eddc0fe552b142c467ea63e74fb7026ba))
1354
1587
 
1355
1588
  ## [1.12.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.5...linting-tools-v1.12.6) (2023-11-29)
1356
1589
 
1357
1590
  ### Bug Fixes
1358
1591
 
1359
- - **workspace-tools:** Update tsup patch to use workspace root as base directory for api-extractor ([d8cdc3c](https://github.com/storm-software/storm-ops/commit/d8cdc3c461ac1a95a814f04e569f05a54d1a8937))
1592
+ - **workspace-tools:** Update tsup patch to use workspace root as base directory
1593
+ for api-extractor
1594
+ ([d8cdc3c](https://github.com/storm-software/storm-ops/commit/d8cdc3c461ac1a95a814f04e569f05a54d1a8937))
1360
1595
 
1361
1596
  ## [1.12.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.4...linting-tools-v1.12.5) (2023-11-29)
1362
1597
 
1363
1598
  ### Bug Fixes
1364
1599
 
1365
- - **workspace-tools:** Reduce path length of `mainEntryPointFilePath` api-extractor option ([1e747d3](https://github.com/storm-software/storm-ops/commit/1e747d34c5c9c82e00884d140632f9e725950672))
1600
+ - **workspace-tools:** Reduce path length of `mainEntryPointFilePath`
1601
+ api-extractor option
1602
+ ([1e747d3](https://github.com/storm-software/storm-ops/commit/1e747d34c5c9c82e00884d140632f9e725950672))
1366
1603
 
1367
1604
  ## [1.12.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.3...linting-tools-v1.12.4) (2023-11-29)
1368
1605
 
1369
1606
  ### Bug Fixes
1370
1607
 
1371
- - **workspace-tools:** Resolve issue with api-extractor output directory ([5aa99ef](https://github.com/storm-software/storm-ops/commit/5aa99ef09950a738e658d4c75c6e241e4f1b4f14))
1608
+ - **workspace-tools:** Resolve issue with api-extractor output directory
1609
+ ([5aa99ef](https://github.com/storm-software/storm-ops/commit/5aa99ef09950a738e658d4c75c6e241e4f1b4f14))
1372
1610
 
1373
1611
  ## [1.12.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.2...linting-tools-v1.12.3) (2023-11-29)
1374
1612
 
1375
1613
  ### Bug Fixes
1376
1614
 
1377
- - **git-tools:** Resolved issue with generation of options table in readme-gen ([69f9c86](https://github.com/storm-software/storm-ops/commit/69f9c86efc90e117c4ec9a5b4d1a520d764af4f5))
1615
+ - **git-tools:** Resolved issue with generation of options table in readme-gen
1616
+ ([69f9c86](https://github.com/storm-software/storm-ops/commit/69f9c86efc90e117c4ec9a5b4d1a520d764af4f5))
1378
1617
 
1379
1618
  ## [1.12.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.1...linting-tools-v1.12.2) (2023-11-29)
1380
1619
 
1381
1620
  ### Bug Fixes
1382
1621
 
1383
- - **workspace-tools:** Resolved issue with paths passed to api-extractor ([3f7c5ea](https://github.com/storm-software/storm-ops/commit/3f7c5ea14b3db1d1444624781a5ec025cc432552))
1622
+ - **workspace-tools:** Resolved issue with paths passed to api-extractor
1623
+ ([3f7c5ea](https://github.com/storm-software/storm-ops/commit/3f7c5ea14b3db1d1444624781a5ec025cc432552))
1384
1624
 
1385
1625
  ## [1.12.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.12.0...linting-tools-v1.12.1) (2023-11-29)
1386
1626
 
1387
1627
  ### Bug Fixes
1388
1628
 
1389
- - **workspace-tools:** Resolved issue with entry path passed into api-extractor ([b2614e5](https://github.com/storm-software/storm-ops/commit/b2614e5639be0717e747c6bf06b39dc31df393e2))
1629
+ - **workspace-tools:** Resolved issue with entry path passed into api-extractor
1630
+ ([b2614e5](https://github.com/storm-software/storm-ops/commit/b2614e5639be0717e747c6bf06b39dc31df393e2))
1390
1631
 
1391
1632
  # [1.12.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.11.3...linting-tools-v1.12.0) (2023-11-29)
1392
1633
 
1393
1634
  ### Features
1394
1635
 
1395
- - **git-tools:** Added executors and generators sections to the readme-gen CLI ([99aacba](https://github.com/storm-software/storm-ops/commit/99aacba62747cef1347bc87a0fff35fb2ffb0bde))
1636
+ - **git-tools:** Added executors and generators sections to the readme-gen CLI
1637
+ ([99aacba](https://github.com/storm-software/storm-ops/commit/99aacba62747cef1347bc87a0fff35fb2ffb0bde))
1396
1638
 
1397
1639
  ## [1.11.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.11.2...linting-tools-v1.11.3) (2023-11-29)
1398
1640
 
1399
1641
  ### Bug Fixes
1400
1642
 
1401
- - **workspace-tools:** Update paths passed to api-extractor in tsup patch ([f3b6ce9](https://github.com/storm-software/storm-ops/commit/f3b6ce91e71ccc104895b4bcc0edf50a52e2b8ba))
1643
+ - **workspace-tools:** Update paths passed to api-extractor in tsup patch
1644
+ ([f3b6ce9](https://github.com/storm-software/storm-ops/commit/f3b6ce91e71ccc104895b4bcc0edf50a52e2b8ba))
1402
1645
 
1403
1646
  ## [1.11.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.11.1...linting-tools-v1.11.2) (2023-11-29)
1404
1647
 
1405
1648
  ### Bug Fixes
1406
1649
 
1407
- - **workspace-tools:** Update the slashes used in package path in tsup patch ([55470d5](https://github.com/storm-software/storm-ops/commit/55470d54de7dc73b07430e153a6c89719da44667))
1650
+ - **workspace-tools:** Update the slashes used in package path in tsup patch
1651
+ ([55470d5](https://github.com/storm-software/storm-ops/commit/55470d54de7dc73b07430e153a6c89719da44667))
1408
1652
 
1409
1653
  ## [1.11.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.11.0...linting-tools-v1.11.1) (2023-11-29)
1410
1654
 
1411
1655
  ### Bug Fixes
1412
1656
 
1413
- - **workspace-tools:** Update package path used by api-extractor ([e8081ef](https://github.com/storm-software/storm-ops/commit/e8081ef5df2bdd0b970c52444b552ab91d8ff2b4))
1657
+ - **workspace-tools:** Update package path used by api-extractor
1658
+ ([e8081ef](https://github.com/storm-software/storm-ops/commit/e8081ef5df2bdd0b970c52444b552ab91d8ff2b4))
1414
1659
 
1415
1660
  # [1.11.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.10.2...linting-tools-v1.11.0) (2023-11-29)
1416
1661
 
1417
1662
  ### Features
1418
1663
 
1419
- - **linting-tools:** Added more items to cspell dictionary ([34112bf](https://github.com/storm-software/storm-ops/commit/34112bf17967dd4069d5cba1bedda12b84fadbc0))
1664
+ - **linting-tools:** Added more items to cspell dictionary
1665
+ ([34112bf](https://github.com/storm-software/storm-ops/commit/34112bf17967dd4069d5cba1bedda12b84fadbc0))
1420
1666
 
1421
1667
  ## [1.10.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.10.1...linting-tools-v1.10.2) (2023-11-29)
1422
1668
 
1423
1669
  ### Bug Fixes
1424
1670
 
1425
- - **workspace-tools:** Resolved issue with package.json search method ([287761e](https://github.com/storm-software/storm-ops/commit/287761e008d821c32216b18c7eba448e3576b0dd))
1671
+ - **workspace-tools:** Resolved issue with package.json search method
1672
+ ([287761e](https://github.com/storm-software/storm-ops/commit/287761e008d821c32216b18c7eba448e3576b0dd))
1426
1673
 
1427
1674
  ## [1.10.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.10.0...linting-tools-v1.10.1) (2023-11-29)
1428
1675
 
1429
1676
  ### Bug Fixes
1430
1677
 
1431
- - **workspace-tools:** Remove code that overwrites dts files ([894ef6e](https://github.com/storm-software/storm-ops/commit/894ef6e0ad973d5ed0983f421be341cf53075202))
1678
+ - **workspace-tools:** Remove code that overwrites dts files
1679
+ ([894ef6e](https://github.com/storm-software/storm-ops/commit/894ef6e0ad973d5ed0983f421be341cf53075202))
1432
1680
 
1433
1681
  # [1.10.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.21...linting-tools-v1.10.0) (2023-11-28)
1434
1682
 
1435
1683
  ### Bug Fixes
1436
1684
 
1437
- - **workspace-tools:** Remove rollup.ts from the `additionalEntryPoints` list ([b45785e](https://github.com/storm-software/storm-ops/commit/b45785e8b9dd09178651123658cccaded7c559d7))
1685
+ - **workspace-tools:** Remove rollup.ts from the `additionalEntryPoints` list
1686
+ ([b45785e](https://github.com/storm-software/storm-ops/commit/b45785e8b9dd09178651123658cccaded7c559d7))
1438
1687
 
1439
1688
  ### Features
1440
1689
 
1441
- - **workspace-tools:** Added the `plugins` option to the tsup executor ([8cdb8af](https://github.com/storm-software/storm-ops/commit/8cdb8af57eddac03af7f96bfbc2dfbc1672a71be))
1690
+ - **workspace-tools:** Added the `plugins` option to the tsup executor
1691
+ ([8cdb8af](https://github.com/storm-software/storm-ops/commit/8cdb8af57eddac03af7f96bfbc2dfbc1672a71be))
1442
1692
 
1443
1693
  ## [1.9.21](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.20...linting-tools-v1.9.21) (2023-11-27)
1444
1694
 
1445
1695
  ### Bug Fixes
1446
1696
 
1447
- - **workspace-tools:** Cleaned up tsup patch and executor code ([289721f](https://github.com/storm-software/storm-ops/commit/289721f40f481b8c8b904298df7ff6efa8a7979b))
1697
+ - **workspace-tools:** Cleaned up tsup patch and executor code
1698
+ ([289721f](https://github.com/storm-software/storm-ops/commit/289721f40f481b8c8b904298df7ff6efa8a7979b))
1448
1699
 
1449
1700
  ## [1.9.20](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.19...linting-tools-v1.9.20) (2023-11-27)
1450
1701
 
1451
1702
  ### Bug Fixes
1452
1703
 
1453
- - **workspace-tools:** Resolved issue preventing file mappings from being logged ([f1435ed](https://github.com/storm-software/storm-ops/commit/f1435ed71a1e11098a581e5808c40910224a9c6f))
1704
+ - **workspace-tools:** Resolved issue preventing file mappings from being logged
1705
+ ([f1435ed](https://github.com/storm-software/storm-ops/commit/f1435ed71a1e11098a581e5808c40910224a9c6f))
1454
1706
 
1455
1707
  ## [1.9.19](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.18...linting-tools-v1.9.19) (2023-11-27)
1456
1708
 
1457
1709
  ### Bug Fixes
1458
1710
 
1459
- - **workspace-tools:** Resolved const issue in tsup patch ([cb14759](https://github.com/storm-software/storm-ops/commit/cb14759987b7306b7ba843dbd2798f928db66aaa))
1460
- - **workspace-tools:** Updated issue with bad map logging ([70092a8](https://github.com/storm-software/storm-ops/commit/70092a8ad5e3b0a6128ec5a96da7d7b723b416b1))
1711
+ - **workspace-tools:** Resolved const issue in tsup patch
1712
+ ([cb14759](https://github.com/storm-software/storm-ops/commit/cb14759987b7306b7ba843dbd2798f928db66aaa))
1713
+ - **workspace-tools:** Updated issue with bad map logging
1714
+ ([70092a8](https://github.com/storm-software/storm-ops/commit/70092a8ad5e3b0a6128ec5a96da7d7b723b416b1))
1461
1715
 
1462
1716
  ## [1.9.18](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.17...linting-tools-v1.9.18) (2023-11-27)
1463
1717
 
1464
1718
  ### Bug Fixes
1465
1719
 
1466
- - **workspace-tools:** Added additional logging for tsc process ([ffe350f](https://github.com/storm-software/storm-ops/commit/ffe350faf3c77d7e99f30d8ea231228936faea25))
1720
+ - **workspace-tools:** Added additional logging for tsc process
1721
+ ([ffe350f](https://github.com/storm-software/storm-ops/commit/ffe350faf3c77d7e99f30d8ea231228936faea25))
1467
1722
 
1468
1723
  ## [1.9.17](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.16...linting-tools-v1.9.17) (2023-11-27)
1469
1724
 
1470
1725
  ### Bug Fixes
1471
1726
 
1472
- - **workspace-tools:** Resolved issue with invalid fileNames variable reference ([c045be1](https://github.com/storm-software/storm-ops/commit/c045be17ca911278d174f47924c6f03a240da790))
1727
+ - **workspace-tools:** Resolved issue with invalid fileNames variable reference
1728
+ ([c045be1](https://github.com/storm-software/storm-ops/commit/c045be17ca911278d174f47924c6f03a240da790))
1473
1729
 
1474
1730
  ## [1.9.16](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.15...linting-tools-v1.9.16) (2023-11-27)
1475
1731
 
1476
1732
  ### Bug Fixes
1477
1733
 
1478
- - **workspace-tools:** Resovled issue with parameters passed to createProgram ([96e1e5a](https://github.com/storm-software/storm-ops/commit/96e1e5a12a871779b77f6f51ff1d40cb150fb014))
1734
+ - **workspace-tools:** Resovled issue with parameters passed to createProgram
1735
+ ([96e1e5a](https://github.com/storm-software/storm-ops/commit/96e1e5a12a871779b77f6f51ff1d40cb150fb014))
1479
1736
 
1480
1737
  ## [1.9.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.14...linting-tools-v1.9.15) (2023-11-27)
1481
1738
 
1482
1739
  ### Bug Fixes
1483
1740
 
1484
- - **workspace-tools:** Added paresed tsc options as tsup parameter ([dd51e93](https://github.com/storm-software/storm-ops/commit/dd51e934a793fa0c4c9c07ee2e97bda185777a27))
1741
+ - **workspace-tools:** Added paresed tsc options as tsup parameter
1742
+ ([dd51e93](https://github.com/storm-software/storm-ops/commit/dd51e934a793fa0c4c9c07ee2e97bda185777a27))
1485
1743
 
1486
1744
  ## [1.9.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.13...linting-tools-v1.9.14) (2023-11-27)
1487
1745
 
1488
1746
  ### Bug Fixes
1489
1747
 
1490
- - **workspace-tools:** Added custom tsc options to tsup patch config ([c6a4d49](https://github.com/storm-software/storm-ops/commit/c6a4d49ef5efac05acb09601393fb54dee42090b))
1748
+ - **workspace-tools:** Added custom tsc options to tsup patch config
1749
+ ([c6a4d49](https://github.com/storm-software/storm-ops/commit/c6a4d49ef5efac05acb09601393fb54dee42090b))
1491
1750
 
1492
1751
  ## [1.9.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.12...linting-tools-v1.9.13) (2023-11-27)
1493
1752
 
1494
1753
  ### Bug Fixes
1495
1754
 
1496
- - **workspace-tools:** Resolved issue with bad path in file map ([ed09f1e](https://github.com/storm-software/storm-ops/commit/ed09f1ecff294e124c6c72301330dbb6f8f94c11))
1755
+ - **workspace-tools:** Resolved issue with bad path in file map
1756
+ ([ed09f1e](https://github.com/storm-software/storm-ops/commit/ed09f1ecff294e124c6c72301330dbb6f8f94c11))
1497
1757
 
1498
1758
  ## [1.9.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.11...linting-tools-v1.9.12) (2023-11-27)
1499
1759
 
1500
1760
  ### Bug Fixes
1501
1761
 
1502
- - **workspace-tools:** Added code to call original emit method ([d4febb4](https://github.com/storm-software/storm-ops/commit/d4febb40983615dbeabfbf88d38a59555722e217))
1762
+ - **workspace-tools:** Added code to call original emit method
1763
+ ([d4febb4](https://github.com/storm-software/storm-ops/commit/d4febb40983615dbeabfbf88d38a59555722e217))
1503
1764
 
1504
1765
  ## [1.9.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.10...linting-tools-v1.9.11) (2023-11-27)
1505
1766
 
1506
1767
  ### Bug Fixes
1507
1768
 
1508
- - **workspace-tools:** Resolved issue around adding files to api-extractor config ([4ad4118](https://github.com/storm-software/storm-ops/commit/4ad41184c0c8d1f803846b5bb653dc8fffc905e6))
1769
+ - **workspace-tools:** Resolved issue around adding files to api-extractor
1770
+ config
1771
+ ([4ad4118](https://github.com/storm-software/storm-ops/commit/4ad41184c0c8d1f803846b5bb653dc8fffc905e6))
1509
1772
 
1510
1773
  ## [1.9.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.9...linting-tools-v1.9.10) (2023-11-27)
1511
1774
 
1512
1775
  ### Bug Fixes
1513
1776
 
1514
- - **workspace-tools:** Clean up around tsup patch dts build ([4650a98](https://github.com/storm-software/storm-ops/commit/4650a9884784707e927bc2352643e1a3bc535fd4))
1777
+ - **workspace-tools:** Clean up around tsup patch dts build
1778
+ ([4650a98](https://github.com/storm-software/storm-ops/commit/4650a9884784707e927bc2352643e1a3bc535fd4))
1515
1779
 
1516
1780
  ## [1.9.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.8...linting-tools-v1.9.9) (2023-11-27)
1517
1781
 
1518
1782
  ### Bug Fixes
1519
1783
 
1520
- - **workspace-tools:** Updated how emit is called ([dcc7bc5](https://github.com/storm-software/storm-ops/commit/dcc7bc54a6de0123d47decc548ea0e611cdecd95))
1784
+ - **workspace-tools:** Updated how emit is called
1785
+ ([dcc7bc5](https://github.com/storm-software/storm-ops/commit/dcc7bc54a6de0123d47decc548ea0e611cdecd95))
1521
1786
 
1522
1787
  ## [1.9.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.7...linting-tools-v1.9.8) (2023-11-26)
1523
1788
 
1524
1789
  ### Bug Fixes
1525
1790
 
1526
- - **workspace-tools:** Fixed issue with `packageJsonFullPath` parameter of api-extractor ([69e4021](https://github.com/storm-software/storm-ops/commit/69e40219d7db548736b640ebada7fa14aee8a325))
1791
+ - **workspace-tools:** Fixed issue with `packageJsonFullPath` parameter of
1792
+ api-extractor
1793
+ ([69e4021](https://github.com/storm-software/storm-ops/commit/69e40219d7db548736b640ebada7fa14aee8a325))
1527
1794
 
1528
1795
  ## [1.9.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.6...linting-tools-v1.9.7) (2023-11-26)
1529
1796
 
1530
1797
  ### Bug Fixes
1531
1798
 
1532
- - **workspace-tools:** Added `emitDeclarationOnly` to typescript compiler options ([e7b024f](https://github.com/storm-software/storm-ops/commit/e7b024f6f7648607aa4c71048cebbf6451d30577))
1799
+ - **workspace-tools:** Added `emitDeclarationOnly` to typescript compiler
1800
+ options
1801
+ ([e7b024f](https://github.com/storm-software/storm-ops/commit/e7b024f6f7648607aa4c71048cebbf6451d30577))
1533
1802
 
1534
1803
  ## [1.9.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.5...linting-tools-v1.9.6) (2023-11-26)
1535
1804
 
1536
1805
  ### Bug Fixes
1537
1806
 
1538
- - **workspace-tools:** Resolved issue where fs map was cleared out ([1ea5c53](https://github.com/storm-software/storm-ops/commit/1ea5c538fbcd5220edc62024d42238816c4ecf2c))
1807
+ - **workspace-tools:** Resolved issue where fs map was cleared out
1808
+ ([1ea5c53](https://github.com/storm-software/storm-ops/commit/1ea5c538fbcd5220edc62024d42238816c4ecf2c))
1539
1809
 
1540
1810
  ## [1.9.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.4...linting-tools-v1.9.5) (2023-11-26)
1541
1811
 
1542
1812
  ### Bug Fixes
1543
1813
 
1544
- - **workspace-tools:** Resolved issue with virtual file system in tsup patch ([ea79319](https://github.com/storm-software/storm-ops/commit/ea793191735ccf6bfd7d9b4670da71a598e12606))
1814
+ - **workspace-tools:** Resolved issue with virtual file system in tsup patch
1815
+ ([ea79319](https://github.com/storm-software/storm-ops/commit/ea793191735ccf6bfd7d9b4670da71a598e12606))
1545
1816
 
1546
1817
  ## [1.9.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.3...linting-tools-v1.9.4) (2023-11-26)
1547
1818
 
1548
1819
  ### Bug Fixes
1549
1820
 
1550
- - **workspace-tools:** Resolved issue with fs key ([e48babc](https://github.com/storm-software/storm-ops/commit/e48babca8053531bcbec4635efca7accd0e00699))
1821
+ - **workspace-tools:** Resolved issue with fs key
1822
+ ([e48babc](https://github.com/storm-software/storm-ops/commit/e48babca8053531bcbec4635efca7accd0e00699))
1551
1823
 
1552
1824
  ## [1.9.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.2...linting-tools-v1.9.3) (2023-11-25)
1553
1825
 
1554
1826
  ### Bug Fixes
1555
1827
 
1556
- - **workspace-tools:** Resolved issue with incorrectly written config file ([bc93e00](https://github.com/storm-software/storm-ops/commit/bc93e00986d962c55323d85dec22c7c543614417))
1828
+ - **workspace-tools:** Resolved issue with incorrectly written config file
1829
+ ([bc93e00](https://github.com/storm-software/storm-ops/commit/bc93e00986d962c55323d85dec22c7c543614417))
1557
1830
 
1558
1831
  ## [1.9.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.1...linting-tools-v1.9.2) (2023-11-25)
1559
1832
 
1560
1833
  ### Bug Fixes
1561
1834
 
1562
- - **workspace-tools:** Updated the way options are passed to `createProgram` ([aa03cd7](https://github.com/storm-software/storm-ops/commit/aa03cd764dcf0fee436d12d385cae5cec74aab9d))
1835
+ - **workspace-tools:** Updated the way options are passed to `createProgram`
1836
+ ([aa03cd7](https://github.com/storm-software/storm-ops/commit/aa03cd764dcf0fee436d12d385cae5cec74aab9d))
1563
1837
 
1564
1838
  ## [1.9.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.9.0...linting-tools-v1.9.1) (2023-11-25)
1565
1839
 
1566
1840
  ### Bug Fixes
1567
1841
 
1568
- - **workspace-tools:** Updated tsup patch to use compilerHost ([6fcff07](https://github.com/storm-software/storm-ops/commit/6fcff076a61f708472591c701dbd06716286ef6b))
1842
+ - **workspace-tools:** Updated tsup patch to use compilerHost
1843
+ ([6fcff07](https://github.com/storm-software/storm-ops/commit/6fcff076a61f708472591c701dbd06716286ef6b))
1569
1844
 
1570
1845
  # [1.9.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.6...linting-tools-v1.9.0) (2023-11-25)
1571
1846
 
1572
1847
  ### Bug Fixes
1573
1848
 
1574
- - **workspace-tools:** Resolved issue with ES module imports ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
1849
+ - **workspace-tools:** Resolved issue with ES module imports
1850
+ ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
1575
1851
 
1576
1852
  ### Features
1577
1853
 
1578
- - **workspace-tools:** Added `WorkspaceStorage` class to handle caching during processing ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
1854
+ - **workspace-tools:** Added `WorkspaceStorage` class to handle caching during
1855
+ processing
1856
+ ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
1579
1857
 
1580
1858
  ## [1.8.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.5...linting-tools-v1.8.6) (2023-11-25)
1581
1859
 
1582
1860
  ### Bug Fixes
1583
1861
 
1584
- - **workspace-tools:** Resovled issue with missing options in rollup build in tsup patch ([765f538](https://github.com/storm-software/storm-ops/commit/765f538d0dd11964299e254654bbd1b5b38261ff))
1862
+ - **workspace-tools:** Resovled issue with missing options in rollup build in
1863
+ tsup patch
1864
+ ([765f538](https://github.com/storm-software/storm-ops/commit/765f538d0dd11964299e254654bbd1b5b38261ff))
1585
1865
 
1586
1866
  ## [1.8.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.4...linting-tools-v1.8.5) (2023-11-25)
1587
1867
 
1588
1868
  ### Bug Fixes
1589
1869
 
1590
- - **workspace-tools:** Update imports for @typescript/vfs to use named values ([99306e5](https://github.com/storm-software/storm-ops/commit/99306e575db6c059035077c26dcef4a116ff1bcb))
1870
+ - **workspace-tools:** Update imports for @typescript/vfs to use named values
1871
+ ([99306e5](https://github.com/storm-software/storm-ops/commit/99306e575db6c059035077c26dcef4a116ff1bcb))
1591
1872
 
1592
1873
  ## [1.8.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.3...linting-tools-v1.8.4) (2023-11-25)
1593
1874
 
1594
1875
  ### Bug Fixes
1595
1876
 
1596
- - **workspace-tools:** Added virtual file system to tsup patch to resolve missing libs ([068ab7a](https://github.com/storm-software/storm-ops/commit/068ab7a56a45d3d3ed63a86661d8207929829e5a))
1877
+ - **workspace-tools:** Added virtual file system to tsup patch to resolve
1878
+ missing libs
1879
+ ([068ab7a](https://github.com/storm-software/storm-ops/commit/068ab7a56a45d3d3ed63a86661d8207929829e5a))
1597
1880
 
1598
1881
  ## [1.8.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.2...linting-tools-v1.8.3) (2023-11-25)
1599
1882
 
1600
1883
  ### Bug Fixes
1601
1884
 
1602
- - **workspace-tools:** Removed compiler options to set targer manaully in tsup build ([4aff28d](https://github.com/storm-software/storm-ops/commit/4aff28d6e451b18c120157b0c7e62ce6530a9eff))
1885
+ - **workspace-tools:** Removed compiler options to set targer manaully in tsup
1886
+ build
1887
+ ([4aff28d](https://github.com/storm-software/storm-ops/commit/4aff28d6e451b18c120157b0c7e62ce6530a9eff))
1603
1888
 
1604
1889
  ## [1.8.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.1...linting-tools-v1.8.2) (2023-11-25)
1605
1890
 
1606
1891
  ### Bug Fixes
1607
1892
 
1608
- - **workspace-tools:** Update default compilerOptions prior to calling tsc ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
1893
+ - **workspace-tools:** Update default compilerOptions prior to calling tsc
1894
+ ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
1609
1895
 
1610
1896
  ## [1.8.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.0...linting-tools-v1.8.1) (2023-11-25)
1611
1897
 
1612
1898
  ### Bug Fixes
1613
1899
 
1614
- - **workspace-tools:** Resolved bad iterable issue in tsup patch ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
1900
+ - **workspace-tools:** Resolved bad iterable issue in tsup patch
1901
+ ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
1615
1902
 
1616
1903
  # [1.8.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.7.1...linting-tools-v1.8.0) (2023-11-25)
1617
1904
 
1618
1905
  ### Features
1619
1906
 
1620
- - **workspace-tools:** Added the `includeSrc` option to the tsup build executor ([be66e22](https://github.com/storm-software/storm-ops/commit/be66e222af773fb741cfa719f883bfb921ff8a68))
1907
+ - **workspace-tools:** Added the `includeSrc` option to the tsup build executor
1908
+ ([be66e22](https://github.com/storm-software/storm-ops/commit/be66e222af773fb741cfa719f883bfb921ff8a68))
1621
1909
 
1622
1910
  ## [1.7.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.7.0...linting-tools-v1.7.1) (2023-11-25)
1623
1911
 
1624
1912
  ### Bug Fixes
1625
1913
 
1626
- - **workspace-tools:** Update include paths in tsconfig used in tsup builder ([99e651d](https://github.com/storm-software/storm-ops/commit/99e651d42f770bc29e7e76f7533abe519e29b9a4))
1914
+ - **workspace-tools:** Update include paths in tsconfig used in tsup builder
1915
+ ([99e651d](https://github.com/storm-software/storm-ops/commit/99e651d42f770bc29e7e76f7533abe519e29b9a4))
1627
1916
 
1628
1917
  # [1.7.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.13...linting-tools-v1.7.0) (2023-11-25)
1629
1918
 
1630
1919
  ### Features
1631
1920
 
1632
- - **workspace-tools:** Added workers distribution to tsup build ([fc80ec1](https://github.com/storm-software/storm-ops/commit/fc80ec1e3ecea46bc63b2bd5fc4e46f3ecdc8ba0))
1921
+ - **workspace-tools:** Added workers distribution to tsup build
1922
+ ([fc80ec1](https://github.com/storm-software/storm-ops/commit/fc80ec1e3ecea46bc63b2bd5fc4e46f3ecdc8ba0))
1633
1923
 
1634
1924
  ## [1.6.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.12...linting-tools-v1.6.13) (2023-11-25)
1635
1925
 
1636
1926
  ### Bug Fixes
1637
1927
 
1638
- - **workspace-tools:** Update the outDir value of parsed tsconfig options in tsup patch ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
1928
+ - **workspace-tools:** Update the outDir value of parsed tsconfig options in
1929
+ tsup patch
1930
+ ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
1639
1931
 
1640
1932
  ## [1.6.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.11...linting-tools-v1.6.12) (2023-11-25)
1641
1933
 
1642
1934
  ### Bug Fixes
1643
1935
 
1644
- - **workspace-tools:** Fixed issue with invalid chars in entry name ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
1936
+ - **workspace-tools:** Fixed issue with invalid chars in entry name
1937
+ ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
1645
1938
 
1646
1939
  ## [1.6.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.10...linting-tools-v1.6.11) (2023-11-24)
1647
1940
 
1648
1941
  ### Bug Fixes
1649
1942
 
1650
- - **workspace-tools:** Resolve issue with dts `files` in compiler options ([2e9a611](https://github.com/storm-software/storm-ops/commit/2e9a611f6dee0c2db0fc6b87301472960f3b0cb5))
1943
+ - **workspace-tools:** Resolve issue with dts `files` in compiler options
1944
+ ([2e9a611](https://github.com/storm-software/storm-ops/commit/2e9a611f6dee0c2db0fc6b87301472960f3b0cb5))
1651
1945
 
1652
1946
  ## [1.6.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.9...linting-tools-v1.6.10) (2023-11-22)
1653
1947
 
1654
1948
  ### Bug Fixes
1655
1949
 
1656
- - **workspace-tools:** Resolved issue with bad path in tsup build ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
1950
+ - **workspace-tools:** Resolved issue with bad path in tsup build
1951
+ ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
1657
1952
 
1658
1953
  ## [1.6.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.8...linting-tools-v1.6.9) (2023-11-22)
1659
1954
 
1660
1955
  ### Bug Fixes
1661
1956
 
1662
- - **workspace-tools:** Update generated tsconfig include to point to package root ([49aef81](https://github.com/storm-software/storm-ops/commit/49aef8178bb8a2c71e92ee3785358d42507eee56))
1957
+ - **workspace-tools:** Update generated tsconfig include to point to package
1958
+ root
1959
+ ([49aef81](https://github.com/storm-software/storm-ops/commit/49aef8178bb8a2c71e92ee3785358d42507eee56))
1663
1960
 
1664
1961
  ## [1.6.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.7...linting-tools-v1.6.8) (2023-11-22)
1665
1962
 
1666
1963
  ### Bug Fixes
1667
1964
 
1668
- - **workspace-tools:** Resolve include issue with tsc during tsup build ([a6fffbe](https://github.com/storm-software/storm-ops/commit/a6fffbe881cb4f05f974de0b745157a0cfb8dcf6))
1965
+ - **workspace-tools:** Resolve include issue with tsc during tsup build
1966
+ ([a6fffbe](https://github.com/storm-software/storm-ops/commit/a6fffbe881cb4f05f974de0b745157a0cfb8dcf6))
1669
1967
 
1670
1968
  ## [1.6.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.6...linting-tools-v1.6.7) (2023-11-22)
1671
1969
 
1672
1970
  ### Bug Fixes
1673
1971
 
1674
- - **workspace-tools:** Resolved issue around incorrect output mapping in api-extractor ([b0464ed](https://github.com/storm-software/storm-ops/commit/b0464ed5f4b1f91a5b4c21d00e29d770d5732582))
1972
+ - **workspace-tools:** Resolved issue around incorrect output mapping in
1973
+ api-extractor
1974
+ ([b0464ed](https://github.com/storm-software/storm-ops/commit/b0464ed5f4b1f91a5b4c21d00e29d770d5732582))
1675
1975
 
1676
1976
  ## [1.6.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.5...linting-tools-v1.6.6) (2023-11-22)
1677
1977
 
1678
1978
  ### Bug Fixes
1679
1979
 
1680
- - **workspace-tools:** Removed overriden tsconfig for api-extractor ([fcece07](https://github.com/storm-software/storm-ops/commit/fcece076bca3b0bd9938a4f5fbf3717628085ac3))
1980
+ - **workspace-tools:** Removed overriden tsconfig for api-extractor
1981
+ ([fcece07](https://github.com/storm-software/storm-ops/commit/fcece076bca3b0bd9938a4f5fbf3717628085ac3))
1681
1982
 
1682
1983
  ## [1.6.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.4...linting-tools-v1.6.5) (2023-11-22)
1683
1984
 
1684
1985
  ### Bug Fixes
1685
1986
 
1686
- - **workspace-tools:** Correctly formatted include path in tsconfig passed to api extractor ([4c65fcf](https://github.com/storm-software/storm-ops/commit/4c65fcfb109f21f854ba5d6973e00bbc6e5c5173))
1987
+ - **workspace-tools:** Correctly formatted include path in tsconfig passed to
1988
+ api extractor
1989
+ ([4c65fcf](https://github.com/storm-software/storm-ops/commit/4c65fcfb109f21f854ba5d6973e00bbc6e5c5173))
1687
1990
 
1688
1991
  ## [1.6.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.3...linting-tools-v1.6.4) (2023-11-22)
1689
1992
 
1690
1993
  ### Bug Fixes
1691
1994
 
1692
- - **workspace-tools:** Resolved issue with export generation after api-extractor ([2b9e593](https://github.com/storm-software/storm-ops/commit/2b9e593a72ee352531e5721c62e3a3d10e86ed47))
1995
+ - **workspace-tools:** Resolved issue with export generation after api-extractor
1996
+ ([2b9e593](https://github.com/storm-software/storm-ops/commit/2b9e593a72ee352531e5721c62e3a3d10e86ed47))
1693
1997
 
1694
1998
  ## [1.6.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.2...linting-tools-v1.6.3) (2023-11-22)
1695
1999
 
1696
2000
  ### Bug Fixes
1697
2001
 
1698
- - **workspace-tools:** Add default tsconfig values for api-extractor ([ae43e3f](https://github.com/storm-software/storm-ops/commit/ae43e3f47636a8921ace3441da5d533fa9773fe1))
2002
+ - **workspace-tools:** Add default tsconfig values for api-extractor
2003
+ ([ae43e3f](https://github.com/storm-software/storm-ops/commit/ae43e3f47636a8921ace3441da5d533fa9773fe1))
1699
2004
 
1700
2005
  ## [1.6.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.1...linting-tools-v1.6.2) (2023-11-22)
1701
2006
 
1702
2007
  ### Bug Fixes
1703
2008
 
1704
- - **workspace-tools:** Update the `projectFolder` option passed to api-extractor ([fb0c939](https://github.com/storm-software/storm-ops/commit/fb0c939122c19947bebfbebdea153cbabc3335cc))
2009
+ - **workspace-tools:** Update the `projectFolder` option passed to api-extractor
2010
+ ([fb0c939](https://github.com/storm-software/storm-ops/commit/fb0c939122c19947bebfbebdea153cbabc3335cc))
1705
2011
 
1706
2012
  ## [1.6.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.0...linting-tools-v1.6.1) (2023-11-21)
1707
2013
 
1708
2014
  ### Bug Fixes
1709
2015
 
1710
- - **workspace-tools:** Resolved issues with api-extractors paths ([8ea88f0](https://github.com/storm-software/storm-ops/commit/8ea88f09c240a94533474436dbac50bdabd26b2a))
2016
+ - **workspace-tools:** Resolved issues with api-extractors paths
2017
+ ([8ea88f0](https://github.com/storm-software/storm-ops/commit/8ea88f09c240a94533474436dbac50bdabd26b2a))
1711
2018
 
1712
2019
  # [1.6.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.5.0...linting-tools-v1.6.0) (2023-11-21)
1713
2020
 
1714
2021
  ### Features
1715
2022
 
1716
- - **workspace-tools:** Added the `main` option to tsup build support manually entered entry paths ([fcb0fa7](https://github.com/storm-software/storm-ops/commit/fcb0fa7b98a8ed9bf14f9b724d9d9c7f345b7a08))
2023
+ - **workspace-tools:** Added the `main` option to tsup build support manually
2024
+ entered entry paths
2025
+ ([fcb0fa7](https://github.com/storm-software/storm-ops/commit/fcb0fa7b98a8ed9bf14f9b724d9d9c7f345b7a08))
1717
2026
 
1718
2027
  # [1.5.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.5...linting-tools-v1.5.0) (2023-11-21)
1719
2028
 
1720
2029
  ### Features
1721
2030
 
1722
- - **workspace-tools:** Added `description` as an option in the node-library generator ([7a8eb85](https://github.com/storm-software/storm-ops/commit/7a8eb851ae7d979bb32c250ed3a1c78ea5b65af9))
2031
+ - **workspace-tools:** Added `description` as an option in the node-library
2032
+ generator
2033
+ ([7a8eb85](https://github.com/storm-software/storm-ops/commit/7a8eb851ae7d979bb32c250ed3a1c78ea5b65af9))
1723
2034
 
1724
2035
  ## [1.4.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.4...linting-tools-v1.4.5) (2023-11-21)
1725
2036
 
1726
2037
  ### Bug Fixes
1727
2038
 
1728
- - **workspace-tools:** Updated paths of generated api-reports ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
2039
+ - **workspace-tools:** Updated paths of generated api-reports
2040
+ ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
1729
2041
 
1730
2042
  ## [1.4.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.3...linting-tools-v1.4.4) (2023-11-21)
1731
2043
 
1732
2044
  ### Bug Fixes
1733
2045
 
1734
- - **workspace-tools:** Resolved issue with `tsdocMetadataFilePath` option ([e1e8b59](https://github.com/storm-software/storm-ops/commit/e1e8b59c853580ea5deb5175cad6971953878f18))
2046
+ - **workspace-tools:** Resolved issue with `tsdocMetadataFilePath` option
2047
+ ([e1e8b59](https://github.com/storm-software/storm-ops/commit/e1e8b59c853580ea5deb5175cad6971953878f18))
1735
2048
 
1736
2049
  ## [1.4.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.2...linting-tools-v1.4.3) (2023-11-21)
1737
2050
 
1738
2051
  ### Bug Fixes
1739
2052
 
1740
- - **workspace-tools:** Resolved issue with path separator character in tsup ([ea97d60](https://github.com/storm-software/storm-ops/commit/ea97d60bec1d966bbda5edffcc9f7edb8e488c27))
2053
+ - **workspace-tools:** Resolved issue with path separator character in tsup
2054
+ ([ea97d60](https://github.com/storm-software/storm-ops/commit/ea97d60bec1d966bbda5edffcc9f7edb8e488c27))
1741
2055
 
1742
2056
  ## [1.4.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.1...linting-tools-v1.4.2) (2023-11-20)
1743
2057
 
1744
2058
  ### Bug Fixes
1745
2059
 
1746
- - **workspace-tools:** Resolved path issue in API Extractor config ([d3f8ae5](https://github.com/storm-software/storm-ops/commit/d3f8ae5d6f298e9e18dc2b26270edbb704a9b712))
2060
+ - **workspace-tools:** Resolved path issue in API Extractor config
2061
+ ([d3f8ae5](https://github.com/storm-software/storm-ops/commit/d3f8ae5d6f298e9e18dc2b26270edbb704a9b712))
1747
2062
 
1748
2063
  ## [1.4.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.4.0...linting-tools-v1.4.1) (2023-11-20)
1749
2064
 
1750
2065
  ### Bug Fixes
1751
2066
 
1752
- - **workspace-tools:** Updated the api-reports docs path in tsup executor ([7ba4b1d](https://github.com/storm-software/storm-ops/commit/7ba4b1d6969d6de7f77ca9f1b99a53426ed659fb))
2067
+ - **workspace-tools:** Updated the api-reports docs path in tsup executor
2068
+ ([7ba4b1d](https://github.com/storm-software/storm-ops/commit/7ba4b1d6969d6de7f77ca9f1b99a53426ed659fb))
1753
2069
 
1754
2070
  # [1.4.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.54...linting-tools-v1.4.0) (2023-11-20)
1755
2071
 
1756
2072
  ### Features
1757
2073
 
1758
- - **workspace-tools:** Update tsup executor to generate API Report file, Doc Model, and TSDoc Metadata ([fb4cda5](https://github.com/storm-software/storm-ops/commit/fb4cda5807005d2ae412d637fa5247ebad09abf7))
2074
+ - **workspace-tools:** Update tsup executor to generate API Report file, Doc
2075
+ Model, and TSDoc Metadata
2076
+ ([fb4cda5](https://github.com/storm-software/storm-ops/commit/fb4cda5807005d2ae412d637fa5247ebad09abf7))
1759
2077
 
1760
2078
  ## [1.3.54](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.53...linting-tools-v1.3.54) (2023-11-20)
1761
2079
 
1762
2080
  ### Bug Fixes
1763
2081
 
1764
- - **workspace-tools:** Added missing @microsoft/api-extractor dependency for tsup DTS build ([56ab124](https://github.com/storm-software/storm-ops/commit/56ab124124275be7f66f0e9f11d64477c82bbcf5))
2082
+ - **workspace-tools:** Added missing @microsoft/api-extractor dependency for
2083
+ tsup DTS build
2084
+ ([56ab124](https://github.com/storm-software/storm-ops/commit/56ab124124275be7f66f0e9f11d64477c82bbcf5))
1765
2085
 
1766
2086
  ## [1.3.53](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.52...linting-tools-v1.3.53) (2023-11-20)
1767
2087
 
1768
2088
  ### Bug Fixes
1769
2089
 
1770
- - **workspace-tools:** Resolved issue with tsconfig parser parameteters in tsup patch ([f71e590](https://github.com/storm-software/storm-ops/commit/f71e59055fc2d37ba282fd041c7a60e6469c76da))
2090
+ - **workspace-tools:** Resolved issue with tsconfig parser parameteters in tsup
2091
+ patch
2092
+ ([f71e590](https://github.com/storm-software/storm-ops/commit/f71e59055fc2d37ba282fd041c7a60e6469c76da))
1771
2093
 
1772
2094
  ## [1.3.52](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.51...linting-tools-v1.3.52) (2023-11-20)
1773
2095
 
1774
2096
  ### Bug Fixes
1775
2097
 
1776
- - **workspace-tools:** Added extra logging to tsup patch ([6c58d8a](https://github.com/storm-software/storm-ops/commit/6c58d8a369d5ee4b28804903b49ae2ea141e7abd))
2098
+ - **workspace-tools:** Added extra logging to tsup patch
2099
+ ([6c58d8a](https://github.com/storm-software/storm-ops/commit/6c58d8a369d5ee4b28804903b49ae2ea141e7abd))
1777
2100
 
1778
2101
  ## [1.3.51](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.50...linting-tools-v1.3.51) (2023-11-20)
1779
2102
 
1780
2103
  ### Bug Fixes
1781
2104
 
1782
- - **workspace-tools:** Resolved issue with package export lookup in tsup patch ([ba53a36](https://github.com/storm-software/storm-ops/commit/ba53a3606b60e78d0f66894c6e3bc5d116ddaacd))
2105
+ - **workspace-tools:** Resolved issue with package export lookup in tsup patch
2106
+ ([ba53a36](https://github.com/storm-software/storm-ops/commit/ba53a3606b60e78d0f66894c6e3bc5d116ddaacd))
1783
2107
 
1784
2108
  ## [1.3.50](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.49...linting-tools-v1.3.50) (2023-11-20)
1785
2109
 
1786
2110
  ### Bug Fixes
1787
2111
 
1788
- - **workspace-tools:** Resolved bad tsconfig path issue in tsup patch ([564b0b5](https://github.com/storm-software/storm-ops/commit/564b0b5cd054852106328fb047cd77baefea962e))
2112
+ - **workspace-tools:** Resolved bad tsconfig path issue in tsup patch
2113
+ ([564b0b5](https://github.com/storm-software/storm-ops/commit/564b0b5cd054852106328fb047cd77baefea962e))
1789
2114
 
1790
2115
  ## [1.3.49](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.48...linting-tools-v1.3.49) (2023-11-20)
1791
2116
 
1792
2117
  ### Bug Fixes
1793
2118
 
1794
- - **workspace-tools:** Resolve issue with path library reference in tsup ([9745279](https://github.com/storm-software/storm-ops/commit/974527945816b40c8b210b06b3da16f20cb86dde))
2119
+ - **workspace-tools:** Resolve issue with path library reference in tsup
2120
+ ([9745279](https://github.com/storm-software/storm-ops/commit/974527945816b40c8b210b06b3da16f20cb86dde))
1795
2121
 
1796
2122
  ## [1.3.48](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.47...linting-tools-v1.3.48) (2023-11-20)
1797
2123
 
1798
2124
  ### Bug Fixes
1799
2125
 
1800
- - **workspace-tools:** Resovled issue with tsup dts tsconfig path ([eefb517](https://github.com/storm-software/storm-ops/commit/eefb517fc2369ab2411911c3810e51390a4689d9))
2126
+ - **workspace-tools:** Resovled issue with tsup dts tsconfig path
2127
+ ([eefb517](https://github.com/storm-software/storm-ops/commit/eefb517fc2369ab2411911c3810e51390a4689d9))
1801
2128
 
1802
2129
  ## [1.3.47](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.46...linting-tools-v1.3.47) (2023-11-20)
1803
2130
 
1804
2131
  ### Bug Fixes
1805
2132
 
1806
- - **workspace-tools:** Added code to default tsup build options and package.json path in api-extractor ([f79dbb1](https://github.com/storm-software/storm-ops/commit/f79dbb1d57ba7e2da054ae47483e98516739662b))
2133
+ - **workspace-tools:** Added code to default tsup build options and package.json
2134
+ path in api-extractor
2135
+ ([f79dbb1](https://github.com/storm-software/storm-ops/commit/f79dbb1d57ba7e2da054ae47483e98516739662b))
1807
2136
 
1808
2137
  ## [1.3.46](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.45...linting-tools-v1.3.46) (2023-11-20)
1809
2138
 
1810
2139
  ### Bug Fixes
1811
2140
 
1812
- - **workspace-tools:** Prevent both dts and experimentalDts from being enabled ([c2e5082](https://github.com/storm-software/storm-ops/commit/c2e50822440564f27e7f387e0e936c07092b4653))
2141
+ - **workspace-tools:** Prevent both dts and experimentalDts from being enabled
2142
+ ([c2e5082](https://github.com/storm-software/storm-ops/commit/c2e50822440564f27e7f387e0e936c07092b4653))
1813
2143
 
1814
2144
  ## [1.3.45](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.44...linting-tools-v1.3.45) (2023-11-19)
1815
2145
 
1816
2146
  ### Bug Fixes
1817
2147
 
1818
- - **workspace-tools:** Upgrade tsup version and enabled experimental dts ([96f6870](https://github.com/storm-software/storm-ops/commit/96f6870f590ab6a44a3058f20f6ee4e6a6ab1623))
2148
+ - **workspace-tools:** Upgrade tsup version and enabled experimental dts
2149
+ ([96f6870](https://github.com/storm-software/storm-ops/commit/96f6870f590ab6a44a3058f20f6ee4e6a6ab1623))
1819
2150
 
1820
2151
  ## [1.3.44](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.43...linting-tools-v1.3.44) (2023-11-19)
1821
2152
 
1822
2153
  ### Bug Fixes
1823
2154
 
1824
- - **workspace-tools:** Update where tsup loads shim files and added define option ([fa8fe6a](https://github.com/storm-software/storm-ops/commit/fa8fe6a4e7a5d6ac0f87a7b07d1db41cdd3bddc6))
2155
+ - **workspace-tools:** Update where tsup loads shim files and added define
2156
+ option
2157
+ ([fa8fe6a](https://github.com/storm-software/storm-ops/commit/fa8fe6a4e7a5d6ac0f87a7b07d1db41cdd3bddc6))
1825
2158
 
1826
2159
  ## [1.3.43](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.42...linting-tools-v1.3.43) (2023-11-19)
1827
2160
 
1828
2161
  ### Bug Fixes
1829
2162
 
1830
- - **workspace-tools:** Added esm and cjs shims to package bundle ([87a16e4](https://github.com/storm-software/storm-ops/commit/87a16e4007f04201bb0b817fe6fe2bf41c461f95))
2163
+ - **workspace-tools:** Added esm and cjs shims to package bundle
2164
+ ([87a16e4](https://github.com/storm-software/storm-ops/commit/87a16e4007f04201bb0b817fe6fe2bf41c461f95))
1831
2165
 
1832
2166
  ## [1.3.42](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.41...linting-tools-v1.3.42) (2023-11-19)
1833
2167
 
1834
2168
  ### Bug Fixes
1835
2169
 
1836
- - **workspace-tools:** Added rollup support for DTS generation ([d1f3325](https://github.com/storm-software/storm-ops/commit/d1f3325bf712e3714904e9ca4b795bfba3df39f8))
2170
+ - **workspace-tools:** Added rollup support for DTS generation
2171
+ ([d1f3325](https://github.com/storm-software/storm-ops/commit/d1f3325bf712e3714904e9ca4b795bfba3df39f8))
1837
2172
 
1838
2173
  ## [1.3.41](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.40...linting-tools-v1.3.41) (2023-11-19)
1839
2174
 
1840
2175
  ### Bug Fixes
1841
2176
 
1842
- - **workspace-tools:** Resolved issue preventing package.json from being written ([c340959](https://github.com/storm-software/storm-ops/commit/c340959fdacb2541c60afca5feef9868bc0296e1))
2177
+ - **workspace-tools:** Resolved issue preventing package.json from being written
2178
+ ([c340959](https://github.com/storm-software/storm-ops/commit/c340959fdacb2541c60afca5feef9868bc0296e1))
1843
2179
 
1844
2180
  ## [1.3.40](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.39...linting-tools-v1.3.40) (2023-11-19)
1845
2181
 
1846
2182
  ### Bug Fixes
1847
2183
 
1848
- - **workspace-tools:** Resolved issue with bad loop conditional in Tsup patch ([a692e7d](https://github.com/storm-software/storm-ops/commit/a692e7d3adf526353a4714e22761a1ba3bcc1cb5))
2184
+ - **workspace-tools:** Resolved issue with bad loop conditional in Tsup patch
2185
+ ([a692e7d](https://github.com/storm-software/storm-ops/commit/a692e7d3adf526353a4714e22761a1ba3bcc1cb5))
1849
2186
 
1850
2187
  ## [1.3.39](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.38...linting-tools-v1.3.39) (2023-11-19)
1851
2188
 
1852
2189
  ### Bug Fixes
1853
2190
 
1854
- - **workspace-tools:** Added conditional to tsup package.json search ([f1e26a9](https://github.com/storm-software/storm-ops/commit/f1e26a9fadee64704e7a3beebed6ac8e9d103063))
2191
+ - **workspace-tools:** Added conditional to tsup package.json search
2192
+ ([f1e26a9](https://github.com/storm-software/storm-ops/commit/f1e26a9fadee64704e7a3beebed6ac8e9d103063))
1855
2193
 
1856
2194
  ## [1.3.38](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.37...linting-tools-v1.3.38) (2023-11-18)
1857
2195
 
1858
2196
  ### Bug Fixes
1859
2197
 
1860
- - **workspace-tools:** Resolved issue with order of package.json search in tsup executor ([5fea9a1](https://github.com/storm-software/storm-ops/commit/5fea9a117691bef20aa22fbd107522d43b8b1b62))
2198
+ - **workspace-tools:** Resolved issue with order of package.json search in tsup
2199
+ executor
2200
+ ([5fea9a1](https://github.com/storm-software/storm-ops/commit/5fea9a117691bef20aa22fbd107522d43b8b1b62))
1861
2201
 
1862
2202
  ## [1.3.37](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.36...linting-tools-v1.3.37) (2023-11-18)
1863
2203
 
1864
2204
  ### Bug Fixes
1865
2205
 
1866
- - **workspace-tools:** Added join to add separators in package.json path in tsup ([b56df8a](https://github.com/storm-software/storm-ops/commit/b56df8a3c20e12fb8763e481cbc6ca82ff6403cf))
2206
+ - **workspace-tools:** Added join to add separators in package.json path in tsup
2207
+ ([b56df8a](https://github.com/storm-software/storm-ops/commit/b56df8a3c20e12fb8763e481cbc6ca82ff6403cf))
1867
2208
 
1868
2209
  ## [1.3.36](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.35...linting-tools-v1.3.36) (2023-11-18)
1869
2210
 
1870
2211
  ### Bug Fixes
1871
2212
 
1872
- - **workspace-tools:** Resolved issue looking up package folder in tsup patch ([0eeee37](https://github.com/storm-software/storm-ops/commit/0eeee37219ceaf2873d7e8d0c7d5f7f46ab6a9bd))
2213
+ - **workspace-tools:** Resolved issue looking up package folder in tsup patch
2214
+ ([0eeee37](https://github.com/storm-software/storm-ops/commit/0eeee37219ceaf2873d7e8d0c7d5f7f46ab6a9bd))
1873
2215
 
1874
2216
  ## [1.3.35](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.34...linting-tools-v1.3.35) (2023-11-18)
1875
2217
 
1876
2218
  ### Bug Fixes
1877
2219
 
1878
- - **workspace-tools:** Fixed issue in tsup patch around package.json generation ([a526fe7](https://github.com/storm-software/storm-ops/commit/a526fe72607ed7a957266fc790cafa8fb5d5b501))
2220
+ - **workspace-tools:** Fixed issue in tsup patch around package.json generation
2221
+ ([a526fe7](https://github.com/storm-software/storm-ops/commit/a526fe72607ed7a957266fc790cafa8fb5d5b501))
1879
2222
 
1880
2223
  ## [1.3.34](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.33...linting-tools-v1.3.34) (2023-11-18)
1881
2224
 
1882
2225
  ### Bug Fixes
1883
2226
 
1884
- - **workspace-tools:** Added banner to tsup patch ([2b97503](https://github.com/storm-software/storm-ops/commit/2b975032eece19bcdde9b7c3fbbd160c37c02c0f))
2227
+ - **workspace-tools:** Added banner to tsup patch
2228
+ ([2b97503](https://github.com/storm-software/storm-ops/commit/2b975032eece19bcdde9b7c3fbbd160c37c02c0f))
1885
2229
 
1886
2230
  ## [1.3.33](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.32...linting-tools-v1.3.33) (2023-11-18)
1887
2231
 
1888
2232
  ### Bug Fixes
1889
2233
 
1890
- - **workspace-tools:** Patched tsup to properly use logger ([73a56f0](https://github.com/storm-software/storm-ops/commit/73a56f07931e173a70e30b01cf629ae17f27646a))
2234
+ - **workspace-tools:** Patched tsup to properly use logger
2235
+ ([73a56f0](https://github.com/storm-software/storm-ops/commit/73a56f07931e173a70e30b01cf629ae17f27646a))
1891
2236
 
1892
2237
  ## [1.3.32](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.31...linting-tools-v1.3.32) (2023-11-16)
1893
2238
 
1894
2239
  ### Bug Fixes
1895
2240
 
1896
- - **workspace-tools:** Update `entry` in tsup to use a single default file ([06bf60c](https://github.com/storm-software/storm-ops/commit/06bf60c125411a1bdc72bebd7ebe0e7bbc9aa740))
2241
+ - **workspace-tools:** Update `entry` in tsup to use a single default file
2242
+ ([06bf60c](https://github.com/storm-software/storm-ops/commit/06bf60c125411a1bdc72bebd7ebe0e7bbc9aa740))
1897
2243
 
1898
2244
  ## [1.3.31](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.30...linting-tools-v1.3.31) (2023-11-16)
1899
2245
 
1900
2246
  ### Bug Fixes
1901
2247
 
1902
- - **linting-tools:** Added tsconfig recommended to root tsconfig ([cfc70d7](https://github.com/storm-software/storm-ops/commit/cfc70d70ed5a123260d4ef9f1649ad66a0fe38e1))
2248
+ - **linting-tools:** Added tsconfig recommended to root tsconfig
2249
+ ([cfc70d7](https://github.com/storm-software/storm-ops/commit/cfc70d70ed5a123260d4ef9f1649ad66a0fe38e1))
1903
2250
 
1904
2251
  ## [1.3.30](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.29...linting-tools-v1.3.30) (2023-11-16)
1905
2252
 
1906
2253
  ### Bug Fixes
1907
2254
 
1908
- - **workspace-tools:** Change tsup build to use glob package instead of function from Nx ([4fa5e17](https://github.com/storm-software/storm-ops/commit/4fa5e17d3d29f1769caccb52957fb8fb9ee772d0))
1909
- - **workspace-tools:** Included missing config function signature change ([a2228f2](https://github.com/storm-software/storm-ops/commit/a2228f2fba09d2dfd80a3f3c6dc5059077265f12))
2255
+ - **workspace-tools:** Change tsup build to use glob package instead of function
2256
+ from Nx
2257
+ ([4fa5e17](https://github.com/storm-software/storm-ops/commit/4fa5e17d3d29f1769caccb52957fb8fb9ee772d0))
2258
+ - **workspace-tools:** Included missing config function signature change
2259
+ ([a2228f2](https://github.com/storm-software/storm-ops/commit/a2228f2fba09d2dfd80a3f3c6dc5059077265f12))
1910
2260
 
1911
2261
  ## [1.3.29](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.28...linting-tools-v1.3.29) (2023-11-16)
1912
2262
 
1913
2263
  ### Bug Fixes
1914
2264
 
1915
- - **workspace-tools:** Patch tsup build with check for `this` in rollup config ([f6bd066](https://github.com/storm-software/storm-ops/commit/f6bd06677163c0df6bd0a1b4a5e40bd651bf1e86))
2265
+ - **workspace-tools:** Patch tsup build with check for `this` in rollup config
2266
+ ([f6bd066](https://github.com/storm-software/storm-ops/commit/f6bd06677163c0df6bd0a1b4a5e40bd651bf1e86))
1916
2267
 
1917
2268
  ## [1.3.28](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.27...linting-tools-v1.3.28) (2023-11-16)
1918
2269
 
1919
2270
  ### Bug Fixes
1920
2271
 
1921
- - **workspace-tools:** Patch logging into tsup build ([e6ce2d7](https://github.com/storm-software/storm-ops/commit/e6ce2d7332c409d98f3aee4c561c299de6566de5))
2272
+ - **workspace-tools:** Patch logging into tsup build
2273
+ ([e6ce2d7](https://github.com/storm-software/storm-ops/commit/e6ce2d7332c409d98f3aee4c561c299de6566de5))
1922
2274
 
1923
2275
  ## [1.3.27](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.26...linting-tools-v1.3.27) (2023-11-16)
1924
2276
 
1925
2277
  ### Bug Fixes
1926
2278
 
1927
- - **workspace-tools:** Update tsup patch to use the logger ([4874960](https://github.com/storm-software/storm-ops/commit/4874960eff7c9335d51c375ea858bca992c9e5f8))
2279
+ - **workspace-tools:** Update tsup patch to use the logger
2280
+ ([4874960](https://github.com/storm-software/storm-ops/commit/4874960eff7c9335d51c375ea858bca992c9e5f8))
1928
2281
 
1929
2282
  ## [1.3.26](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.25...linting-tools-v1.3.26) (2023-11-16)
1930
2283
 
1931
2284
  ### Bug Fixes
1932
2285
 
1933
- - **workspace-tools:** Added troubleshooting logging to tsup build ([f033bc5](https://github.com/storm-software/storm-ops/commit/f033bc548ef94aee6310fb6d5105fc750074264b))
2286
+ - **workspace-tools:** Added troubleshooting logging to tsup build
2287
+ ([f033bc5](https://github.com/storm-software/storm-ops/commit/f033bc548ef94aee6310fb6d5105fc750074264b))
1934
2288
 
1935
2289
  ## [1.3.25](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.24...linting-tools-v1.3.25) (2023-11-15)
1936
2290
 
1937
2291
  ### Bug Fixes
1938
2292
 
1939
- - **workspace-tools:** Resolved issue with prettier config import ([4e2c026](https://github.com/storm-software/storm-ops/commit/4e2c026ca16072a60cbf34ece52e836ed6c0c183))
1940
- - **workspace-tools:** Updated tsup build to check for package.json in outDir via patch ([65afb51](https://github.com/storm-software/storm-ops/commit/65afb51dbcd4e68ebf44f643a9f683e66564b18c))
2293
+ - **workspace-tools:** Resolved issue with prettier config import
2294
+ ([4e2c026](https://github.com/storm-software/storm-ops/commit/4e2c026ca16072a60cbf34ece52e836ed6c0c183))
2295
+ - **workspace-tools:** Updated tsup build to check for package.json in outDir
2296
+ via patch
2297
+ ([65afb51](https://github.com/storm-software/storm-ops/commit/65afb51dbcd4e68ebf44f643a9f683e66564b18c))
1941
2298
 
1942
2299
  ## [1.3.24](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.23...linting-tools-v1.3.24) (2023-11-15)
1943
2300
 
1944
2301
  ### Bug Fixes
1945
2302
 
1946
- - **workspace-tools:** Resolved tsup issue with entry option and package.json full path ([1181d64](https://github.com/storm-software/storm-ops/commit/1181d644c5c1ced40c7dbb563df252b2630ca7ca))
2303
+ - **workspace-tools:** Resolved tsup issue with entry option and package.json
2304
+ full path
2305
+ ([1181d64](https://github.com/storm-software/storm-ops/commit/1181d644c5c1ced40c7dbb563df252b2630ca7ca))
1947
2306
 
1948
2307
  ## [1.3.23](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.22...linting-tools-v1.3.23) (2023-11-15)
1949
2308
 
1950
2309
  ### Bug Fixes
1951
2310
 
1952
- - **workspace-tools:** Patch tsup to use generated package.json file ([424fb45](https://github.com/storm-software/storm-ops/commit/424fb454abea5399b7333777210286d654610f2d))
2311
+ - **workspace-tools:** Patch tsup to use generated package.json file
2312
+ ([424fb45](https://github.com/storm-software/storm-ops/commit/424fb454abea5399b7333777210286d654610f2d))
1953
2313
 
1954
2314
  ## [1.3.22](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.21...linting-tools-v1.3.22) (2023-11-15)
1955
2315
 
1956
2316
  ### Bug Fixes
1957
2317
 
1958
- - **deps:** update patch prod dependencies ([4f84a7e](https://github.com/storm-software/storm-ops/commit/4f84a7e38ddd416883229b67665649ae0ffcc03a))
1959
- - **workspace-tools:** Update default options for tsup executor ([436d792](https://github.com/storm-software/storm-ops/commit/436d7922a31128030659d671e5ed76272801215d))
2318
+ - **deps:** update patch prod dependencies
2319
+ ([4f84a7e](https://github.com/storm-software/storm-ops/commit/4f84a7e38ddd416883229b67665649ae0ffcc03a))
2320
+ - **workspace-tools:** Update default options for tsup executor
2321
+ ([436d792](https://github.com/storm-software/storm-ops/commit/436d7922a31128030659d671e5ed76272801215d))
1960
2322
 
1961
2323
  ## [1.3.21](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.20...linting-tools-v1.3.21) (2023-11-15)
1962
2324
 
1963
2325
  ### Bug Fixes
1964
2326
 
1965
- - **workspace-tools:** Removed some of the extra tsup config options ([085c056](https://github.com/storm-software/storm-ops/commit/085c0566e546f648a8aed3604f1ea356c3b4a7bc))
2327
+ - **workspace-tools:** Removed some of the extra tsup config options
2328
+ ([085c056](https://github.com/storm-software/storm-ops/commit/085c0566e546f648a8aed3604f1ea356c3b4a7bc))
1966
2329
 
1967
2330
  ## [1.3.20](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.19...linting-tools-v1.3.20) (2023-11-15)
1968
2331
 
1969
2332
  ### Bug Fixes
1970
2333
 
1971
- - **workspace-tools:** Generate tsconfig fields in node-library generator ([d34b2e6](https://github.com/storm-software/storm-ops/commit/d34b2e6fab177c490ea7fc81637cf26dbb4dad5f))
2334
+ - **workspace-tools:** Generate tsconfig fields in node-library generator
2335
+ ([d34b2e6](https://github.com/storm-software/storm-ops/commit/d34b2e6fab177c490ea7fc81637cf26dbb4dad5f))
1972
2336
 
1973
2337
  ## [1.3.19](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.18...linting-tools-v1.3.19) (2023-11-13)
1974
2338
 
1975
2339
  ### Bug Fixes
1976
2340
 
1977
- - **workspace-tools:** Update tsup config to package src files in build package ([c6297b5](https://github.com/storm-software/storm-ops/commit/c6297b54a4db28d0737adfa4203a6a6dd9b4565f))
2341
+ - **workspace-tools:** Update tsup config to package src files in build package
2342
+ ([c6297b5](https://github.com/storm-software/storm-ops/commit/c6297b54a4db28d0737adfa4203a6a6dd9b4565f))
1978
2343
 
1979
2344
  ## [1.3.18](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.17...linting-tools-v1.3.18) (2023-11-13)
1980
2345
 
1981
2346
  ### Bug Fixes
1982
2347
 
1983
- - **workspace-tools:** Include terser in workspace package for tsup build ([ee26f46](https://github.com/storm-software/storm-ops/commit/ee26f4696873ea4b329f73d7b4b718cd193c7847))
2348
+ - **workspace-tools:** Include terser in workspace package for tsup build
2349
+ ([ee26f46](https://github.com/storm-software/storm-ops/commit/ee26f4696873ea4b329f73d7b4b718cd193c7847))
1984
2350
 
1985
2351
  ## [1.3.17](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.16...linting-tools-v1.3.17) (2023-11-13)
1986
2352
 
1987
2353
  ### Bug Fixes
1988
2354
 
1989
- - **linting-tools:** Removed emitDecoratorMetadata from base tsconfig ([e2339d0](https://github.com/storm-software/storm-ops/commit/e2339d0e679ec33e88156124cfb5e9f912a750b5))
2355
+ - **linting-tools:** Removed emitDecoratorMetadata from base tsconfig
2356
+ ([e2339d0](https://github.com/storm-software/storm-ops/commit/e2339d0e679ec33e88156124cfb5e9f912a750b5))
1990
2357
 
1991
2358
  ## [1.3.16](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.15...linting-tools-v1.3.16) (2023-11-13)
1992
2359
 
1993
2360
  ### Bug Fixes
1994
2361
 
1995
- - **linting-tools:** Remove `experimentalDecorators` from base tsconfig as it is no longer required ([294e869](https://github.com/storm-software/storm-ops/commit/294e86947e46e5aa4b275412f48dd2363e992abb))
2362
+ - **linting-tools:** Remove `experimentalDecorators` from base tsconfig as it is
2363
+ no longer required
2364
+ ([294e869](https://github.com/storm-software/storm-ops/commit/294e86947e46e5aa4b275412f48dd2363e992abb))
1996
2365
 
1997
2366
  ## [1.3.15](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.14...linting-tools-v1.3.15) (2023-11-12)
1998
2367
 
1999
2368
  ### Bug Fixes
2000
2369
 
2001
- - **workspace-tools:** Update output paths on tsup executor config ([54e2078](https://github.com/storm-software/storm-ops/commit/54e2078c4d6fbc98401d4703746c1de9504e75a4))
2370
+ - **workspace-tools:** Update output paths on tsup executor config
2371
+ ([54e2078](https://github.com/storm-software/storm-ops/commit/54e2078c4d6fbc98401d4703746c1de9504e75a4))
2002
2372
 
2003
2373
  ## [1.3.14](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.13...linting-tools-v1.3.14) (2023-11-12)
2004
2374
 
2005
2375
  ### Bug Fixes
2006
2376
 
2007
- - **workspace-tools:** Update clean functionality so no previously build files are removed ([19ce7bd](https://github.com/storm-software/storm-ops/commit/19ce7bd17f570587a70256471c63b613943a0c39))
2377
+ - **workspace-tools:** Update clean functionality so no previously build files
2378
+ are removed
2379
+ ([19ce7bd](https://github.com/storm-software/storm-ops/commit/19ce7bd17f570587a70256471c63b613943a0c39))
2008
2380
 
2009
2381
  ## [1.3.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.12...linting-tools-v1.3.13) (2023-11-12)
2010
2382
 
2011
2383
  ### Bug Fixes
2012
2384
 
2013
- - **workspace-tools:** Resolve issue with config objects passed to copyAssets function ([ea68191](https://github.com/storm-software/storm-ops/commit/ea681918bac665c7442afee6aa3228897b69ea10))
2385
+ - **workspace-tools:** Resolve issue with config objects passed to copyAssets
2386
+ function
2387
+ ([ea68191](https://github.com/storm-software/storm-ops/commit/ea681918bac665c7442afee6aa3228897b69ea10))
2014
2388
 
2015
2389
  ## [1.3.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.11...linting-tools-v1.3.12) (2023-11-12)
2016
2390
 
2017
2391
  ### Bug Fixes
2018
2392
 
2019
- - **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
2393
+ - **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle
2394
+ ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
2020
2395
 
2021
2396
  ## [1.3.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.10...linting-tools-v1.3.11) (2023-11-12)
2022
2397
 
2023
2398
  ### Bug Fixes
2024
2399
 
2025
- - **workspace-tools:** Resolved export issue with tsup executor ([f5427a1](https://github.com/storm-software/storm-ops/commit/f5427a1314473ffb2598a6c9c88de73877778770))
2400
+ - **workspace-tools:** Resolved export issue with tsup executor
2401
+ ([f5427a1](https://github.com/storm-software/storm-ops/commit/f5427a1314473ffb2598a6c9c88de73877778770))
2026
2402
 
2027
2403
  ## [1.3.10](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.9...linting-tools-v1.3.10) (2023-11-10)
2028
2404
 
2029
2405
  ### Bug Fixes
2030
2406
 
2031
- - **workspace-tools:** Resolved issue setting private package.json field in node-library generator ([7e570c5](https://github.com/storm-software/storm-ops/commit/7e570c5d62b206bca2840e8e92c0a9920d8b571e))
2407
+ - **workspace-tools:** Resolved issue setting private package.json field in
2408
+ node-library generator
2409
+ ([7e570c5](https://github.com/storm-software/storm-ops/commit/7e570c5d62b206bca2840e8e92c0a9920d8b571e))
2032
2410
 
2033
2411
  ## [1.3.9](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.8...linting-tools-v1.3.9) (2023-11-10)
2034
2412
 
2035
2413
  ### Bug Fixes
2036
2414
 
2037
- - **git-tools:** Update list-staged config extension to work with ES modules ([a408b88](https://github.com/storm-software/storm-ops/commit/a408b88543fa835c931b25d8c9294c4427e8e6fe))
2038
- - **linting-tools:** Update cspell config to json to resolve import issue ([5ca437a](https://github.com/storm-software/storm-ops/commit/5ca437a2880486de494f4a49803b5e59b5a746dc))
2415
+ - **git-tools:** Update list-staged config extension to work with ES modules
2416
+ ([a408b88](https://github.com/storm-software/storm-ops/commit/a408b88543fa835c931b25d8c9294c4427e8e6fe))
2417
+ - **linting-tools:** Update cspell config to json to resolve import issue
2418
+ ([5ca437a](https://github.com/storm-software/storm-ops/commit/5ca437a2880486de494f4a49803b5e59b5a746dc))
2039
2419
 
2040
2420
  ## [1.3.8](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.7...linting-tools-v1.3.8) (2023-11-10)
2041
2421
 
2042
2422
  ### Bug Fixes
2043
2423
 
2044
- - **git-tools:** Resolved issue with missing husky hooks ([505113d](https://github.com/storm-software/storm-ops/commit/505113d29a17b37c99aa00d93bb6a1b5f60412ed))
2424
+ - **git-tools:** Resolved issue with missing husky hooks
2425
+ ([505113d](https://github.com/storm-software/storm-ops/commit/505113d29a17b37c99aa00d93bb6a1b5f60412ed))
2045
2426
 
2046
2427
  ## [1.3.7](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.6...linting-tools-v1.3.7) (2023-11-09)
2047
2428
 
2048
2429
  ### Bug Fixes
2049
2430
 
2050
- - **workspace-tools:** Resolved issue with dependency versions in preset ([3e8225a](https://github.com/storm-software/storm-ops/commit/3e8225aed8de591575b225b01d4fb7fb9ed4d56a))
2431
+ - **workspace-tools:** Resolved issue with dependency versions in preset
2432
+ ([3e8225a](https://github.com/storm-software/storm-ops/commit/3e8225aed8de591575b225b01d4fb7fb9ed4d56a))
2051
2433
 
2052
2434
  ## [1.3.6](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.5...linting-tools-v1.3.6) (2023-11-09)
2053
2435
 
2054
2436
  ### Bug Fixes
2055
2437
 
2056
- - **linting-tools:** Resolved issue with linting tool executable file name ([6ad8767](https://github.com/storm-software/storm-ops/commit/6ad87673332ebdebc56eb32266585f801f791797))
2438
+ - **linting-tools:** Resolved issue with linting tool executable file name
2439
+ ([6ad8767](https://github.com/storm-software/storm-ops/commit/6ad87673332ebdebc56eb32266585f801f791797))
2057
2440
 
2058
2441
  ## [1.3.5](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.4...linting-tools-v1.3.5) (2023-11-08)
2059
2442
 
2060
2443
  ### Bug Fixes
2061
2444
 
2062
- - **workspace-tools:** Resolved issues with all-contributors template ([56f40e0](https://github.com/storm-software/storm-ops/commit/56f40e06143203c6d24658d192cba20fefa75004))
2445
+ - **workspace-tools:** Resolved issues with all-contributors template
2446
+ ([56f40e0](https://github.com/storm-software/storm-ops/commit/56f40e06143203c6d24658d192cba20fefa75004))
2063
2447
 
2064
2448
  ## [1.3.4](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.3...linting-tools-v1.3.4) (2023-11-08)
2065
2449
 
2066
2450
  ### Bug Fixes
2067
2451
 
2068
- - **workspace-tools:** Updated package.json scripts in preset ([9dd9b9c](https://github.com/storm-software/storm-ops/commit/9dd9b9cc2acd250da5e8278d7ef2212aff6469f6))
2452
+ - **workspace-tools:** Updated package.json scripts in preset
2453
+ ([9dd9b9c](https://github.com/storm-software/storm-ops/commit/9dd9b9cc2acd250da5e8278d7ef2212aff6469f6))
2069
2454
 
2070
2455
  ## [1.3.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.2...linting-tools-v1.3.3) (2023-11-08)
2071
2456
 
2072
2457
  ### Bug Fixes
2073
2458
 
2074
- - **workspace-tools:** Resolved issues with mismatching node/pnpm versions ([8f9d0dd](https://github.com/storm-software/storm-ops/commit/8f9d0ddf4391534ee60dee603a819bf95f8b859c))
2459
+ - **workspace-tools:** Resolved issues with mismatching node/pnpm versions
2460
+ ([8f9d0dd](https://github.com/storm-software/storm-ops/commit/8f9d0ddf4391534ee60dee603a819bf95f8b859c))
2075
2461
 
2076
2462
  ## [1.3.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.1...linting-tools-v1.3.2) (2023-11-07)
2077
2463
 
2078
2464
  ### Bug Fixes
2079
2465
 
2080
- - **create-storm-workspace:** Bundle packages with create-storm-workspace ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
2466
+ - **create-storm-workspace:** Bundle packages with create-storm-workspace
2467
+ ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
2081
2468
 
2082
2469
  ## [1.3.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.3.0...linting-tools-v1.3.1) (2023-11-07)
2083
2470
 
2084
2471
  ### Bug Fixes
2085
2472
 
2086
- - **create-storm-workspace:** Resolved issue with linked workspace-tools dependency in package.json ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
2473
+ - **create-storm-workspace:** Resolved issue with linked workspace-tools
2474
+ dependency in package.json
2475
+ ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
2087
2476
 
2088
2477
  # [1.3.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.2.0...linting-tools-v1.3.0) (2023-11-07)
2089
2478
 
2090
2479
  ### Features
2091
2480
 
2092
- - **workspace-tools:** Added the node-library generator ([85ada65](https://github.com/storm-software/storm-ops/commit/85ada65f9737f972a36d0a001179f87963b4aa98))
2481
+ - **workspace-tools:** Added the node-library generator
2482
+ ([85ada65](https://github.com/storm-software/storm-ops/commit/85ada65f9737f972a36d0a001179f87963b4aa98))
2093
2483
 
2094
2484
  # [1.2.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.1.0...linting-tools-v1.2.0) (2023-11-07)
2095
2485
 
2096
2486
  ### Bug Fixes
2097
2487
 
2098
- - **storm-ops:** Regenerated pnpm filelock file ([113bf16](https://github.com/storm-software/storm-ops/commit/113bf1678acd4324992f4d8f2581c262bddcbc85))
2488
+ - **storm-ops:** Regenerated pnpm filelock file
2489
+ ([113bf16](https://github.com/storm-software/storm-ops/commit/113bf1678acd4324992f4d8f2581c262bddcbc85))
2099
2490
 
2100
2491
  ### Features
2101
2492
 
2102
- - **testing-tools:** Added testing-tools library for common test functionality ([08d3ccd](https://github.com/storm-software/storm-ops/commit/08d3ccda5508db5c9abf2481900f9d9826d6ece1))
2493
+ - **testing-tools:** Added testing-tools library for common test functionality
2494
+ ([08d3ccd](https://github.com/storm-software/storm-ops/commit/08d3ccda5508db5c9abf2481900f9d9826d6ece1))
2103
2495
 
2104
2496
  # [1.1.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.0.3...linting-tools-v1.1.0) (2023-11-07)
2105
2497
 
2106
2498
  ### Bug Fixes
2107
2499
 
2108
- - **storm-ops:** Update pnpm lockfile ([f08a730](https://github.com/storm-software/storm-ops/commit/f08a7309f56fabbf6d0c108b3a57834a0ec05429))
2500
+ - **storm-ops:** Update pnpm lockfile
2501
+ ([f08a730](https://github.com/storm-software/storm-ops/commit/f08a7309f56fabbf6d0c108b3a57834a0ec05429))
2109
2502
 
2110
2503
  ### Features
2111
2504
 
2112
- - **storm-ops:** Converted repository eslint to flat structure ([a738c3a](https://github.com/storm-software/storm-ops/commit/a738c3a9839cd5262e98029641f7a9a4d886e117))
2505
+ - **storm-ops:** Converted repository eslint to flat structure
2506
+ ([a738c3a](https://github.com/storm-software/storm-ops/commit/a738c3a9839cd5262e98029641f7a9a4d886e117))
2113
2507
 
2114
2508
  ## [1.0.3](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.0.2...linting-tools-v1.0.3) (2023-11-06)
2115
2509
 
2116
2510
  ### Bug Fixes
2117
2511
 
2118
- - **storm-ops:** Regenerate pnpm lockfile ([6cc4c75](https://github.com/storm-software/storm-ops/commit/6cc4c75486d843327d8e438e34dd08182bb0e052))
2512
+ - **storm-ops:** Regenerate pnpm lockfile
2513
+ ([6cc4c75](https://github.com/storm-software/storm-ops/commit/6cc4c75486d843327d8e438e34dd08182bb0e052))
2119
2514
 
2120
2515
  ## [1.0.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.0.1...linting-tools-v1.0.2) (2023-11-06)
2121
2516
 
2122
2517
  ### Bug Fixes
2123
2518
 
2124
- - **git-tools:** Added missing GitHub release config and removed failed GitGuardian lines ([4b64698](https://github.com/storm-software/storm-ops/commit/4b646983226fa979c76f8078ffd1cee1d544f1a1))
2519
+ - **git-tools:** Added missing GitHub release config and removed failed
2520
+ GitGuardian lines
2521
+ ([4b64698](https://github.com/storm-software/storm-ops/commit/4b646983226fa979c76f8078ffd1cee1d544f1a1))
2125
2522
 
2126
2523
  ## [1.0.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.0.0...linting-tools-v1.0.1) (2023-11-06)
2127
2524
 
2128
2525
  ### Bug Fixes
2129
2526
 
2130
- - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to workspace root ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2131
- - **storm-ops:** Resolved issue with prepare script in workspace root ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2527
+ - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to
2528
+ workspace root
2529
+ ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2530
+ - **storm-ops:** Resolved issue with prepare script in workspace root
2531
+ ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2132
2532
 
2133
2533
  ## [1.0.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.0.0...linting-tools-v1.0.1) (2023-11-06)
2134
2534
 
2135
2535
  ### Bug Fixes
2136
2536
 
2137
- - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to workspace root ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2138
- - **storm-ops:** Resolved issue with prepare script in workspace root ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2537
+ - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to
2538
+ workspace root
2539
+ ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2540
+ - **storm-ops:** Resolved issue with prepare script in workspace root
2541
+ ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2139
2542
 
2140
2543
  # [1.0.0](https://github.com/storm-software/storm-ops/compare/...linting-tools-v1.0.0) (2023-11-06)
2141
2544
 
2142
2545
  ### Bug Fixes
2143
2546
 
2144
- - **deps:** pin dependencies ([3a245b9](https://github.com/storm-software/storm-ops/commit/3a245b9f6781af520862474da42de105a59a96e1))
2145
- - **deps:** update dependencies-non-major ([8b99e68](https://github.com/storm-software/storm-ops/commit/8b99e68edc98c02d0e59d69d7c82069e60ee0faa))
2146
- - **deps:** update dependency @cspell/dict-en-gb to v4 ([eddf2bf](https://github.com/storm-software/storm-ops/commit/eddf2bff0125b38008a3dccf22928f20767ecd26))
2147
- - **deps:** update dependency p-limit to v5 ([353e00a](https://github.com/storm-software/storm-ops/commit/353e00a00d4de71ca2d828d4a788726da6020ba4))
2148
- - **deps:** update dependency prettier to v3 ([f505213](https://github.com/storm-software/storm-ops/commit/f50521399cb1f54916a803b91587f6241467123a))
2149
- - **deps:** update patch prod dependencies ([651ea23](https://github.com/storm-software/storm-ops/commit/651ea23e5a515e2391a415b5c9b1f194eb7ff8f0))
2150
- - **deps:** update typescript-eslint monorepo to v6 ([c8b086b](https://github.com/storm-software/storm-ops/commit/c8b086b43f25c22c200bf157e88459371391ec38))
2151
- - **git-tools:** Add @semantic-release/github dependency to git-tools ([949bc8d](https://github.com/storm-software/storm-ops/commit/949bc8d953b855e3f2e0a2f7e1faae12da83cdad))
2152
- - **git-tools:** Added config token replacement functionality ([cd48602](https://github.com/storm-software/storm-ops/commit/cd4860283eb249bfe2b2b08a439f729f2f5b89a3))
2153
- - **git-tools:** Added missing semantic-release depenencies ([33a0f5e](https://github.com/storm-software/storm-ops/commit/33a0f5e635a417715db8cbfd78540912e721529b))
2154
- - **git-tools:** Added missing semantic-release plugins ([5350bc2](https://github.com/storm-software/storm-ops/commit/5350bc2bd4c89f9f1dc1f29903dfbd90ffb6f337))
2155
- - **git-tools:** Added semantic-release plugins to root package.json ([55289a7](https://github.com/storm-software/storm-ops/commit/55289a75b08e1603f087dfa1c8b6d594b6386f95))
2156
- - **git-tools:** Convert package to ES module ([b845fda](https://github.com/storm-software/storm-ops/commit/b845fdacbd530a90cb6a596cd9e182f3466e92f0))
2157
- - **git-tools:** Patch semantic-release to use an import instead of require on the plugin ([25dcf81](https://github.com/storm-software/storm-ops/commit/25dcf81794381cb3df24ea944592bf6e729093cf))
2158
- - **git-tools:** Remove unused lodash dependency ([0381059](https://github.com/storm-software/storm-ops/commit/0381059a48e7260648a61178ad52912c69362601))
2159
- - **git-tools:** Resolve issue with CJS vs ESM conflicts ([7afb4c9](https://github.com/storm-software/storm-ops/commit/7afb4c98b22dff7a9b9d9ba5987b212797b7aa29))
2160
- - **git-tools:** Resolved issues with release module imports ([befe2b2](https://github.com/storm-software/storm-ops/commit/befe2b21a3726abd51a032abaed21e8bcaf50c74))
2161
- - **git-tools:** Update method of importing semantic-release ([5ae114e](https://github.com/storm-software/storm-ops/commit/5ae114e0fee775840363ffcf7f2efcb727c2c9ed))
2162
- - **git-tools:** Update require to import in semantic-release patch ([e2ef52c](https://github.com/storm-software/storm-ops/commit/e2ef52cd0920336ad33857954040af7291a66e6d))
2163
- - **semantic-release-plugin:** Add cjs build to release plugin ([3e06494](https://github.com/storm-software/storm-ops/commit/3e0649470fcc68814b550dd933fedb5840425617))
2164
- - **semantic-release-plugin:** Add code for commit analyzer ([2757ca3](https://github.com/storm-software/storm-ops/commit/2757ca3c9805b1cde9cb4bab0361ebee783fae11))
2165
- - **semantic-release-plugin:** Add release note generation to semantic release plugin ([c4e250d](https://github.com/storm-software/storm-ops/commit/c4e250d910daa10aa33549c1c6f508e569930870))
2166
- - **semantic-release-plugin:** Add rootDir to plugin ([674ebdd](https://github.com/storm-software/storm-ops/commit/674ebddf21eaea5958064d4791df1ef676aab393))
2167
- - **semantic-release-plugin:** Change compiler type ([542667d](https://github.com/storm-software/storm-ops/commit/542667db6b58fe9775c92632cf0497a80d74593b))
2168
- - **semantic-release-plugin:** Changed import type for release plugin ([51f4809](https://github.com/storm-software/storm-ops/commit/51f480922809acb5592fcc8b594548d729388a7b))
2169
- - **semantic-release-plugin:** Converted the plugin to CommonJS ([ff870ee](https://github.com/storm-software/storm-ops/commit/ff870ee083c7da4524f50332cf2b47ef27734a3f))
2170
- - **semantic-release-plugin:** Format output to mjs file ([2175391](https://github.com/storm-software/storm-ops/commit/217539176889675d3e47a7dac102a1533a68869a))
2171
- - **semantic-release-plugin:** Invoke commit analzyer manually to prevent ES module issues ([09c66cb](https://github.com/storm-software/storm-ops/commit/09c66cb2c2fc94f59149b93d299cc95346438542))
2172
- - **semantic-release-plugin:** Mark the semantic-release plugin as external ([863ed64](https://github.com/storm-software/storm-ops/commit/863ed640a3960fbed7de71f946db0e2d591c87b8))
2173
- - **semantic-release-plugin:** Patch semantic-release-plugin-decorators to use import instead of require ([8a4b348](https://github.com/storm-software/storm-ops/commit/8a4b34854be0b5b6e7d4bef05942de8ea7ab84b4))
2174
- - **semantic-release-plugin:** Remove code to avoid semantic release built-in plugins ([6a7263b](https://github.com/storm-software/storm-ops/commit/6a7263b1273c0233ccdb79b3c3c06a9059375e5d))
2175
- - **semantic-release-plugin:** Remove third party code from bundle ([5d0d464](https://github.com/storm-software/storm-ops/commit/5d0d464e75d1fdd47e8db9f471ef8655a6b800e5))
2176
- - **semantic-release-plugin:** Removed dependancy on commit analyzer ([4796955](https://github.com/storm-software/storm-ops/commit/479695525e578ead9ada3fc79b2f46edfb0b667d))
2177
- - **semantic-release-plugin:** Resolve imports to support ES modules ([91cdf56](https://github.com/storm-software/storm-ops/commit/91cdf569e0e2237bbc0cb2e81446c3b2578a2e27))
2178
- - **semantic-release-plugin:** Resolve issue with main path extension in package.json ([b2aa62b](https://github.com/storm-software/storm-ops/commit/b2aa62be19ed31f64f6b1c483f0dd480ce73c1de))
2179
- - **semantic-release-plugin:** Resolve missing path module ([34409df](https://github.com/storm-software/storm-ops/commit/34409df07f095e6b11d80f570d03dea3bf859a86))
2180
- - **semantic-release-plugin:** Resolve path import issue ([c7769a1](https://github.com/storm-software/storm-ops/commit/c7769a123fbb48988c58047fa4832563b7946dad))
2181
- - **semantic-release-plugin:** Unbundle sematic release plugin ([7910e43](https://github.com/storm-software/storm-ops/commit/7910e43b14a9f048ad4979cdc8819589adbc1b3a))
2182
- - **semantic-release-plugin:** Update extension on main file to be mjs ([8c6e389](https://github.com/storm-software/storm-ops/commit/8c6e389bac21008b2cb4289b47f345ec52b2c204))
2183
- - **semantic-release-plugin:** Update the package.json index file path ([1da1cce](https://github.com/storm-software/storm-ops/commit/1da1cce9d135826636ed7af371e01db329bf1cc9))
2184
- - **storm-ops:** Added back husky hooks and removed config from package.json ([f1b0b85](https://github.com/storm-software/storm-ops/commit/f1b0b85af21c22051a9f26c8d987c4370c60ca76))
2185
- - **storm-ops:** Patch semantic release to use old config import ([18e27d6](https://github.com/storm-software/storm-ops/commit/18e27d6f5038475e28a83efbfdb0438fac3acda2))
2186
- - **storm-ops:** Remove unused workspace config from package.json ([0651468](https://github.com/storm-software/storm-ops/commit/0651468547eab92f29ea0f74152752eb700af0cb))
2187
- - **storm-ops:** Resolved issues with build/CI ([fc81a8f](https://github.com/storm-software/storm-ops/commit/fc81a8f527d7b0a069818243f955d05062a4efac))
2188
- - **storm-ops:** Resolved issues with pnpm lockfile ([563238c](https://github.com/storm-software/storm-ops/commit/563238cad00bc4042512438aee4072a084cfce99))
2189
- - **storm-ops:** Update linting tools, and scripts, to use ES modules ([59cb4a1](https://github.com/storm-software/storm-ops/commit/59cb4a18772bbe85a8d88aa356c37b799ce0d11f))
2190
- - **storm-ops:** Update lockfile for monorepo ([fc39b4a](https://github.com/storm-software/storm-ops/commit/fc39b4a32e199550eddf85360728e9253d210fa7))
2191
- - **storm-ops:** Update paths used to check for package.json during versioning ([5e87fd0](https://github.com/storm-software/storm-ops/commit/5e87fd0d472ff670c48081fd30c15eaa699dcde5))
2192
- - **storm-ops:** Update the directory paths in child package.json files ([77b739e](https://github.com/storm-software/storm-ops/commit/77b739e5ff4266a0a7a7b9ab0a6dc39062ecfbe7))
2193
- - **storm-ops:** Update the REPO_ROOT env to align with new naming convention ([02d58d0](https://github.com/storm-software/storm-ops/commit/02d58d05c15de07c9123427df7fead73bfed5364))
2194
- - **storm-ops:** Update workspace package.json file with private field set to false ([2045f27](https://github.com/storm-software/storm-ops/commit/2045f2753e90828747d155903dc5071864e893aa))
2547
+ - **deps:** pin dependencies
2548
+ ([3a245b9](https://github.com/storm-software/storm-ops/commit/3a245b9f6781af520862474da42de105a59a96e1))
2549
+ - **deps:** update dependencies-non-major
2550
+ ([8b99e68](https://github.com/storm-software/storm-ops/commit/8b99e68edc98c02d0e59d69d7c82069e60ee0faa))
2551
+ - **deps:** update dependency @cspell/dict-en-gb to v4
2552
+ ([eddf2bf](https://github.com/storm-software/storm-ops/commit/eddf2bff0125b38008a3dccf22928f20767ecd26))
2553
+ - **deps:** update dependency p-limit to v5
2554
+ ([353e00a](https://github.com/storm-software/storm-ops/commit/353e00a00d4de71ca2d828d4a788726da6020ba4))
2555
+ - **deps:** update dependency prettier to v3
2556
+ ([f505213](https://github.com/storm-software/storm-ops/commit/f50521399cb1f54916a803b91587f6241467123a))
2557
+ - **deps:** update patch prod dependencies
2558
+ ([651ea23](https://github.com/storm-software/storm-ops/commit/651ea23e5a515e2391a415b5c9b1f194eb7ff8f0))
2559
+ - **deps:** update typescript-eslint monorepo to v6
2560
+ ([c8b086b](https://github.com/storm-software/storm-ops/commit/c8b086b43f25c22c200bf157e88459371391ec38))
2561
+ - **git-tools:** Add @semantic-release/github dependency to git-tools
2562
+ ([949bc8d](https://github.com/storm-software/storm-ops/commit/949bc8d953b855e3f2e0a2f7e1faae12da83cdad))
2563
+ - **git-tools:** Added config token replacement functionality
2564
+ ([cd48602](https://github.com/storm-software/storm-ops/commit/cd4860283eb249bfe2b2b08a439f729f2f5b89a3))
2565
+ - **git-tools:** Added missing semantic-release depenencies
2566
+ ([33a0f5e](https://github.com/storm-software/storm-ops/commit/33a0f5e635a417715db8cbfd78540912e721529b))
2567
+ - **git-tools:** Added missing semantic-release plugins
2568
+ ([5350bc2](https://github.com/storm-software/storm-ops/commit/5350bc2bd4c89f9f1dc1f29903dfbd90ffb6f337))
2569
+ - **git-tools:** Added semantic-release plugins to root package.json
2570
+ ([55289a7](https://github.com/storm-software/storm-ops/commit/55289a75b08e1603f087dfa1c8b6d594b6386f95))
2571
+ - **git-tools:** Convert package to ES module
2572
+ ([b845fda](https://github.com/storm-software/storm-ops/commit/b845fdacbd530a90cb6a596cd9e182f3466e92f0))
2573
+ - **git-tools:** Patch semantic-release to use an import instead of require on
2574
+ the plugin
2575
+ ([25dcf81](https://github.com/storm-software/storm-ops/commit/25dcf81794381cb3df24ea944592bf6e729093cf))
2576
+ - **git-tools:** Remove unused lodash dependency
2577
+ ([0381059](https://github.com/storm-software/storm-ops/commit/0381059a48e7260648a61178ad52912c69362601))
2578
+ - **git-tools:** Resolve issue with CJS vs ESM conflicts
2579
+ ([7afb4c9](https://github.com/storm-software/storm-ops/commit/7afb4c98b22dff7a9b9d9ba5987b212797b7aa29))
2580
+ - **git-tools:** Resolved issues with release module imports
2581
+ ([befe2b2](https://github.com/storm-software/storm-ops/commit/befe2b21a3726abd51a032abaed21e8bcaf50c74))
2582
+ - **git-tools:** Update method of importing semantic-release
2583
+ ([5ae114e](https://github.com/storm-software/storm-ops/commit/5ae114e0fee775840363ffcf7f2efcb727c2c9ed))
2584
+ - **git-tools:** Update require to import in semantic-release patch
2585
+ ([e2ef52c](https://github.com/storm-software/storm-ops/commit/e2ef52cd0920336ad33857954040af7291a66e6d))
2586
+ - **semantic-release-plugin:** Add cjs build to release plugin
2587
+ ([3e06494](https://github.com/storm-software/storm-ops/commit/3e0649470fcc68814b550dd933fedb5840425617))
2588
+ - **semantic-release-plugin:** Add code for commit analyzer
2589
+ ([2757ca3](https://github.com/storm-software/storm-ops/commit/2757ca3c9805b1cde9cb4bab0361ebee783fae11))
2590
+ - **semantic-release-plugin:** Add release note generation to semantic release
2591
+ plugin
2592
+ ([c4e250d](https://github.com/storm-software/storm-ops/commit/c4e250d910daa10aa33549c1c6f508e569930870))
2593
+ - **semantic-release-plugin:** Add rootDir to plugin
2594
+ ([674ebdd](https://github.com/storm-software/storm-ops/commit/674ebddf21eaea5958064d4791df1ef676aab393))
2595
+ - **semantic-release-plugin:** Change compiler type
2596
+ ([542667d](https://github.com/storm-software/storm-ops/commit/542667db6b58fe9775c92632cf0497a80d74593b))
2597
+ - **semantic-release-plugin:** Changed import type for release plugin
2598
+ ([51f4809](https://github.com/storm-software/storm-ops/commit/51f480922809acb5592fcc8b594548d729388a7b))
2599
+ - **semantic-release-plugin:** Converted the plugin to CommonJS
2600
+ ([ff870ee](https://github.com/storm-software/storm-ops/commit/ff870ee083c7da4524f50332cf2b47ef27734a3f))
2601
+ - **semantic-release-plugin:** Format output to mjs file
2602
+ ([2175391](https://github.com/storm-software/storm-ops/commit/217539176889675d3e47a7dac102a1533a68869a))
2603
+ - **semantic-release-plugin:** Invoke commit analzyer manually to prevent ES
2604
+ module issues
2605
+ ([09c66cb](https://github.com/storm-software/storm-ops/commit/09c66cb2c2fc94f59149b93d299cc95346438542))
2606
+ - **semantic-release-plugin:** Mark the semantic-release plugin as external
2607
+ ([863ed64](https://github.com/storm-software/storm-ops/commit/863ed640a3960fbed7de71f946db0e2d591c87b8))
2608
+ - **semantic-release-plugin:** Patch semantic-release-plugin-decorators to use
2609
+ import instead of require
2610
+ ([8a4b348](https://github.com/storm-software/storm-ops/commit/8a4b34854be0b5b6e7d4bef05942de8ea7ab84b4))
2611
+ - **semantic-release-plugin:** Remove code to avoid semantic release built-in
2612
+ plugins
2613
+ ([6a7263b](https://github.com/storm-software/storm-ops/commit/6a7263b1273c0233ccdb79b3c3c06a9059375e5d))
2614
+ - **semantic-release-plugin:** Remove third party code from bundle
2615
+ ([5d0d464](https://github.com/storm-software/storm-ops/commit/5d0d464e75d1fdd47e8db9f471ef8655a6b800e5))
2616
+ - **semantic-release-plugin:** Removed dependancy on commit analyzer
2617
+ ([4796955](https://github.com/storm-software/storm-ops/commit/479695525e578ead9ada3fc79b2f46edfb0b667d))
2618
+ - **semantic-release-plugin:** Resolve imports to support ES modules
2619
+ ([91cdf56](https://github.com/storm-software/storm-ops/commit/91cdf569e0e2237bbc0cb2e81446c3b2578a2e27))
2620
+ - **semantic-release-plugin:** Resolve issue with main path extension in
2621
+ package.json
2622
+ ([b2aa62b](https://github.com/storm-software/storm-ops/commit/b2aa62be19ed31f64f6b1c483f0dd480ce73c1de))
2623
+ - **semantic-release-plugin:** Resolve missing path module
2624
+ ([34409df](https://github.com/storm-software/storm-ops/commit/34409df07f095e6b11d80f570d03dea3bf859a86))
2625
+ - **semantic-release-plugin:** Resolve path import issue
2626
+ ([c7769a1](https://github.com/storm-software/storm-ops/commit/c7769a123fbb48988c58047fa4832563b7946dad))
2627
+ - **semantic-release-plugin:** Unbundle sematic release plugin
2628
+ ([7910e43](https://github.com/storm-software/storm-ops/commit/7910e43b14a9f048ad4979cdc8819589adbc1b3a))
2629
+ - **semantic-release-plugin:** Update extension on main file to be mjs
2630
+ ([8c6e389](https://github.com/storm-software/storm-ops/commit/8c6e389bac21008b2cb4289b47f345ec52b2c204))
2631
+ - **semantic-release-plugin:** Update the package.json index file path
2632
+ ([1da1cce](https://github.com/storm-software/storm-ops/commit/1da1cce9d135826636ed7af371e01db329bf1cc9))
2633
+ - **storm-ops:** Added back husky hooks and removed config from package.json
2634
+ ([f1b0b85](https://github.com/storm-software/storm-ops/commit/f1b0b85af21c22051a9f26c8d987c4370c60ca76))
2635
+ - **storm-ops:** Patch semantic release to use old config import
2636
+ ([18e27d6](https://github.com/storm-software/storm-ops/commit/18e27d6f5038475e28a83efbfdb0438fac3acda2))
2637
+ - **storm-ops:** Remove unused workspace config from package.json
2638
+ ([0651468](https://github.com/storm-software/storm-ops/commit/0651468547eab92f29ea0f74152752eb700af0cb))
2639
+ - **storm-ops:** Resolved issues with build/CI
2640
+ ([fc81a8f](https://github.com/storm-software/storm-ops/commit/fc81a8f527d7b0a069818243f955d05062a4efac))
2641
+ - **storm-ops:** Resolved issues with pnpm lockfile
2642
+ ([563238c](https://github.com/storm-software/storm-ops/commit/563238cad00bc4042512438aee4072a084cfce99))
2643
+ - **storm-ops:** Update linting tools, and scripts, to use ES modules
2644
+ ([59cb4a1](https://github.com/storm-software/storm-ops/commit/59cb4a18772bbe85a8d88aa356c37b799ce0d11f))
2645
+ - **storm-ops:** Update lockfile for monorepo
2646
+ ([fc39b4a](https://github.com/storm-software/storm-ops/commit/fc39b4a32e199550eddf85360728e9253d210fa7))
2647
+ - **storm-ops:** Update paths used to check for package.json during versioning
2648
+ ([5e87fd0](https://github.com/storm-software/storm-ops/commit/5e87fd0d472ff670c48081fd30c15eaa699dcde5))
2649
+ - **storm-ops:** Update the directory paths in child package.json files
2650
+ ([77b739e](https://github.com/storm-software/storm-ops/commit/77b739e5ff4266a0a7a7b9ab0a6dc39062ecfbe7))
2651
+ - **storm-ops:** Update the REPO_ROOT env to align with new naming convention
2652
+ ([02d58d0](https://github.com/storm-software/storm-ops/commit/02d58d05c15de07c9123427df7fead73bfed5364))
2653
+ - **storm-ops:** Update workspace package.json file with private field set to
2654
+ false
2655
+ ([2045f27](https://github.com/storm-software/storm-ops/commit/2045f2753e90828747d155903dc5071864e893aa))
2195
2656
 
2196
2657
  ### Features
2197
2658
 
2198
- - **create-storm-workspace:** Initial check-in for storm-ops monorepo ([ecb9822](https://github.com/storm-software/storm-ops/commit/ecb9822741fd989c3ce68fd7d07547e8b925cd9d))
2199
- - **git-tools:** Move the semantic-release-plugin into the git-tools package ([663e7ca](https://github.com/storm-software/storm-ops/commit/663e7ca6f51bf141b698a6448f88471278a2c77f))
2200
- - **semantic-release-plugin:** Resolve issues with plugin so release executes ([b7164b5](https://github.com/storm-software/storm-ops/commit/b7164b5b5b077da44a40141ade245ddd26ae54ee))
2201
- - **semantic-release-plugin:** Split out the semantic release plugin into it's own project ([317e52c](https://github.com/storm-software/storm-ops/commit/317e52ca4278855a87a5d1f8b52faab610a35ba8))
2659
+ - **create-storm-workspace:** Initial check-in for storm-ops monorepo
2660
+ ([ecb9822](https://github.com/storm-software/storm-ops/commit/ecb9822741fd989c3ce68fd7d07547e8b925cd9d))
2661
+ - **git-tools:** Move the semantic-release-plugin into the git-tools package
2662
+ ([663e7ca](https://github.com/storm-software/storm-ops/commit/663e7ca6f51bf141b698a6448f88471278a2c77f))
2663
+ - **semantic-release-plugin:** Resolve issues with plugin so release executes
2664
+ ([b7164b5](https://github.com/storm-software/storm-ops/commit/b7164b5b5b077da44a40141ade245ddd26ae54ee))
2665
+ - **semantic-release-plugin:** Split out the semantic release plugin into it's
2666
+ own project
2667
+ ([317e52c](https://github.com/storm-software/storm-ops/commit/317e52ca4278855a87a5d1f8b52faab610a35ba8))