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