@storm-software/tsconfig 0.35.6 → 0.35.8

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 +84 -56
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,204 +1,232 @@
1
+ ## 0.35.8 (2025-01-13)
2
+
3
+ ### Continuous Integration
4
+
5
+ - **unbuild:** Update the build configuration to properly bundle for node
6
+ ([72be421b](https://github.com/storm-software/storm-ops/commit/72be421b))
7
+
8
+ ## 0.35.7 (2025-01-13)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **unbuild:** Resolved issue with distribution package
13
+ ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
14
+
1
15
  ## 0.35.6 (2025-01-12)
2
16
 
3
17
  ### Miscellaneous
4
18
 
5
- - **monorepo:** Regenerate README markdown files ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
6
21
 
7
22
  ## 0.35.5 (2025-01-12)
8
23
 
9
24
  ### Bug Fixes
10
25
 
11
- - **eslint:** Resolve stack overflow error on eslint configuration load ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
26
+ - **eslint:** Resolve stack overflow error on eslint configuration load
27
+ ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
12
28
 
13
29
  ## 0.35.4 (2025-01-11)
14
30
 
15
31
  ### Bug Fixes
16
32
 
17
- - **eslint:** Resolved issue with the bundling process ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
33
+ - **eslint:** Resolved issue with the bundling process
34
+ ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
18
35
 
19
36
  ## 0.35.3 (2025-01-11)
20
37
 
21
38
  ### Bug Fixes
22
39
 
23
- - **workspace-tools:** Resolve issue loading pnpm workspace's catalog dependencies ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
40
+ - **workspace-tools:** Resolve issue loading pnpm workspace's catalog
41
+ dependencies
42
+ ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
24
43
 
25
44
  ## 0.35.2 (2025-01-11)
26
45
 
27
46
  ### Miscellaneous
28
47
 
29
- - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
30
-
31
-
48
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
49
+ process
50
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
32
51
 
33
52
  ## 0.35.0 (2024-12-30)
34
53
 
35
54
  ### Features
36
55
 
37
- - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
38
- - **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
56
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace`
57
+ dependency upgrades
58
+ ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
59
+ - **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo
60
+ ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
39
61
 
40
62
  ### Dependency Upgrades
41
63
 
42
- - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
43
- - **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
64
+ - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog
65
+ ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
66
+ - **storm-ops:** Added consistent `@types/node` versions across repository
67
+ ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
44
68
 
45
69
  ## 0.34.0 (2024-12-18)
46
70
 
47
71
  ### Features
48
72
 
49
- - **storm-ops:** Improved descriptions and markdown across monorepo ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
73
+ - **storm-ops:** Improved descriptions and markdown across monorepo
74
+ ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
50
75
 
51
76
  ## 0.33.1 (2024-09-15)
52
77
 
53
-
54
78
  ### Bug Fixes
55
79
 
56
- - **build-tools:** Resolve issue with redundant build configurations ([0f0fa421](https://github.com/storm-software/storm-ops/commit/0f0fa421))
80
+ - **build-tools:** Resolve issue with redundant build configurations
81
+ ([0f0fa421](https://github.com/storm-software/storm-ops/commit/0f0fa421))
57
82
 
58
83
  ## 0.33.0 (2024-08-03)
59
84
 
60
-
61
85
  ### Features
62
86
 
63
- - **eslint:** Ignore `prefer-nullish-coalescing` for strings ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
87
+ - **eslint:** Ignore `prefer-nullish-coalescing` for strings
88
+ ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
64
89
 
65
90
  ## 0.32.0 (2024-08-03)
66
91
 
67
-
68
92
  ### Features
69
93
 
70
- - **storm-ops:** Upgrade workspace's Nx package dependencies ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
94
+ - **storm-ops:** Upgrade workspace's Nx package dependencies
95
+ ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
71
96
 
72
97
  ## 0.31.1 (2024-08-03)
73
98
 
74
-
75
99
  ### Bug Fixes
76
100
 
77
- - **build-tools:** Resolved issue with the entry name parameter in unbuild config ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
101
+ - **build-tools:** Resolved issue with the entry name parameter in unbuild
102
+ config
103
+ ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
78
104
 
79
105
  ## 0.31.0 (2024-08-02)
80
106
 
81
-
82
107
  ### Features
83
108
 
84
- - **build-tools:** Update the unbuild configuration to get exports from `package.json` files ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
109
+ - **build-tools:** Update the unbuild configuration to get exports from
110
+ `package.json` files
111
+ ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
85
112
 
86
113
  ## 0.30.0 (2024-08-02)
87
114
 
88
-
89
115
  ### Features
90
116
 
91
- - **terraform-tools:** Initial check-in of project code ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
117
+ - **terraform-tools:** Initial check-in of project code
118
+ ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
92
119
 
93
120
  ## 0.29.0 (2024-08-02)
94
121
 
95
-
96
122
  ### Features
97
123
 
98
- - **tsconfig:** Added `moduleResolution` to the base tsconfig file ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
99
-
124
+ - **tsconfig:** Added `moduleResolution` to the base tsconfig file
125
+ ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
100
126
 
101
127
  ### Bug Fixes
102
128
 
103
- - **build-tools:** Remove the unused variables in the updated code ([b01c4999](https://github.com/storm-software/storm-ops/commit/b01c4999))
129
+ - **build-tools:** Remove the unused variables in the updated code
130
+ ([b01c4999](https://github.com/storm-software/storm-ops/commit/b01c4999))
104
131
 
105
132
  ## 0.28.0 (2024-08-02)
106
133
 
107
-
108
134
  ### Features
109
135
 
110
- - **eslint:** Added the `name` and `banner` options to format banner from preset ([ee542ed6](https://github.com/storm-software/storm-ops/commit/ee542ed6))
136
+ - **eslint:** Added the `name` and `banner` options to format banner from preset
137
+ ([ee542ed6](https://github.com/storm-software/storm-ops/commit/ee542ed6))
111
138
 
112
139
  ## 0.27.0 (2024-08-02)
113
140
 
114
-
115
141
  ### Features
116
142
 
117
- - **eslint:** Added typing file for ESLint rules used by preset ([821637e2](https://github.com/storm-software/storm-ops/commit/821637e2))
143
+ - **eslint:** Added typing file for ESLint rules used by preset
144
+ ([821637e2](https://github.com/storm-software/storm-ops/commit/821637e2))
118
145
 
119
146
  ## 0.26.0 (2024-08-02)
120
147
 
121
-
122
148
  ### Features
123
149
 
124
- - **eslint:** Update the build process to include the preset declaration file ([1b5fe953](https://github.com/storm-software/storm-ops/commit/1b5fe953))
150
+ - **eslint:** Update the build process to include the preset declaration file
151
+ ([1b5fe953](https://github.com/storm-software/storm-ops/commit/1b5fe953))
125
152
 
126
153
  ## 0.25.1 (2024-08-01)
127
154
 
128
-
129
155
  ### Bug Fixes
130
156
 
131
- - **eslint:** Resolve issue with invalid path definition ([be930a74](https://github.com/storm-software/storm-ops/commit/be930a74))
157
+ - **eslint:** Resolve issue with invalid path definition
158
+ ([be930a74](https://github.com/storm-software/storm-ops/commit/be930a74))
132
159
 
133
160
  ## 0.25.0 (2024-08-01)
134
161
 
135
-
136
162
  ### Features
137
163
 
138
- - **eslint:** Added JSX parser options when `react` is enabled ([2700e009](https://github.com/storm-software/storm-ops/commit/2700e009))
164
+ - **eslint:** Added JSX parser options when `react` is enabled
165
+ ([2700e009](https://github.com/storm-software/storm-ops/commit/2700e009))
139
166
 
140
167
  ## 0.24.0 (2024-08-01)
141
168
 
142
-
143
169
  ### Features
144
170
 
145
- - **eslint:** Added initial typinges for the distribution package ([5a6a9dd1](https://github.com/storm-software/storm-ops/commit/5a6a9dd1))
171
+ - **eslint:** Added initial typinges for the distribution package
172
+ ([5a6a9dd1](https://github.com/storm-software/storm-ops/commit/5a6a9dd1))
146
173
 
147
174
  ## 0.23.0 (2024-08-01)
148
175
 
149
-
150
176
  ### Features
151
177
 
152
- - **git-tools:** Update `commitlint` to warn users when no commit message is provided instead of throwing errors ([04942ee2](https://github.com/storm-software/storm-ops/commit/04942ee2))
178
+ - **git-tools:** Update `commitlint` to warn users when no commit message is
179
+ provided instead of throwing errors
180
+ ([04942ee2](https://github.com/storm-software/storm-ops/commit/04942ee2))
153
181
 
154
182
  ## 0.22.1 (2024-07-31)
155
183
 
156
-
157
184
  ### Bug Fixes
158
185
 
159
- - **build-tools:** Resolved issue iterating unbuild entry files ([17703513](https://github.com/storm-software/storm-ops/commit/17703513))
186
+ - **build-tools:** Resolved issue iterating unbuild entry files
187
+ ([17703513](https://github.com/storm-software/storm-ops/commit/17703513))
160
188
 
161
189
  ## 0.22.0 (2024-07-31)
162
190
 
163
-
164
191
  ### Features
165
192
 
166
- - **git-tools:** Added the `commitlint` git tools ([250875e7](https://github.com/storm-software/storm-ops/commit/250875e7))
193
+ - **git-tools:** Added the `commitlint` git tools
194
+ ([250875e7](https://github.com/storm-software/storm-ops/commit/250875e7))
167
195
 
168
196
  ## 0.21.1 (2024-07-31)
169
197
 
170
-
171
198
  ### Bug Fixes
172
199
 
173
- - **build-tools:** Remove unused plugin from unbuild ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
200
+ - **build-tools:** Remove unused plugin from unbuild
201
+ ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
174
202
 
175
203
  ## 0.21.0 (2024-07-31)
176
204
 
177
-
178
205
  ### Features
179
206
 
180
- - **create-storm-workspace:** Configure workspace to include GitHub ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
207
+ - **create-storm-workspace:** Configure workspace to include GitHub
208
+ ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
181
209
 
182
210
  ## 0.20.0 (2024-07-30)
183
211
 
184
-
185
212
  ### Features
186
213
 
187
- - **eslint:** Removed invalid JSON configuration from package ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
214
+ - **eslint:** Removed invalid JSON configuration from package
215
+ ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
188
216
 
189
217
  ## 0.19.0 (2024-07-29)
190
218
 
191
-
192
219
  ### Features
193
220
 
194
- - **tsconfig:** Update base TypeScript config to use `NodeNext` modules ([21f3d3f5](https://github.com/storm-software/storm-ops/commit/21f3d3f5))
221
+ - **tsconfig:** Update base TypeScript config to use `NodeNext` modules
222
+ ([21f3d3f5](https://github.com/storm-software/storm-ops/commit/21f3d3f5))
195
223
 
196
224
  ## 0.18.0 (2024-07-29)
197
225
 
198
-
199
226
  ### Features
200
227
 
201
- - **tsconfig:** Updates around `base` and `core` tsconfig files ([18b553df](https://github.com/storm-software/storm-ops/commit/18b553df))
228
+ - **tsconfig:** Updates around `base` and `core` tsconfig files
229
+ ([18b553df](https://github.com/storm-software/storm-ops/commit/18b553df))
202
230
 
203
231
  ## 0.17.0 (2024-07-29)
204
232
 
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.35.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
24
+ [![Version](https://img.shields.io/badge/version-0.35.8-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@storm-software/tsconfig","version":"0.35.6","description":"A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/tsconfig"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"dependencies":{"@total-typescript/ts-reset":"0.5.1"},"devDependencies":{"@types/node":"^22.10.2"},"publishConfig":{"access":"public"}}
1
+ {"name":"@storm-software/tsconfig","version":"0.35.8","description":"A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/tsconfig"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"dependencies":{"@total-typescript/ts-reset":"0.5.1"},"devDependencies":{"@types/node":"^22.10.2"},"publishConfig":{"access":"public"}}