@pnpm/plugin-commands-rebuild 7.0.8 → 7.0.10
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.
|
@@ -35,5 +35,5 @@ export interface StrictRebuildOptions {
|
|
|
35
35
|
pending: boolean;
|
|
36
36
|
shamefullyHoist: boolean;
|
|
37
37
|
}
|
|
38
|
-
export
|
|
38
|
+
export type RebuildOptions = Partial<StrictRebuildOptions> & Pick<StrictRebuildOptions, 'storeDir' | 'storeController'>;
|
|
39
39
|
export declare function extendRebuildOptions(opts: RebuildOptions): Promise<StrictRebuildOptions>;
|
package/lib/recursive.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Config } from '@pnpm/config';
|
|
2
2
|
import { CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
3
3
|
import { Project } from '@pnpm/types';
|
|
4
|
-
|
|
4
|
+
type RecursiveRebuildOpts = CreateStoreControllerOptions & Pick<Config, 'hoistPattern' | 'hooks' | 'ignorePnpmfile' | 'ignoreScripts' | 'lockfileDir' | 'lockfileOnly' | 'rawLocalConfig' | 'registries' | 'sharedWorkspaceLockfile'> & {
|
|
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/plugin-commands-rebuild",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
4
4
|
"description": "Commands for rebuilding dependencies",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=14.6"
|
|
13
13
|
},
|
|
14
|
-
"repository": "https://github.com/pnpm/pnpm/blob/main/
|
|
14
|
+
"repository": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"pnpm7",
|
|
17
17
|
"pnpm",
|
|
@@ -21,49 +21,49 @@
|
|
|
21
21
|
"bugs": {
|
|
22
22
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://github.com/pnpm/pnpm/blob/main/
|
|
24
|
+
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@pnpm/filter-workspace-packages": "6.0.8",
|
|
27
|
-
"@pnpm/plugin-commands-rebuild": "7.0.8",
|
|
28
|
-
"@pnpm/prepare": "0.0.57",
|
|
29
26
|
"@pnpm/registry-mock": "3.1.0",
|
|
30
|
-
"@pnpm/test-fixtures": "0.0.26",
|
|
31
27
|
"@types/ramda": "0.28.15",
|
|
32
28
|
"@types/semver": "7.3.13",
|
|
33
29
|
"@types/sinon": "^10.0.13",
|
|
34
30
|
"execa": "npm:safe-execa@^0.1.2",
|
|
35
31
|
"path-exists": "^4.0.0",
|
|
36
|
-
"sinon": "^14.0.
|
|
37
|
-
"write-yaml-file": "^4.2.0"
|
|
32
|
+
"sinon": "^14.0.2",
|
|
33
|
+
"write-yaml-file": "^4.2.0",
|
|
34
|
+
"@pnpm/filter-workspace-packages": "6.0.10",
|
|
35
|
+
"@pnpm/plugin-commands-rebuild": "7.0.10",
|
|
36
|
+
"@pnpm/prepare": "0.0.57",
|
|
37
|
+
"@pnpm/test-fixtures": "0.0.26"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@pnpm/
|
|
40
|
+
"@pnpm/graph-sequencer": "1.0.0",
|
|
41
|
+
"@pnpm/npm-package-arg": "^1.0.0",
|
|
42
|
+
"load-json-file": "^6.2.0",
|
|
43
|
+
"mem": "^8.1.1",
|
|
44
|
+
"p-limit": "^3.1.0",
|
|
45
|
+
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
46
|
+
"render-help": "^1.0.2",
|
|
47
|
+
"run-groups": "^3.0.1",
|
|
48
|
+
"semver": "^7.3.8",
|
|
49
|
+
"@pnpm/cli-utils": "1.0.10",
|
|
41
50
|
"@pnpm/common-cli-options-help": "0.9.0",
|
|
42
|
-
"@pnpm/config": "16.1.
|
|
51
|
+
"@pnpm/config": "16.1.4",
|
|
43
52
|
"@pnpm/constants": "6.1.0",
|
|
44
53
|
"@pnpm/core-loggers": "8.0.2",
|
|
45
|
-
"@pnpm/find-workspace-packages": "5.0.
|
|
54
|
+
"@pnpm/find-workspace-packages": "5.0.10",
|
|
46
55
|
"@pnpm/get-context": "8.0.2",
|
|
47
|
-
"@pnpm/
|
|
48
|
-
"@pnpm/
|
|
49
|
-
"@pnpm/link-bins": "8.0.2",
|
|
56
|
+
"@pnpm/lifecycle": "14.1.1",
|
|
57
|
+
"@pnpm/link-bins": "8.0.3",
|
|
50
58
|
"@pnpm/lockfile-utils": "5.0.0",
|
|
51
59
|
"@pnpm/lockfile-walker": "6.0.2",
|
|
52
60
|
"@pnpm/modules-yaml": "11.0.2",
|
|
53
61
|
"@pnpm/normalize-registries": "4.0.2",
|
|
54
|
-
"@pnpm/npm-package-arg": "^1.0.0",
|
|
55
62
|
"@pnpm/sort-packages": "4.0.2",
|
|
56
|
-
"@pnpm/store-connection-manager": "5.1.
|
|
63
|
+
"@pnpm/store-connection-manager": "5.1.3",
|
|
57
64
|
"@pnpm/store-controller-types": "14.1.5",
|
|
58
65
|
"@pnpm/types": "8.9.0",
|
|
59
|
-
"dependency-path": "9.2.8"
|
|
60
|
-
"load-json-file": "^6.2.0",
|
|
61
|
-
"mem": "^8.1.1",
|
|
62
|
-
"p-limit": "^3.1.0",
|
|
63
|
-
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
64
|
-
"render-help": "^1.0.2",
|
|
65
|
-
"run-groups": "^3.0.1",
|
|
66
|
-
"semver": "^7.3.8"
|
|
66
|
+
"dependency-path": "9.2.8"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@pnpm/logger": "^5.0.0"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"registry-mock": "registry-mock",
|
|
78
78
|
"test:jest": "jest",
|
|
79
79
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
|
|
80
|
-
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=
|
|
80
|
+
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7770 pnpm run test:e2e",
|
|
81
81
|
"test": "pnpm run compile && pnpm run _test",
|
|
82
82
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
83
83
|
}
|