@storm-software/workspace-tools 1.295.81 → 1.295.83

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 +34 -0
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.295.82](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.82) (05/19/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config** to **v1.137.54**
10
+ - Updated **config-tools** to **v1.190.22**
11
+ - Updated **esbuild** to **v0.53.183**
12
+ - Updated **npm-tools** to **v0.6.139**
13
+ - Updated **package-constants** to **v0.1.35**
14
+ - Updated **pnpm-tools** to **v0.7.32**
15
+ - Updated **prettier** to **v0.59.74**
16
+ - Updated **testing-tools** to **v1.119.175**
17
+ - Updated **tsdown** to **v0.45.183**
18
+ - Updated **unbuild** to **v0.57.183**
19
+
20
+ ## [1.295.81](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.81) (05/19/2026)
21
+
22
+ ### Miscellaneous
23
+
24
+ - **git-tools:** Added git tag logging and updated release defaults ([9cc43a242](https://github.com/storm-software/storm-ops/commit/9cc43a242))
25
+
26
+ ### Updated Dependencies
27
+
28
+ - Updated **config** to **v1.137.53**
29
+ - Updated **config-tools** to **v1.190.21**
30
+ - Updated **esbuild** to **v0.53.182**
31
+ - Updated **npm-tools** to **v0.6.138**
32
+ - Updated **package-constants** to **v0.1.34**
33
+ - Updated **pnpm-tools** to **v0.7.31**
34
+ - Updated **prettier** to **v0.59.73**
35
+ - Updated **testing-tools** to **v1.119.174**
36
+ - Updated **tsdown** to **v0.45.182**
37
+ - Updated **unbuild** to **v0.57.182**
38
+
5
39
  ## [1.295.80](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.80) (05/16/2026)
6
40
 
7
41
  ### Miscellaneous
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.295.70-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.295.81-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 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.295.81",
3
+ "version": "1.295.83",
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.190.21",
232
- "@storm-software/esbuild": "0.53.182",
233
- "@storm-software/npm-tools": "0.6.138",
234
- "@storm-software/pnpm-tools": "0.7.31",
235
- "@storm-software/prettier": "0.59.73",
236
- "@storm-software/tsdown": "0.45.182",
237
- "@storm-software/unbuild": "0.57.182",
231
+ "@storm-software/config-tools": "1.190.23",
232
+ "@storm-software/esbuild": "0.53.184",
233
+ "@storm-software/npm-tools": "0.6.140",
234
+ "@storm-software/pnpm-tools": "0.7.33",
235
+ "@storm-software/prettier": "0.59.75",
236
+ "@storm-software/tsdown": "0.45.184",
237
+ "@storm-software/unbuild": "0.57.184",
238
238
  "fs-extra": "11.2.0",
239
239
  "glob": "^11.1.0",
240
240
  "jiti": "2.4.2",
@@ -248,7 +248,7 @@
248
248
  },
249
249
  "devDependencies": {
250
250
  "@napi-rs/cli": "^3.6.2",
251
- "@storm-software/package-constants": "0.1.34",
251
+ "@storm-software/package-constants": "0.1.36",
252
252
  "@types/micromatch": "^4.0.10",
253
253
  "@types/node": "^25.9.1",
254
254
  "@types/semver": "7.5.8",
@@ -273,5 +273,5 @@
273
273
  "publishConfig": { "access": "public" },
274
274
  "executors": "./executors.json",
275
275
  "generators": "./generators.json",
276
- "gitHead": "9659ccd4025df160370c7ddced3599f9d70e7dfa"
276
+ "gitHead": "46df8291b582531faba632e64fb53af49d22f79e"
277
277
  }