@storm-software/workspace-tools 1.295.0 → 1.295.1

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 CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.295.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.0) (03/11/2026)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added `recommended.json` Nx configuration ([6e73d37eb](https://github.com/storm-software/storm-ops/commit/6e73d37eb))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **testing-tools** to **v1.119.100**
14
+ - Updated **config-tools** to **v1.189.25**
15
+ - Updated **pnpm-tools** to **v0.6.109**
16
+ - Updated **npm-tools** to **v0.6.63**
17
+ - Updated **prettier** to **v0.58.25**
18
+ - Updated **esbuild** to **v0.53.107**
19
+ - Updated **unbuild** to **v0.57.107**
20
+ - Updated **config** to **v1.135.26**
21
+ - Updated **tsdown** to **v0.45.107**
22
+
5
23
  ## [1.294.58](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.58) (03/11/2026)
6
24
 
7
25
  ### Updated Dependencies
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-1.294.52-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)
30
+ [![Version](https://img.shields.io/badge/version-1.294.58-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -46,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
46
46
 
47
47
  <!-- START doctoc -->
48
48
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
+
49
50
  ## Table of Contents
50
51
 
51
52
  - [Storm Workspace Tools](#storm-workspace-tools)
@@ -171,7 +171,7 @@ var createNodesV2 = [
171
171
  dependsOn: ["^format-prettier"],
172
172
  executor: "nx:run-commands",
173
173
  options: {
174
- command: 'pnpm exec prettier "{projectRoot}/**/*" --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/config.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore" --cache --cache-location="node_modules/.cache/prettier/{projectRoot}" '
174
+ command: 'pnpm exec prettier "{projectRoot}/**/*" --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/exclude-packagejson.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson" --cache --cache-location="node_modules/.cache/prettier/{projectRoot}" '
175
175
  }
176
176
  };
177
177
  targets.format ??= {
@@ -172,7 +172,7 @@ var createNodesV2 = [
172
172
  dependsOn: ["^format-prettier"],
173
173
  executor: "nx:run-commands",
174
174
  options: {
175
- command: 'pnpm exec prettier "{projectRoot}/**/*" --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/config.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore" --cache --cache-location="node_modules/.cache/prettier/{projectRoot}" '
175
+ command: 'pnpm exec prettier "{projectRoot}/**/*" --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/exclude-packagejson.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson" --cache --cache-location="node_modules/.cache/prettier/{projectRoot}" '
176
176
  }
177
177
  };
178
178
  targets.format ??= {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.295.0",
3
+ "version": "1.295.1",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "keywords": [
6
6
  "monorepo",
@@ -228,13 +228,13 @@
228
228
  "@size-limit/esbuild": "11.1.4",
229
229
  "@size-limit/esbuild-why": "11.1.4",
230
230
  "@size-limit/file": "11.1.4",
231
- "@storm-software/config-tools": "^1.189.25",
232
- "@storm-software/esbuild": "^0.53.107",
233
- "@storm-software/npm-tools": "^0.6.63",
234
- "@storm-software/pnpm-tools": "^0.6.109",
235
- "@storm-software/prettier": "^0.58.25",
236
- "@storm-software/tsdown": "^0.45.107",
237
- "@storm-software/unbuild": "^0.57.107",
231
+ "@storm-software/config-tools": "^1.189.26",
232
+ "@storm-software/esbuild": "^0.53.108",
233
+ "@storm-software/npm-tools": "^0.6.64",
234
+ "@storm-software/pnpm-tools": "^0.6.110",
235
+ "@storm-software/prettier": "^0.59.0",
236
+ "@storm-software/tsdown": "^0.45.108",
237
+ "@storm-software/unbuild": "^0.57.108",
238
238
  "fs-extra": "11.2.0",
239
239
  "glob": "^11.1.0",
240
240
  "jiti": "2.4.2",
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "89922f0ab62cc4511964849ccba9c919cce20794"
275
+ "gitHead": "e7963b8546961a1c31a76fbb23f27be1ac25ba17"
276
276
  }