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