@storm-software/tsconfig 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -64
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,90 +1,85 @@
|
|
|
1
|
-
## 0.3.
|
|
1
|
+
## 0.3.2 (2024-04-08)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Resolve issues with `build-tools` import ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
|
|
2
6
|
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Patrick Sullivan
|
|
10
|
+
|
|
11
|
+
## 0.3.1 (2024-04-08)
|
|
3
12
|
|
|
4
13
|
### 🩹 Fixes
|
|
5
14
|
|
|
6
15
|
- **git-tools:** Update release tool to use local function to get configuration ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
### ❤️ Thank You
|
|
17
|
+
### ❤️ Thank You
|
|
10
18
|
|
|
11
19
|
- Patrick Sullivan
|
|
12
20
|
|
|
13
21
|
## 0.3.0 (2024-04-07)
|
|
14
22
|
|
|
15
|
-
|
|
16
23
|
### 🚀 Features
|
|
17
24
|
|
|
18
25
|
- **storm-ops:** Merged in change to the main branch ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
19
26
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
27
|
+
### ❤️ Thank You
|
|
22
28
|
|
|
23
29
|
- Patrick Sullivan
|
|
24
30
|
|
|
25
31
|
## 0.2.0 (2024-04-06)
|
|
26
32
|
|
|
27
|
-
|
|
28
33
|
### 🚀 Features
|
|
29
34
|
|
|
30
35
|
- **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
31
36
|
|
|
32
|
-
|
|
33
|
-
### ❤️ Thank You
|
|
37
|
+
### ❤️ Thank You
|
|
34
38
|
|
|
35
39
|
- Patrick Sullivan
|
|
36
40
|
|
|
37
41
|
## 0.1.4 (2024-04-01)
|
|
38
42
|
|
|
39
|
-
|
|
40
43
|
### 🩹 Fixes
|
|
41
44
|
|
|
42
45
|
- **workspace-tools:** Resolve issue with bad release path in npm publish ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
43
46
|
|
|
44
|
-
|
|
45
|
-
### ❤️ Thank You
|
|
47
|
+
### ❤️ Thank You
|
|
46
48
|
|
|
47
49
|
- Patrick Sullivan
|
|
48
50
|
|
|
49
51
|
## 0.1.3 (2024-03-29)
|
|
50
52
|
|
|
51
|
-
|
|
52
53
|
### 🩹 Fixes
|
|
53
54
|
|
|
54
55
|
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript projects ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
55
56
|
|
|
56
|
-
|
|
57
|
-
### ❤️ Thank You
|
|
57
|
+
### ❤️ Thank You
|
|
58
58
|
|
|
59
59
|
- Patrick Sullivan
|
|
60
60
|
|
|
61
61
|
## 0.1.2 (2024-03-28)
|
|
62
62
|
|
|
63
|
-
|
|
64
63
|
### 🩹 Fixes
|
|
65
64
|
|
|
66
65
|
- **git-tools:** Added code to add ts plugin transpilers ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
|
|
67
66
|
|
|
68
|
-
|
|
69
|
-
### ❤️ Thank You
|
|
67
|
+
### ❤️ Thank You
|
|
70
68
|
|
|
71
69
|
- Patrick Sullivan
|
|
72
70
|
|
|
73
71
|
## 0.1.1 (2024-03-28)
|
|
74
72
|
|
|
75
|
-
|
|
76
73
|
### 🩹 Fixes
|
|
77
74
|
|
|
78
75
|
- **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
79
76
|
|
|
80
|
-
|
|
81
|
-
### ❤️ Thank You
|
|
77
|
+
### ❤️ Thank You
|
|
82
78
|
|
|
83
79
|
- Patrick Sullivan
|
|
84
80
|
|
|
85
81
|
## 0.1.0 (2024-03-25)
|
|
86
82
|
|
|
87
|
-
|
|
88
83
|
### 🚀 Features
|
|
89
84
|
|
|
90
85
|
- **storm-config:** Added rust crates and release/publish workspace tools ([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
|
|
@@ -93,163 +88,136 @@
|
|
|
93
88
|
|
|
94
89
|
- **workspace-tools:** Major updates to base nx.json configuration ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
|
|
95
90
|
|
|
96
|
-
|
|
97
|
-
### ❤️ Thank You
|
|
91
|
+
### ❤️ Thank You
|
|
98
92
|
|
|
99
93
|
- Patrick Sullivan
|
|
100
94
|
|
|
101
95
|
## 0.0.14 (2024-03-17)
|
|
102
96
|
|
|
103
|
-
|
|
104
97
|
### 🩹 Fixes
|
|
105
98
|
|
|
106
99
|
- **tsconfig:** Repush changes to tsconfig updates ([1939b194](https://github.com/storm-software/storm-ops/commit/1939b194))
|
|
107
100
|
|
|
108
|
-
|
|
109
|
-
### ❤️ Thank You
|
|
101
|
+
### ❤️ Thank You
|
|
110
102
|
|
|
111
103
|
- Patrick Sullivan
|
|
112
104
|
|
|
113
105
|
## 0.0.13 (2024-03-17)
|
|
114
106
|
|
|
115
|
-
|
|
116
107
|
### 🩹 Fixes
|
|
117
108
|
|
|
118
109
|
- **tsconfig:** Remove unused options from root tsconfig ([b36ca687](https://github.com/storm-software/storm-ops/commit/b36ca687))
|
|
119
110
|
|
|
120
|
-
|
|
121
|
-
### ❤️ Thank You
|
|
111
|
+
### ❤️ Thank You
|
|
122
112
|
|
|
123
113
|
- Patrick Sullivan
|
|
124
114
|
|
|
125
115
|
## 0.0.12 (2024-03-15)
|
|
126
116
|
|
|
127
|
-
|
|
128
117
|
### 🩹 Fixes
|
|
129
118
|
|
|
130
119
|
- **workspace-tools:** Remove unneeded chdir lines from base methods ([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
|
|
131
120
|
|
|
132
|
-
|
|
133
|
-
### ❤️ Thank You
|
|
121
|
+
### ❤️ Thank You
|
|
134
122
|
|
|
135
123
|
- Patrick Sullivan
|
|
136
124
|
|
|
137
125
|
## 0.0.11 (2024-03-03)
|
|
138
126
|
|
|
139
|
-
|
|
140
127
|
### 🩹 Fixes
|
|
141
128
|
|
|
142
129
|
- **workspace-tools:** Ensure file paths are valid in `fileNames` array ([0f15dabc](https://github.com/storm-software/storm-ops/commit/0f15dabc))
|
|
143
130
|
|
|
144
|
-
|
|
145
|
-
### ❤️ Thank You
|
|
131
|
+
### ❤️ Thank You
|
|
146
132
|
|
|
147
133
|
- Patrick Sullivan
|
|
148
134
|
|
|
149
135
|
## 0.0.10 (2024-03-01)
|
|
150
136
|
|
|
151
|
-
|
|
152
137
|
### 🩹 Fixes
|
|
153
138
|
|
|
154
139
|
- **workspace-tools:** Updates to compiler options for dts build ([bcee387e](https://github.com/storm-software/storm-ops/commit/bcee387e))
|
|
155
140
|
|
|
156
|
-
|
|
157
|
-
### ❤️ Thank You
|
|
141
|
+
### ❤️ Thank You
|
|
158
142
|
|
|
159
143
|
- Patrick Sullivan
|
|
160
144
|
|
|
161
145
|
## 0.0.9 (2024-03-01)
|
|
162
146
|
|
|
163
|
-
|
|
164
147
|
### 🩹 Fixes
|
|
165
148
|
|
|
166
149
|
- **tsconfig:** Added `lib` option to base tsconfig file ([7e7a848c](https://github.com/storm-software/storm-ops/commit/7e7a848c))
|
|
167
150
|
|
|
168
|
-
|
|
169
|
-
### ❤️ Thank You
|
|
151
|
+
### ❤️ Thank You
|
|
170
152
|
|
|
171
153
|
- Patrick Sullivan
|
|
172
154
|
|
|
173
155
|
## 0.0.8 (2024-03-01)
|
|
174
156
|
|
|
175
|
-
|
|
176
157
|
### 🩹 Fixes
|
|
177
158
|
|
|
178
159
|
- **workspace-tools:** Remove the storm env filter ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
|
|
179
160
|
|
|
180
|
-
|
|
181
|
-
### ❤️ Thank You
|
|
161
|
+
### ❤️ Thank You
|
|
182
162
|
|
|
183
163
|
- Patrick Sullivan
|
|
184
164
|
|
|
185
165
|
## 0.0.7 (2024-03-01)
|
|
186
166
|
|
|
187
|
-
|
|
188
167
|
### 🩹 Fixes
|
|
189
168
|
|
|
190
169
|
- **tsconfig:** Added `typeAcquisition` to compiler options ([2bd60053](https://github.com/storm-software/storm-ops/commit/2bd60053))
|
|
191
170
|
|
|
192
|
-
|
|
193
|
-
### ❤️ Thank You
|
|
171
|
+
### ❤️ Thank You
|
|
194
172
|
|
|
195
173
|
- Patrick Sullivan
|
|
196
174
|
|
|
197
175
|
## 0.0.6 (2024-02-27)
|
|
198
176
|
|
|
199
|
-
|
|
200
177
|
### 🩹 Fixes
|
|
201
178
|
|
|
202
179
|
- **tsconfig:** Update the base `tsconfig.json` file with module resolution options ([972e1110](https://github.com/storm-software/storm-ops/commit/972e1110))
|
|
203
180
|
|
|
204
|
-
|
|
205
|
-
### ❤️ Thank You
|
|
181
|
+
### ❤️ Thank You
|
|
206
182
|
|
|
207
183
|
- Patrick Sullivan
|
|
208
184
|
|
|
209
185
|
## 0.0.5 (2024-02-27)
|
|
210
186
|
|
|
211
|
-
|
|
212
187
|
### 🩹 Fixes
|
|
213
188
|
|
|
214
189
|
- **workspace-tools:** Relocation config parser code to build function ([fa27dea4](https://github.com/storm-software/storm-ops/commit/fa27dea4))
|
|
215
190
|
|
|
216
|
-
|
|
217
|
-
### ❤️ Thank You
|
|
191
|
+
### ❤️ Thank You
|
|
218
192
|
|
|
219
193
|
- Patrick Sullivan
|
|
220
194
|
|
|
221
195
|
## 0.0.4 (2024-02-27)
|
|
222
196
|
|
|
223
|
-
|
|
224
197
|
### 🩹 Fixes
|
|
225
198
|
|
|
226
199
|
- **workspace-tools:** Resolve issue with tsconfig file resolution ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
|
|
227
200
|
|
|
228
|
-
|
|
229
|
-
### ❤️ Thank You
|
|
201
|
+
### ❤️ Thank You
|
|
230
202
|
|
|
231
203
|
- Patrick Sullivan
|
|
232
204
|
|
|
233
205
|
## 0.0.3 (2024-02-27)
|
|
234
206
|
|
|
235
|
-
|
|
236
207
|
### 🩹 Fixes
|
|
237
208
|
|
|
238
209
|
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools` type issues ([c1d51975](https://github.com/storm-software/storm-ops/commit/c1d51975))
|
|
239
210
|
|
|
240
|
-
|
|
241
|
-
### ❤️ Thank You
|
|
211
|
+
### ❤️ Thank You
|
|
242
212
|
|
|
243
213
|
- Patrick Sullivan
|
|
244
214
|
|
|
245
215
|
## 0.0.2 (2024-02-27)
|
|
246
216
|
|
|
247
|
-
|
|
248
217
|
### 🩹 Fixes
|
|
249
218
|
|
|
250
219
|
- **workspace-tools:** Update all imports to `config-tools` in the package ([85202800](https://github.com/storm-software/storm-ops/commit/85202800))
|
|
251
220
|
|
|
221
|
+
### ❤️ Thank You
|
|
252
222
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
- Patrick Sullivan
|
|
223
|
+
- Patrick Sullivan
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
16
|
|
|
17
17
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
18
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
22
|
> [!IMPORTANT]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"keywords": [
|