@storm-software/tsconfig 0.35.7 → 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 +79 -57
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,210 +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
+
1
8
  ## 0.35.7 (2025-01-13)
2
9
 
3
10
  ### Bug Fixes
4
11
 
5
- - **unbuild:** Resolved issue with distribution package ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
12
+ - **unbuild:** Resolved issue with distribution package
13
+ ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
6
14
 
7
15
  ## 0.35.6 (2025-01-12)
8
16
 
9
17
  ### Miscellaneous
10
18
 
11
- - **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))
12
21
 
13
22
  ## 0.35.5 (2025-01-12)
14
23
 
15
24
  ### Bug Fixes
16
25
 
17
- - **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))
18
28
 
19
29
  ## 0.35.4 (2025-01-11)
20
30
 
21
31
  ### Bug Fixes
22
32
 
23
- - **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))
24
35
 
25
36
  ## 0.35.3 (2025-01-11)
26
37
 
27
38
  ### Bug Fixes
28
39
 
29
- - **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))
30
43
 
31
44
  ## 0.35.2 (2025-01-11)
32
45
 
33
46
  ### Miscellaneous
34
47
 
35
- - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
36
-
37
-
48
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
49
+ process
50
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
38
51
 
39
52
  ## 0.35.0 (2024-12-30)
40
53
 
41
54
  ### Features
42
55
 
43
- - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
44
- - **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))
45
61
 
46
62
  ### Dependency Upgrades
47
63
 
48
- - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
49
- - **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))
50
68
 
51
69
  ## 0.34.0 (2024-12-18)
52
70
 
53
71
  ### Features
54
72
 
55
- - **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))
56
75
 
57
76
  ## 0.33.1 (2024-09-15)
58
77
 
59
-
60
78
  ### Bug Fixes
61
79
 
62
- - **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))
63
82
 
64
83
  ## 0.33.0 (2024-08-03)
65
84
 
66
-
67
85
  ### Features
68
86
 
69
- - **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))
70
89
 
71
90
  ## 0.32.0 (2024-08-03)
72
91
 
73
-
74
92
  ### Features
75
93
 
76
- - **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))
77
96
 
78
97
  ## 0.31.1 (2024-08-03)
79
98
 
80
-
81
99
  ### Bug Fixes
82
100
 
83
- - **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))
84
104
 
85
105
  ## 0.31.0 (2024-08-02)
86
106
 
87
-
88
107
  ### Features
89
108
 
90
- - **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))
91
112
 
92
113
  ## 0.30.0 (2024-08-02)
93
114
 
94
-
95
115
  ### Features
96
116
 
97
- - **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))
98
119
 
99
120
  ## 0.29.0 (2024-08-02)
100
121
 
101
-
102
122
  ### Features
103
123
 
104
- - **tsconfig:** Added `moduleResolution` to the base tsconfig file ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
105
-
124
+ - **tsconfig:** Added `moduleResolution` to the base tsconfig file
125
+ ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
106
126
 
107
127
  ### Bug Fixes
108
128
 
109
- - **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))
110
131
 
111
132
  ## 0.28.0 (2024-08-02)
112
133
 
113
-
114
134
  ### Features
115
135
 
116
- - **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))
117
138
 
118
139
  ## 0.27.0 (2024-08-02)
119
140
 
120
-
121
141
  ### Features
122
142
 
123
- - **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))
124
145
 
125
146
  ## 0.26.0 (2024-08-02)
126
147
 
127
-
128
148
  ### Features
129
149
 
130
- - **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))
131
152
 
132
153
  ## 0.25.1 (2024-08-01)
133
154
 
134
-
135
155
  ### Bug Fixes
136
156
 
137
- - **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))
138
159
 
139
160
  ## 0.25.0 (2024-08-01)
140
161
 
141
-
142
162
  ### Features
143
163
 
144
- - **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))
145
166
 
146
167
  ## 0.24.0 (2024-08-01)
147
168
 
148
-
149
169
  ### Features
150
170
 
151
- - **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))
152
173
 
153
174
  ## 0.23.0 (2024-08-01)
154
175
 
155
-
156
176
  ### Features
157
177
 
158
- - **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))
159
181
 
160
182
  ## 0.22.1 (2024-07-31)
161
183
 
162
-
163
184
  ### Bug Fixes
164
185
 
165
- - **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))
166
188
 
167
189
  ## 0.22.0 (2024-07-31)
168
190
 
169
-
170
191
  ### Features
171
192
 
172
- - **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))
173
195
 
174
196
  ## 0.21.1 (2024-07-31)
175
197
 
176
-
177
198
  ### Bug Fixes
178
199
 
179
- - **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))
180
202
 
181
203
  ## 0.21.0 (2024-07-31)
182
204
 
183
-
184
205
  ### Features
185
206
 
186
- - **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))
187
209
 
188
210
  ## 0.20.0 (2024-07-30)
189
211
 
190
-
191
212
  ### Features
192
213
 
193
- - **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))
194
216
 
195
217
  ## 0.19.0 (2024-07-29)
196
218
 
197
-
198
219
  ### Features
199
220
 
200
- - **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))
201
223
 
202
224
  ## 0.18.0 (2024-07-29)
203
225
 
204
-
205
226
  ### Features
206
227
 
207
- - **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))
208
230
 
209
231
  ## 0.17.0 (2024-07-29)
210
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.6-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.7","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"}}