@storm-software/pnpm-tools 0.6.152 → 0.6.153

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 CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.152](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.152) (04/01/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate `README.md` file ([b226844d5](https://github.com/storm-software/storm-ops/commit/b226844d5))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **package-constants** to **v0.1.2**
14
+ - Updated **testing-tools** to **v1.119.142**
15
+ - Updated **config-tools** to **v1.189.67**
16
+ - Updated **npm-tools** to **v0.6.105**
17
+ - Updated **config** to **v1.137.21**
18
+
5
19
  ## [0.6.151](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.151) (04/01/2026)
6
20
 
7
21
  ### Miscellaneous
package/bin/pnpm.cjs CHANGED
@@ -2178,6 +2178,121 @@ var INTERNAL_PACKAGES = [
2178
2178
  // src/cli/index.ts
2179
2179
  var import_commander = require("commander");
2180
2180
 
2181
+ // package.json
2182
+ var package_default = {
2183
+ name: "@storm-software/pnpm-tools",
2184
+ version: "0.6.152",
2185
+ private: false,
2186
+ description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2187
+ repository: {
2188
+ type: "github",
2189
+ url: "https://github.com/storm-software/storm-ops",
2190
+ directory: "packages/pnpm-tools"
2191
+ },
2192
+ type: "module",
2193
+ exports: {
2194
+ "./package.json": "./package.json",
2195
+ "./index": {
2196
+ import: {
2197
+ types: "./dist/index.d.ts",
2198
+ default: "./dist/index.js"
2199
+ },
2200
+ require: {
2201
+ types: "./dist/index.d.cts",
2202
+ default: "./dist/index.cjs"
2203
+ },
2204
+ default: {
2205
+ types: "./dist/index.d.ts",
2206
+ default: "./dist/index.js"
2207
+ }
2208
+ },
2209
+ ".": {
2210
+ import: {
2211
+ types: "./dist/index.d.ts",
2212
+ default: "./dist/index.js"
2213
+ },
2214
+ require: {
2215
+ types: "./dist/index.d.cts",
2216
+ default: "./dist/index.cjs"
2217
+ },
2218
+ default: {
2219
+ types: "./dist/index.d.ts",
2220
+ default: "./dist/index.js"
2221
+ }
2222
+ },
2223
+ "./types": {
2224
+ import: {
2225
+ types: "./dist/types.d.ts",
2226
+ default: "./dist/types.js"
2227
+ },
2228
+ require: {
2229
+ types: "./dist/types.d.cts",
2230
+ default: "./dist/types.cjs"
2231
+ },
2232
+ default: {
2233
+ types: "./dist/types.d.ts",
2234
+ default: "./dist/types.js"
2235
+ }
2236
+ },
2237
+ "./helpers": {
2238
+ import: {
2239
+ types: "./dist/helpers/index.d.ts",
2240
+ default: "./dist/helpers/index.js"
2241
+ },
2242
+ require: {
2243
+ types: "./dist/helpers/index.d.cts",
2244
+ default: "./dist/helpers/index.cjs"
2245
+ },
2246
+ default: {
2247
+ types: "./dist/helpers/index.d.ts",
2248
+ default: "./dist/helpers/index.js"
2249
+ }
2250
+ },
2251
+ "./helpers/*": {
2252
+ import: {
2253
+ types: "./dist/helpers/*.d.ts",
2254
+ default: "./dist/helpers/*.js"
2255
+ },
2256
+ require: {
2257
+ types: "./dist/helpers/*.d.cts",
2258
+ default: "./dist/helpers/*.cjs"
2259
+ },
2260
+ default: {
2261
+ types: "./dist/helpers/*.d.ts",
2262
+ default: "./dist/helpers/*.js"
2263
+ }
2264
+ }
2265
+ },
2266
+ main: "./dist/index.cjs",
2267
+ module: "./dist/index.js",
2268
+ types: "./dist/index.d.ts",
2269
+ bin: {
2270
+ "storm-pnpm": "./bin/pnpm.js",
2271
+ "storm-pnpm-cjs": "./bin/pnpm.cjs",
2272
+ "storm-pnpm-esm": "./bin/pnpm.js"
2273
+ },
2274
+ dependencies: {
2275
+ "@storm-software/config": "workspace:*",
2276
+ "@storm-software/config-tools": "workspace:*",
2277
+ "@storm-software/npm-tools": "workspace:*",
2278
+ "@storm-software/package-constants": "workspace:*",
2279
+ commander: "catalog:",
2280
+ defu: "catalog:",
2281
+ prettier: "catalog:",
2282
+ "prettier-plugin-packagejson": "catalog:",
2283
+ semver: "7.6.2",
2284
+ yaml: "catalog:"
2285
+ },
2286
+ devDependencies: {
2287
+ "@pnpm/types": "catalog:",
2288
+ "@types/node": "catalog:",
2289
+ tsup: "catalog:"
2290
+ },
2291
+ publishConfig: {
2292
+ access: "public"
2293
+ }
2294
+ };
2295
+
2181
2296
  // ../npm-tools/src/constants.ts
2182
2297
  var LATEST_NPM_TAG = "latest";
2183
2298
  var DEFAULT_NPM_TAG = LATEST_NPM_TAG;
@@ -2348,7 +2463,7 @@ function createProgram(config) {
2348
2463
  process.chdir(root);
2349
2464
  }
2350
2465
  const program = new import_commander.Command("storm-pnpm");
2351
- program.version("1.0.0", "-v --version", "display CLI version");
2466
+ program.version(package_default.version, "-v --version", "display CLI version");
2352
2467
  program.command("update").description("Update pnpm catalog dependency package version.").argument(
2353
2468
  "<packages...>",
2354
2469
  "The package name/pattern to update the version for (e.g., @storm-software/config or @storm-software/ or @storm-software/*).",
@@ -2359,8 +2474,9 @@ function createProgram(config) {
2359
2474
  "latest"
2360
2475
  ).option(
2361
2476
  "-i, --install",
2362
- "Whether to install the package after updating the version."
2363
- ).option("--all", "Whether to update all Storm Software packages.").option(
2477
+ "Whether to install the package after updating the version.",
2478
+ false
2479
+ ).option("--all", "Whether to update all Storm Software packages.", false).option(
2364
2480
  "-p, --prefix <string>",
2365
2481
  `The version prefix to use when updating the package (e.g., "^", "~", or "1.2.3"). Defaults to "^".
2366
2482
  - Caret (^): The default prefix. It allows updates to the latest minor or patch version while staying within the same major version. Example: \u201C^1.2.3" allows updates to 1.3.0 or 1.2.4, but not 2.0.0.
@@ -2379,7 +2495,7 @@ async function updateAction(packages = [], {
2379
2495
  prefix = "^"
2380
2496
  }) {
2381
2497
  try {
2382
- const pkgs = (Array.isArray(packages) ? packages : typeof packages === "string" ? [packages.split(",")].flat() : []).concat(all ? INTERNAL_PACKAGES : []).filter(Boolean).map((pkg) => pkg.trim().replaceAll("*", ""));
2498
+ const pkgs = (Array.isArray(packages) ? packages : typeof packages === "string" ? [packages.split(",")].flat() : []).concat(all ? [...INTERNAL_PACKAGES] : []).filter(Boolean).map((pkg) => pkg.trim().replaceAll("*", ""));
2383
2499
  writeInfo(
2384
2500
  `${brandIcon(_config)} Preparing to update the package version for ${pkgs.join(", ")}.`,
2385
2501
  _config
package/bin/pnpm.js CHANGED
@@ -2156,6 +2156,121 @@ var INTERNAL_PACKAGES = [
2156
2156
  // src/cli/index.ts
2157
2157
  import { Command } from "commander";
2158
2158
 
2159
+ // package.json
2160
+ var package_default = {
2161
+ name: "@storm-software/pnpm-tools",
2162
+ version: "0.6.152",
2163
+ private: false,
2164
+ description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2165
+ repository: {
2166
+ type: "github",
2167
+ url: "https://github.com/storm-software/storm-ops",
2168
+ directory: "packages/pnpm-tools"
2169
+ },
2170
+ type: "module",
2171
+ exports: {
2172
+ "./package.json": "./package.json",
2173
+ "./index": {
2174
+ import: {
2175
+ types: "./dist/index.d.ts",
2176
+ default: "./dist/index.js"
2177
+ },
2178
+ require: {
2179
+ types: "./dist/index.d.cts",
2180
+ default: "./dist/index.cjs"
2181
+ },
2182
+ default: {
2183
+ types: "./dist/index.d.ts",
2184
+ default: "./dist/index.js"
2185
+ }
2186
+ },
2187
+ ".": {
2188
+ import: {
2189
+ types: "./dist/index.d.ts",
2190
+ default: "./dist/index.js"
2191
+ },
2192
+ require: {
2193
+ types: "./dist/index.d.cts",
2194
+ default: "./dist/index.cjs"
2195
+ },
2196
+ default: {
2197
+ types: "./dist/index.d.ts",
2198
+ default: "./dist/index.js"
2199
+ }
2200
+ },
2201
+ "./types": {
2202
+ import: {
2203
+ types: "./dist/types.d.ts",
2204
+ default: "./dist/types.js"
2205
+ },
2206
+ require: {
2207
+ types: "./dist/types.d.cts",
2208
+ default: "./dist/types.cjs"
2209
+ },
2210
+ default: {
2211
+ types: "./dist/types.d.ts",
2212
+ default: "./dist/types.js"
2213
+ }
2214
+ },
2215
+ "./helpers": {
2216
+ import: {
2217
+ types: "./dist/helpers/index.d.ts",
2218
+ default: "./dist/helpers/index.js"
2219
+ },
2220
+ require: {
2221
+ types: "./dist/helpers/index.d.cts",
2222
+ default: "./dist/helpers/index.cjs"
2223
+ },
2224
+ default: {
2225
+ types: "./dist/helpers/index.d.ts",
2226
+ default: "./dist/helpers/index.js"
2227
+ }
2228
+ },
2229
+ "./helpers/*": {
2230
+ import: {
2231
+ types: "./dist/helpers/*.d.ts",
2232
+ default: "./dist/helpers/*.js"
2233
+ },
2234
+ require: {
2235
+ types: "./dist/helpers/*.d.cts",
2236
+ default: "./dist/helpers/*.cjs"
2237
+ },
2238
+ default: {
2239
+ types: "./dist/helpers/*.d.ts",
2240
+ default: "./dist/helpers/*.js"
2241
+ }
2242
+ }
2243
+ },
2244
+ main: "./dist/index.cjs",
2245
+ module: "./dist/index.js",
2246
+ types: "./dist/index.d.ts",
2247
+ bin: {
2248
+ "storm-pnpm": "./bin/pnpm.js",
2249
+ "storm-pnpm-cjs": "./bin/pnpm.cjs",
2250
+ "storm-pnpm-esm": "./bin/pnpm.js"
2251
+ },
2252
+ dependencies: {
2253
+ "@storm-software/config": "workspace:*",
2254
+ "@storm-software/config-tools": "workspace:*",
2255
+ "@storm-software/npm-tools": "workspace:*",
2256
+ "@storm-software/package-constants": "workspace:*",
2257
+ commander: "catalog:",
2258
+ defu: "catalog:",
2259
+ prettier: "catalog:",
2260
+ "prettier-plugin-packagejson": "catalog:",
2261
+ semver: "7.6.2",
2262
+ yaml: "catalog:"
2263
+ },
2264
+ devDependencies: {
2265
+ "@pnpm/types": "catalog:",
2266
+ "@types/node": "catalog:",
2267
+ tsup: "catalog:"
2268
+ },
2269
+ publishConfig: {
2270
+ access: "public"
2271
+ }
2272
+ };
2273
+
2159
2274
  // ../npm-tools/src/constants.ts
2160
2275
  var LATEST_NPM_TAG = "latest";
2161
2276
  var DEFAULT_NPM_TAG = LATEST_NPM_TAG;
@@ -2326,7 +2441,7 @@ function createProgram(config) {
2326
2441
  process.chdir(root);
2327
2442
  }
2328
2443
  const program = new Command("storm-pnpm");
2329
- program.version("1.0.0", "-v --version", "display CLI version");
2444
+ program.version(package_default.version, "-v --version", "display CLI version");
2330
2445
  program.command("update").description("Update pnpm catalog dependency package version.").argument(
2331
2446
  "<packages...>",
2332
2447
  "The package name/pattern to update the version for (e.g., @storm-software/config or @storm-software/ or @storm-software/*).",
@@ -2337,8 +2452,9 @@ function createProgram(config) {
2337
2452
  "latest"
2338
2453
  ).option(
2339
2454
  "-i, --install",
2340
- "Whether to install the package after updating the version."
2341
- ).option("--all", "Whether to update all Storm Software packages.").option(
2455
+ "Whether to install the package after updating the version.",
2456
+ false
2457
+ ).option("--all", "Whether to update all Storm Software packages.", false).option(
2342
2458
  "-p, --prefix <string>",
2343
2459
  `The version prefix to use when updating the package (e.g., "^", "~", or "1.2.3"). Defaults to "^".
2344
2460
  - Caret (^): The default prefix. It allows updates to the latest minor or patch version while staying within the same major version. Example: \u201C^1.2.3" allows updates to 1.3.0 or 1.2.4, but not 2.0.0.
@@ -2357,7 +2473,7 @@ async function updateAction(packages = [], {
2357
2473
  prefix = "^"
2358
2474
  }) {
2359
2475
  try {
2360
- const pkgs = (Array.isArray(packages) ? packages : typeof packages === "string" ? [packages.split(",")].flat() : []).concat(all ? INTERNAL_PACKAGES : []).filter(Boolean).map((pkg) => pkg.trim().replaceAll("*", ""));
2476
+ const pkgs = (Array.isArray(packages) ? packages : typeof packages === "string" ? [packages.split(",")].flat() : []).concat(all ? [...INTERNAL_PACKAGES] : []).filter(Boolean).map((pkg) => pkg.trim().replaceAll("*", ""));
2361
2477
  writeInfo(
2362
2478
  `${brandIcon(_config)} Preparing to update the package version for ${pkgs.join(", ")}.`,
2363
2479
  _config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.152",
3
+ "version": "0.6.153",
4
4
  "private": false,
5
5
  "description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
6
6
  "repository": {
@@ -73,9 +73,10 @@
73
73
  "storm-pnpm-esm": "./bin/pnpm.js"
74
74
  },
75
75
  "dependencies": {
76
- "@storm-software/config": "^1.137.21",
77
- "@storm-software/config-tools": "^1.189.67",
78
- "@storm-software/npm-tools": "^0.6.105",
76
+ "@storm-software/config": "^1.137.22",
77
+ "@storm-software/config-tools": "^1.189.68",
78
+ "@storm-software/npm-tools": "^0.6.106",
79
+ "@storm-software/package-constants": "^0.1.3",
79
80
  "commander": "^12.1.0",
80
81
  "defu": "6.1.4",
81
82
  "prettier": "^3.8.1",
@@ -85,10 +86,9 @@
85
86
  },
86
87
  "devDependencies": {
87
88
  "@pnpm/types": "^1001.3.0",
88
- "@storm-software/package-constants": "^0.1.2",
89
89
  "@types/node": "^25.5.0",
90
90
  "tsup": "8.4.0"
91
91
  },
92
92
  "publishConfig": { "access": "public" },
93
- "gitHead": "fdb02933cac978c02a7a8e0e3fb877354ee45ab8"
93
+ "gitHead": "d654fe249bcca8d4ff06a2f23c26d188151db704"
94
94
  }