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