@pnpm/plugin-commands-rebuild 10.0.0 → 10.0.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.
Files changed (2) hide show
  1. package/lib/rebuild.d.ts +6 -1
  2. package/package.json +21 -21
package/lib/rebuild.d.ts CHANGED
@@ -1,10 +1,15 @@
1
1
  import { type Config } from '@pnpm/config';
2
2
  import { type LogBase } from '@pnpm/logger';
3
3
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
4
- export declare function rcOptionsTypes(): {};
4
+ export declare function rcOptionsTypes(): {
5
+ 'scripts-prepend-node-path': any;
6
+ 'unsafe-perm': any;
7
+ };
5
8
  export declare function cliOptionsTypes(): {
6
9
  pending: BooleanConstructor;
7
10
  recursive: BooleanConstructor;
11
+ 'scripts-prepend-node-path': any;
12
+ 'unsafe-perm': any;
8
13
  };
9
14
  export declare const commandNames: string[];
10
15
  export declare function help(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-rebuild",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Commands for rebuilding dependencies",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -26,16 +26,16 @@
26
26
  "@pnpm/registry-mock": "3.16.0",
27
27
  "@types/ramda": "0.28.20",
28
28
  "@types/semver": "7.5.3",
29
- "@types/sinon": "^10.0.19",
29
+ "@types/sinon": "^10.0.20",
30
30
  "execa": "npm:safe-execa@0.1.2",
31
31
  "path-exists": "^4.0.0",
32
- "sinon": "^16.1.0",
32
+ "sinon": "^16.1.3",
33
33
  "write-yaml-file": "^5.0.0",
34
- "@pnpm/assert-project": "2.3.40",
35
- "@pnpm/filter-workspace-packages": "7.2.0",
36
- "@pnpm/plugin-commands-rebuild": "10.0.0",
37
- "@pnpm/prepare": "0.0.83",
38
- "@pnpm/test-fixtures": "0.1.13"
34
+ "@pnpm/assert-project": "2.3.41",
35
+ "@pnpm/filter-workspace-packages": "7.2.1",
36
+ "@pnpm/plugin-commands-rebuild": "10.0.2",
37
+ "@pnpm/prepare": "0.0.84",
38
+ "@pnpm/test-fixtures": "0.1.14"
39
39
  },
40
40
  "dependencies": {
41
41
  "@pnpm/builder.policy": "1.1.0",
@@ -48,29 +48,29 @@
48
48
  "run-groups": "^3.0.1",
49
49
  "semver": "^7.5.4",
50
50
  "@pnpm/calc-dep-state": "4.1.3",
51
- "@pnpm/cli-utils": "2.1.0",
52
- "@pnpm/common-cli-options-help": "1.0.0",
53
- "@pnpm/config": "20.1.0",
54
51
  "@pnpm/constants": "7.1.1",
55
- "@pnpm/core-loggers": "9.0.4",
52
+ "@pnpm/cli-utils": "2.1.1",
53
+ "@pnpm/common-cli-options-help": "1.0.0",
56
54
  "@pnpm/dependency-path": "2.1.5",
55
+ "@pnpm/core-loggers": "9.0.4",
57
56
  "@pnpm/deps.graph-sequencer": "1.0.0",
58
- "@pnpm/error": "5.0.2",
59
57
  "@pnpm/get-context": "10.0.5",
60
- "@pnpm/lifecycle": "16.0.4",
58
+ "@pnpm/error": "5.0.2",
61
59
  "@pnpm/link-bins": "9.0.10",
60
+ "@pnpm/lifecycle": "16.0.6",
61
+ "@pnpm/lockfile-utils": "9.0.0",
62
62
  "@pnpm/lockfile-types": "5.1.3",
63
- "@pnpm/lockfile-utils": "8.0.7",
64
- "@pnpm/lockfile-walker": "7.0.6",
65
63
  "@pnpm/modules-yaml": "12.1.4",
64
+ "@pnpm/lockfile-walker": "7.0.6",
66
65
  "@pnpm/normalize-registries": "5.0.4",
67
66
  "@pnpm/sort-packages": "5.0.7",
68
- "@pnpm/store-connection-manager": "7.0.10",
69
- "@pnpm/store-controller-types": "17.1.0",
70
- "@pnpm/store.cafs": "2.0.7",
67
+ "@pnpm/store-connection-manager": "7.0.12",
68
+ "@pnpm/config": "20.1.1",
69
+ "@pnpm/store-controller-types": "17.1.1",
71
70
  "@pnpm/types": "9.4.0",
72
- "@pnpm/worker": "0.3.6",
73
- "@pnpm/workspace.find-packages": "1.1.0"
71
+ "@pnpm/workspace.find-packages": "1.1.1",
72
+ "@pnpm/store.cafs": "2.0.8",
73
+ "@pnpm/worker": "0.3.7"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@pnpm/logger": "^5.0.0"