@storm-software/workspace-tools 1.293.7 → 1.293.8

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 +28 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.293.7](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.7) (11/14/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([a0e00b677](https://github.com/storm-software/storm-ops/commit/a0e00b677))
11
+ - **workspace-tools:** Regenerate schema files
12
+ ([c4b5d505a](https://github.com/storm-software/storm-ops/commit/c4b5d505a))
13
+ - **workspace-tools:** Remove unused default from `verbose` configuration schema
14
+ ([f9b3aab42](https://github.com/storm-software/storm-ops/commit/f9b3aab42))
15
+
16
+ ### Continuous Integration
17
+
18
+ - **monorepo:** Resolve `bot-conditions` rule failures during Zizmor scan
19
+ ([95f3b9623](https://github.com/storm-software/storm-ops/commit/95f3b9623))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **testing-tools** to **v1.119.37**
24
+ - Updated **config-tools** to **v1.188.37**
25
+ - Updated **pnpm-tools** to **v0.6.37**
26
+ - Updated **npm-tools** to **v0.5.37**
27
+ - Updated **prettier** to **v0.57.37**
28
+ - Updated **esbuild** to **v0.53.37**
29
+ - Updated **unbuild** to **v0.57.37**
30
+ - Updated **config** to **v1.134.37**
31
+ - Updated **tsdown** to **v0.45.37**
32
+
5
33
  ## [1.293.6](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.6) (11/13/2025)
6
34
 
7
35
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.293.7",
3
+ "version": "1.293.8",
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",
@@ -240,12 +240,12 @@
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/esbuild": "^0.53.37",
244
- "@storm-software/npm-tools": "^0.5.37",
245
- "@storm-software/pnpm-tools": "^0.6.37",
246
- "@storm-software/prettier": "^0.57.37",
247
- "@storm-software/tsdown": "^0.45.37",
248
- "@storm-software/unbuild": "^0.57.37",
243
+ "@storm-software/esbuild": "^0.53.38",
244
+ "@storm-software/npm-tools": "^0.5.38",
245
+ "@storm-software/pnpm-tools": "^0.6.38",
246
+ "@storm-software/prettier": "^0.57.38",
247
+ "@storm-software/tsdown": "^0.45.38",
248
+ "@storm-software/unbuild": "^0.57.38",
249
249
  "fs-extra": "11.2.0",
250
250
  "glob": "^11.0.3",
251
251
  "jiti": "2.4.2",
@@ -271,5 +271,5 @@
271
271
  "publishConfig": { "access": "public" },
272
272
  "executors": "./executors.json",
273
273
  "generators": "./generators.json",
274
- "gitHead": "821f31f66402e14fe0f80e947254a4abd8d23ccf"
274
+ "gitHead": "7ede58a2f9131e532b8cad8c37815ad21bec19f8"
275
275
  }