@storm-software/pnpm-tools 0.7.34 → 0.7.36

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,34 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.7.36](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.36) (05/20/2026)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added GitHub OIDC token retrieval to `npm-publish` executor ([a154fdcb8](https://github.com/storm-software/storm-ops/commit/a154fdcb8))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.58**
14
+ - Updated **config-tools** to **v1.190.26**
15
+ - Updated **npm-tools** to **v0.6.143**
16
+ - Updated **package-constants** to **v0.1.39**
17
+ - Updated **testing-tools** to **v1.119.179**
18
+
19
+ ## [0.7.35](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.35) (05/20/2026)
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Ensure workspace package versions align ([3cb6e486a](https://github.com/storm-software/storm-ops/commit/3cb6e486a))
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated **config** to **v1.137.57**
28
+ - Updated **config-tools** to **v1.190.25**
29
+ - Updated **npm-tools** to **v0.6.142**
30
+ - Updated **package-constants** to **v0.1.38**
31
+ - Updated **testing-tools** to **v1.119.178**
32
+
5
33
  ## [0.7.34](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.34) (05/20/2026)
6
34
 
7
35
  ### Updated Dependencies
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
- [![Version](https://img.shields.io/badge/version-0.7.31-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.7.35-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/bin/pnpm.cjs CHANGED
@@ -2186,7 +2186,7 @@ var import_commander = require("commander");
2186
2186
  // package.json
2187
2187
  var package_default = {
2188
2188
  name: "@storm-software/pnpm-tools",
2189
- version: "0.7.34",
2189
+ version: "0.7.36",
2190
2190
  private: false,
2191
2191
  description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2192
2192
  repository: {
@@ -2286,7 +2286,7 @@ var package_default = {
2286
2286
  defu: "catalog:",
2287
2287
  prettier: "catalog:",
2288
2288
  "prettier-plugin-packagejson": "catalog:",
2289
- semver: "7.6.2",
2289
+ semver: "catalog:",
2290
2290
  yaml: "catalog:"
2291
2291
  },
2292
2292
  devDependencies: {
package/bin/pnpm.js CHANGED
@@ -2164,7 +2164,7 @@ import { Command } from "commander";
2164
2164
  // package.json
2165
2165
  var package_default = {
2166
2166
  name: "@storm-software/pnpm-tools",
2167
- version: "0.7.34",
2167
+ version: "0.7.36",
2168
2168
  private: false,
2169
2169
  description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2170
2170
  repository: {
@@ -2264,7 +2264,7 @@ var package_default = {
2264
2264
  defu: "catalog:",
2265
2265
  prettier: "catalog:",
2266
2266
  "prettier-plugin-packagejson": "catalog:",
2267
- semver: "7.6.2",
2267
+ semver: "catalog:",
2268
2268
  yaml: "catalog:"
2269
2269
  },
2270
2270
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.7.34",
3
+ "version": "0.7.36",
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,16 +73,16 @@
73
73
  "storm-pnpm-esm": "./bin/pnpm.js"
74
74
  },
75
75
  "dependencies": {
76
- "@storm-software/config": "^1.137.56",
77
- "@storm-software/config-tools": "^1.190.24",
78
- "@storm-software/npm-tools": "^0.6.141",
79
- "@storm-software/package-constants": "^0.1.37",
76
+ "@storm-software/config": "^1.137.58",
77
+ "@storm-software/config-tools": "^1.190.26",
78
+ "@storm-software/npm-tools": "^0.6.143",
79
+ "@storm-software/package-constants": "^0.1.39",
80
80
  "chalk": "^4.1.2",
81
81
  "commander": "^12.1.0",
82
- "defu": "6.1.4",
82
+ "defu": "^6.1.7",
83
83
  "prettier": "^3.8.3",
84
84
  "prettier-plugin-packagejson": "^3.0.2",
85
- "semver": "7.6.2",
85
+ "semver": "^7.8.0",
86
86
  "yaml": "^2.9.0"
87
87
  },
88
88
  "devDependencies": {
@@ -91,5 +91,5 @@
91
91
  "tsup": "8.4.0"
92
92
  },
93
93
  "publishConfig": { "access": "public" },
94
- "gitHead": "934f36ad1ea2bc895440446907dc6b5183d84a43"
94
+ "gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
95
95
  }