@storm-software/tsconfig 0.11.0 → 0.12.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 +91 -44
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,64 +1,81 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.12.0 (2024-06-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### 🚀 Features
|
|
5
5
|
|
|
6
|
-
- **eslint-plugin:**
|
|
6
|
+
- **eslint-plugin:** Bundle storm software packages ([f2daca8c](https://github.com/storm-software/storm-ops/commit/f2daca8c))
|
|
7
7
|
|
|
8
|
-
## 0.
|
|
8
|
+
## 0.11.1 (2024-06-24)
|
|
9
9
|
|
|
10
|
+
### 🩹 Fixes
|
|
11
|
+
|
|
12
|
+
- **storm-ops:** Resolve issue with renovatebot in workflow action
|
|
13
|
+
([e587423a](https://github.com/storm-software/storm-ops/commit/e587423a))
|
|
14
|
+
|
|
15
|
+
## 0.11.0 (2024-06-24)
|
|
10
16
|
|
|
11
17
|
### 🚀 Features
|
|
12
18
|
|
|
13
|
-
- **
|
|
19
|
+
- **eslint-plugin:** Split up the eslint plugin implementation into separate
|
|
20
|
+
packages
|
|
21
|
+
([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
|
|
14
22
|
|
|
15
|
-
## 0.
|
|
23
|
+
## 0.10.0 (2024-06-22)
|
|
16
24
|
|
|
25
|
+
### 🚀 Features
|
|
26
|
+
|
|
27
|
+
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
28
|
+
([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
29
|
+
|
|
30
|
+
## 0.9.0 (2024-06-22)
|
|
17
31
|
|
|
18
32
|
### 🚀 Features
|
|
19
33
|
|
|
20
|
-
- **storm-ops:** Updated pnpm-lock file
|
|
34
|
+
- **storm-ops:** Updated pnpm-lock file
|
|
35
|
+
([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
21
36
|
|
|
22
37
|
## 0.8.0 (2024-06-22)
|
|
23
38
|
|
|
24
|
-
|
|
25
39
|
### 🚀 Features
|
|
26
40
|
|
|
27
|
-
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
41
|
+
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
42
|
+
management
|
|
43
|
+
([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
|
|
28
44
|
|
|
29
45
|
## 0.7.0 (2024-06-21)
|
|
30
46
|
|
|
31
|
-
|
|
32
47
|
### 🚀 Features
|
|
33
48
|
|
|
34
|
-
- **eslint-plugin:** Resolve issues with eslint module types
|
|
49
|
+
- **eslint-plugin:** Resolve issues with eslint module types
|
|
50
|
+
([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
35
51
|
|
|
36
52
|
## 0.6.0 (2024-06-17)
|
|
37
53
|
|
|
38
|
-
|
|
39
54
|
### 🚀 Features
|
|
40
55
|
|
|
41
|
-
- **tsconfig:** Improve the Typescript configuration inheritance and linting
|
|
56
|
+
- **tsconfig:** Improve the Typescript configuration inheritance and linting
|
|
57
|
+
([b84c881f](https://github.com/storm-software/storm-ops/commit/b84c881f))
|
|
42
58
|
|
|
43
59
|
## 0.5.0 (2024-06-05)
|
|
44
60
|
|
|
45
|
-
|
|
46
61
|
### 🚀 Features
|
|
47
62
|
|
|
48
|
-
- **tsconfig:** Added `preserveSymlinks` to base tsconfig
|
|
63
|
+
- **tsconfig:** Added `preserveSymlinks` to base tsconfig
|
|
64
|
+
([40522881](https://github.com/storm-software/storm-ops/commit/40522881))
|
|
49
65
|
|
|
50
66
|
## 0.4.0 (2024-06-05)
|
|
51
67
|
|
|
52
|
-
|
|
53
68
|
### 🚀 Features
|
|
54
69
|
|
|
55
|
-
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
70
|
+
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
71
|
+
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
56
72
|
|
|
57
73
|
## 0.3.6 (2024-04-09)
|
|
58
74
|
|
|
59
75
|
### 🩹 Fixes
|
|
60
76
|
|
|
61
|
-
- **tsconfig:** Resolve invalid base tsconfig modules
|
|
77
|
+
- **tsconfig:** Resolve invalid base tsconfig modules
|
|
78
|
+
([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
|
|
62
79
|
|
|
63
80
|
### ❤️ Thank You
|
|
64
81
|
|
|
@@ -68,7 +85,8 @@
|
|
|
68
85
|
|
|
69
86
|
### 🩹 Fixes
|
|
70
87
|
|
|
71
|
-
- **build-tools:** Updates to base tsconfig and build tools
|
|
88
|
+
- **build-tools:** Updates to base tsconfig and build tools
|
|
89
|
+
([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
|
|
72
90
|
|
|
73
91
|
### ❤️ Thank You
|
|
74
92
|
|
|
@@ -78,7 +96,8 @@
|
|
|
78
96
|
|
|
79
97
|
### 🩹 Fixes
|
|
80
98
|
|
|
81
|
-
- **build-tools:** Resolved issue with module types used in build
|
|
99
|
+
- **build-tools:** Resolved issue with module types used in build
|
|
100
|
+
([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
82
101
|
|
|
83
102
|
### ❤️ Thank You
|
|
84
103
|
|
|
@@ -88,7 +107,8 @@
|
|
|
88
107
|
|
|
89
108
|
### 🩹 Fixes
|
|
90
109
|
|
|
91
|
-
- **build-tools:** Resolved issue with duplicate require definition
|
|
110
|
+
- **build-tools:** Resolved issue with duplicate require definition
|
|
111
|
+
([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
92
112
|
|
|
93
113
|
### ❤️ Thank You
|
|
94
114
|
|
|
@@ -98,7 +118,8 @@
|
|
|
98
118
|
|
|
99
119
|
### 🩹 Fixes
|
|
100
120
|
|
|
101
|
-
- **workspace-tools:** Resolve issues with `build-tools` import
|
|
121
|
+
- **workspace-tools:** Resolve issues with `build-tools` import
|
|
122
|
+
([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
|
|
102
123
|
|
|
103
124
|
### ❤️ Thank You
|
|
104
125
|
|
|
@@ -108,7 +129,8 @@
|
|
|
108
129
|
|
|
109
130
|
### 🩹 Fixes
|
|
110
131
|
|
|
111
|
-
- **git-tools:** Update release tool to use local function to get configuration
|
|
132
|
+
- **git-tools:** Update release tool to use local function to get configuration
|
|
133
|
+
([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
|
|
112
134
|
|
|
113
135
|
### ❤️ Thank You
|
|
114
136
|
|
|
@@ -118,7 +140,8 @@
|
|
|
118
140
|
|
|
119
141
|
### 🚀 Features
|
|
120
142
|
|
|
121
|
-
- **storm-ops:** Merged in change to the main branch
|
|
143
|
+
- **storm-ops:** Merged in change to the main branch
|
|
144
|
+
([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
122
145
|
|
|
123
146
|
### ❤️ Thank You
|
|
124
147
|
|
|
@@ -128,7 +151,8 @@
|
|
|
128
151
|
|
|
129
152
|
### 🚀 Features
|
|
130
153
|
|
|
131
|
-
- **build-tools:** Added support for `rolldown` builds
|
|
154
|
+
- **build-tools:** Added support for `rolldown` builds
|
|
155
|
+
([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
132
156
|
|
|
133
157
|
### ❤️ Thank You
|
|
134
158
|
|
|
@@ -138,7 +162,8 @@
|
|
|
138
162
|
|
|
139
163
|
### 🩹 Fixes
|
|
140
164
|
|
|
141
|
-
- **workspace-tools:** Resolve issue with bad release path in npm publish
|
|
165
|
+
- **workspace-tools:** Resolve issue with bad release path in npm publish
|
|
166
|
+
([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
142
167
|
|
|
143
168
|
### ❤️ Thank You
|
|
144
169
|
|
|
@@ -148,7 +173,9 @@
|
|
|
148
173
|
|
|
149
174
|
### 🩹 Fixes
|
|
150
175
|
|
|
151
|
-
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript
|
|
176
|
+
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript
|
|
177
|
+
projects
|
|
178
|
+
([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
152
179
|
|
|
153
180
|
### ❤️ Thank You
|
|
154
181
|
|
|
@@ -158,7 +185,8 @@
|
|
|
158
185
|
|
|
159
186
|
### 🩹 Fixes
|
|
160
187
|
|
|
161
|
-
- **git-tools:** Added code to add ts plugin transpilers
|
|
188
|
+
- **git-tools:** Added code to add ts plugin transpilers
|
|
189
|
+
([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
|
|
162
190
|
|
|
163
191
|
### ❤️ Thank You
|
|
164
192
|
|
|
@@ -168,7 +196,8 @@
|
|
|
168
196
|
|
|
169
197
|
### 🩹 Fixes
|
|
170
198
|
|
|
171
|
-
- **storm-ops:** Update the links in the README files to use proper repository
|
|
199
|
+
- **storm-ops:** Update the links in the README files to use proper repository
|
|
200
|
+
([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
172
201
|
|
|
173
202
|
### ❤️ Thank You
|
|
174
203
|
|
|
@@ -178,11 +207,14 @@
|
|
|
178
207
|
|
|
179
208
|
### 🚀 Features
|
|
180
209
|
|
|
181
|
-
- **storm-config:** Added rust crates and release/publish workspace tools
|
|
210
|
+
- **storm-config:** Added rust crates and release/publish workspace tools
|
|
211
|
+
([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
|
|
182
212
|
|
|
183
|
-
- **workspace-tools:** Added Nx plugin to apply rust and typescript targets
|
|
213
|
+
- **workspace-tools:** Added Nx plugin to apply rust and typescript targets
|
|
214
|
+
([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
|
|
184
215
|
|
|
185
|
-
- **workspace-tools:** Major updates to base nx.json configuration
|
|
216
|
+
- **workspace-tools:** Major updates to base nx.json configuration
|
|
217
|
+
([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
|
|
186
218
|
|
|
187
219
|
### ❤️ Thank You
|
|
188
220
|
|
|
@@ -192,7 +224,8 @@
|
|
|
192
224
|
|
|
193
225
|
### 🩹 Fixes
|
|
194
226
|
|
|
195
|
-
- **tsconfig:** Repush changes to tsconfig updates
|
|
227
|
+
- **tsconfig:** Repush changes to tsconfig updates
|
|
228
|
+
([1939b194](https://github.com/storm-software/storm-ops/commit/1939b194))
|
|
196
229
|
|
|
197
230
|
### ❤️ Thank You
|
|
198
231
|
|
|
@@ -202,7 +235,8 @@
|
|
|
202
235
|
|
|
203
236
|
### 🩹 Fixes
|
|
204
237
|
|
|
205
|
-
- **tsconfig:** Remove unused options from root tsconfig
|
|
238
|
+
- **tsconfig:** Remove unused options from root tsconfig
|
|
239
|
+
([b36ca687](https://github.com/storm-software/storm-ops/commit/b36ca687))
|
|
206
240
|
|
|
207
241
|
### ❤️ Thank You
|
|
208
242
|
|
|
@@ -212,7 +246,8 @@
|
|
|
212
246
|
|
|
213
247
|
### 🩹 Fixes
|
|
214
248
|
|
|
215
|
-
- **workspace-tools:** Remove unneeded chdir lines from base methods
|
|
249
|
+
- **workspace-tools:** Remove unneeded chdir lines from base methods
|
|
250
|
+
([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
|
|
216
251
|
|
|
217
252
|
### ❤️ Thank You
|
|
218
253
|
|
|
@@ -222,7 +257,8 @@
|
|
|
222
257
|
|
|
223
258
|
### 🩹 Fixes
|
|
224
259
|
|
|
225
|
-
- **workspace-tools:** Ensure file paths are valid in `fileNames` array
|
|
260
|
+
- **workspace-tools:** Ensure file paths are valid in `fileNames` array
|
|
261
|
+
([0f15dabc](https://github.com/storm-software/storm-ops/commit/0f15dabc))
|
|
226
262
|
|
|
227
263
|
### ❤️ Thank You
|
|
228
264
|
|
|
@@ -232,7 +268,8 @@
|
|
|
232
268
|
|
|
233
269
|
### 🩹 Fixes
|
|
234
270
|
|
|
235
|
-
- **workspace-tools:** Updates to compiler options for dts build
|
|
271
|
+
- **workspace-tools:** Updates to compiler options for dts build
|
|
272
|
+
([bcee387e](https://github.com/storm-software/storm-ops/commit/bcee387e))
|
|
236
273
|
|
|
237
274
|
### ❤️ Thank You
|
|
238
275
|
|
|
@@ -242,7 +279,8 @@
|
|
|
242
279
|
|
|
243
280
|
### 🩹 Fixes
|
|
244
281
|
|
|
245
|
-
- **tsconfig:** Added `lib` option to base tsconfig file
|
|
282
|
+
- **tsconfig:** Added `lib` option to base tsconfig file
|
|
283
|
+
([7e7a848c](https://github.com/storm-software/storm-ops/commit/7e7a848c))
|
|
246
284
|
|
|
247
285
|
### ❤️ Thank You
|
|
248
286
|
|
|
@@ -252,7 +290,8 @@
|
|
|
252
290
|
|
|
253
291
|
### 🩹 Fixes
|
|
254
292
|
|
|
255
|
-
- **workspace-tools:** Remove the storm env filter
|
|
293
|
+
- **workspace-tools:** Remove the storm env filter
|
|
294
|
+
([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
|
|
256
295
|
|
|
257
296
|
### ❤️ Thank You
|
|
258
297
|
|
|
@@ -262,7 +301,8 @@
|
|
|
262
301
|
|
|
263
302
|
### 🩹 Fixes
|
|
264
303
|
|
|
265
|
-
- **tsconfig:** Added `typeAcquisition` to compiler options
|
|
304
|
+
- **tsconfig:** Added `typeAcquisition` to compiler options
|
|
305
|
+
([2bd60053](https://github.com/storm-software/storm-ops/commit/2bd60053))
|
|
266
306
|
|
|
267
307
|
### ❤️ Thank You
|
|
268
308
|
|
|
@@ -272,7 +312,9 @@
|
|
|
272
312
|
|
|
273
313
|
### 🩹 Fixes
|
|
274
314
|
|
|
275
|
-
- **tsconfig:** Update the base `tsconfig.json` file with module resolution
|
|
315
|
+
- **tsconfig:** Update the base `tsconfig.json` file with module resolution
|
|
316
|
+
options
|
|
317
|
+
([972e1110](https://github.com/storm-software/storm-ops/commit/972e1110))
|
|
276
318
|
|
|
277
319
|
### ❤️ Thank You
|
|
278
320
|
|
|
@@ -282,7 +324,8 @@
|
|
|
282
324
|
|
|
283
325
|
### 🩹 Fixes
|
|
284
326
|
|
|
285
|
-
- **workspace-tools:** Relocation config parser code to build function
|
|
327
|
+
- **workspace-tools:** Relocation config parser code to build function
|
|
328
|
+
([fa27dea4](https://github.com/storm-software/storm-ops/commit/fa27dea4))
|
|
286
329
|
|
|
287
330
|
### ❤️ Thank You
|
|
288
331
|
|
|
@@ -292,7 +335,8 @@
|
|
|
292
335
|
|
|
293
336
|
### 🩹 Fixes
|
|
294
337
|
|
|
295
|
-
- **workspace-tools:** Resolve issue with tsconfig file resolution
|
|
338
|
+
- **workspace-tools:** Resolve issue with tsconfig file resolution
|
|
339
|
+
([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
|
|
296
340
|
|
|
297
341
|
### ❤️ Thank You
|
|
298
342
|
|
|
@@ -302,7 +346,9 @@
|
|
|
302
346
|
|
|
303
347
|
### 🩹 Fixes
|
|
304
348
|
|
|
305
|
-
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools`
|
|
349
|
+
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools`
|
|
350
|
+
type issues
|
|
351
|
+
([c1d51975](https://github.com/storm-software/storm-ops/commit/c1d51975))
|
|
306
352
|
|
|
307
353
|
### ❤️ Thank You
|
|
308
354
|
|
|
@@ -312,7 +358,8 @@
|
|
|
312
358
|
|
|
313
359
|
### 🩹 Fixes
|
|
314
360
|
|
|
315
|
-
- **workspace-tools:** Update all imports to `config-tools` in the package
|
|
361
|
+
- **workspace-tools:** Update all imports to `config-tools` in the package
|
|
362
|
+
([85202800](https://github.com/storm-software/storm-ops/commit/85202800))
|
|
316
363
|
|
|
317
364
|
### ❤️ Thank You
|
|
318
365
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|