@storm-software/pnpm-tools 0.6.54 → 0.6.55
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 +15 -1
- package/README.md +7 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.54](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.54) (12/05/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update pnpm to v10.24.0
|
|
10
|
+
([05b011cc8](https://github.com/storm-software/storm-ops/commit/05b011cc8))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.54**
|
|
15
|
+
- Updated **config-tools** to **v1.188.54**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.10**
|
|
17
|
+
- Updated **config** to **v1.134.54**
|
|
18
|
+
|
|
5
19
|
## [0.6.53](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.53) (12/05/2025)
|
|
6
20
|
|
|
7
21
|
### Updated Dependencies
|
|
@@ -20,7 +34,7 @@
|
|
|
20
34
|
- Updated **npm-tools** to **v0.6.8**
|
|
21
35
|
- Updated **config** to **v1.134.52**
|
|
22
36
|
|
|
23
|
-

|
|
24
38
|
|
|
25
39
|
# Changelog for Storm Ops - Pnpm Tools
|
|
26
40
|
|
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 Configuration Package](#storm-configuration-package)
|
|
@@ -299,7 +300,11 @@ specification. Contributions of any kind welcome!
|
|
|
299
300
|
<br />
|
|
300
301
|
|
|
301
302
|
<div align="center">
|
|
302
|
-
<
|
|
303
|
+
<picture>
|
|
304
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
305
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
306
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
307
|
+
</picture>
|
|
303
308
|
</div>
|
|
304
309
|
<br />
|
|
305
310
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pnpm-tools",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.55",
|
|
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.
|
|
77
|
-
"@storm-software/config-tools": "^1.188.
|
|
78
|
-
"@storm-software/npm-tools": "^0.6.
|
|
76
|
+
"@storm-software/config": "^1.134.55",
|
|
77
|
+
"@storm-software/config-tools": "^1.188.55",
|
|
78
|
+
"@storm-software/npm-tools": "^0.6.11",
|
|
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": "
|
|
92
|
+
"gitHead": "1b5eb0e87d9dc6bdde8c624becf6edfa684dba77"
|
|
93
93
|
}
|