@pnpm/deps.compliance.commands 1101.3.3 → 1101.3.5

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/lib/audit/audit.js +5 -0
  2. package/package.json +33 -34
@@ -401,6 +401,11 @@ async function interactiveAuditFix(auditReport) {
401
401
  flatChoices.push({
402
402
  name: choice.message,
403
403
  value: choice.value,
404
+ // Same shape as the update prompt: `name` is the rendered table
405
+ // row, but the post-submission line uses `short` per choice.
406
+ // Without this, every selected row's full table dump is comma-
407
+ // joined back to stdout.
408
+ short: choice.value,
404
409
  });
405
410
  }
406
411
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.compliance.commands",
3
- "version": "1101.3.3",
3
+ "version": "1101.3.5",
4
4
  "description": "pnpm commands for audit, licenses, and sbom",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -33,56 +33,55 @@
33
33
  "@inquirer/prompts": "^8.4.3",
34
34
  "@zkochan/table": "^2.0.1",
35
35
  "chalk": "^5.6.2",
36
- "memoize": "^10.2.0",
36
+ "memoize": "^11.0.0",
37
37
  "ramda": "npm:@pnpm/ramda@0.28.1",
38
38
  "render-help": "^2.0.0",
39
- "semver": "^7.8.1",
40
- "@pnpm/cli.command": "1100.0.1",
41
- "@pnpm/cli.utils": "1101.0.10",
42
- "@pnpm/config.pick-registry-for-package": "1100.0.8",
43
- "@pnpm/config.writer": "1100.0.12",
44
- "@pnpm/config.reader": "1101.7.0",
39
+ "semver": "^7.8.4",
45
40
  "@pnpm/cli.common-cli-options-help": "1100.0.2",
41
+ "@pnpm/cli.utils": "1101.0.12",
42
+ "@pnpm/cli.meta": "1100.0.8",
43
+ "@pnpm/config.writer": "1100.0.13",
46
44
  "@pnpm/constants": "1100.0.0",
47
- "@pnpm/deps.compliance.license-scanner": "1100.0.17",
48
- "@pnpm/cli.meta": "1100.0.7",
49
- "@pnpm/deps.compliance.audit": "1101.0.14",
50
- "@pnpm/deps.compliance.sbom": "1100.1.7",
45
+ "@pnpm/config.pick-registry-for-package": "1100.0.9",
46
+ "@pnpm/deps.compliance.audit": "1101.0.16",
47
+ "@pnpm/deps.compliance.license-scanner": "1100.0.19",
51
48
  "@pnpm/deps.compliance.license-resolver": "1100.0.0",
52
- "@pnpm/installing.commands": "1100.7.3",
53
- "@pnpm/lockfile.fs": "1100.1.4",
54
- "@pnpm/deps.security.signatures": "1101.2.0",
49
+ "@pnpm/deps.security.signatures": "1101.2.2",
50
+ "@pnpm/deps.compliance.sbom": "1100.1.9",
55
51
  "@pnpm/error": "1100.0.0",
56
- "@pnpm/lockfile.utils": "1100.0.12",
57
- "@pnpm/lockfile.walker": "1100.0.10",
58
- "@pnpm/object.key-sorting": "1100.0.0",
52
+ "@pnpm/cli.command": "1100.0.1",
53
+ "@pnpm/installing.commands": "1100.9.0",
54
+ "@pnpm/lockfile.utils": "1100.0.13",
55
+ "@pnpm/lockfile.walker": "1100.0.11",
56
+ "@pnpm/config.reader": "1101.9.0",
57
+ "@pnpm/workspace.project-manifest-reader": "1100.0.13",
58
+ "@pnpm/types": "1101.3.2",
59
+ "@pnpm/network.auth-header": "1101.1.2",
59
60
  "@pnpm/store.path": "1100.0.1",
60
- "@pnpm/lockfile.types": "1100.0.10",
61
- "@pnpm/types": "1101.3.1",
62
- "@pnpm/workspace.project-manifest-reader": "1100.0.11",
63
- "@pnpm/network.auth-header": "1101.1.1"
61
+ "@pnpm/object.key-sorting": "1100.0.1",
62
+ "@pnpm/lockfile.types": "1100.0.11",
63
+ "@pnpm/lockfile.fs": "1100.1.5"
64
64
  },
65
65
  "peerDependencies": {
66
- "@pnpm/logger": "^1001.0.1"
66
+ "@pnpm/logger": "^1100.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@jest/globals": "30.3.0",
69
+ "@jest/globals": "30.4.1",
70
70
  "@types/ramda": "0.31.1",
71
71
  "@types/semver": "7.7.1",
72
- "@types/zkochan__table": "npm:@types/table@6.0.0",
72
+ "@types/zkochan__table": "npm:@types/table@6.3.2",
73
73
  "load-json-file": "^7.0.1",
74
- "nock": "13.3.4",
75
74
  "read-yaml-file": "^3.0.0",
76
75
  "tempy": "3.0.0",
77
- "@pnpm/deps.compliance.commands": "1101.3.3",
78
- "@pnpm/logger": "1100.0.0",
79
- "@pnpm/pkg-manifest.reader": "1100.0.7",
76
+ "@pnpm/pkg-manifest.reader": "1100.0.8",
77
+ "@pnpm/deps.compliance.commands": "1101.3.5",
78
+ "@pnpm/testing.mock-agent": "1101.0.3",
80
79
  "@pnpm/test-fixtures": "1100.0.0",
81
- "@pnpm/prepare": "1100.0.14",
82
- "@pnpm/testing.mock-agent": "1101.0.1",
83
- "@pnpm/testing.registry-mock": "1100.0.4",
84
- "@pnpm/testing.command-defaults": "1100.0.4",
85
- "@pnpm/workspace.projects-filter": "1100.0.19"
80
+ "@pnpm/prepare": "1100.0.16",
81
+ "@pnpm/testing.registry-mock": "1100.0.6",
82
+ "@pnpm/logger": "1100.0.0",
83
+ "@pnpm/workspace.projects-filter": "1100.0.21",
84
+ "@pnpm/testing.command-defaults": "1100.0.6"
86
85
  },
87
86
  "engines": {
88
87
  "node": ">=22.13"