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