@pnpm/building.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/build/rebuild.d.ts +1 -1
- package/lib/build/recursive.d.ts +1 -1
- package/package.json +24 -21
package/lib/build/rebuild.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare function cliOptionsTypes(): Record<string, unknown>;
|
|
|
6
6
|
export declare const commandNames: string[];
|
|
7
7
|
export declare const overridableByScript = true;
|
|
8
8
|
export declare function help(): string;
|
|
9
|
-
export type RebuildCommandOpts = Pick<Config, 'dir' | 'engineStrict' | 'lockfileDir' | 'nodeLinker' | 'registries' | 'scriptShell' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'scriptsPrependNodePath' | 'shellEmulator' | 'workspaceDir'> & Pick<ConfigContext, 'allProjects' | 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & {
|
|
9
|
+
export type RebuildCommandOpts = Pick<Config, 'dir' | 'enableGlobalVirtualStore' | 'engineStrict' | 'lockfileDir' | 'nodeLinker' | 'registries' | 'scriptShell' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'scriptsPrependNodePath' | 'shellEmulator' | 'workspaceDir'> & Pick<ConfigContext, 'allProjects' | 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir' | 'selectedProjectsGraph'> & CreateStoreControllerOptions & {
|
|
10
10
|
recursive?: boolean;
|
|
11
11
|
reporter?: (logObj: LogBase) => void;
|
|
12
12
|
pending: boolean;
|
package/lib/build/recursive.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type Config, type ConfigContext } from '@pnpm/config.reader';
|
|
2
2
|
import { type CreateStoreControllerOptions } from '@pnpm/store.connection-manager';
|
|
3
3
|
import type { Project } from '@pnpm/types';
|
|
4
|
-
type RecursiveRebuildOpts = CreateStoreControllerOptions & Pick<Config, 'hoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'lockfileDir' | 'lockfileOnly' | 'nodeLinker' | 'packageConfigs' | 'registries' | 'sharedWorkspaceLockfile'> & Pick<ConfigContext, 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir'> & {
|
|
4
|
+
type RecursiveRebuildOpts = CreateStoreControllerOptions & Pick<Config, 'enableGlobalVirtualStore' | 'hoistPattern' | 'ignorePnpmfile' | 'ignoreScripts' | 'lockfileDir' | 'lockfileOnly' | 'nodeLinker' | 'packageConfigs' | 'registries' | 'sharedWorkspaceLockfile'> & Pick<ConfigContext, 'hooks' | 'rootProjectManifest' | 'rootProjectManifestDir'> & {
|
|
5
5
|
pending?: boolean;
|
|
6
6
|
} & Partial<Pick<Config, 'bail' | 'sort' | 'workspaceConcurrency'>>;
|
|
7
7
|
export declare function recursiveRebuild(allProjects: Project[], params: string[], opts: RecursiveRebuildOpts & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/building.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.2",
|
|
4
4
|
"description": "Commands for rebuilding and managing dependency builds",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"funding": "https://opencollective.com/pnpm",
|
|
12
|
-
"repository":
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/building/commands"
|
|
15
|
+
},
|
|
13
16
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/building/commands#readme",
|
|
14
17
|
"bugs": {
|
|
15
18
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
@@ -31,20 +34,20 @@
|
|
|
31
34
|
"p-limit": "^7.3.0",
|
|
32
35
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
33
36
|
"render-help": "^2.0.0",
|
|
34
|
-
"@pnpm/building.after-install": "1101.0.18",
|
|
35
37
|
"@pnpm/cli.command": "1100.0.1",
|
|
36
|
-
"@pnpm/
|
|
37
|
-
"@pnpm/config.reader": "1101.
|
|
38
|
-
"@pnpm/config.writer": "1100.0.
|
|
38
|
+
"@pnpm/building.after-install": "1101.0.19",
|
|
39
|
+
"@pnpm/config.reader": "1101.6.0",
|
|
40
|
+
"@pnpm/config.writer": "1100.0.11",
|
|
41
|
+
"@pnpm/cli.utils": "1101.0.9",
|
|
39
42
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
43
|
+
"@pnpm/installing.commands": "1100.7.2",
|
|
44
|
+
"@pnpm/deps.path": "1100.0.6",
|
|
45
|
+
"@pnpm/installing.modules-yaml": "1100.0.7",
|
|
40
46
|
"@pnpm/error": "1100.0.0",
|
|
41
|
-
"@pnpm/deps.path": "1100.0.5",
|
|
42
|
-
"@pnpm/installing.modules-yaml": "1100.0.6",
|
|
43
47
|
"@pnpm/prepare-temp-dir": "1100.0.0",
|
|
44
|
-
"@pnpm/
|
|
45
|
-
"@pnpm/
|
|
46
|
-
"@pnpm/
|
|
47
|
-
"@pnpm/workspace.projects-sorter": "1100.0.4"
|
|
48
|
+
"@pnpm/types": "1101.3.0",
|
|
49
|
+
"@pnpm/workspace.projects-sorter": "1100.0.5",
|
|
50
|
+
"@pnpm/store.connection-manager": "1100.2.6"
|
|
48
51
|
},
|
|
49
52
|
"peerDependencies": {
|
|
50
53
|
"@pnpm/logger": "^1001.0.1"
|
|
@@ -57,19 +60,19 @@
|
|
|
57
60
|
"read-yaml-file": "^3.0.0",
|
|
58
61
|
"write-package": "7.2.0",
|
|
59
62
|
"write-yaml-file": "^6.0.0",
|
|
60
|
-
"@pnpm/building.commands": "1100.1.
|
|
61
|
-
"@pnpm/
|
|
63
|
+
"@pnpm/building.commands": "1100.1.2",
|
|
64
|
+
"@pnpm/assert-project": "1100.0.13",
|
|
62
65
|
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
63
|
-
"@pnpm/
|
|
64
|
-
"@pnpm/
|
|
66
|
+
"@pnpm/constants": "1100.0.0",
|
|
67
|
+
"@pnpm/prepare": "1100.0.13",
|
|
65
68
|
"@pnpm/store.index": "1100.1.0",
|
|
69
|
+
"@pnpm/logger": "1100.0.0",
|
|
66
70
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
67
71
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
68
|
-
"@pnpm/testing.
|
|
69
|
-
"@pnpm/testing.
|
|
70
|
-
"@pnpm/
|
|
71
|
-
"@pnpm/
|
|
72
|
-
"@pnpm/workspace.projects-filter": "1100.0.17"
|
|
72
|
+
"@pnpm/testing.registry-mock": "1100.0.3",
|
|
73
|
+
"@pnpm/testing.command-defaults": "1100.0.3",
|
|
74
|
+
"@pnpm/store.cafs": "1100.1.8",
|
|
75
|
+
"@pnpm/workspace.projects-filter": "1100.0.18"
|
|
73
76
|
},
|
|
74
77
|
"engines": {
|
|
75
78
|
"node": ">=22.13"
|