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