@storm-software/workspace-tools 1.293.6 → 1.293.7

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 (3) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.293.6](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.6) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **workspace-tools:** Regenerate schema files
10
+ ([c4b5d505a](https://github.com/storm-software/storm-ops/commit/c4b5d505a))
11
+ - **workspace-tools:** Remove unused default from `verbose` configuration schema
12
+ ([f9b3aab42](https://github.com/storm-software/storm-ops/commit/f9b3aab42))
13
+
14
+ ### Continuous Integration
15
+
16
+ - **monorepo:** Resolve `bot-conditions` rule failures during Zizmor scan
17
+ ([95f3b9623](https://github.com/storm-software/storm-ops/commit/95f3b9623))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **testing-tools** to **v1.119.36**
22
+ - Updated **config-tools** to **v1.188.36**
23
+ - Updated **pnpm-tools** to **v0.6.36**
24
+ - Updated **npm-tools** to **v0.5.36**
25
+ - Updated **prettier** to **v0.57.36**
26
+ - Updated **esbuild** to **v0.53.36**
27
+ - Updated **unbuild** to **v0.57.36**
28
+ - Updated **config** to **v1.134.36**
29
+ - Updated **tsdown** to **v0.45.36**
30
+
5
31
  ## [1.293.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.5) (11/13/2025)
6
32
 
7
33
  ### Miscellaneous
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
- [![Version](https://img.shields.io/badge/version-1.293.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.293.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.293.6",
3
+ "version": "1.293.7",
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.0.3",
225
+ "nx": "22.0.3",
226
226
  "prettier": "^3.6.2"
227
227
  },
228
228
  "peerDependenciesMeta": {
@@ -234,18 +234,18 @@
234
234
  "dependencies": {
235
235
  "@ltd/j-toml": "1.38.0",
236
236
  "@microsoft/api-extractor": "^7.55.0",
237
- "@nx/devkit": "^22.0.3",
238
- "@nx/js": "^22.0.3",
237
+ "@nx/devkit": "22.0.3",
238
+ "@nx/js": "22.0.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/esbuild": "^0.53.36",
244
- "@storm-software/npm-tools": "^0.5.36",
245
- "@storm-software/pnpm-tools": "^0.6.36",
246
- "@storm-software/prettier": "^0.57.36",
247
- "@storm-software/tsdown": "^0.45.36",
248
- "@storm-software/unbuild": "^0.57.36",
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",
249
249
  "fs-extra": "11.2.0",
250
250
  "glob": "^11.0.3",
251
251
  "jiti": "2.4.2",
@@ -263,7 +263,7 @@
263
263
  "@types/node": "^22.19.1",
264
264
  "@types/semver": "7.5.8",
265
265
  "defu": "6.1.4",
266
- "nx": "^22.0.3",
266
+ "nx": "22.0.3",
267
267
  "pkg-types": "^1.3.1",
268
268
  "tsup": "8.4.0",
269
269
  "typescript": "^5.9.3"
@@ -271,5 +271,5 @@
271
271
  "publishConfig": { "access": "public" },
272
272
  "executors": "./executors.json",
273
273
  "generators": "./generators.json",
274
- "gitHead": "3e8d8586187f6c6d33be0fc1c34ac43aba6b87ce"
274
+ "gitHead": "821f31f66402e14fe0f80e947254a4abd8d23ccf"
275
275
  }