@storm-software/pnpm-tools 0.6.51 → 0.6.53

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 +27 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,7 +1,34 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320-optimized.gif)
2
+
3
+ # Changelog for Storm Ops - Pnpm Tools
4
+
5
+ ## [0.6.52](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.52) (12/04/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.52**
10
+ - Updated **config-tools** to **v1.188.52**
11
+ - Updated **npm-tools** to **v0.6.8**
12
+ - Updated **config** to **v1.134.52**
13
+
1
14
  ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
2
15
 
3
16
  # Changelog for Storm Ops - Pnpm Tools
4
17
 
18
+ ## [0.6.51](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.51) (12/04/2025)
19
+
20
+ ### Miscellaneous
21
+
22
+ - **monorepo:** Update the `README.md` files' banner images
23
+ ([fd0a3065d](https://github.com/storm-software/storm-ops/commit/fd0a3065d))
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated **testing-tools** to **v1.119.51**
28
+ - Updated **config-tools** to **v1.188.51**
29
+ - Updated **npm-tools** to **v0.6.7**
30
+ - Updated **config** to **v1.134.51**
31
+
5
32
  ## [0.6.50](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.50) (11/27/2025)
6
33
 
7
34
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.51",
3
+ "version": "0.6.53",
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.51",
77
- "@storm-software/config-tools": "^1.188.51",
78
- "@storm-software/npm-tools": "^0.6.7",
76
+ "@storm-software/config": "^1.134.53",
77
+ "@storm-software/config-tools": "^1.188.53",
78
+ "@storm-software/npm-tools": "^0.6.9",
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": "d41f1248a2121aefd52ac185981cddc2d3d3bfbd"
92
+ "gitHead": "c349c2774d5ccb4acbfc1f69e6ec206248afdb73"
93
93
  }