@pnpm/exec.commands 1100.3.3 → 1100.3.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5170 -0
  2. package/package.json +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/exec.commands",
3
- "version": "1100.3.3",
3
+ "version": "1100.3.4",
4
4
  "description": "Commands for running scripts",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -29,61 +29,61 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@inquirer/prompts": "^8.4.3",
32
- "@pnpm/log.group": "4.0.1",
33
- "@pnpm/util.lex-comparator": "^4.0.1",
34
- "@zkochan/rimraf": "^4.0.0",
35
- "didyoumean2": "^7.0.4",
36
- "execa": "npm:safe-execa@0.3.0",
37
- "p-limit": "^7.3.0",
38
- "ramda": "npm:@pnpm/ramda@0.28.1",
39
- "realpath-missing": "^2.0.0",
40
- "render-help": "^2.0.0",
41
- "symlink-dir": "^10.0.1",
42
- "which": "npm:@pnpm/which@^3.0.1",
43
- "write-json-file": "^7.0.0",
44
32
  "@pnpm/bins.resolver": "1100.0.8",
45
- "@pnpm/building.commands": "1100.1.9",
33
+ "@pnpm/building.commands": "1100.1.10",
46
34
  "@pnpm/catalogs.resolver": "1100.0.0",
47
35
  "@pnpm/cli.command": "1100.0.1",
48
36
  "@pnpm/cli.common-cli-options-help": "1100.0.2",
49
37
  "@pnpm/cli.utils": "1101.0.13",
50
- "@pnpm/config.reader": "1101.11.1",
38
+ "@pnpm/config.reader": "1101.11.2",
51
39
  "@pnpm/config.version-policy": "1100.1.6",
52
40
  "@pnpm/core-loggers": "1100.2.1",
53
41
  "@pnpm/crypto.hash": "1100.0.1",
54
- "@pnpm/deps.status": "1100.1.5",
55
- "@pnpm/engine.runtime.commands": "1100.1.9",
42
+ "@pnpm/deps.status": "1100.1.6",
43
+ "@pnpm/engine.runtime.commands": "1100.1.10",
56
44
  "@pnpm/error": "1100.0.1",
57
45
  "@pnpm/exec.lifecycle": "1100.1.2",
58
- "@pnpm/installing.client": "1100.2.12",
59
46
  "@pnpm/exec.pnpm-cli-runner": "1100.0.1",
60
- "@pnpm/installing.commands": "1100.10.3",
47
+ "@pnpm/installing.client": "1100.2.13",
48
+ "@pnpm/installing.commands": "1100.10.4",
49
+ "@pnpm/log.group": "4.0.1",
61
50
  "@pnpm/pkg-manifest.reader": "1100.0.9",
51
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
52
+ "@pnpm/shell.path": "1100.0.1",
62
53
  "@pnpm/store.path": "1100.0.2",
63
54
  "@pnpm/types": "1101.3.2",
64
- "@pnpm/workspace.projects-sorter": "1100.0.8",
65
- "@pnpm/shell.path": "1100.0.1",
55
+ "@pnpm/util.lex-comparator": "^4.0.1",
66
56
  "@pnpm/workspace.injected-deps-syncer": "1100.0.22",
67
57
  "@pnpm/workspace.project-manifest-reader": "1100.0.14",
68
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.1"
58
+ "@pnpm/workspace.projects-sorter": "1100.0.8",
59
+ "@zkochan/rimraf": "^4.0.0",
60
+ "didyoumean2": "^7.0.4",
61
+ "execa": "npm:safe-execa@0.3.0",
62
+ "p-limit": "^7.3.0",
63
+ "ramda": "npm:@pnpm/ramda@0.28.1",
64
+ "realpath-missing": "^2.0.0",
65
+ "render-help": "^2.0.0",
66
+ "symlink-dir": "^10.0.1",
67
+ "which": "npm:@pnpm/which@^3.0.1",
68
+ "write-json-file": "^7.0.0"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@pnpm/logger": "^1100.0.0"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/globals": "30.4.1",
75
- "@types/is-windows": "^1.0.2",
76
- "@types/ramda": "0.31.1",
77
- "@types/which": "^3.0.4",
78
- "is-windows": "^1.0.2",
79
- "write-yaml-file": "^6.0.0",
80
75
  "@pnpm/engine.runtime.system-version": "1100.0.3",
81
- "@pnpm/exec.commands": "1100.3.3",
76
+ "@pnpm/exec.commands": "1100.3.4",
82
77
  "@pnpm/logger": "1100.0.0",
83
78
  "@pnpm/prepare": "1100.0.18",
84
79
  "@pnpm/test-ipc-server": "1100.0.0",
85
80
  "@pnpm/testing.command-defaults": "1100.0.8",
86
- "@pnpm/workspace.projects-filter": "1100.0.25"
81
+ "@pnpm/workspace.projects-filter": "1100.0.26",
82
+ "@types/is-windows": "^1.0.2",
83
+ "@types/ramda": "0.31.1",
84
+ "@types/which": "^3.0.4",
85
+ "is-windows": "^1.0.2",
86
+ "write-yaml-file": "^6.0.0"
87
87
  },
88
88
  "engines": {
89
89
  "node": ">=22.13"