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