create-storm-workspace 1.81.7 → 1.81.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 +79 -39
- package/README.md +1 -1
- package/bin/index.ts +0 -19
- package/index.js +174 -167
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,182 +1,222 @@
|
|
|
1
|
+
## 1.81.9 (2025-01-20)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **create-storm-workspace:** Resolved issue with deprecated type depencency ([40a63618](https://github.com/storm-software/storm-ops/commit/40a63618))
|
|
6
|
+
|
|
7
|
+
## 1.81.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
|
## 1.81.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
|
## 1.81.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
|
## 1.81.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
|
## 1.81.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
|
## 1.81.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
|
## 1.81.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
|
## 1.81.0 (2025-01-02)
|
|
40
59
|
|
|
41
60
|
### Features
|
|
42
61
|
|
|
43
|
-
- **workspace-tools:** Removed old dynamically imported modules
|
|
62
|
+
- **workspace-tools:** Removed old dynamically imported modules
|
|
63
|
+
([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
|
|
44
64
|
|
|
45
65
|
## 1.80.2 (2025-01-02)
|
|
46
66
|
|
|
47
67
|
### Bug Fixes
|
|
48
68
|
|
|
49
|
-
- **storm-ops:** Resolve issue preventing release publishing
|
|
69
|
+
- **storm-ops:** Resolve issue preventing release publishing
|
|
70
|
+
([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
|
|
50
71
|
|
|
51
72
|
## 1.80.1 (2025-01-02)
|
|
52
73
|
|
|
53
74
|
### Bug Fixes
|
|
54
75
|
|
|
55
|
-
- **create-storm-workspace:** Resolve issue with missing external libraries
|
|
76
|
+
- **create-storm-workspace:** Resolve issue with missing external libraries
|
|
77
|
+
([8e8cab97](https://github.com/storm-software/storm-ops/commit/8e8cab97))
|
|
56
78
|
|
|
57
79
|
## 1.80.0 (2024-12-30)
|
|
58
80
|
|
|
59
81
|
### Features
|
|
60
82
|
|
|
61
|
-
- **storm-ops:** Completed enhancement around `catalog` and `workspace`
|
|
83
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace`
|
|
84
|
+
dependency upgrades
|
|
85
|
+
([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
62
86
|
|
|
63
87
|
### Dependency Upgrades
|
|
64
88
|
|
|
65
|
-
- **storm-ops:** Added consistent `@types/node` versions across repository
|
|
89
|
+
- **storm-ops:** Added consistent `@types/node` versions across repository
|
|
90
|
+
([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
|
|
66
91
|
|
|
67
92
|
## 1.79.1 (2024-12-18)
|
|
68
93
|
|
|
69
94
|
### Bug Fixes
|
|
70
95
|
|
|
71
|
-
- **storm-ops:** Resolved issue with ESM resolve error during postinstall script
|
|
96
|
+
- **storm-ops:** Resolved issue with ESM resolve error during postinstall script
|
|
97
|
+
execution
|
|
98
|
+
([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
|
|
72
99
|
|
|
73
100
|
### Dependency Upgrades
|
|
74
101
|
|
|
75
|
-
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
102
|
+
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
103
|
+
([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
|
|
76
104
|
|
|
77
105
|
## 1.79.0 (2024-12-01)
|
|
78
106
|
|
|
79
107
|
### Features
|
|
80
108
|
|
|
81
|
-
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
109
|
+
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
110
|
+
([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
|
|
82
111
|
|
|
83
112
|
## 1.78.0 (2024-11-30)
|
|
84
113
|
|
|
85
114
|
### Features
|
|
86
115
|
|
|
87
|
-
- **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
|
|
116
|
+
- **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
|
|
117
|
+
([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
|
|
88
118
|
|
|
89
119
|
## 1.77.0 (2024-11-18)
|
|
90
120
|
|
|
91
121
|
### Features
|
|
92
122
|
|
|
93
|
-
- **build-tools:** Allow default package.json exports by no longer overriding
|
|
123
|
+
- **build-tools:** Allow default package.json exports by no longer overriding
|
|
124
|
+
them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
|
|
94
125
|
|
|
95
126
|
## 1.76.1 (2024-11-10)
|
|
96
127
|
|
|
97
128
|
### Bug Fixes
|
|
98
129
|
|
|
99
|
-
- **config-tools:** Ensure trace logging is not marked as system logging
|
|
130
|
+
- **config-tools:** Ensure trace logging is not marked as system logging
|
|
131
|
+
([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
|
|
100
132
|
|
|
101
133
|
## 1.76.0 (2024-11-08)
|
|
102
134
|
|
|
103
135
|
### Features
|
|
104
136
|
|
|
105
|
-
- **build-tools:** Added back cjs build and local package.json dependencies
|
|
137
|
+
- **build-tools:** Added back cjs build and local package.json dependencies
|
|
138
|
+
([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
|
|
106
139
|
|
|
107
140
|
## 1.75.0 (2024-11-07)
|
|
108
141
|
|
|
109
142
|
### Features
|
|
110
143
|
|
|
111
|
-
- **config:** Add the `danger` color token
|
|
144
|
+
- **config:** Add the `danger` color token
|
|
145
|
+
([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
|
|
112
146
|
|
|
113
147
|
## 1.74.0 (2024-11-01)
|
|
114
148
|
|
|
115
149
|
### Features
|
|
116
150
|
|
|
117
|
-
- **eslint:** Resolve type issues with Nx plugin in preset
|
|
151
|
+
- **eslint:** Resolve type issues with Nx plugin in preset
|
|
152
|
+
([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
|
|
118
153
|
|
|
119
154
|
## 1.73.0 (2024-10-31)
|
|
120
155
|
|
|
121
156
|
### Features
|
|
122
157
|
|
|
123
|
-
- **storm-ops:** Upgrade the Nx package versions used in the repository
|
|
158
|
+
- **storm-ops:** Upgrade the Nx package versions used in the repository
|
|
159
|
+
([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
|
|
124
160
|
|
|
125
161
|
## 1.72.0 (2024-08-03)
|
|
126
162
|
|
|
127
|
-
|
|
128
163
|
### Features
|
|
129
164
|
|
|
130
|
-
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
165
|
+
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
166
|
+
([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
|
|
131
167
|
|
|
132
168
|
## 1.71.0 (2024-08-03)
|
|
133
169
|
|
|
134
|
-
|
|
135
170
|
### Features
|
|
136
171
|
|
|
137
|
-
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
172
|
+
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
173
|
+
([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
|
|
138
174
|
|
|
139
175
|
## 1.70.1 (2024-08-03)
|
|
140
176
|
|
|
141
|
-
|
|
142
177
|
### Bug Fixes
|
|
143
178
|
|
|
144
|
-
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
179
|
+
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
180
|
+
config
|
|
181
|
+
([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
|
|
145
182
|
|
|
146
183
|
## 1.70.0 (2024-08-02)
|
|
147
184
|
|
|
148
|
-
|
|
149
185
|
### Features
|
|
150
186
|
|
|
151
|
-
- **build-tools:** Update the unbuild configuration to get exports from
|
|
187
|
+
- **build-tools:** Update the unbuild configuration to get exports from
|
|
188
|
+
`package.json` files
|
|
189
|
+
([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
|
|
152
190
|
|
|
153
191
|
## 1.69.0 (2024-08-02)
|
|
154
192
|
|
|
155
|
-
|
|
156
193
|
### Features
|
|
157
194
|
|
|
158
|
-
- **terraform-tools:** Update build to exclude other storm package from the
|
|
195
|
+
- **terraform-tools:** Update build to exclude other storm package from the
|
|
196
|
+
distribution
|
|
197
|
+
([96294aac](https://github.com/storm-software/storm-ops/commit/96294aac))
|
|
159
198
|
|
|
160
199
|
## 1.68.2 (2024-08-02)
|
|
161
200
|
|
|
162
|
-
|
|
163
201
|
### Bug Fixes
|
|
164
202
|
|
|
165
|
-
- **create-storm-workspace:** Upgrade the package.json to include
|
|
203
|
+
- **create-storm-workspace:** Upgrade the package.json to include
|
|
204
|
+
`peerDependencies`
|
|
205
|
+
([f15d7eb4](https://github.com/storm-software/storm-ops/commit/f15d7eb4))
|
|
166
206
|
|
|
167
207
|
## 1.68.1 (2024-07-31)
|
|
168
208
|
|
|
169
|
-
|
|
170
209
|
### Bug Fixes
|
|
171
210
|
|
|
172
|
-
- **build-tools:** Remove unused plugin from unbuild
|
|
211
|
+
- **build-tools:** Remove unused plugin from unbuild
|
|
212
|
+
([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
|
|
173
213
|
|
|
174
214
|
## 1.68.0 (2024-07-31)
|
|
175
215
|
|
|
176
|
-
|
|
177
216
|
### Features
|
|
178
217
|
|
|
179
|
-
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
218
|
+
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
219
|
+
([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
|
|
180
220
|
|
|
181
221
|
## 1.67.0 (2024-07-17)
|
|
182
222
|
|
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/bin/index.ts
CHANGED
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
writeInfo,
|
|
9
9
|
writeSuccess
|
|
10
10
|
} from "@storm-software/config-tools/logger/console";
|
|
11
|
-
import type { NxClientMode } from "@storm-software/workspace-tools";
|
|
12
11
|
import { createWorkspace } from "create-nx-workspace";
|
|
13
12
|
import { prompt } from "enquirer";
|
|
14
13
|
|
|
@@ -134,24 +133,6 @@ async function main() {
|
|
|
134
133
|
// nxCloud = response.nxCloud;
|
|
135
134
|
// }
|
|
136
135
|
|
|
137
|
-
let mode: NxClientMode = (
|
|
138
|
-
process.argv.length > 9 ? process.argv[9] : null
|
|
139
|
-
) as NxClientMode;
|
|
140
|
-
if (!mode) {
|
|
141
|
-
mode = (
|
|
142
|
-
await prompt<{ mode: "light" | "dark" }>({
|
|
143
|
-
name: "mode",
|
|
144
|
-
message: "Which mode should be used?",
|
|
145
|
-
initial: "dark" as any,
|
|
146
|
-
type: "autocomplete",
|
|
147
|
-
choices: [
|
|
148
|
-
{ name: "light", message: "light" },
|
|
149
|
-
{ name: "dark", message: "dark" }
|
|
150
|
-
]
|
|
151
|
-
})
|
|
152
|
-
).mode;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
136
|
writeInfo(`⚡ Creating the Storm Workspace: ${name}`, config);
|
|
156
137
|
|
|
157
138
|
const version = getNpmPackageVersion("@storm-software/workspace-tools");
|