@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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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/
|
|
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/
|
|
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.
|
|
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.
|
|
232
|
-
"@storm-software/esbuild": "^0.53.
|
|
233
|
-
"@storm-software/npm-tools": "^0.6.
|
|
234
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
235
|
-
"@storm-software/prettier": "^0.
|
|
236
|
-
"@storm-software/tsdown": "^0.45.
|
|
237
|
-
"@storm-software/unbuild": "^0.57.
|
|
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": "
|
|
275
|
+
"gitHead": "e7963b8546961a1c31a76fbb23f27be1ac25ba17"
|
|
276
276
|
}
|