@storm-software/workspace-tools 1.294.18 → 1.294.20
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 +33 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.294.19](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.19) (12/18/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **testing-tools** to **v1.119.72**
|
|
10
|
+
- Updated **config-tools** to **v1.188.73**
|
|
11
|
+
- Updated **pnpm-tools** to **v0.6.75**
|
|
12
|
+
- Updated **npm-tools** to **v0.6.30**
|
|
13
|
+
- Updated **prettier** to **v0.57.72**
|
|
14
|
+
- Updated **esbuild** to **v0.53.73**
|
|
15
|
+
- Updated **unbuild** to **v0.57.73**
|
|
16
|
+
- Updated **config** to **v1.134.73**
|
|
17
|
+
- Updated **tsdown** to **v0.45.73**
|
|
18
|
+
|
|
19
|
+
## [1.294.18](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.18) (12/18/2025)
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Update CDN URLs for banner assets
|
|
24
|
+
([affd8096b](https://github.com/storm-software/storm-ops/commit/affd8096b))
|
|
25
|
+
|
|
26
|
+
### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated **testing-tools** to **v1.119.71**
|
|
29
|
+
- Updated **config-tools** to **v1.188.72**
|
|
30
|
+
- Updated **pnpm-tools** to **v0.6.74**
|
|
31
|
+
- Updated **npm-tools** to **v0.6.29**
|
|
32
|
+
- Updated **prettier** to **v0.57.71**
|
|
33
|
+
- Updated **esbuild** to **v0.53.72**
|
|
34
|
+
- Updated **unbuild** to **v0.57.72**
|
|
35
|
+
- Updated **config** to **v1.134.72**
|
|
36
|
+
- Updated **tsdown** to **v0.45.72**
|
|
37
|
+
|
|
5
38
|
## [1.294.17](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.17) (12/18/2025)
|
|
6
39
|
|
|
7
40
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.20",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"@napi-rs/cli": "^3.4.1",
|
|
224
224
|
"markdownlint-cli2": "^0.17.2",
|
|
225
|
-
"nx": "^22.
|
|
225
|
+
"nx": "^22.3.3",
|
|
226
226
|
"prettier": "^3.7.4"
|
|
227
227
|
},
|
|
228
228
|
"peerDependenciesMeta": {
|
|
@@ -234,19 +234,19 @@
|
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"@ltd/j-toml": "1.38.0",
|
|
236
236
|
"@microsoft/api-extractor": "^7.55.2",
|
|
237
|
-
"@nx/devkit": "^22.
|
|
238
|
-
"@nx/js": "^22.
|
|
237
|
+
"@nx/devkit": "^22.3.3",
|
|
238
|
+
"@nx/js": "^22.3.3",
|
|
239
239
|
"@samchon/openapi": "^2.5.3",
|
|
240
240
|
"@size-limit/esbuild": "11.1.4",
|
|
241
241
|
"@size-limit/esbuild-why": "11.1.4",
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
|
-
"@storm-software/config-tools": "^1.188.
|
|
244
|
-
"@storm-software/esbuild": "^0.53.
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
247
|
-
"@storm-software/prettier": "^0.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.74",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.74",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.31",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.76",
|
|
247
|
+
"@storm-software/prettier": "^0.57.73",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.74",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.74",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"size-limit": "11.1.4",
|
|
257
257
|
"typia": "^7.6.4",
|
|
258
258
|
"untyped": "^2.0.0",
|
|
259
|
-
"zod": "^4.2.
|
|
259
|
+
"zod": "^4.2.1"
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@napi-rs/cli": "^3.5.0",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"@types/node": "^24.10.4",
|
|
265
265
|
"@types/semver": "7.5.8",
|
|
266
266
|
"defu": "6.1.4",
|
|
267
|
-
"nx": "^22.
|
|
267
|
+
"nx": "^22.3.3",
|
|
268
268
|
"pkg-types": "^1.3.1",
|
|
269
269
|
"tsup": "8.4.0",
|
|
270
270
|
"typescript": "^5.9.3"
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "04528fd5ad2e9964bafae6e92842b2c59015141a"
|
|
276
276
|
}
|