@pnpm/installing.commands 1100.1.9 → 1100.1.11
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/package.json +43 -43
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' | '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' | 'allowBuilds' | 'optional' | 'virtualStoreDir' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'resolutionMode' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'updateConfig' | 'overrides' | 'packageExtensions' | 'agent' | 'supportedArchitectures' | 'packageConfigs'> & Pick<ConfigContext, 'allProjects' | 'cliOptions' | 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir' | 'allProjectsGraph' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & Partial<Pick<Config, 'globalPkgDir'>> & {
|
|
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' | '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' | 'allowBuilds' | 'optional' | 'virtualStoreDir' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'resolutionMode' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'updateConfig' | 'overrides' | 'packageExtensions' | 'agent' | 'supportedArchitectures' | 'packageConfigs'> & Pick<ConfigContext, 'allProjects' | 'cliOptions' | 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir' | 'allProjectsGraph' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & Partial<Pick<Config, 'globalPkgDir'>> & {
|
|
11
11
|
argv: {
|
|
12
12
|
original: string[];
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.11",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -32,59 +32,59 @@
|
|
|
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.
|
|
35
|
+
"chalk": "^5.6.2",
|
|
36
36
|
"enquirer": "^2.4.1",
|
|
37
37
|
"get-npm-tarball-url": "^2.1.0",
|
|
38
38
|
"is-subdir": "^2.0.0",
|
|
39
39
|
"load-json-file": "^7.0.1",
|
|
40
40
|
"normalize-path": "^3.0.0",
|
|
41
41
|
"p-filter": "^4.1.0",
|
|
42
|
-
"p-limit": "^7.
|
|
42
|
+
"p-limit": "^7.3.0",
|
|
43
43
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
44
44
|
"render-help": "^2.0.0",
|
|
45
45
|
"version-selector-type": "^3.0.0",
|
|
46
|
-
"@pnpm/
|
|
46
|
+
"@pnpm/building.after-install": "1101.0.8",
|
|
47
|
+
"@pnpm/cli.utils": "1101.0.2",
|
|
47
48
|
"@pnpm/config.matcher": "1100.0.1",
|
|
48
|
-
"@pnpm/
|
|
49
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
49
50
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
50
|
-
"@pnpm/cli.
|
|
51
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
51
52
|
"@pnpm/config.pick-registry-for-package": "1100.0.2",
|
|
52
|
-
"@pnpm/config.
|
|
53
|
+
"@pnpm/config.writer": "1100.0.6",
|
|
54
|
+
"@pnpm/deps.inspection.outdated": "1100.0.11",
|
|
53
55
|
"@pnpm/constants": "1100.0.0",
|
|
54
|
-
"@pnpm/
|
|
55
|
-
"@pnpm/config.writer": "1100.0.5",
|
|
56
|
-
"@pnpm/deps.status": "1100.0.9",
|
|
57
|
-
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
56
|
+
"@pnpm/config.reader": "1101.2.1",
|
|
58
57
|
"@pnpm/fs.graceful-fs": "1100.1.0",
|
|
59
|
-
"@pnpm/deps.
|
|
60
|
-
"@pnpm/global.commands": "1100.0.11",
|
|
61
|
-
"@pnpm/error": "1100.0.0",
|
|
62
|
-
"@pnpm/installing.dedupe.check": "1100.0.3",
|
|
63
|
-
"@pnpm/installing.deps-installer": "1101.0.6",
|
|
64
|
-
"@pnpm/installing.context": "1100.0.5",
|
|
58
|
+
"@pnpm/deps.path": "1100.0.2",
|
|
65
59
|
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
66
|
-
"@pnpm/
|
|
67
|
-
"@pnpm/
|
|
68
|
-
"@pnpm/
|
|
60
|
+
"@pnpm/deps.status": "1100.0.11",
|
|
61
|
+
"@pnpm/error": "1100.0.0",
|
|
62
|
+
"@pnpm/global.commands": "1100.0.13",
|
|
63
|
+
"@pnpm/installing.context": "1100.0.7",
|
|
64
|
+
"@pnpm/installing.env-installer": "1101.0.6",
|
|
65
|
+
"@pnpm/lockfile.types": "1100.0.4",
|
|
66
|
+
"@pnpm/installing.deps-installer": "1101.0.8",
|
|
67
|
+
"@pnpm/hooks.pnpmfile": "1100.0.6",
|
|
69
68
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
70
|
-
"@pnpm/store.connection-manager": "1100.0.10",
|
|
71
|
-
"@pnpm/resolving.resolver-base": "1100.1.1",
|
|
72
|
-
"@pnpm/store.controller": "1101.0.2",
|
|
73
|
-
"@pnpm/types": "1101.0.0",
|
|
74
|
-
"@pnpm/workspace.project-manifest-reader": "1100.0.3",
|
|
75
69
|
"@pnpm/pkg-manifest.reader": "1100.0.2",
|
|
76
|
-
"@pnpm/
|
|
77
|
-
"@pnpm/
|
|
70
|
+
"@pnpm/store.controller": "1101.0.3",
|
|
71
|
+
"@pnpm/resolving.resolver-base": "1100.1.2",
|
|
72
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.3",
|
|
73
|
+
"@pnpm/store.connection-manager": "1100.0.12",
|
|
78
74
|
"@pnpm/workspace.project-manifest-writer": "1100.0.2",
|
|
79
|
-
"@pnpm/
|
|
80
|
-
"@pnpm/workspace.projects-
|
|
81
|
-
"@pnpm/workspace.
|
|
82
|
-
"@pnpm/workspace.root-finder": "1100.0.1",
|
|
75
|
+
"@pnpm/pkg-manifest.utils": "1100.1.1",
|
|
76
|
+
"@pnpm/workspace.projects-reader": "1101.0.2",
|
|
77
|
+
"@pnpm/workspace.projects-graph": "1100.0.5",
|
|
83
78
|
"@pnpm/workspace.projects-sorter": "1100.0.1",
|
|
84
|
-
"@pnpm/
|
|
79
|
+
"@pnpm/installing.dedupe.check": "1100.0.4",
|
|
80
|
+
"@pnpm/workspace.root-finder": "1100.0.1",
|
|
81
|
+
"@pnpm/workspace.workspace-manifest-writer": "1100.0.6",
|
|
82
|
+
"@pnpm/workspace.projects-filter": "1100.0.8",
|
|
83
|
+
"@pnpm/workspace.state": "1100.0.9",
|
|
84
|
+
"@pnpm/types": "1101.0.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@pnpm/logger": "
|
|
87
|
+
"@pnpm/logger": "^1001.0.1"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@jest/globals": "30.3.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@types/ramda": "0.31.1",
|
|
95
95
|
"@types/yarnpkg__lockfile": "^1.1.9",
|
|
96
96
|
"@types/zkochan__table": "npm:@types/table@6.0.0",
|
|
97
|
-
"ci-info": "^4.
|
|
97
|
+
"ci-info": "^4.4.0",
|
|
98
98
|
"delay": "^7.0.0",
|
|
99
99
|
"jest-diff": "^30.3.0",
|
|
100
100
|
"path-name": "^1.0.0",
|
|
@@ -105,18 +105,18 @@
|
|
|
105
105
|
"write-json-file": "^7.0.0",
|
|
106
106
|
"write-package": "7.2.0",
|
|
107
107
|
"write-yaml-file": "^6.0.0",
|
|
108
|
-
"@pnpm/installing.commands": "1100.1.
|
|
109
|
-
"@pnpm/assert-project": "1100.0.
|
|
110
|
-
"@pnpm/
|
|
108
|
+
"@pnpm/installing.commands": "1100.1.11",
|
|
109
|
+
"@pnpm/assert-project": "1100.0.5",
|
|
110
|
+
"@pnpm/prepare": "1100.0.5",
|
|
111
|
+
"@pnpm/installing.modules-yaml": "1100.0.3",
|
|
112
|
+
"@pnpm/store.index": "1100.0.0",
|
|
113
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
111
114
|
"@pnpm/logger": "1100.0.0",
|
|
112
|
-
"@pnpm/prepare": "1100.0.4",
|
|
113
115
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
114
|
-
"@pnpm/test-ipc-server": "1100.0.0",
|
|
115
|
-
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
116
|
-
"@pnpm/store.index": "1100.0.0",
|
|
117
|
-
"@pnpm/workspace.projects-filter": "1100.0.7",
|
|
118
116
|
"@pnpm/testing.mock-agent": "1100.0.2",
|
|
119
|
-
"@pnpm/
|
|
117
|
+
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
118
|
+
"@pnpm/worker": "1100.1.2",
|
|
119
|
+
"@pnpm/workspace.projects-filter": "1100.0.8"
|
|
120
120
|
},
|
|
121
121
|
"engines": {
|
|
122
122
|
"node": ">=22.13"
|