@storm-software/pnpm-tools 0.6.34 → 0.6.36

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 +34 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.35](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.35) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated **testing-tools** to **v1.119.35**
17
+ - Updated **config-tools** to **v1.188.35**
18
+ - Updated **npm-tools** to **v0.5.35**
19
+ - Updated **config** to **v1.134.35**
20
+
21
+ ## [0.6.34](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.34) (11/13/2025)
22
+
23
+ ### Miscellaneous
24
+
25
+ - **monorepo:** Regenerate README markdown files
26
+ ([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
27
+ - **monorepo:** Regenerate README markdown files
28
+ ([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
29
+ - **monorepo:** Regenerate README markdown files
30
+ ([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
31
+
32
+ ### Updated Dependencies
33
+
34
+ - Updated **testing-tools** to **v1.119.34**
35
+ - Updated **config-tools** to **v1.188.34**
36
+ - Updated **npm-tools** to **v0.5.34**
37
+ - Updated **config** to **v1.134.34**
38
+
5
39
  ## [0.6.33](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.33) (11/13/2025)
6
40
 
7
41
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.34",
3
+ "version": "0.6.36",
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": {
@@ -89,9 +89,9 @@
89
89
  "dependencies": {
90
90
  "@pnpm/plugin-better-defaults": "^0.2.1",
91
91
  "@pnpm/plugin-esm-node-path": "^0.1.2",
92
- "@storm-software/config": "^1.134.34",
93
- "@storm-software/config-tools": "^1.188.34",
94
- "@storm-software/npm-tools": "^0.5.34",
92
+ "@storm-software/config": "^1.134.36",
93
+ "@storm-software/config-tools": "^1.188.36",
94
+ "@storm-software/npm-tools": "^0.5.36",
95
95
  "commander": "^12.1.0",
96
96
  "defu": "6.1.4",
97
97
  "prettier": "^3.6.2",
@@ -105,5 +105,5 @@
105
105
  "tsup": "8.4.0"
106
106
  },
107
107
  "publishConfig": { "access": "public" },
108
- "gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
108
+ "gitHead": "3e8d8586187f6c6d33be0fc1c34ac43aba6b87ce"
109
109
  }