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