@storm-software/pnpm-tools 0.6.7 → 0.6.9
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 +52 -0
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,58 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.8](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.8) (2025-10-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([060f1b5ab](https://github.com/storm-software/storm-ops/commit/060f1b5ab))
|
|
11
|
+
- **monorepo:** Update workspace package links
|
|
12
|
+
([27016fcde](https://github.com/storm-software/storm-ops/commit/27016fcde))
|
|
13
|
+
- **monorepo:** Update workspace README markdown files
|
|
14
|
+
([f94cb041a](https://github.com/storm-software/storm-ops/commit/f94cb041a))
|
|
15
|
+
- **monorepo:** Update workspace package dependencies
|
|
16
|
+
([d2847cff7](https://github.com/storm-software/storm-ops/commit/d2847cff7))
|
|
17
|
+
- **monorepo:** Update workspace package links
|
|
18
|
+
([af97dc773](https://github.com/storm-software/storm-ops/commit/af97dc773))
|
|
19
|
+
- **monorepo:** Update workspace package links
|
|
20
|
+
([3ec988077](https://github.com/storm-software/storm-ops/commit/3ec988077))
|
|
21
|
+
- **cspell:** Added `powerlines` to CSpell dictionary
|
|
22
|
+
([98f024c7e](https://github.com/storm-software/storm-ops/commit/98f024c7e))
|
|
23
|
+
- **monorepo:** Update workspace package links
|
|
24
|
+
([eff879a87](https://github.com/storm-software/storm-ops/commit/eff879a87))
|
|
25
|
+
- **monorepo:** Update workspace package links
|
|
26
|
+
([0f754388d](https://github.com/storm-software/storm-ops/commit/0f754388d))
|
|
27
|
+
- **monorepo:** Update workspace package link
|
|
28
|
+
([1666003a2](https://github.com/storm-software/storm-ops/commit/1666003a2))
|
|
29
|
+
- **cspell:** Added typescript tool phrases to dictionary
|
|
30
|
+
([a70b30d9e](https://github.com/storm-software/storm-ops/commit/a70b30d9e))
|
|
31
|
+
- **monorepo:** Update workspace package links
|
|
32
|
+
([ef40f7597](https://github.com/storm-software/storm-ops/commit/ef40f7597))
|
|
33
|
+
|
|
34
|
+
### Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- Updated config-tools to 1.188.8
|
|
37
|
+
- Updated npm-tools to 0.5.8
|
|
38
|
+
- Updated config to 1.134.8
|
|
39
|
+
|
|
40
|
+
## [0.6.7](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.7) (2025-10-22)
|
|
41
|
+
|
|
42
|
+
### Miscellaneous
|
|
43
|
+
|
|
44
|
+
- **monorepo:** Update workspace package links
|
|
45
|
+
([27016fcde](https://github.com/storm-software/storm-ops/commit/27016fcde))
|
|
46
|
+
- **monorepo:** Update workspace README markdown files
|
|
47
|
+
([f94cb041a](https://github.com/storm-software/storm-ops/commit/f94cb041a))
|
|
48
|
+
- **monorepo:** Update workspace package dependencies
|
|
49
|
+
([d2847cff7](https://github.com/storm-software/storm-ops/commit/d2847cff7))
|
|
50
|
+
|
|
51
|
+
### Updated Dependencies
|
|
52
|
+
|
|
53
|
+
- Updated config-tools to 1.188.7
|
|
54
|
+
- Updated npm-tools to 0.5.7
|
|
55
|
+
- Updated config to 1.134.7
|
|
56
|
+
|
|
5
57
|
## [0.6.6](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.6) (2025-10-17)
|
|
6
58
|
|
|
7
59
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
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.9",
|
|
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.
|
|
93
|
-
"@storm-software/config-tools": "^1.188.
|
|
94
|
-
"@storm-software/npm-tools": "^0.5.
|
|
92
|
+
"@storm-software/config": "^1.134.9",
|
|
93
|
+
"@storm-software/config-tools": "^1.188.9",
|
|
94
|
+
"@storm-software/npm-tools": "^0.5.9",
|
|
95
95
|
"commander": "^12.1.0",
|
|
96
96
|
"defu": "6.1.4",
|
|
97
97
|
"prettier": "^3.5.1",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"tsup": "8.4.0"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": { "access": "public" },
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "f3ff9bcb84a9d2823718177c5f352a992137dd02"
|
|
109
109
|
}
|