@pnpm/plugin-commands-installation 10.0.11 → 10.1.1
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { PackageExtension, PeerDependencyRules, ProjectManifest } from '@pnpm/types';
|
|
1
|
+
import { AllowedDeprecatedVersions, PackageExtension, PeerDependencyRules, ProjectManifest } from '@pnpm/types';
|
|
2
2
|
export default function getOptionsFromRootManifest(manifest: ProjectManifest): {
|
|
3
|
+
allowedDeprecatedVersions?: AllowedDeprecatedVersions;
|
|
3
4
|
overrides?: Record<string, string>;
|
|
4
5
|
neverBuiltDependencies?: string[];
|
|
5
6
|
onlyBuiltDependencies?: string[];
|
|
@@ -9,7 +9,9 @@ function getOptionsFromRootManifest(manifest) {
|
|
|
9
9
|
const onlyBuiltDependencies = manifest.pnpm?.onlyBuiltDependencies;
|
|
10
10
|
const packageExtensions = manifest.pnpm?.packageExtensions;
|
|
11
11
|
const peerDependencyRules = manifest.pnpm?.peerDependencyRules;
|
|
12
|
+
const allowedDeprecatedVersions = manifest.pnpm?.allowedDeprecatedVersions;
|
|
12
13
|
return {
|
|
14
|
+
allowedDeprecatedVersions,
|
|
13
15
|
overrides,
|
|
14
16
|
neverBuiltDependencies,
|
|
15
17
|
onlyBuiltDependencies,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOptionsFromRootManifest.js","sourceRoot":"","sources":["../src/getOptionsFromRootManifest.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"getOptionsFromRootManifest.js","sourceRoot":"","sources":["../src/getOptionsFromRootManifest.ts"],"names":[],"mappings":";;AAOA,SAAwB,0BAA0B,CAAE,QAAyB;IAQ3E,qDAAqD;IACrD,iGAAiG;IACjG,mCAAmC;IACnC,MAAM,SAAS,GAAG,QAAQ,CAAC,IAAI,EAAE,SAAS,IAAI,QAAQ,CAAC,WAAW,CAAA;IAClE,MAAM,sBAAsB,GAAG,QAAQ,CAAC,IAAI,EAAE,sBAAsB,CAAA;IACpE,MAAM,qBAAqB,GAAG,QAAQ,CAAC,IAAI,EAAE,qBAAqB,CAAA;IAClE,MAAM,iBAAiB,GAAG,QAAQ,CAAC,IAAI,EAAE,iBAAiB,CAAA;IAC1D,MAAM,mBAAmB,GAAG,QAAQ,CAAC,IAAI,EAAE,mBAAmB,CAAA;IAC9D,MAAM,yBAAyB,GAAG,QAAQ,CAAC,IAAI,EAAE,yBAAyB,CAAA;IAC1E,OAAO;QACL,yBAAyB;QACzB,SAAS;QACT,sBAAsB;QACtB,qBAAqB;QACrB,iBAAiB;QACjB,mBAAmB;KACpB,CAAA;AACH,CAAC;AAzBD,6CAyBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-installation",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.1",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"!*.map"
|
|
10
10
|
],
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=14.
|
|
12
|
+
"node": ">=14.6"
|
|
13
13
|
},
|
|
14
14
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-installation",
|
|
15
15
|
"keywords": [
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-installation#readme",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@pnpm/assert-project": "2.2.
|
|
26
|
-
"@pnpm/lockfile-types": "4.0.
|
|
25
|
+
"@pnpm/assert-project": "2.2.23",
|
|
26
|
+
"@pnpm/lockfile-types": "4.0.2",
|
|
27
27
|
"@pnpm/logger": "^4.0.0",
|
|
28
|
-
"@pnpm/modules-yaml": "10.0.
|
|
29
|
-
"@pnpm/plugin-commands-installation": "10.
|
|
30
|
-
"@pnpm/prepare": "0.0.
|
|
31
|
-
"@pnpm/registry-mock": "2.
|
|
32
|
-
"@pnpm/test-fixtures": "0.0.
|
|
28
|
+
"@pnpm/modules-yaml": "10.0.2",
|
|
29
|
+
"@pnpm/plugin-commands-installation": "10.1.1",
|
|
30
|
+
"@pnpm/prepare": "0.0.42",
|
|
31
|
+
"@pnpm/registry-mock": "2.19.0",
|
|
32
|
+
"@pnpm/test-fixtures": "0.0.11",
|
|
33
33
|
"@types/is-ci": "^3.0.0",
|
|
34
34
|
"@types/proxyquire": "^1.3.28",
|
|
35
35
|
"@types/ramda": "0.27.39",
|
|
@@ -47,31 +47,31 @@
|
|
|
47
47
|
"write-yaml-file": "^4.2.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@pnpm/cli-utils": "0.7.
|
|
50
|
+
"@pnpm/cli-utils": "0.7.12",
|
|
51
51
|
"@pnpm/colorize-semver-diff": "^1.0.1",
|
|
52
52
|
"@pnpm/command": "3.0.0",
|
|
53
53
|
"@pnpm/common-cli-options-help": "0.9.0",
|
|
54
|
-
"@pnpm/config": "15.1
|
|
54
|
+
"@pnpm/config": "15.2.1",
|
|
55
55
|
"@pnpm/constants": "6.1.0",
|
|
56
|
-
"@pnpm/core": "5.
|
|
56
|
+
"@pnpm/core": "5.3.1",
|
|
57
57
|
"@pnpm/error": "3.0.1",
|
|
58
|
-
"@pnpm/filter-workspace-packages": "5.0.
|
|
58
|
+
"@pnpm/filter-workspace-packages": "5.0.12",
|
|
59
59
|
"@pnpm/find-workspace-dir": "4.0.1",
|
|
60
|
-
"@pnpm/find-workspace-packages": "4.0.
|
|
60
|
+
"@pnpm/find-workspace-packages": "4.0.12",
|
|
61
61
|
"@pnpm/graceful-fs": "2.0.0",
|
|
62
|
-
"@pnpm/manifest-utils": "3.0.
|
|
62
|
+
"@pnpm/manifest-utils": "3.0.3",
|
|
63
63
|
"@pnpm/matcher": "3.0.0",
|
|
64
|
-
"@pnpm/outdated": "10.0.
|
|
65
|
-
"@pnpm/package-store": "13.0.
|
|
64
|
+
"@pnpm/outdated": "10.0.6",
|
|
65
|
+
"@pnpm/package-store": "13.0.7",
|
|
66
66
|
"@pnpm/parse-wanted-dependency": "3.0.0",
|
|
67
|
-
"@pnpm/plugin-commands-rebuild": "6.1.
|
|
68
|
-
"@pnpm/pnpmfile": "2.0.
|
|
69
|
-
"@pnpm/read-project-manifest": "3.0.
|
|
70
|
-
"@pnpm/resolver-base": "9.0.
|
|
67
|
+
"@pnpm/plugin-commands-rebuild": "6.1.11",
|
|
68
|
+
"@pnpm/pnpmfile": "2.0.3",
|
|
69
|
+
"@pnpm/read-project-manifest": "3.0.3",
|
|
70
|
+
"@pnpm/resolver-base": "9.0.2",
|
|
71
71
|
"@pnpm/semver-diff": "^1.0.2",
|
|
72
|
-
"@pnpm/sort-packages": "3.0.
|
|
73
|
-
"@pnpm/store-connection-manager": "4.1.
|
|
74
|
-
"@pnpm/types": "8.0
|
|
72
|
+
"@pnpm/sort-packages": "3.0.3",
|
|
73
|
+
"@pnpm/store-connection-manager": "4.1.10",
|
|
74
|
+
"@pnpm/types": "8.1.0",
|
|
75
75
|
"@yarnpkg/core": "3.2.0",
|
|
76
76
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
77
77
|
"@yarnpkg/parsers": "2.5.0",
|