@storm-software/workspace-tools 1.292.18 → 1.292.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -13
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,22 +1,51 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Workspace Tools
4
+
5
+ ## [1.292.19](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.19) (11/5/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.19**
10
+ - Updated **config-tools** to **v1.188.19**
11
+ - Updated **pnpm-tools** to **v0.6.19**
12
+ - Updated **npm-tools** to **v0.5.19**
13
+ - Updated **prettier** to **v0.57.19**
14
+ - Updated **esbuild** to **v0.53.19**
15
+ - Updated **unbuild** to **v0.57.19**
16
+ - Updated **config** to **v1.134.19**
17
+ - Updated **tsdown** to **v0.45.19**
18
+
1
19
  ## [1.292.17](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.17) (2025-11-04)
2
20
 
3
21
  ### Features
4
22
 
5
- - **monorepo:** Update packages to use Nx v22.0.2 ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
23
+ - **monorepo:** Update packages to use Nx v22.0.2
24
+ ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
6
25
 
7
26
  ### Bug Fixes
8
27
 
9
- - **workspace-tools:** Resolve issue updating crate dependencies ([3cafed54b](https://github.com/storm-software/storm-ops/commit/3cafed54b))
10
- - **workspace-tools:** Added logic to parse cargo registry from config and handle all dependency types ([ae6943916](https://github.com/storm-software/storm-ops/commit/ae6943916))
11
- - **workspace-tools:** Resolved issue reading the crate dependency versions ([ff52fd3dd](https://github.com/storm-software/storm-ops/commit/ff52fd3dd))
12
- - **workspace-tools:** Resolved issue with invalid version actions path ([f92989790](https://github.com/storm-software/storm-ops/commit/f92989790))
28
+ - **workspace-tools:** Resolve issue updating crate dependencies
29
+ ([3cafed54b](https://github.com/storm-software/storm-ops/commit/3cafed54b))
30
+ - **workspace-tools:** Added logic to parse cargo registry from config and
31
+ handle all dependency types
32
+ ([ae6943916](https://github.com/storm-software/storm-ops/commit/ae6943916))
33
+ - **workspace-tools:** Resolved issue reading the crate dependency versions
34
+ ([ff52fd3dd](https://github.com/storm-software/storm-ops/commit/ff52fd3dd))
35
+ - **workspace-tools:** Resolved issue with invalid version actions path
36
+ ([f92989790](https://github.com/storm-software/storm-ops/commit/f92989790))
13
37
 
14
38
  ### Miscellaneous
15
39
 
16
- - **workspace-tools:** Remove unused configurations from shared `nx.json` file ([3a6bea34e](https://github.com/storm-software/storm-ops/commit/3a6bea34e))
17
- - **workspace-tools:** Remove default `versionActions` from base `nx.json` config ([35f143e14](https://github.com/storm-software/storm-ops/commit/35f143e14))
18
- - **monorepo:** Update `changelog` configuration to use local paths ([ff3053a8a](https://github.com/storm-software/storm-ops/commit/ff3053a8a))
19
- - **monorepo:** Resolve sherif linting issues and reformat README markdown files ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
40
+ - **workspace-tools:** Remove unused configurations from shared `nx.json` file
41
+ ([3a6bea34e](https://github.com/storm-software/storm-ops/commit/3a6bea34e))
42
+ - **workspace-tools:** Remove default `versionActions` from base `nx.json`
43
+ config
44
+ ([35f143e14](https://github.com/storm-software/storm-ops/commit/35f143e14))
45
+ - **monorepo:** Update `changelog` configuration to use local paths
46
+ ([ff3053a8a](https://github.com/storm-software/storm-ops/commit/ff3053a8a))
47
+ - **monorepo:** Resolve sherif linting issues and reformat README markdown files
48
+ ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
20
49
 
21
50
  ### Updated Dependencies
22
51
 
@@ -30,10 +59,6 @@
30
59
  - Updated config to 1.134.17
31
60
  - Updated tsdown to 0.45.17
32
61
 
33
- ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
34
-
35
- # Changelog for Storm Ops - Workspace Tools
36
-
37
62
  ## [1.292.16](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.16) (2025-10-31)
38
63
 
39
64
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.292.18",
3
+ "version": "1.292.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",
@@ -238,12 +238,12 @@
238
238
  "@size-limit/esbuild": "11.1.4",
239
239
  "@size-limit/esbuild-why": "11.1.4",
240
240
  "@size-limit/file": "11.1.4",
241
- "@storm-software/esbuild": "^0.53.18",
242
- "@storm-software/npm-tools": "^0.5.18",
243
- "@storm-software/pnpm-tools": "^0.6.18",
244
- "@storm-software/prettier": "^0.57.18",
245
- "@storm-software/tsdown": "^0.45.18",
246
- "@storm-software/unbuild": "^0.57.18",
241
+ "@storm-software/esbuild": "^0.53.20",
242
+ "@storm-software/npm-tools": "^0.5.20",
243
+ "@storm-software/pnpm-tools": "^0.6.20",
244
+ "@storm-software/prettier": "^0.57.20",
245
+ "@storm-software/tsdown": "^0.45.20",
246
+ "@storm-software/unbuild": "^0.57.20",
247
247
  "fs-extra": "11.2.0",
248
248
  "glob": "^11.0.3",
249
249
  "jiti": "2.4.2",
@@ -252,7 +252,7 @@
252
252
  "semver": "7.6.2",
253
253
  "size-limit": "11.1.4",
254
254
  "typia": "^7.6.4",
255
- "untyped": "^1.5.2",
255
+ "untyped": "^2.0.0",
256
256
  "zod": "^4.1.12"
257
257
  },
258
258
  "devDependencies": {
@@ -268,5 +268,5 @@
268
268
  "publishConfig": { "access": "public" },
269
269
  "executors": "./executors.json",
270
270
  "generators": "./generators.json",
271
- "gitHead": "4ff7ccead93c470ebb8b9ad5fcd7e70f3a122cbf"
271
+ "gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
272
272
  }