@storm-software/pnpm-tools 0.6.67 → 0.6.68

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.67](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.67) (12/15/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Format repository source files
10
+ ([6415008e9](https://github.com/storm-software/storm-ops/commit/6415008e9))
11
+ - **monorepo:** Format workspace source files
12
+ ([b957f4850](https://github.com/storm-software/storm-ops/commit/b957f4850))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated **testing-tools** to **v1.119.66**
17
+ - Updated **config-tools** to **v1.188.67**
18
+ - Updated **npm-tools** to **v0.6.23**
19
+ - Updated **config** to **v1.134.67**
20
+
5
21
  ## [0.6.66](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.66) (12/15/2025)
6
22
 
7
23
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.67",
3
+ "version": "0.6.68",
4
4
  "type": "module",
5
5
  "description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
6
6
  "repository": {
@@ -73,9 +73,9 @@
73
73
  },
74
74
  "types": "./dist/index.d.ts",
75
75
  "dependencies": {
76
- "@storm-software/config": "^1.134.67",
77
- "@storm-software/config-tools": "^1.188.67",
78
- "@storm-software/npm-tools": "^0.6.23",
76
+ "@storm-software/config": "^1.134.68",
77
+ "@storm-software/config-tools": "^1.188.68",
78
+ "@storm-software/npm-tools": "^0.6.24",
79
79
  "commander": "^12.1.0",
80
80
  "defu": "6.1.4",
81
81
  "prettier": "^3.7.4",
@@ -89,5 +89,5 @@
89
89
  "tsup": "8.4.0"
90
90
  },
91
91
  "publishConfig": { "access": "public" },
92
- "gitHead": "58754a0336790191cb3c0ead5b28fef7db35fac3"
92
+ "gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
93
93
  }