@storm-software/workspace-tools 1.156.0 → 1.157.0
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 +155 -128
- package/README.md +2 -1
- package/config/nx.json +3 -3
- package/declarations.d.ts +4 -13
- package/index.js +2394 -2290
- package/meta.json +1 -1
- package/package.json +7 -7
- package/src/base/index.js +3558 -3512
- package/src/executors/clean-package/executor.js +68061 -68048
- package/src/executors/npm-publish/executor.js +1 -1
- package/src/executors/rolldown/executor.js +5482 -5465
- package/src/executors/size-limit/executor.js +5482 -5465
- package/src/executors/tsup/executor.js +5482 -5465
- package/src/executors/tsup-browser/executor.js +5482 -5465
- package/src/executors/tsup-browser/schema.d.ts +4 -1
- package/src/executors/tsup-neutral/executor.js +5482 -5465
- package/src/executors/tsup-neutral/schema.d.ts +4 -1
- package/src/executors/tsup-node/executor.js +5482 -5465
- package/src/executors/tsup-node/schema.d.ts +4 -1
- package/src/executors/typia/executor.js +5482 -5465
- package/src/executors/unbuild/executor.js +5482 -5465
- package/src/generators/browser-library/generator.js +3550 -3507
- package/src/generators/config-schema/generator.js +302 -287
- package/src/generators/init/init.js +3 -3
- package/src/generators/neutral-library/generator.js +3550 -3507
- package/src/generators/node-library/generator.js +3550 -3507
- package/src/generators/preset/generator.js +5484 -5469
- package/{packages/workspace-tools/src → src}/generators/release-version/generator.d.ts +3 -8
- package/src/generators/release-version/generator.js +6050 -6076
- package/src/generators/release-version/schema.d.ts +2 -1
- package/src/generators/release-version/schema.json +4 -15
- package/src/plugins/rust/index.js +3 -3
- package/src/plugins/typescript/index.js +7 -1
- package/src/utils/index.js +4522 -4499
- package/{packages/workspace-tools/src → src}/utils/lock-file.d.ts +1 -1
- package/src/utils/lock-file.js +9 -5
- package/packages/build-tools/src/build/index.d.ts +0 -3
- package/packages/build-tools/src/build/rolldown.d.ts +0 -20
- package/packages/build-tools/src/build/ts-build.d.ts +0 -20
- package/packages/build-tools/src/build/unbuild.d.ts +0 -20
- package/packages/build-tools/src/cli/index.d.ts +0 -2
- package/packages/build-tools/src/config/browser-config.d.ts +0 -2
- package/packages/build-tools/src/config/default-config.d.ts +0 -2
- package/packages/build-tools/src/config/get-config.d.ts +0 -2
- package/packages/build-tools/src/config/get-rolldown-config.d.ts +0 -6
- package/packages/build-tools/src/config/get-unbuild-config.d.ts +0 -6
- package/packages/build-tools/src/config/index.d.ts +0 -7
- package/packages/build-tools/src/config/neutral-config.d.ts +0 -2
- package/packages/build-tools/src/config/node-config.d.ts +0 -3
- package/packages/build-tools/src/index.d.ts +0 -6
- package/packages/build-tools/src/plugins/analyze-plugin.d.ts +0 -4
- package/packages/build-tools/src/plugins/index.d.ts +0 -4
- package/packages/build-tools/src/plugins/swc-plugin.d.ts +0 -2
- package/packages/build-tools/src/plugins/ts-resolve.d.ts +0 -6
- package/packages/build-tools/src/plugins/type-definitions.d.ts +0 -7
- package/packages/build-tools/src/types.d.ts +0 -213
- package/packages/build-tools/src/utils/apply-default-options.d.ts +0 -6
- package/packages/build-tools/src/utils/generate-package-json.d.ts +0 -7
- package/packages/build-tools/src/utils/get-entry-points.d.ts +0 -3
- package/packages/build-tools/src/utils/get-file-banner.d.ts +0 -8
- package/packages/build-tools/src/utils/get-project-deps.d.ts +0 -5
- package/packages/build-tools/src/utils/index.d.ts +0 -7
- package/packages/build-tools/src/utils/out-extension.d.ts +0 -8
- package/packages/build-tools/src/utils/run-tsup-build.d.ts +0 -3
- package/packages/build-tools/src/utils/task-graph.d.ts +0 -6
- package/packages/config/src/constants.d.ts +0 -3
- package/packages/config/src/define-config.d.ts +0 -174
- package/packages/config/src/index.d.ts +0 -12
- package/packages/config/src/schema.d.ts +0 -1915
- package/packages/config/src/types.d.ts +0 -23
- package/packages/config-tools/src/config-file/get-config-file.d.ts +0 -16
- package/packages/config-tools/src/config-file/index.d.ts +0 -1
- package/packages/config-tools/src/create-storm-config.d.ts +0 -26
- package/packages/config-tools/src/env/get-env.d.ts +0 -15
- package/packages/config-tools/src/env/index.d.ts +0 -2
- package/packages/config-tools/src/env/set-env.d.ts +0 -14
- package/packages/config-tools/src/index.d.ts +0 -13
- package/packages/config-tools/src/types.d.ts +0 -33
- package/packages/config-tools/src/utilities/apply-workspace-tokens.d.ts +0 -4
- package/packages/config-tools/src/utilities/chalk.d.ts +0 -23
- package/packages/config-tools/src/utilities/correct-paths.d.ts +0 -1
- package/packages/config-tools/src/utilities/file-path-utils.d.ts +0 -2
- package/packages/config-tools/src/utilities/find-up.d.ts +0 -4
- package/packages/config-tools/src/utilities/find-workspace-root.d.ts +0 -14
- package/packages/config-tools/src/utilities/get-default-config.d.ts +0 -15
- package/packages/config-tools/src/utilities/get-log-level.d.ts +0 -15
- package/packages/config-tools/src/utilities/index.d.ts +0 -10
- package/packages/config-tools/src/utilities/logger.d.ts +0 -74
- package/packages/config-tools/src/utilities/process-handler.d.ts +0 -4
- package/packages/config-tools/src/utilities/run.d.ts +0 -18
- package/{packages/workspace-tools/index.d.ts → index.d.ts} +0 -0
- package/{packages/workspace-tools/src → src}/base/base-executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/base/base-generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/base/index.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/base/typescript-library-generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/cargo-publish/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/clean-package/constants.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/clean-package/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/clean-package/types.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/clean-package/utils.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/npm-publish/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/rolldown/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/size-limit/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/tsup/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/tsup-browser/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/tsup-neutral/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/tsup-node/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/typia/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/executors/unbuild/executor.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/browser-library/generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/config-schema/generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/init/init.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/neutral-library/generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/node-library/generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/generators/preset/generator.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/plugins/rust/cargo-toml.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/plugins/rust/index.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/plugins/typescript/index.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/plugins/typescript/project-config.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/utils/apply-workspace-tokens.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/utils/cargo.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/utils/create-cli-options.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/utils/get-project-configurations.d.ts +0 -0
- package/{packages/workspace-tools/src → src}/utils/index.d.ts +5 -5
- /package/{packages/workspace-tools/src → src}/utils/project-tags.d.ts +0 -0
- /package/{packages/workspace-tools/src → src}/utils/run-tsup-build.d.ts +0 -0
- /package/{packages/workspace-tools/src → src}/utils/toml.d.ts +0 -0
- /package/{packages/workspace-tools/src → src}/utils/typia-transform.d.ts +0 -0
- /package/{packages/workspace-tools/src → src}/utils/versions.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,421 +1,448 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.157.0 (2024-08-23)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
2
4
|
|
|
5
|
+
- **k8s-tools:** Initial code check-in of k8s tools
|
|
6
|
+
([cac95faa](https://github.com/storm-software/storm-ops/commit/cac95faa))
|
|
7
|
+
|
|
8
|
+
## 1.156.0 (2024-08-22)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
- **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript
|
|
12
|
+
- **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript
|
|
13
|
+
plugins
|
|
14
|
+
([7bd309f6](https://github.com/storm-software/storm-ops/commit/7bd309f6))
|
|
7
15
|
|
|
8
16
|
## 1.155.0 (2024-08-19)
|
|
9
17
|
|
|
10
|
-
|
|
11
18
|
### Features
|
|
12
19
|
|
|
13
|
-
- **terraform-modules:** Add `region` to resource name
|
|
20
|
+
- **terraform-modules:** Add `region` to resource name
|
|
21
|
+
([03291fe8](https://github.com/storm-software/storm-ops/commit/03291fe8))
|
|
14
22
|
|
|
15
23
|
## 1.154.0 (2024-08-19)
|
|
16
24
|
|
|
17
|
-
|
|
18
25
|
### Features
|
|
19
26
|
|
|
20
|
-
- **workspace-tools:** Added the `build-local` target to the base `nx.json` file
|
|
27
|
+
- **workspace-tools:** Added the `build-local` target to the base `nx.json` file
|
|
28
|
+
([a3afe7e8](https://github.com/storm-software/storm-ops/commit/a3afe7e8))
|
|
21
29
|
|
|
22
30
|
## 1.153.0 (2024-08-09)
|
|
23
31
|
|
|
24
|
-
|
|
25
32
|
### Features
|
|
26
33
|
|
|
27
|
-
- **storm-ops:** Update the workflows to send requests to Telegram
|
|
28
|
-
|
|
29
|
-
- **workspace-tools:** Added the `.env.keys` file to the ignored list to support the `dotenvx` package ([1394d51c](https://github.com/storm-software/storm-ops/commit/1394d51c))
|
|
34
|
+
- **storm-ops:** Update the workflows to send requests to Telegram
|
|
35
|
+
([65332dd0](https://github.com/storm-software/storm-ops/commit/65332dd0))
|
|
30
36
|
|
|
37
|
+
- **workspace-tools:** Added the `.env.keys` file to the ignored list to support
|
|
38
|
+
the `dotenvx` package
|
|
39
|
+
([1394d51c](https://github.com/storm-software/storm-ops/commit/1394d51c))
|
|
31
40
|
|
|
32
41
|
### Bug Fixes
|
|
33
42
|
|
|
34
|
-
- **workspace-tools:** Resolve issue with call signature to executors
|
|
43
|
+
- **workspace-tools:** Resolve issue with call signature to executors
|
|
44
|
+
([36ad985a](https://github.com/storm-software/storm-ops/commit/36ad985a))
|
|
35
45
|
|
|
36
46
|
## 1.152.0 (2024-08-04)
|
|
37
47
|
|
|
38
|
-
|
|
39
48
|
### Features
|
|
40
49
|
|
|
41
|
-
- **config:** Added the `docs` and `licensing` options to the Storm
|
|
50
|
+
- **config:** Added the `docs` and `licensing` options to the Storm
|
|
51
|
+
configuration
|
|
52
|
+
([c867efe1](https://github.com/storm-software/storm-ops/commit/c867efe1))
|
|
42
53
|
|
|
43
54
|
## 1.151.0 (2024-08-03)
|
|
44
55
|
|
|
45
|
-
|
|
46
56
|
### Features
|
|
47
57
|
|
|
48
|
-
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
58
|
+
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
59
|
+
([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
|
|
49
60
|
|
|
50
61
|
## 1.150.0 (2024-08-03)
|
|
51
62
|
|
|
52
|
-
|
|
53
63
|
### Features
|
|
54
64
|
|
|
55
|
-
- **build-tools:** Add back experimental DTS option to TSUP
|
|
65
|
+
- **build-tools:** Add back experimental DTS option to TSUP
|
|
66
|
+
([4fe9652b](https://github.com/storm-software/storm-ops/commit/4fe9652b))
|
|
56
67
|
|
|
57
68
|
## 1.149.0 (2024-08-03)
|
|
58
69
|
|
|
59
|
-
|
|
60
70
|
### Features
|
|
61
71
|
|
|
62
|
-
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
72
|
+
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
73
|
+
([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
|
|
63
74
|
|
|
64
75
|
## 1.148.0 (2024-08-03)
|
|
65
76
|
|
|
66
|
-
|
|
67
77
|
### Features
|
|
68
78
|
|
|
69
|
-
- **build-tools:** Add tsup build's rollup helpers
|
|
70
|
-
|
|
79
|
+
- **build-tools:** Add tsup build's rollup helpers
|
|
80
|
+
([27ecd4e6](https://github.com/storm-software/storm-ops/commit/27ecd4e6))
|
|
71
81
|
|
|
72
82
|
### Bug Fixes
|
|
73
83
|
|
|
74
|
-
- **build-tools:** Resolve issue with invalid return paths
|
|
84
|
+
- **build-tools:** Resolve issue with invalid return paths
|
|
85
|
+
([0f9f5b1f](https://github.com/storm-software/storm-ops/commit/0f9f5b1f))
|
|
75
86
|
|
|
76
87
|
## 1.147.1 (2024-08-03)
|
|
77
88
|
|
|
78
|
-
|
|
79
89
|
### Bug Fixes
|
|
80
90
|
|
|
81
|
-
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
91
|
+
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
92
|
+
config
|
|
93
|
+
([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
|
|
82
94
|
|
|
83
95
|
## 1.147.0 (2024-08-02)
|
|
84
96
|
|
|
85
|
-
|
|
86
97
|
### Features
|
|
87
98
|
|
|
88
|
-
- **build-tools:** Update the unbuild configuration to get exports from
|
|
99
|
+
- **build-tools:** Update the unbuild configuration to get exports from
|
|
100
|
+
`package.json` files
|
|
101
|
+
([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
|
|
89
102
|
|
|
90
103
|
## 1.146.0 (2024-08-02)
|
|
91
104
|
|
|
92
|
-
|
|
93
105
|
### Features
|
|
94
106
|
|
|
95
|
-
- **terraform-tools:** Initial check-in of project code
|
|
107
|
+
- **terraform-tools:** Initial check-in of project code
|
|
108
|
+
([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
|
|
96
109
|
|
|
97
110
|
## 1.145.0 (2024-08-02)
|
|
98
111
|
|
|
99
|
-
|
|
100
112
|
### Features
|
|
101
113
|
|
|
102
|
-
- **eslint:** Reformatted the banner string whitespace
|
|
103
|
-
|
|
104
|
-
- **tsconfig:** Added `moduleResolution` to the base tsconfig file ([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
|
|
114
|
+
- **eslint:** Reformatted the banner string whitespace
|
|
115
|
+
([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
|
|
105
116
|
|
|
117
|
+
- **tsconfig:** Added `moduleResolution` to the base tsconfig file
|
|
118
|
+
([6ed67bbc](https://github.com/storm-software/storm-ops/commit/6ed67bbc))
|
|
106
119
|
|
|
107
120
|
### Bug Fixes
|
|
108
121
|
|
|
109
|
-
- **build-tools:** Remove the unused variables in the updated code
|
|
122
|
+
- **build-tools:** Remove the unused variables in the updated code
|
|
123
|
+
([b01c4999](https://github.com/storm-software/storm-ops/commit/b01c4999))
|
|
110
124
|
|
|
111
125
|
## 1.144.0 (2024-08-02)
|
|
112
126
|
|
|
113
|
-
|
|
114
127
|
### Features
|
|
115
128
|
|
|
116
|
-
- **eslint:** Added the `name` and `banner` options to format banner from preset
|
|
129
|
+
- **eslint:** Added the `name` and `banner` options to format banner from preset
|
|
130
|
+
([ee542ed6](https://github.com/storm-software/storm-ops/commit/ee542ed6))
|
|
117
131
|
|
|
118
132
|
## 1.143.1 (2024-08-02)
|
|
119
133
|
|
|
120
|
-
|
|
121
134
|
### Bug Fixes
|
|
122
135
|
|
|
123
|
-
- **eslint:** Resolve issue with duplicate plugins
|
|
136
|
+
- **eslint:** Resolve issue with duplicate plugins
|
|
137
|
+
([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
|
|
124
138
|
|
|
125
139
|
## 1.143.0 (2024-08-02)
|
|
126
140
|
|
|
127
|
-
|
|
128
141
|
### Features
|
|
129
142
|
|
|
130
|
-
- **eslint:** Added typing file for ESLint rules used by preset
|
|
143
|
+
- **eslint:** Added typing file for ESLint rules used by preset
|
|
144
|
+
([821637e2](https://github.com/storm-software/storm-ops/commit/821637e2))
|
|
131
145
|
|
|
132
146
|
## 1.142.0 (2024-08-02)
|
|
133
147
|
|
|
134
|
-
|
|
135
148
|
### Features
|
|
136
149
|
|
|
137
|
-
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
150
|
+
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
151
|
+
distribution
|
|
152
|
+
([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
|
|
138
153
|
|
|
139
154
|
## 1.141.0 (2024-08-02)
|
|
140
155
|
|
|
141
|
-
|
|
142
156
|
### Features
|
|
143
157
|
|
|
144
|
-
- **eslint:** Update the build process to include the preset declaration file
|
|
158
|
+
- **eslint:** Update the build process to include the preset declaration file
|
|
159
|
+
([1b5fe953](https://github.com/storm-software/storm-ops/commit/1b5fe953))
|
|
145
160
|
|
|
146
161
|
## 1.140.0 (2024-08-02)
|
|
147
162
|
|
|
148
|
-
|
|
149
163
|
### Features
|
|
150
164
|
|
|
151
|
-
- **eslint:** Improved the logic around determining the banner
|
|
165
|
+
- **eslint:** Improved the logic around determining the banner
|
|
166
|
+
([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
|
|
152
167
|
|
|
153
168
|
## 1.139.1 (2024-08-01)
|
|
154
169
|
|
|
155
|
-
|
|
156
170
|
### Bug Fixes
|
|
157
171
|
|
|
158
|
-
- **eslint:** Resolve issue with invalid path definition
|
|
172
|
+
- **eslint:** Resolve issue with invalid path definition
|
|
173
|
+
([be930a74](https://github.com/storm-software/storm-ops/commit/be930a74))
|
|
159
174
|
|
|
160
175
|
## 1.139.0 (2024-08-01)
|
|
161
176
|
|
|
162
|
-
|
|
163
177
|
### Features
|
|
164
178
|
|
|
165
|
-
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
179
|
+
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
180
|
+
([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
|
|
166
181
|
|
|
167
182
|
## 1.138.0 (2024-08-01)
|
|
168
183
|
|
|
169
|
-
|
|
170
184
|
### Features
|
|
171
185
|
|
|
172
|
-
- **eslint:** Added JSX parser options when `react` is enabled
|
|
186
|
+
- **eslint:** Added JSX parser options when `react` is enabled
|
|
187
|
+
([2700e009](https://github.com/storm-software/storm-ops/commit/2700e009))
|
|
173
188
|
|
|
174
189
|
## 1.137.1 (2024-08-01)
|
|
175
190
|
|
|
176
|
-
|
|
177
191
|
### Bug Fixes
|
|
178
192
|
|
|
179
|
-
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
193
|
+
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
194
|
+
([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
|
|
180
195
|
|
|
181
196
|
## 1.137.0 (2024-08-01)
|
|
182
197
|
|
|
183
|
-
|
|
184
198
|
### Features
|
|
185
199
|
|
|
186
|
-
- **eslint:** Added initial typinges for the distribution package
|
|
200
|
+
- **eslint:** Added initial typinges for the distribution package
|
|
201
|
+
([5a6a9dd1](https://github.com/storm-software/storm-ops/commit/5a6a9dd1))
|
|
187
202
|
|
|
188
203
|
## 1.136.0 (2024-08-01)
|
|
189
204
|
|
|
190
|
-
|
|
191
205
|
### Features
|
|
192
206
|
|
|
193
|
-
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
207
|
+
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
208
|
+
([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
|
|
194
209
|
|
|
195
210
|
## 1.135.0 (2024-08-01)
|
|
196
211
|
|
|
197
|
-
|
|
198
212
|
### Features
|
|
199
213
|
|
|
200
|
-
- **git-tools:** Update `commitlint` to warn users when no commit message is
|
|
214
|
+
- **git-tools:** Update `commitlint` to warn users when no commit message is
|
|
215
|
+
provided instead of throwing errors
|
|
216
|
+
([04942ee2](https://github.com/storm-software/storm-ops/commit/04942ee2))
|
|
201
217
|
|
|
202
218
|
## 1.134.3 (2024-07-31)
|
|
203
219
|
|
|
204
|
-
|
|
205
220
|
### Bug Fixes
|
|
206
221
|
|
|
207
|
-
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
222
|
+
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
223
|
+
parameter
|
|
224
|
+
([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
|
|
208
225
|
|
|
209
226
|
## 1.134.2 (2024-07-31)
|
|
210
227
|
|
|
211
|
-
|
|
212
228
|
### Bug Fixes
|
|
213
229
|
|
|
214
|
-
- **build-tools:** Resolved issue iterating unbuild entry files
|
|
230
|
+
- **build-tools:** Resolved issue iterating unbuild entry files
|
|
231
|
+
([17703513](https://github.com/storm-software/storm-ops/commit/17703513))
|
|
215
232
|
|
|
216
233
|
## 1.134.1 (2024-07-31)
|
|
217
234
|
|
|
218
|
-
|
|
219
235
|
### Bug Fixes
|
|
220
236
|
|
|
221
|
-
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
237
|
+
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
238
|
+
([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
|
|
222
239
|
|
|
223
240
|
## 1.134.0 (2024-07-31)
|
|
224
241
|
|
|
225
|
-
|
|
226
242
|
### Features
|
|
227
243
|
|
|
228
|
-
- **build-tools:** Added the CODEOWNERS linting tool
|
|
244
|
+
- **build-tools:** Added the CODEOWNERS linting tool
|
|
245
|
+
([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
|
|
229
246
|
|
|
230
247
|
## 1.133.1 (2024-07-31)
|
|
231
248
|
|
|
232
|
-
|
|
233
249
|
### Bug Fixes
|
|
234
250
|
|
|
235
|
-
- **build-tools:** Remove unused plugin from unbuild
|
|
251
|
+
- **build-tools:** Remove unused plugin from unbuild
|
|
252
|
+
([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
|
|
236
253
|
|
|
237
254
|
## 1.133.0 (2024-07-31)
|
|
238
255
|
|
|
239
|
-
|
|
240
256
|
### Features
|
|
241
257
|
|
|
242
|
-
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
258
|
+
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
259
|
+
([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
|
|
243
260
|
|
|
244
261
|
## 1.132.0 (2024-07-30)
|
|
245
262
|
|
|
246
|
-
|
|
247
263
|
### Features
|
|
248
264
|
|
|
249
|
-
- **eslint:** Added the header plugin
|
|
265
|
+
- **eslint:** Added the header plugin
|
|
266
|
+
([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
|
|
250
267
|
|
|
251
268
|
## 1.131.0 (2024-07-28)
|
|
252
269
|
|
|
253
|
-
|
|
254
270
|
### Features
|
|
255
271
|
|
|
256
|
-
- **build-tools:** Added code to include TypeScript lib declarations in bundle
|
|
272
|
+
- **build-tools:** Added code to include TypeScript lib declarations in bundle
|
|
273
|
+
([689e8a47](https://github.com/storm-software/storm-ops/commit/689e8a47))
|
|
257
274
|
|
|
258
|
-
- **build-tools:** Added the `generatePackageJson` functionality for unbuild
|
|
275
|
+
- **build-tools:** Added the `generatePackageJson` functionality for unbuild
|
|
276
|
+
([218c72d4](https://github.com/storm-software/storm-ops/commit/218c72d4))
|
|
259
277
|
|
|
260
278
|
## 1.130.0 (2024-07-28)
|
|
261
279
|
|
|
262
|
-
|
|
263
280
|
### Features
|
|
264
281
|
|
|
265
|
-
- **build-tools:** Added `formatPackageJson` functionality to unbuild
|
|
282
|
+
- **build-tools:** Added `formatPackageJson` functionality to unbuild
|
|
283
|
+
([6da1a518](https://github.com/storm-software/storm-ops/commit/6da1a518))
|
|
266
284
|
|
|
267
285
|
## 1.129.2 (2024-07-28)
|
|
268
286
|
|
|
269
|
-
|
|
270
287
|
### Bug Fixes
|
|
271
288
|
|
|
272
|
-
- **build-tools:** Split out the code to format the `package.json` file
|
|
289
|
+
- **build-tools:** Split out the code to format the `package.json` file
|
|
290
|
+
([a47b98d5](https://github.com/storm-software/storm-ops/commit/a47b98d5))
|
|
273
291
|
|
|
274
292
|
## 1.129.1 (2024-07-26)
|
|
275
293
|
|
|
276
|
-
|
|
277
294
|
### Bug Fixes
|
|
278
295
|
|
|
279
|
-
- **storm-ops:** Resolved issue with missing token in CI action
|
|
296
|
+
- **storm-ops:** Resolved issue with missing token in CI action
|
|
297
|
+
([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
|
|
280
298
|
|
|
281
299
|
## 1.129.0 (2024-07-24)
|
|
282
300
|
|
|
283
|
-
|
|
284
301
|
### Features
|
|
285
302
|
|
|
286
|
-
- **workspace-tools:** Added the `size-limit` executor
|
|
303
|
+
- **workspace-tools:** Added the `size-limit` executor
|
|
304
|
+
([6ce22bab](https://github.com/storm-software/storm-ops/commit/6ce22bab))
|
|
287
305
|
|
|
288
306
|
## 1.128.2 (2024-07-23)
|
|
289
307
|
|
|
290
|
-
|
|
291
308
|
### Bug Fixes
|
|
292
309
|
|
|
293
|
-
- **workspace-tools:** Simplified the `namedImports` in the base Nx
|
|
310
|
+
- **workspace-tools:** Simplified the `namedImports` in the base Nx
|
|
311
|
+
configuration
|
|
312
|
+
([2982defb](https://github.com/storm-software/storm-ops/commit/2982defb))
|
|
294
313
|
|
|
295
|
-
- **workspace-tools:** Add the new `namedImports` to workspace plugins
|
|
314
|
+
- **workspace-tools:** Add the new `namedImports` to workspace plugins
|
|
315
|
+
([357b9b73](https://github.com/storm-software/storm-ops/commit/357b9b73))
|
|
296
316
|
|
|
297
317
|
## 1.128.1 (2024-07-23)
|
|
298
318
|
|
|
299
|
-
|
|
300
319
|
### Bug Fixes
|
|
301
320
|
|
|
302
|
-
- **eslint:** Resolve issues with `json` plugin config spread
|
|
321
|
+
- **eslint:** Resolve issues with `json` plugin config spread
|
|
322
|
+
([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
|
|
303
323
|
|
|
304
324
|
## 1.128.0 (2024-07-23)
|
|
305
325
|
|
|
306
|
-
|
|
307
326
|
### Features
|
|
308
327
|
|
|
309
|
-
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
328
|
+
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
329
|
+
([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
|
|
310
330
|
|
|
311
331
|
## 1.127.0 (2024-07-23)
|
|
312
332
|
|
|
313
|
-
|
|
314
333
|
### Features
|
|
315
334
|
|
|
316
|
-
- **eslint:** Remove the `import` plugin from the preset
|
|
335
|
+
- **eslint:** Remove the `import` plugin from the preset
|
|
336
|
+
([6c8551ae](https://github.com/storm-software/storm-ops/commit/6c8551ae))
|
|
317
337
|
|
|
318
338
|
## 1.126.0 (2024-07-22)
|
|
319
339
|
|
|
320
|
-
|
|
321
340
|
### Features
|
|
322
341
|
|
|
323
|
-
- **eslint:** Update rules around handling TypeScript function returns
|
|
342
|
+
- **eslint:** Update rules around handling TypeScript function returns
|
|
343
|
+
([a9859cd4](https://github.com/storm-software/storm-ops/commit/a9859cd4))
|
|
324
344
|
|
|
325
345
|
## 1.125.0 (2024-07-22)
|
|
326
346
|
|
|
327
|
-
|
|
328
347
|
### Features
|
|
329
348
|
|
|
330
|
-
- **eslint:** Added Nx plugin to eslint preset
|
|
349
|
+
- **eslint:** Added Nx plugin to eslint preset
|
|
350
|
+
([1933027f](https://github.com/storm-software/storm-ops/commit/1933027f))
|
|
331
351
|
|
|
332
352
|
## 1.124.0 (2024-07-22)
|
|
333
353
|
|
|
334
|
-
|
|
335
354
|
### Features
|
|
336
355
|
|
|
337
|
-
- **eslint:** Add config formatter to eslint preset
|
|
356
|
+
- **eslint:** Add config formatter to eslint preset
|
|
357
|
+
([050dadcd](https://github.com/storm-software/storm-ops/commit/050dadcd))
|
|
338
358
|
|
|
339
359
|
## 1.123.0 (2024-07-22)
|
|
340
360
|
|
|
341
|
-
|
|
342
361
|
### Features
|
|
343
362
|
|
|
344
|
-
- **workspace-tools:** Enable distributed task execution and remote caching
|
|
345
|
-
|
|
346
|
-
- **workspace-tools:** Improve the `nx.config` shared imports ([2b298691](https://github.com/storm-software/storm-ops/commit/2b298691))
|
|
363
|
+
- **workspace-tools:** Enable distributed task execution and remote caching
|
|
364
|
+
([307bc05a](https://github.com/storm-software/storm-ops/commit/307bc05a))
|
|
347
365
|
|
|
366
|
+
- **workspace-tools:** Improve the `nx.config` shared imports
|
|
367
|
+
([2b298691](https://github.com/storm-software/storm-ops/commit/2b298691))
|
|
348
368
|
|
|
349
369
|
### Bug Fixes
|
|
350
370
|
|
|
351
|
-
- **storm-ops:** Resolved issue with cross-project typings
|
|
371
|
+
- **storm-ops:** Resolved issue with cross-project typings
|
|
372
|
+
([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
|
|
352
373
|
|
|
353
|
-
- **workspace-tools:** Improve the inputs used for `build` and `release` tasks
|
|
354
|
-
|
|
355
|
-
- **workspace-tools:** Resolve issues with `namedInputs` in base Nx configuration ([879fc147](https://github.com/storm-software/storm-ops/commit/879fc147))
|
|
374
|
+
- **workspace-tools:** Improve the inputs used for `build` and `release` tasks
|
|
375
|
+
([9887f360](https://github.com/storm-software/storm-ops/commit/9887f360))
|
|
356
376
|
|
|
377
|
+
- **workspace-tools:** Resolve issues with `namedInputs` in base Nx
|
|
378
|
+
configuration
|
|
379
|
+
([879fc147](https://github.com/storm-software/storm-ops/commit/879fc147))
|
|
357
380
|
|
|
358
381
|
### Continuous Integration
|
|
359
382
|
|
|
360
|
-
- **storm-ops:** Resolve permissions issue in CI action
|
|
383
|
+
- **storm-ops:** Resolve permissions issue in CI action
|
|
384
|
+
([2dd8c79e](https://github.com/storm-software/storm-ops/commit/2dd8c79e))
|
|
361
385
|
|
|
362
386
|
## 1.122.0 (2024-07-19)
|
|
363
387
|
|
|
364
|
-
|
|
365
388
|
### Features
|
|
366
389
|
|
|
367
|
-
- **workspace-tools:** Added separate exports for utilities
|
|
368
|
-
|
|
390
|
+
- **workspace-tools:** Added separate exports for utilities
|
|
391
|
+
([2e62f379](https://github.com/storm-software/storm-ops/commit/2e62f379))
|
|
369
392
|
|
|
370
393
|
### Continuous Integration
|
|
371
394
|
|
|
372
|
-
- **storm-ops:** Track git branch in `nrwl/nx-set-shas` step
|
|
395
|
+
- **storm-ops:** Track git branch in `nrwl/nx-set-shas` step
|
|
396
|
+
([e53ee0bc](https://github.com/storm-software/storm-ops/commit/e53ee0bc))
|
|
373
397
|
|
|
374
398
|
## 1.121.0 (2024-07-19)
|
|
375
399
|
|
|
376
|
-
|
|
377
400
|
### Features
|
|
378
401
|
|
|
379
|
-
- **workspace-tools:** Added helper functions to support reading/writing project
|
|
402
|
+
- **workspace-tools:** Added helper functions to support reading/writing project
|
|
403
|
+
tags ([507b5747](https://github.com/storm-software/storm-ops/commit/507b5747))
|
|
380
404
|
|
|
381
|
-
- **workspace-tools:** Added project tags constants and type declarations
|
|
405
|
+
- **workspace-tools:** Added project tags constants and type declarations
|
|
406
|
+
([88cd1de2](https://github.com/storm-software/storm-ops/commit/88cd1de2))
|
|
382
407
|
|
|
383
408
|
## 1.120.0 (2024-07-19)
|
|
384
409
|
|
|
385
|
-
|
|
386
410
|
### Features
|
|
387
411
|
|
|
388
|
-
- **workspace-tools:** Added tag population to the workspace plugins
|
|
412
|
+
- **workspace-tools:** Added tag population to the workspace plugins
|
|
413
|
+
([f473de63](https://github.com/storm-software/storm-ops/commit/f473de63))
|
|
389
414
|
|
|
390
415
|
## 1.119.0 (2024-07-19)
|
|
391
416
|
|
|
392
|
-
|
|
393
417
|
### Features
|
|
394
418
|
|
|
395
|
-
- **workspace-tools:** Added the `clean-package` executor
|
|
419
|
+
- **workspace-tools:** Added the `clean-package` executor
|
|
420
|
+
([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
|
|
396
421
|
|
|
397
|
-
- **config:** Updated `workspaceRoot` with a default value
|
|
422
|
+
- **config:** Updated `workspaceRoot` with a default value
|
|
423
|
+
([5ee3fb09](https://github.com/storm-software/storm-ops/commit/5ee3fb09))
|
|
398
424
|
|
|
399
425
|
## 1.118.0 (2024-07-19)
|
|
400
426
|
|
|
401
|
-
|
|
402
427
|
### Features
|
|
403
428
|
|
|
404
|
-
- **storm-ops:** Use renovate with shared preset and update dependabot config
|
|
429
|
+
- **storm-ops:** Use renovate with shared preset and update dependabot config
|
|
430
|
+
([b85fba8a](https://github.com/storm-software/storm-ops/commit/b85fba8a))
|
|
405
431
|
|
|
406
432
|
## 1.117.0 (2024-07-17)
|
|
407
433
|
|
|
408
|
-
|
|
409
434
|
### Features
|
|
410
435
|
|
|
411
|
-
- **workspace-tools:** Include Documentation and Examples in the CHANGELOG files
|
|
412
|
-
|
|
436
|
+
- **workspace-tools:** Include Documentation and Examples in the CHANGELOG files
|
|
437
|
+
([39b694b7](https://github.com/storm-software/storm-ops/commit/39b694b7))
|
|
413
438
|
|
|
414
439
|
### Documentation
|
|
415
440
|
|
|
416
|
-
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
441
|
+
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
442
|
+
([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
|
|
417
443
|
|
|
418
|
-
- **workspace-tools:** Regenerate README markdown content
|
|
444
|
+
- **workspace-tools:** Regenerate README markdown content
|
|
445
|
+
([3dc140fc](https://github.com/storm-software/storm-ops/commit/3dc140fc))
|
|
419
446
|
|
|
420
447
|
## 2.29.0 (2024-07-17)
|
|
421
448
|
|
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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
package/config/nx.json
CHANGED
|
@@ -397,17 +397,17 @@
|
|
|
397
397
|
},
|
|
398
398
|
"build-base": {
|
|
399
399
|
"cache": true,
|
|
400
|
-
"dependsOn": ["clean", "
|
|
400
|
+
"dependsOn": ["clean", "^build"]
|
|
401
401
|
},
|
|
402
402
|
"build-local": {
|
|
403
403
|
"cache": true,
|
|
404
404
|
"inputs": ["default", "^production"],
|
|
405
|
-
"dependsOn": ["build-base", "
|
|
405
|
+
"dependsOn": ["build-base", "^build"]
|
|
406
406
|
},
|
|
407
407
|
"build": {
|
|
408
408
|
"cache": true,
|
|
409
409
|
"inputs": ["default", "^production"],
|
|
410
|
-
"dependsOn": ["build-base", "
|
|
410
|
+
"dependsOn": ["build-base", "^build"]
|
|
411
411
|
},
|
|
412
412
|
"rebuild": {
|
|
413
413
|
"cache": false,
|
package/declarations.d.ts
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { TsupExecutorSchema } from "./src/executors/tsup/schema";
|
|
3
|
-
import type { GeneratorCallback, Tree, ExecutorContext } from "@nx/devkit";
|
|
4
|
-
import type { Options } from "tsup";
|
|
5
|
-
import type { TsupGetConfigOptions } from "./src/types";
|
|
6
|
-
import type {
|
|
7
|
-
Program,
|
|
8
|
-
Diagnostic,
|
|
9
|
-
TransformerFactory,
|
|
10
|
-
SourceFile,
|
|
11
|
-
ParsedCommandLine
|
|
12
|
-
} from "typescript";
|
|
1
|
+
import type { ExecutorContext, GeneratorCallback, Tree } from "@nx/devkit";
|
|
13
2
|
import type { NormalizedSchema } from "@nx/js/src/generators/library/library";
|
|
14
3
|
import type { LibraryGeneratorSchema } from "@nx/js/src/utils/schema";
|
|
15
|
-
import type {
|
|
4
|
+
import type { StormConfig } from "@storm-software/config";
|
|
5
|
+
import type { Options } from "tsup";
|
|
6
|
+
import type { TsupExecutorSchema } from "./src/executors/tsup/schema";
|
|
16
7
|
|
|
17
8
|
export interface TsupContext {
|
|
18
9
|
projectRoot: string;
|