@pnpm/installing.commands 1100.5.0 → 1100.6.0

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/lib/install.d.ts CHANGED
@@ -14,6 +14,7 @@ export type InstallCommandOptions = Pick<Config, 'autoInstallPeers' | 'bail' | '
14
14
  remain?: string[];
15
15
  };
16
16
  fixLockfile?: boolean;
17
+ updateChecksums?: boolean;
17
18
  frozenLockfileIfExists?: boolean;
18
19
  useBetaCli?: boolean;
19
20
  pruneDirectDependencies?: boolean;
package/lib/install.js CHANGED
@@ -78,6 +78,7 @@ export const cliOptionsTypes = () => ({
78
78
  ...rcOptionsTypes(),
79
79
  ...pick(['force'], allTypes),
80
80
  'fix-lockfile': Boolean,
81
+ 'update-checksums': Boolean,
81
82
  'resolution-only': Boolean,
82
83
  recursive: Boolean,
83
84
  // `--no-save` lets `pnpm install` skip writing to package.json /
@@ -157,6 +158,10 @@ For options that may be used with `-r`, see "pnpm help recursive"',
157
158
  description: 'Fix broken lockfile entries automatically',
158
159
  name: '--fix-lockfile',
159
160
  },
161
+ {
162
+ description: 'Refresh integrity checksums recorded in the lockfile from the registry',
163
+ name: '--update-checksums',
164
+ },
160
165
  {
161
166
  description: 'Merge lockfiles were generated on git branch',
162
167
  name: '--merge-git-branch-lockfiles',
@@ -127,7 +127,7 @@ function pickImmatureEntries(violations, promptRequired) {
127
127
  // the discovery notice.
128
128
  const reason = promptRequired
129
129
  ? '(approved at the prompt)'
130
- : '(loose mode allowed these immature versions)';
130
+ : '(set minimumReleaseAgeStrict to true to gate these updates with a prompt)';
131
131
  globalInfo(`Added ${sorted.length} ${sorted.length === 1 ? 'entry' : 'entries'} to minimumReleaseAgeExclude in pnpm-workspace.yaml ` +
132
132
  `${reason}:\n ${sorted.join('\n ')}`);
133
133
  return sorted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.commands",
3
- "version": "1100.5.0",
3
+ "version": "1100.6.0",
4
4
  "description": "Commands for installation",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -32,61 +32,61 @@
32
32
  "@yarnpkg/parsers": "3.0.3",
33
33
  "@zkochan/rimraf": "^4.0.0",
34
34
  "@zkochan/table": "^2.0.1",
35
- "chalk": "^5.6.0",
36
- "ci-info": "^4.3.0",
35
+ "chalk": "^5.6.2",
36
+ "ci-info": "^4.4.0",
37
37
  "enquirer": "^2.4.1",
38
38
  "get-npm-tarball-url": "^2.1.0",
39
39
  "is-subdir": "^2.0.0",
40
40
  "load-json-file": "^7.0.1",
41
41
  "normalize-path": "^3.0.0",
42
42
  "p-filter": "^4.1.0",
43
- "p-limit": "^7.1.0",
43
+ "p-limit": "^7.3.0",
44
44
  "ramda": "npm:@pnpm/ramda@0.28.1",
45
45
  "render-help": "^2.0.0",
46
46
  "version-selector-type": "^3.0.0",
47
- "@pnpm/building.after-install": "1101.0.16",
47
+ "@pnpm/building.after-install": "1101.0.17",
48
48
  "@pnpm/catalogs.types": "1100.0.0",
49
49
  "@pnpm/cli.command": "1100.0.1",
50
- "@pnpm/cli.utils": "1101.0.7",
50
+ "@pnpm/cli.utils": "1101.0.8",
51
51
  "@pnpm/cli.common-cli-options-help": "1100.0.1",
52
+ "@pnpm/config.reader": "1101.4.1",
52
53
  "@pnpm/config.matcher": "1100.0.1",
53
- "@pnpm/config.pick-registry-for-package": "1100.0.5",
54
- "@pnpm/config.reader": "1101.4.0",
54
+ "@pnpm/config.pick-registry-for-package": "1100.0.6",
55
+ "@pnpm/config.writer": "1100.0.10",
55
56
  "@pnpm/constants": "1100.0.0",
56
- "@pnpm/config.writer": "1100.0.9",
57
+ "@pnpm/deps.path": "1100.0.5",
58
+ "@pnpm/deps.inspection.outdated": "1100.1.3",
59
+ "@pnpm/deps.status": "1100.0.19",
57
60
  "@pnpm/error": "1100.0.0",
58
- "@pnpm/deps.inspection.outdated": "1100.1.2",
59
61
  "@pnpm/fs.graceful-fs": "1100.1.0",
60
62
  "@pnpm/fs.read-modules-dir": "1100.0.1",
61
- "@pnpm/global.commands": "1100.0.21",
62
- "@pnpm/deps.status": "1100.0.18",
63
- "@pnpm/hooks.pnpmfile": "1100.0.10",
64
- "@pnpm/deps.path": "1100.0.4",
65
- "@pnpm/installing.context": "1100.0.12",
66
- "@pnpm/installing.dedupe.check": "1100.0.7",
67
- "@pnpm/installing.deps-installer": "1101.4.0",
68
- "@pnpm/installing.env-installer": "1101.1.2",
69
- "@pnpm/lockfile.types": "1100.0.7",
70
- "@pnpm/pkg-manifest.reader": "1100.0.4",
71
- "@pnpm/pkg-manifest.utils": "1100.2.0",
72
- "@pnpm/resolving.npm-resolver": "1101.3.2",
63
+ "@pnpm/global.commands": "1100.0.22",
64
+ "@pnpm/hooks.pnpmfile": "1100.0.11",
65
+ "@pnpm/installing.context": "1100.0.13",
66
+ "@pnpm/installing.deps-installer": "1101.5.0",
67
+ "@pnpm/installing.dedupe.check": "1100.0.8",
68
+ "@pnpm/lockfile.types": "1100.0.8",
69
+ "@pnpm/pkg-manifest.utils": "1100.2.1",
70
+ "@pnpm/pkg-manifest.reader": "1100.0.5",
71
+ "@pnpm/resolving.npm-resolver": "1101.3.3",
73
72
  "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
74
- "@pnpm/resolving.resolver-base": "1100.3.0",
75
- "@pnpm/store.connection-manager": "1100.2.3",
76
- "@pnpm/store.controller": "1101.0.8",
77
- "@pnpm/types": "1101.1.1",
78
- "@pnpm/workspace.project-manifest-reader": "1100.0.8",
79
- "@pnpm/workspace.project-manifest-writer": "1100.0.4",
80
- "@pnpm/workspace.projects-filter": "1100.0.15",
81
- "@pnpm/workspace.projects-reader": "1101.0.7",
82
- "@pnpm/workspace.projects-sorter": "1100.0.3",
83
- "@pnpm/workspace.projects-graph": "1100.0.12",
84
- "@pnpm/workspace.state": "1100.0.15",
85
- "@pnpm/workspace.workspace-manifest-writer": "1100.0.9",
73
+ "@pnpm/resolving.resolver-base": "1100.3.1",
74
+ "@pnpm/store.controller": "1101.0.9",
75
+ "@pnpm/installing.env-installer": "1101.1.3",
76
+ "@pnpm/store.connection-manager": "1100.2.4",
77
+ "@pnpm/types": "1101.2.0",
78
+ "@pnpm/workspace.projects-filter": "1100.0.16",
79
+ "@pnpm/workspace.project-manifest-writer": "1100.0.5",
80
+ "@pnpm/workspace.projects-graph": "1100.0.13",
81
+ "@pnpm/workspace.projects-reader": "1101.0.8",
82
+ "@pnpm/workspace.state": "1100.0.16",
83
+ "@pnpm/workspace.project-manifest-reader": "1100.0.9",
84
+ "@pnpm/workspace.projects-sorter": "1100.0.4",
85
+ "@pnpm/workspace.workspace-manifest-writer": "1100.0.10",
86
86
  "@pnpm/workspace.root-finder": "1100.0.1"
87
87
  },
88
88
  "peerDependencies": {
89
- "@pnpm/logger": ">=1001.0.0 <1002.0.0"
89
+ "@pnpm/logger": "^1001.0.1"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@jest/globals": "30.3.0",
@@ -97,7 +97,7 @@
97
97
  "@types/yarnpkg__lockfile": "^1.1.9",
98
98
  "@types/zkochan__table": "npm:@types/table@6.0.0",
99
99
  "delay": "^7.0.0",
100
- "jest-diff": "^30.3.0",
100
+ "jest-diff": "^30.4.1",
101
101
  "path-name": "^1.0.0",
102
102
  "proxyquire": "^2.1.3",
103
103
  "read-yaml-file": "^3.0.0",
@@ -106,18 +106,19 @@
106
106
  "write-json-file": "^7.0.0",
107
107
  "write-package": "7.2.0",
108
108
  "write-yaml-file": "^6.0.0",
109
- "@pnpm/assert-project": "1100.0.10",
110
- "@pnpm/installing.commands": "1100.5.0",
109
+ "@pnpm/assert-project": "1100.0.11",
110
+ "@pnpm/installing.commands": "1100.6.0",
111
+ "@pnpm/installing.modules-yaml": "1100.0.6",
111
112
  "@pnpm/logger": "1100.0.0",
112
- "@pnpm/prepare": "1100.0.10",
113
- "@pnpm/installing.modules-yaml": "1100.0.5",
113
+ "@pnpm/prepare": "1100.0.11",
114
114
  "@pnpm/store.index": "1100.1.0",
115
115
  "@pnpm/test-fixtures": "1100.0.0",
116
116
  "@pnpm/test-ipc-server": "1100.0.0",
117
+ "@pnpm/testing.mock-agent": "1100.0.7",
118
+ "@pnpm/testing.registry-mock": "1100.0.1",
117
119
  "@pnpm/testing.command-defaults": "1100.0.1",
118
- "@pnpm/testing.mock-agent": "1100.0.6",
119
- "@pnpm/worker": "1100.1.7",
120
- "@pnpm/workspace.projects-filter": "1100.0.15"
120
+ "@pnpm/worker": "1100.1.8",
121
+ "@pnpm/workspace.projects-filter": "1100.0.16"
121
122
  },
122
123
  "engines": {
123
124
  "node": ">=22.13"