@storm-software/pnpm-tools 0.6.53 → 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 +24 -1
- package/README.md +6 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
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
|
+
|
|
19
|
+
## [0.6.53](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.53) (12/05/2025)
|
|
20
|
+
|
|
21
|
+
### Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated **testing-tools** to **v1.119.53**
|
|
24
|
+
- Updated **config-tools** to **v1.188.53**
|
|
25
|
+
- Updated **npm-tools** to **v0.6.9**
|
|
26
|
+
- Updated **config** to **v1.134.53**
|
|
27
|
+
|
|
5
28
|
## [0.6.52](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.52) (12/04/2025)
|
|
6
29
|
|
|
7
30
|
### Updated Dependencies
|
|
@@ -11,7 +34,7 @@
|
|
|
11
34
|
- Updated **npm-tools** to **v0.6.8**
|
|
12
35
|
- Updated **config** to **v1.134.52**
|
|
13
36
|
|
|
14
|
-

|
|
15
38
|
|
|
16
39
|
# Changelog for Storm Ops - Pnpm Tools
|
|
17
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 -->
|
|
@@ -300,7 +300,11 @@ specification. Contributions of any kind welcome!
|
|
|
300
300
|
<br />
|
|
301
301
|
|
|
302
302
|
<div align="center">
|
|
303
|
-
<
|
|
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>
|
|
304
308
|
</div>
|
|
305
309
|
<br />
|
|
306
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
|
}
|