@pnpm/installing.commands 1100.1.0 → 1100.1.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 -0
- package/lib/installDeps.d.ts +1 -1
- package/lib/recursive.d.ts +1 -1
- package/package.json +33 -33
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' | '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' | '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/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' | 'production' | 'preferWorkspacePackages' | 'registries' | 'runtimeOnFail' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'scriptsPrependNodePath' | 'scriptShell' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'shellEmulator' | 'tag' | 'allowBuilds' | 'optional' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'configDependencies' | 'packageExtensions' | 'updateConfig'> & Pick<ConfigContext, 'allProjects' | 'allProjectsGraph' | 'cliOptions' | 'hooks' | 'rootProjectManifestDir' | 'rootProjectManifest' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & {
|
|
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' | 'agent' | 'production' | 'preferWorkspacePackages' | 'registries' | 'runtimeOnFail' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'scriptsPrependNodePath' | 'scriptShell' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'shellEmulator' | 'tag' | 'allowBuilds' | 'optional' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles' | 'configDependencies' | 'packageExtensions' | 'updateConfig'> & Pick<ConfigContext, 'allProjects' | 'allProjectsGraph' | 'cliOptions' | 'hooks' | 'rootProjectManifestDir' | 'rootProjectManifest' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & {
|
|
8
8
|
argv: {
|
|
9
9
|
original: string[];
|
|
10
10
|
};
|
package/lib/recursive.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import type { PreferredVersions } from '@pnpm/resolving.resolver-base';
|
|
|
5
5
|
import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager';
|
|
6
6
|
import type { StoreController } from '@pnpm/store.controller';
|
|
7
7
|
import type { IncludedDependencies, Project, ProjectManifest, ProjectsGraph } from '@pnpm/types';
|
|
8
|
-
export type RecursiveOptions = CreateStoreControllerOptions & Pick<Config, 'bail' | 'configDependencies' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'globalPnpmfile' | 'hoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | 'allowBuilds' | 'registries' | 'save' | 'saveCatalogName' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'sharedWorkspaceLockfile' | 'tag' | 'cleanupUnusedCatalogs' | 'packageConfigs' | 'updateConfig'> & Pick<ConfigContext, 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir'> & {
|
|
8
|
+
export type RecursiveOptions = CreateStoreControllerOptions & Pick<Config, 'bail' | 'configDependencies' | 'dedupePeerDependents' | 'dedupePeers' | 'depth' | 'globalPnpmfile' | 'hoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'modulesDir' | 'agent' | 'allowBuilds' | 'registries' | 'save' | 'saveCatalogName' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'sharedWorkspaceLockfile' | 'tag' | 'cleanupUnusedCatalogs' | 'packageConfigs' | 'updateConfig'> & Pick<ConfigContext, 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir'> & {
|
|
9
9
|
rebuildHandler?: CommandHandler;
|
|
10
10
|
include?: IncludedDependencies;
|
|
11
11
|
includeDirect?: IncludedDependencies;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.2",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -44,45 +44,45 @@
|
|
|
44
44
|
"render-help": "^2.0.0",
|
|
45
45
|
"version-selector-type": "^3.0.0",
|
|
46
46
|
"which": "npm:@pnpm/which@^3.0.1",
|
|
47
|
-
"@pnpm/building.after-install": "
|
|
47
|
+
"@pnpm/building.after-install": "1101.0.0",
|
|
48
48
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
49
49
|
"@pnpm/cli.command": "1100.0.0",
|
|
50
|
-
"@pnpm/cli.
|
|
51
|
-
"@pnpm/config.pick-registry-for-package": "1100.0.1",
|
|
52
|
-
"@pnpm/config.reader": "1101.0.0",
|
|
50
|
+
"@pnpm/cli.utils": "1101.0.0",
|
|
53
51
|
"@pnpm/config.matcher": "1100.0.0",
|
|
54
|
-
"@pnpm/
|
|
52
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.0",
|
|
53
|
+
"@pnpm/config.reader": "1101.1.1",
|
|
54
|
+
"@pnpm/config.writer": "1100.0.2",
|
|
55
55
|
"@pnpm/constants": "1100.0.0",
|
|
56
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.1",
|
|
56
57
|
"@pnpm/deps.path": "1100.0.1",
|
|
57
|
-
"@pnpm/deps.inspection.outdated": "1100.0.
|
|
58
|
-
"@pnpm/cli.utils": "1101.0.0",
|
|
59
|
-
"@pnpm/deps.status": "1100.0.2",
|
|
58
|
+
"@pnpm/deps.inspection.outdated": "1100.0.4",
|
|
60
59
|
"@pnpm/error": "1100.0.0",
|
|
61
60
|
"@pnpm/fs.graceful-fs": "1100.0.0",
|
|
62
|
-
"@pnpm/hooks.pnpmfile": "1100.0.1",
|
|
63
61
|
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
64
|
-
"@pnpm/
|
|
65
|
-
"@pnpm/
|
|
66
|
-
"@pnpm/
|
|
67
|
-
"@pnpm/installing.
|
|
68
|
-
"@pnpm/
|
|
69
|
-
"@pnpm/installing.
|
|
62
|
+
"@pnpm/global.commands": "1100.0.4",
|
|
63
|
+
"@pnpm/deps.status": "1100.0.4",
|
|
64
|
+
"@pnpm/hooks.pnpmfile": "1100.0.3",
|
|
65
|
+
"@pnpm/installing.context": "1100.0.3",
|
|
66
|
+
"@pnpm/installing.dedupe.check": "1100.0.2",
|
|
67
|
+
"@pnpm/installing.deps-installer": "1101.0.0",
|
|
68
|
+
"@pnpm/installing.env-installer": "1101.0.0",
|
|
69
|
+
"@pnpm/lockfile.types": "1100.0.2",
|
|
70
70
|
"@pnpm/pkg-manifest.reader": "1100.0.1",
|
|
71
|
-
"@pnpm/pkg-manifest.utils": "1100.1.0",
|
|
72
71
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
|
|
73
|
-
"@pnpm/resolving.resolver-base": "1100.0
|
|
74
|
-
"@pnpm/store.
|
|
75
|
-
"@pnpm/
|
|
72
|
+
"@pnpm/resolving.resolver-base": "1100.1.0",
|
|
73
|
+
"@pnpm/store.controller": "1101.0.0",
|
|
74
|
+
"@pnpm/types": "1101.0.0",
|
|
76
75
|
"@pnpm/workspace.project-manifest-reader": "1100.0.2",
|
|
76
|
+
"@pnpm/store.connection-manager": "1100.0.4",
|
|
77
77
|
"@pnpm/workspace.project-manifest-writer": "1100.0.1",
|
|
78
|
-
"@pnpm/
|
|
78
|
+
"@pnpm/workspace.projects-filter": "1100.0.4",
|
|
79
|
+
"@pnpm/pkg-manifest.utils": "1100.1.0",
|
|
80
|
+
"@pnpm/workspace.projects-graph": "1100.0.3",
|
|
79
81
|
"@pnpm/workspace.projects-reader": "1101.0.0",
|
|
80
|
-
"@pnpm/workspace.projects-graph": "1100.0.1",
|
|
81
82
|
"@pnpm/workspace.projects-sorter": "1100.0.1",
|
|
82
|
-
"@pnpm/workspace.
|
|
83
|
-
"@pnpm/workspace.state": "1100.0.
|
|
84
|
-
"@pnpm/workspace.workspace-manifest-writer": "1100.0.
|
|
85
|
-
"@pnpm/workspace.root-finder": "1100.0.0"
|
|
83
|
+
"@pnpm/workspace.root-finder": "1100.0.0",
|
|
84
|
+
"@pnpm/workspace.state": "1100.0.4",
|
|
85
|
+
"@pnpm/workspace.workspace-manifest-writer": "1100.0.2"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"@pnpm/logger": ">=1001.0.0 <1002.0.0"
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"write-json-file": "^7.0.0",
|
|
108
108
|
"write-package": "7.2.0",
|
|
109
109
|
"write-yaml-file": "^6.0.0",
|
|
110
|
-
"@pnpm/assert-project": "1100.0.
|
|
111
|
-
"@pnpm/installing.commands": "1100.1.
|
|
110
|
+
"@pnpm/assert-project": "1100.0.3",
|
|
111
|
+
"@pnpm/installing.commands": "1100.1.2",
|
|
112
112
|
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
113
113
|
"@pnpm/logger": "1100.0.0",
|
|
114
|
-
"@pnpm/prepare": "1100.0.
|
|
115
|
-
"@pnpm/store.index": "1100.0.0",
|
|
114
|
+
"@pnpm/prepare": "1100.0.3",
|
|
116
115
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
116
|
+
"@pnpm/store.index": "1100.0.0",
|
|
117
117
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
118
|
-
"@pnpm/testing.command-defaults": "1100.0.
|
|
118
|
+
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
119
119
|
"@pnpm/testing.mock-agent": "1100.0.1",
|
|
120
|
-
"@pnpm/
|
|
121
|
-
"@pnpm/
|
|
120
|
+
"@pnpm/worker": "1100.1.0",
|
|
121
|
+
"@pnpm/workspace.projects-filter": "1100.0.4"
|
|
122
122
|
},
|
|
123
123
|
"engines": {
|
|
124
124
|
"node": ">=22.13"
|