@pnpm/deps.compliance.commands 1101.2.7 → 1101.2.8

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.
@@ -156,7 +156,7 @@ export async function handler(opts, params = []) {
156
156
  const { envLockfile, include, lockfile } = await loadAuditContext(opts);
157
157
  const networkOptions = createAuditNetworkOptions(opts);
158
158
  let auditReport;
159
- const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri, opts.registries?.default);
159
+ const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri);
160
160
  try {
161
161
  auditReport = await audit(lockfile, getAuthHeader, {
162
162
  dispatcherOptions: {
@@ -14,7 +14,7 @@ export async function auditSignatures(opts) {
14
14
  if (packages.length === 0) {
15
15
  throw new PnpmError('AUDIT_NO_PACKAGES', 'No installed packages found to audit');
16
16
  }
17
- const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri, opts.registries?.default);
17
+ const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri);
18
18
  const networkOptions = createAuditNetworkOptions(opts);
19
19
  const result = await verifySignatures(packages, getAuthHeader, {
20
20
  ca: networkOptions.ca,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.compliance.commands",
3
- "version": "1101.2.7",
3
+ "version": "1101.2.8",
4
4
  "description": "pnpm commands for audit, licenses, and sbom",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,39 +28,39 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@zkochan/table": "^2.0.1",
31
- "chalk": "^5.6.0",
31
+ "chalk": "^5.6.2",
32
32
  "enquirer": "^2.4.1",
33
33
  "memoize": "^10.2.0",
34
34
  "ramda": "npm:@pnpm/ramda@0.28.1",
35
35
  "render-help": "^2.0.0",
36
- "semver": "^7.7.2",
36
+ "semver": "^7.8.1",
37
37
  "@pnpm/cli.command": "1100.0.1",
38
38
  "@pnpm/cli.common-cli-options-help": "1100.0.1",
39
- "@pnpm/cli.meta": "1100.0.4",
40
- "@pnpm/cli.utils": "1101.0.7",
41
- "@pnpm/config.pick-registry-for-package": "1100.0.5",
42
- "@pnpm/config.reader": "1101.4.0",
39
+ "@pnpm/cli.meta": "1100.0.5",
40
+ "@pnpm/config.reader": "1101.4.1",
41
+ "@pnpm/config.writer": "1100.0.10",
42
+ "@pnpm/deps.compliance.audit": "1101.0.10",
43
43
  "@pnpm/constants": "1100.0.0",
44
- "@pnpm/config.writer": "1100.0.9",
45
- "@pnpm/deps.compliance.audit": "1101.0.9",
46
- "@pnpm/deps.compliance.license-scanner": "1100.0.14",
47
- "@pnpm/deps.compliance.sbom": "1100.1.4",
48
44
  "@pnpm/deps.compliance.license-resolver": "1100.0.0",
49
- "@pnpm/deps.security.signatures": "1101.1.3",
45
+ "@pnpm/config.pick-registry-for-package": "1100.0.6",
46
+ "@pnpm/deps.compliance.sbom": "1100.1.5",
47
+ "@pnpm/deps.compliance.license-scanner": "1100.0.15",
50
48
  "@pnpm/error": "1100.0.0",
51
- "@pnpm/installing.commands": "1100.5.0",
52
- "@pnpm/lockfile.fs": "1100.1.1",
53
- "@pnpm/lockfile.types": "1100.0.7",
54
- "@pnpm/lockfile.utils": "1100.0.9",
55
- "@pnpm/lockfile.walker": "1100.0.7",
56
- "@pnpm/network.auth-header": "1100.0.3",
49
+ "@pnpm/installing.commands": "1100.6.0",
50
+ "@pnpm/deps.security.signatures": "1101.1.4",
51
+ "@pnpm/lockfile.fs": "1100.1.2",
52
+ "@pnpm/lockfile.types": "1100.0.8",
53
+ "@pnpm/cli.utils": "1101.0.8",
54
+ "@pnpm/lockfile.walker": "1100.0.8",
55
+ "@pnpm/network.auth-header": "1101.0.0",
57
56
  "@pnpm/object.key-sorting": "1100.0.0",
58
57
  "@pnpm/store.path": "1100.0.1",
59
- "@pnpm/types": "1101.1.1",
60
- "@pnpm/workspace.project-manifest-reader": "1100.0.8"
58
+ "@pnpm/types": "1101.2.0",
59
+ "@pnpm/workspace.project-manifest-reader": "1100.0.9",
60
+ "@pnpm/lockfile.utils": "1100.0.10"
61
61
  },
62
62
  "peerDependencies": {
63
- "@pnpm/logger": ">=1001.0.0 <1002.0.0"
63
+ "@pnpm/logger": "^1001.0.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@jest/globals": "30.3.0",
@@ -72,14 +72,15 @@
72
72
  "nock": "13.3.4",
73
73
  "read-yaml-file": "^3.0.0",
74
74
  "tempy": "3.0.0",
75
- "@pnpm/deps.compliance.commands": "1101.2.7",
76
75
  "@pnpm/logger": "1100.0.0",
77
- "@pnpm/pkg-manifest.reader": "1100.0.4",
76
+ "@pnpm/pkg-manifest.reader": "1100.0.5",
77
+ "@pnpm/prepare": "1100.0.11",
78
78
  "@pnpm/test-fixtures": "1100.0.0",
79
- "@pnpm/prepare": "1100.0.10",
80
- "@pnpm/testing.mock-agent": "1100.0.6",
81
- "@pnpm/workspace.projects-filter": "1100.0.15",
82
- "@pnpm/testing.command-defaults": "1100.0.1"
79
+ "@pnpm/testing.mock-agent": "1100.0.7",
80
+ "@pnpm/testing.registry-mock": "1100.0.1",
81
+ "@pnpm/workspace.projects-filter": "1100.0.16",
82
+ "@pnpm/testing.command-defaults": "1100.0.1",
83
+ "@pnpm/deps.compliance.commands": "1101.2.8"
83
84
  },
84
85
  "engines": {
85
86
  "node": ">=22.13"