@pnpm/installing.commands 1100.7.1 → 1100.7.2
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 +1 -1
- package/lib/install.js +1 -1
- package/lib/installDeps.d.ts +1 -1
- package/lib/recursive.d.ts +1 -1
- package/package.json +48 -45
package/lib/install.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export declare const shorthands: Record<string, string>;
|
|
|
7
7
|
export declare const commandNames: string[];
|
|
8
8
|
export declare const recursiveByDefault = true;
|
|
9
9
|
export declare function help(): string;
|
|
10
|
-
export type InstallCommandOptions = Pick<Config, 'autoInstallPeers' | 'bail' | 'bin' | 'catalogs' | 'configDependencies' | 'dedupeInjectedDeps' | 'dedupeDirectDeps' | 'dedupePeerDependents' | 'dedupePeers' | 'deployAllFiles' | 'depth' | 'dev' | 'enableGlobalVirtualStore' | 'engineStrict' | 'excludeLinksFromLockfile' | 'frozenLockfile' | 'global' | 'globalPnpmfile' | 'hoistPattern' | 'hoistingLimits' | 'publicHoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'injectWorkspacePackages' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | 'nodeLinker' | 'patchedDependencies' | 'preferFrozenLockfile' | 'preferWorkspacePackages' | 'production' | 'registries' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveCatalogName' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'tag' | 'trustLockfile' | 'allowBuilds' | 'optional' | 'virtualStoreDir' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'resolutionMode' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'updateConfig' | 'overrides' | 'packageExtensions' | '
|
|
10
|
+
export type InstallCommandOptions = Pick<Config, 'autoInstallPeers' | 'bail' | 'bin' | 'catalogs' | 'configDependencies' | 'dedupeInjectedDeps' | 'dedupeDirectDeps' | 'dedupePeerDependents' | 'dedupePeers' | 'deployAllFiles' | 'depth' | 'dev' | 'enableGlobalVirtualStore' | 'engineStrict' | 'excludeLinksFromLockfile' | 'frozenLockfile' | 'global' | 'globalPnpmfile' | 'hoistPattern' | 'hoistingLimits' | 'publicHoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'injectWorkspacePackages' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | 'nodeLinker' | 'patchedDependencies' | 'preferFrozenLockfile' | 'preferWorkspacePackages' | 'production' | 'registries' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveCatalogName' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'tag' | 'trustLockfile' | 'allowBuilds' | 'optional' | 'virtualStoreDir' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'resolutionMode' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'updateConfig' | 'overrides' | 'packageExtensions' | 'pnprServer' | 'supportedArchitectures' | 'packageConfigs'> & Pick<ConfigContext, 'allProjects' | 'cliOptions' | 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir' | 'allProjectsGraph' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & Partial<Pick<Config, 'globalPkgDir'>> & {
|
|
11
11
|
argv: {
|
|
12
12
|
cooked?: string[];
|
|
13
13
|
original: string[];
|
package/lib/install.js
CHANGED
package/lib/installDeps.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { type UpdateMatchingFunction } from '@pnpm/installing.deps-installer';
|
|
|
4
4
|
import type { LockfileObject } from '@pnpm/lockfile.types';
|
|
5
5
|
import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager';
|
|
6
6
|
import type { IncludedDependencies, PackageVulnerabilityAudit } from '@pnpm/types';
|
|
7
|
-
export type InstallDepsOptions = Pick<Config, 'autoInstallPeers' | 'bail' | 'bin' | 'catalogs' | 'catalogMode' | 'cleanupUnusedCatalogs' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'dev' | 'enableGlobalVirtualStore' | 'virtualStoreOnly' | 'engineStrict' | 'excludeLinksFromLockfile' | 'global' | 'globalPnpmfile' | 'ignoreCurrentSpecifiers' | 'ignorePnpmfile' | 'ignoreScripts' | 'optimisticRepeatInstall' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | '
|
|
7
|
+
export type InstallDepsOptions = Pick<Config, 'autoInstallPeers' | 'bail' | 'bin' | 'catalogs' | 'catalogMode' | 'cleanupUnusedCatalogs' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'dev' | 'enableGlobalVirtualStore' | 'virtualStoreOnly' | 'engineStrict' | 'excludeLinksFromLockfile' | 'global' | 'globalPnpmfile' | 'ignoreCurrentSpecifiers' | 'ignorePnpmfile' | 'ignoreScripts' | 'optimisticRepeatInstall' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'pnprServer' | 'production' | 'preferWorkspacePackages' | 'registries' | 'runtime' | 'runtimeOnFail' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'scriptsPrependNodePath' | 'scriptShell' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'shellEmulator' | 'tag' | 'trustLockfile' | 'allowBuilds' | 'optional' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'configDependencies' | 'packageExtensions' | 'updateConfig'> & Pick<ConfigContext, 'allProjects' | 'allProjectsGraph' | 'cliOptions' | 'hooks' | 'rootProjectManifestDir' | 'rootProjectManifest' | 'selectedProjectsGraph'> & Partial<Pick<Config, 'ci'>> & CreateStoreControllerOptions & {
|
|
8
8
|
argv: {
|
|
9
9
|
cooked?: string[];
|
|
10
10
|
original: string[];
|
package/lib/recursive.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import type { ResolutionVerifier } from '@pnpm/resolving.resolver-base';
|
|
|
6
6
|
import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager';
|
|
7
7
|
import type { StoreController } from '@pnpm/store.controller';
|
|
8
8
|
import type { IncludedDependencies, Project, ProjectManifest, ProjectsGraph } from '@pnpm/types';
|
|
9
|
-
export type RecursiveOptions = CreateStoreControllerOptions & Pick<Config, 'bail' | 'configDependencies' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'globalPnpmfile' | 'hoistPattern' | 'hoistingLimits' | 'ignorePnpmfile' | 'ignoreScripts' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | '
|
|
9
|
+
export type RecursiveOptions = CreateStoreControllerOptions & Pick<Config, 'bail' | 'configDependencies' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'globalPnpmfile' | 'hoistPattern' | 'hoistingLimits' | 'ignorePnpmfile' | 'ignoreScripts' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | 'pnprServer' | 'allowBuilds' | 'registries' | 'runtime' | 'save' | 'saveCatalogName' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'sharedWorkspaceLockfile' | 'tag' | 'trustLockfile' | 'cleanupUnusedCatalogs' | 'packageConfigs' | 'updateConfig'> & Pick<ConfigContext, 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir'> & {
|
|
10
10
|
rebuildHandler?: CommandHandler;
|
|
11
11
|
include?: IncludedDependencies;
|
|
12
12
|
includeDirect?: IncludedDependencies;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.commands",
|
|
3
|
-
"version": "1100.7.
|
|
3
|
+
"version": "1100.7.2",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"funding": "https://opencollective.com/pnpm",
|
|
11
|
-
"repository":
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/installing/commands"
|
|
14
|
+
},
|
|
12
15
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/installing/commands#readme",
|
|
13
16
|
"bugs": {
|
|
14
17
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
@@ -44,46 +47,46 @@
|
|
|
44
47
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
45
48
|
"render-help": "^2.0.0",
|
|
46
49
|
"version-selector-type": "^3.0.0",
|
|
47
|
-
"@pnpm/building.after-install": "1101.0.
|
|
48
|
-
"@pnpm/
|
|
50
|
+
"@pnpm/building.after-install": "1101.0.19",
|
|
51
|
+
"@pnpm/catalogs.types": "1100.0.0",
|
|
49
52
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
50
|
-
"@pnpm/cli.
|
|
53
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
54
|
+
"@pnpm/cli.utils": "1101.0.9",
|
|
51
55
|
"@pnpm/config.matcher": "1100.0.1",
|
|
52
|
-
"@pnpm/config.
|
|
53
|
-
"@pnpm/
|
|
54
|
-
"@pnpm/config.writer": "1100.0.10",
|
|
56
|
+
"@pnpm/config.reader": "1101.6.0",
|
|
57
|
+
"@pnpm/deps.inspection.outdated": "1100.1.5",
|
|
55
58
|
"@pnpm/constants": "1100.0.0",
|
|
56
|
-
"@pnpm/
|
|
57
|
-
"@pnpm/
|
|
58
|
-
"@pnpm/deps.status": "1100.0.21",
|
|
59
|
-
"@pnpm/error": "1100.0.0",
|
|
59
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.7",
|
|
60
|
+
"@pnpm/config.writer": "1100.0.11",
|
|
60
61
|
"@pnpm/fs.graceful-fs": "1100.1.0",
|
|
61
62
|
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
62
|
-
"@pnpm/global.commands": "1100.0.
|
|
63
|
-
"@pnpm/
|
|
64
|
-
"@pnpm/
|
|
65
|
-
"@pnpm/installing.
|
|
66
|
-
"@pnpm/installing.deps-installer": "1101.
|
|
67
|
-
"@pnpm/
|
|
68
|
-
"@pnpm/
|
|
69
|
-
"@pnpm/
|
|
70
|
-
"@pnpm/
|
|
71
|
-
"@pnpm/
|
|
63
|
+
"@pnpm/global.commands": "1100.0.25",
|
|
64
|
+
"@pnpm/error": "1100.0.0",
|
|
65
|
+
"@pnpm/hooks.pnpmfile": "1100.0.12",
|
|
66
|
+
"@pnpm/installing.context": "1100.0.15",
|
|
67
|
+
"@pnpm/installing.deps-installer": "1101.7.0",
|
|
68
|
+
"@pnpm/deps.status": "1100.0.22",
|
|
69
|
+
"@pnpm/installing.env-installer": "1101.1.6",
|
|
70
|
+
"@pnpm/lockfile.types": "1100.0.9",
|
|
71
|
+
"@pnpm/resolving.npm-resolver": "1101.5.0",
|
|
72
|
+
"@pnpm/pkg-manifest.reader": "1100.0.6",
|
|
72
73
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
73
|
-
"@pnpm/resolving.resolver-base": "1100.
|
|
74
|
-
"@pnpm/
|
|
75
|
-
"@pnpm/
|
|
76
|
-
"@pnpm/
|
|
77
|
-
"@pnpm/
|
|
78
|
-
"@pnpm/workspace.project-manifest-writer": "1100.0.
|
|
79
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
80
|
-
"@pnpm/workspace.projects-
|
|
81
|
-
"@pnpm/workspace.
|
|
82
|
-
"@pnpm/workspace.projects-sorter": "1100.0.
|
|
74
|
+
"@pnpm/resolving.resolver-base": "1100.4.0",
|
|
75
|
+
"@pnpm/types": "1101.3.0",
|
|
76
|
+
"@pnpm/deps.path": "1100.0.6",
|
|
77
|
+
"@pnpm/store.controller": "1101.0.11",
|
|
78
|
+
"@pnpm/store.connection-manager": "1100.2.6",
|
|
79
|
+
"@pnpm/workspace.project-manifest-writer": "1100.0.6",
|
|
80
|
+
"@pnpm/workspace.projects-filter": "1100.0.18",
|
|
81
|
+
"@pnpm/workspace.projects-reader": "1101.0.9",
|
|
82
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.10",
|
|
83
|
+
"@pnpm/workspace.projects-sorter": "1100.0.5",
|
|
84
|
+
"@pnpm/workspace.projects-graph": "1100.0.15",
|
|
83
85
|
"@pnpm/workspace.root-finder": "1100.0.1",
|
|
84
|
-
"@pnpm/workspace.state": "1100.0.
|
|
85
|
-
"@pnpm/workspace.workspace-manifest-writer": "1100.0.
|
|
86
|
-
"@pnpm/
|
|
86
|
+
"@pnpm/workspace.state": "1100.0.19",
|
|
87
|
+
"@pnpm/workspace.workspace-manifest-writer": "1100.0.11",
|
|
88
|
+
"@pnpm/pkg-manifest.utils": "1100.2.2",
|
|
89
|
+
"@pnpm/installing.dedupe.check": "1100.0.9"
|
|
87
90
|
},
|
|
88
91
|
"peerDependencies": {
|
|
89
92
|
"@pnpm/logger": "^1001.0.1"
|
|
@@ -105,19 +108,19 @@
|
|
|
105
108
|
"write-json-file": "^7.0.0",
|
|
106
109
|
"write-package": "7.2.0",
|
|
107
110
|
"write-yaml-file": "^6.0.0",
|
|
108
|
-
"@pnpm/assert-project": "1100.0.
|
|
109
|
-
"@pnpm/installing.
|
|
110
|
-
"@pnpm/installing.modules-yaml": "1100.0.6",
|
|
111
|
+
"@pnpm/assert-project": "1100.0.13",
|
|
112
|
+
"@pnpm/installing.modules-yaml": "1100.0.7",
|
|
111
113
|
"@pnpm/logger": "1100.0.0",
|
|
112
|
-
"@pnpm/
|
|
113
|
-
"@pnpm/
|
|
114
|
+
"@pnpm/installing.commands": "1100.7.2",
|
|
115
|
+
"@pnpm/prepare": "1100.0.13",
|
|
114
116
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
117
|
+
"@pnpm/store.index": "1100.1.0",
|
|
115
118
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
116
|
-
"@pnpm/testing.command-defaults": "1100.0.
|
|
117
|
-
"@pnpm/testing.mock
|
|
118
|
-
"@pnpm/testing.
|
|
119
|
-
"@pnpm/
|
|
120
|
-
"@pnpm/
|
|
119
|
+
"@pnpm/testing.command-defaults": "1100.0.3",
|
|
120
|
+
"@pnpm/testing.registry-mock": "1100.0.3",
|
|
121
|
+
"@pnpm/testing.mock-agent": "1101.0.0",
|
|
122
|
+
"@pnpm/workspace.projects-filter": "1100.0.18",
|
|
123
|
+
"@pnpm/worker": "1100.1.9"
|
|
121
124
|
},
|
|
122
125
|
"engines": {
|
|
123
126
|
"node": ">=22.13"
|