pnpm 9.15.1 → 9.15.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/README.md +16 -0
- package/dist/node_modules/.modules.yaml +7 -7
- package/dist/node_modules/.pnpm-workspace-state.json +1 -1
- package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +31 -0
- package/dist/node_modules/{node-gyp/node_modules/isexe → cross-spawn/node_modules/which}/LICENSE +1 -1
- package/dist/node_modules/cross-spawn/node_modules/which/package.json +43 -0
- package/dist/node_modules/isexe/LICENSE +1 -1
- package/dist/node_modules/isexe/package.json +79 -14
- package/dist/node_modules/which/package.json +34 -20
- package/dist/pnpm.cjs +36 -15
- package/dist/worker.js +12 -0
- package/package.json +1 -1
- package/dist/node_modules/node-gyp/node_modules/isexe/package.json +0 -96
- package/dist/node_modules/node-gyp/node_modules/which/package.json +0 -57
- /package/dist/node_modules/{node-gyp/node_modules/which → cross-spawn/node_modules/isexe}/LICENSE +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/index.js +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/mode.js +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/windows.js +0 -0
- /package/dist/node_modules/{which → cross-spawn/node_modules/which}/bin/node-which +0 -0
- /package/dist/node_modules/{which → cross-spawn/node_modules/which}/which.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/package.json +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/package.json +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/which → which}/bin/which.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/which → which}/lib/index.js +0 -0
package/README.md
CHANGED
|
@@ -121,6 +121,22 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
121
121
|
<img src="https://pnpm.io/img/users/route4me.svg" width="220" alt="Route4Me" />
|
|
122
122
|
</a>
|
|
123
123
|
</td>
|
|
124
|
+
<td align="center" valign="middle">
|
|
125
|
+
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
126
|
+
<picture>
|
|
127
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/workleap.svg" />
|
|
128
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/workleap_light.svg" />
|
|
129
|
+
<img src="https://pnpm.io/img/users/workleap.svg" width="190" alt="Workleap" />
|
|
130
|
+
</picture>
|
|
131
|
+
</a>
|
|
132
|
+
</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
135
|
+
<td align="center" valign="middle">
|
|
136
|
+
<a href="https://canva.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
137
|
+
<img src="https://pnpm.io/img/users/canva.svg" width="120" alt="Canva" />
|
|
138
|
+
</a>
|
|
139
|
+
</td>
|
|
124
140
|
</tr>
|
|
125
141
|
</tbody>
|
|
126
142
|
</table>
|
|
@@ -16,9 +16,9 @@ hoistedLocations:
|
|
|
16
16
|
aggregate-error@3.1.0:
|
|
17
17
|
- node_modules/aggregate-error
|
|
18
18
|
ansi-regex@5.0.1:
|
|
19
|
+
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
19
20
|
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
20
21
|
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
21
|
-
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
22
22
|
ansi-regex@6.0.1:
|
|
23
23
|
- node_modules/ansi-regex
|
|
24
24
|
ansi-styles@4.3.0:
|
|
@@ -87,9 +87,9 @@ hoistedLocations:
|
|
|
87
87
|
is-lambda@1.0.1:
|
|
88
88
|
- node_modules/is-lambda
|
|
89
89
|
isexe@2.0.0:
|
|
90
|
-
- node_modules/isexe
|
|
90
|
+
- node_modules/cross-spawn/node_modules/isexe
|
|
91
91
|
isexe@3.1.1:
|
|
92
|
-
- node_modules/
|
|
92
|
+
- node_modules/isexe
|
|
93
93
|
jackspeak@3.4.2:
|
|
94
94
|
- node_modules/jackspeak
|
|
95
95
|
jsbn@1.1.0:
|
|
@@ -186,9 +186,9 @@ hoistedLocations:
|
|
|
186
186
|
v8-compile-cache@2.4.0:
|
|
187
187
|
- node_modules/v8-compile-cache
|
|
188
188
|
which@2.0.2:
|
|
189
|
-
- node_modules/which
|
|
189
|
+
- node_modules/cross-spawn/node_modules/which
|
|
190
190
|
which@4.0.0:
|
|
191
|
-
- node_modules/
|
|
191
|
+
- node_modules/which
|
|
192
192
|
wrap-ansi@7.0.0:
|
|
193
193
|
- node_modules/wrap-ansi-cjs
|
|
194
194
|
wrap-ansi@8.1.0:
|
|
@@ -202,9 +202,9 @@ included:
|
|
|
202
202
|
injectedDeps: {}
|
|
203
203
|
layoutVersion: 5
|
|
204
204
|
nodeLinker: hoisted
|
|
205
|
-
packageManager: pnpm@10.0.0-
|
|
205
|
+
packageManager: pnpm@10.0.0-rc.1
|
|
206
206
|
pendingBuilds: []
|
|
207
|
-
prunedAt: Fri,
|
|
207
|
+
prunedAt: Fri, 27 Dec 2024 14:39:00 GMT
|
|
208
208
|
publicHoistPattern: []
|
|
209
209
|
registries:
|
|
210
210
|
default: https://registry.npmjs.org/
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "isexe",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Minimal module to check if a file is executable.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"test": "test"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"mkdirp": "^0.5.1",
|
|
11
|
+
"rimraf": "^2.5.0",
|
|
12
|
+
"tap": "^10.3.0"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "tap test/*.js --100",
|
|
16
|
+
"preversion": "npm test",
|
|
17
|
+
"postversion": "npm publish",
|
|
18
|
+
"postpublish": "git push origin --all; git push origin --tags"
|
|
19
|
+
},
|
|
20
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
21
|
+
"license": "ISC",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/isaacs/isexe.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [],
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/isaacs/isexe/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/isaacs/isexe#readme"
|
|
31
|
+
}
|
package/dist/node_modules/{node-gyp/node_modules/isexe → cross-spawn/node_modules/which}/LICENSE
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
|
3
|
+
"name": "which",
|
|
4
|
+
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
|
5
|
+
"version": "2.0.2",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git://github.com/isaacs/node-which.git"
|
|
9
|
+
},
|
|
10
|
+
"main": "which.js",
|
|
11
|
+
"bin": {
|
|
12
|
+
"node-which": "./bin/node-which"
|
|
13
|
+
},
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"isexe": "^2.0.0"
|
|
17
|
+
},
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"mkdirp": "^0.5.0",
|
|
20
|
+
"rimraf": "^2.6.2",
|
|
21
|
+
"tap": "^14.6.9"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "tap",
|
|
25
|
+
"preversion": "npm test",
|
|
26
|
+
"postversion": "npm publish",
|
|
27
|
+
"prepublish": "npm run changelog",
|
|
28
|
+
"prechangelog": "bash gen-changelog.sh",
|
|
29
|
+
"changelog": "git add CHANGELOG.md",
|
|
30
|
+
"postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
|
|
31
|
+
"postpublish": "git push origin --follow-tags"
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"which.js",
|
|
35
|
+
"bin/node-which"
|
|
36
|
+
],
|
|
37
|
+
"tap": {
|
|
38
|
+
"check-coverage": true
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">= 8"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3
|
+
Copyright (c) 2016-2022 Isaac Z. Schlueter and Contributors
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -1,31 +1,96 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isexe",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Minimal module to check if a file is executable.",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"
|
|
7
|
-
|
|
5
|
+
"main": "./dist/cjs/index.js",
|
|
6
|
+
"module": "./dist/mjs/index.js",
|
|
7
|
+
"types": "./dist/cjs/index.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": {
|
|
14
|
+
"types": "./dist/mjs/index.d.ts",
|
|
15
|
+
"default": "./dist/mjs/index.js"
|
|
16
|
+
},
|
|
17
|
+
"require": {
|
|
18
|
+
"types": "./dist/cjs/index.d.ts",
|
|
19
|
+
"default": "./dist/cjs/index.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"./posix": {
|
|
23
|
+
"import": {
|
|
24
|
+
"types": "./dist/mjs/posix.d.ts",
|
|
25
|
+
"default": "./dist/mjs/posix.js"
|
|
26
|
+
},
|
|
27
|
+
"require": {
|
|
28
|
+
"types": "./dist/cjs/posix.d.ts",
|
|
29
|
+
"default": "./dist/cjs/posix.js"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"./win32": {
|
|
33
|
+
"import": {
|
|
34
|
+
"types": "./dist/mjs/win32.d.ts",
|
|
35
|
+
"default": "./dist/mjs/win32.js"
|
|
36
|
+
},
|
|
37
|
+
"require": {
|
|
38
|
+
"types": "./dist/cjs/win32.d.ts",
|
|
39
|
+
"default": "./dist/cjs/win32.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"./package.json": "./package.json"
|
|
8
43
|
},
|
|
9
44
|
"devDependencies": {
|
|
45
|
+
"@types/node": "^20.4.5",
|
|
46
|
+
"@types/tap": "^15.0.8",
|
|
47
|
+
"c8": "^8.0.1",
|
|
10
48
|
"mkdirp": "^0.5.1",
|
|
49
|
+
"prettier": "^2.8.8",
|
|
11
50
|
"rimraf": "^2.5.0",
|
|
12
|
-
"
|
|
51
|
+
"sync-content": "^1.0.2",
|
|
52
|
+
"tap": "^16.3.8",
|
|
53
|
+
"ts-node": "^10.9.1",
|
|
54
|
+
"typedoc": "^0.24.8",
|
|
55
|
+
"typescript": "^5.1.6"
|
|
13
56
|
},
|
|
14
57
|
"scripts": {
|
|
15
|
-
"test": "tap test/*.js --100",
|
|
16
58
|
"preversion": "npm test",
|
|
17
59
|
"postversion": "npm publish",
|
|
18
|
-
"
|
|
60
|
+
"prepublishOnly": "git push origin --follow-tags",
|
|
61
|
+
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh",
|
|
62
|
+
"pretest": "npm run prepare",
|
|
63
|
+
"presnap": "npm run prepare",
|
|
64
|
+
"test": "c8 tap",
|
|
65
|
+
"snap": "c8 tap",
|
|
66
|
+
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
|
|
67
|
+
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
|
|
19
68
|
},
|
|
20
69
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
21
70
|
"license": "ISC",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
71
|
+
"tap": {
|
|
72
|
+
"coverage": false,
|
|
73
|
+
"node-arg": [
|
|
74
|
+
"--enable-source-maps",
|
|
75
|
+
"--no-warnings",
|
|
76
|
+
"--loader",
|
|
77
|
+
"ts-node/esm"
|
|
78
|
+
],
|
|
79
|
+
"ts": false
|
|
25
80
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
81
|
+
"prettier": {
|
|
82
|
+
"semi": false,
|
|
83
|
+
"printWidth": 75,
|
|
84
|
+
"tabWidth": 2,
|
|
85
|
+
"useTabs": false,
|
|
86
|
+
"singleQuote": true,
|
|
87
|
+
"jsxSingleQuote": false,
|
|
88
|
+
"bracketSameLine": true,
|
|
89
|
+
"arrowParens": "avoid",
|
|
90
|
+
"endOfLine": "lf"
|
|
29
91
|
},
|
|
30
|
-
"
|
|
92
|
+
"repository": "https://github.com/isaacs/isexe",
|
|
93
|
+
"engines": {
|
|
94
|
+
"node": ">=16"
|
|
95
|
+
}
|
|
31
96
|
}
|
|
@@ -1,43 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "
|
|
2
|
+
"author": "GitHub Inc.",
|
|
3
3
|
"name": "which",
|
|
4
4
|
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "4.0.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "
|
|
8
|
+
"url": "https://github.com/npm/node-which.git"
|
|
9
9
|
},
|
|
10
|
-
"main": "
|
|
10
|
+
"main": "lib/index.js",
|
|
11
11
|
"bin": {
|
|
12
|
-
"node-which": "./bin/
|
|
12
|
+
"node-which": "./bin/which.js"
|
|
13
13
|
},
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"isexe": "^
|
|
16
|
+
"isexe": "^3.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"tap": "^
|
|
19
|
+
"@npmcli/eslint-config": "^4.0.0",
|
|
20
|
+
"@npmcli/template-oss": "4.18.0",
|
|
21
|
+
"tap": "^16.3.0"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"test": "tap",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"postpublish": "git push origin --follow-tags"
|
|
25
|
+
"lint": "eslint \"**/*.js\"",
|
|
26
|
+
"postlint": "template-oss-check",
|
|
27
|
+
"template-oss-apply": "template-oss-apply --force",
|
|
28
|
+
"lintfix": "npm run lint -- --fix",
|
|
29
|
+
"snap": "tap",
|
|
30
|
+
"posttest": "npm run lint"
|
|
32
31
|
},
|
|
33
32
|
"files": [
|
|
34
|
-
"
|
|
35
|
-
"
|
|
33
|
+
"bin/",
|
|
34
|
+
"lib/"
|
|
36
35
|
],
|
|
37
36
|
"tap": {
|
|
38
|
-
"check-coverage": true
|
|
37
|
+
"check-coverage": true,
|
|
38
|
+
"nyc-arg": [
|
|
39
|
+
"--exclude",
|
|
40
|
+
"tap-snapshots/**"
|
|
41
|
+
]
|
|
39
42
|
},
|
|
40
43
|
"engines": {
|
|
41
|
-
"node": ">=
|
|
44
|
+
"node": "^16.13.0 || >=18.0.0"
|
|
45
|
+
},
|
|
46
|
+
"templateOSS": {
|
|
47
|
+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
48
|
+
"ciVersions": [
|
|
49
|
+
"16.13.0",
|
|
50
|
+
"16.x",
|
|
51
|
+
"18.0.0",
|
|
52
|
+
"18.x"
|
|
53
|
+
],
|
|
54
|
+
"version": "4.18.0",
|
|
55
|
+
"publish": "true"
|
|
42
56
|
}
|
|
43
57
|
}
|
package/dist/pnpm.cjs
CHANGED
|
@@ -6007,7 +6007,7 @@ var require_lib4 = __commonJS({
|
|
|
6007
6007
|
var load_json_file_1 = __importDefault2(require_load_json_file());
|
|
6008
6008
|
var defaultManifest = {
|
|
6009
6009
|
name: true ? "pnpm" : "pnpm",
|
|
6010
|
-
version: true ? "9.15.
|
|
6010
|
+
version: true ? "9.15.2" : "0.0.0"
|
|
6011
6011
|
};
|
|
6012
6012
|
var pkgJson;
|
|
6013
6013
|
if (require.main == null) {
|
|
@@ -8324,6 +8324,17 @@ var require_installCheckLogger = __commonJS({
|
|
|
8324
8324
|
}
|
|
8325
8325
|
});
|
|
8326
8326
|
|
|
8327
|
+
// ../packages/core-loggers/lib/ignoredScriptsLogger.js
|
|
8328
|
+
var require_ignoredScriptsLogger = __commonJS({
|
|
8329
|
+
"../packages/core-loggers/lib/ignoredScriptsLogger.js"(exports2) {
|
|
8330
|
+
"use strict";
|
|
8331
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8332
|
+
exports2.ignoredScriptsLogger = void 0;
|
|
8333
|
+
var logger_1 = require_lib();
|
|
8334
|
+
exports2.ignoredScriptsLogger = (0, logger_1.logger)("ignored-scripts");
|
|
8335
|
+
}
|
|
8336
|
+
});
|
|
8337
|
+
|
|
8327
8338
|
// ../packages/core-loggers/lib/lifecycleLogger.js
|
|
8328
8339
|
var require_lifecycleLogger = __commonJS({
|
|
8329
8340
|
"../packages/core-loggers/lib/lifecycleLogger.js"(exports2) {
|
|
@@ -8538,6 +8549,7 @@ var require_all = __commonJS({
|
|
|
8538
8549
|
__exportStar2(require_fetchingProgressLogger(), exports2);
|
|
8539
8550
|
__exportStar2(require_hookLogger(), exports2);
|
|
8540
8551
|
__exportStar2(require_installCheckLogger(), exports2);
|
|
8552
|
+
__exportStar2(require_ignoredScriptsLogger(), exports2);
|
|
8541
8553
|
__exportStar2(require_lifecycleLogger(), exports2);
|
|
8542
8554
|
__exportStar2(require_linkLogger(), exports2);
|
|
8543
8555
|
__exportStar2(require_packageImportMethodLogger(), exports2);
|
|
@@ -40833,7 +40845,7 @@ var require_reportSummary = __commonJS({
|
|
|
40833
40845
|
const pkgsDiff$ = (0, pkgsDiff_1.getPkgsDiff)(log$, { prefix: opts.cwd });
|
|
40834
40846
|
const summaryLog$ = log$.summary.pipe((0, operators_1.take)(1));
|
|
40835
40847
|
const _printDiffs = printDiffs.bind(null, { cmd: opts.cmd, prefix: opts.cwd, pnpmConfig: opts.pnpmConfig });
|
|
40836
|
-
return Rx.combineLatest(pkgsDiff$, summaryLog$).pipe((0, operators_1.take)(1), (0, operators_1.map)(([pkgsDiff]) => {
|
|
40848
|
+
return Rx.combineLatest(pkgsDiff$, log$.ignoredScripts.pipe(Rx.startWith({ packageNames: void 0 })), summaryLog$).pipe((0, operators_1.take)(1), (0, operators_1.map)(([pkgsDiff, ignoredScripts]) => {
|
|
40837
40849
|
let msg = "";
|
|
40838
40850
|
for (const depType of ["prod", "optional", "peer", "dev", "nodeModulesOnly"]) {
|
|
40839
40851
|
let diffs = Object.values(pkgsDiff[depType]);
|
|
@@ -40859,6 +40871,13 @@ var require_reportSummary = __commonJS({
|
|
|
40859
40871
|
msg += constants_1.EOL;
|
|
40860
40872
|
}
|
|
40861
40873
|
}
|
|
40874
|
+
if (ignoredScripts.packageNames && ignoredScripts.packageNames.length > 0) {
|
|
40875
|
+
msg += constants_1.EOL;
|
|
40876
|
+
msg += `The following dependencies have build scripts that were ignored: ${Array.from(ignoredScripts.packageNames).sort().join(", ")}`;
|
|
40877
|
+
msg += constants_1.EOL;
|
|
40878
|
+
msg += 'To allow the execution of build scripts for these packages, add their names to "pnpm.onlyBuiltDependencies" in your "package.json", then run "pnpm rebuild"';
|
|
40879
|
+
msg += constants_1.EOL;
|
|
40880
|
+
}
|
|
40862
40881
|
return Rx.of({ msg });
|
|
40863
40882
|
}));
|
|
40864
40883
|
}
|
|
@@ -41762,6 +41781,7 @@ var require_lib31 = __commonJS({
|
|
|
41762
41781
|
const statsPushStream = new Rx.Subject();
|
|
41763
41782
|
const packageImportMethodPushStream = new Rx.Subject();
|
|
41764
41783
|
const installCheckPushStream = new Rx.Subject();
|
|
41784
|
+
const ignoredScriptsPushStream = new Rx.Subject();
|
|
41765
41785
|
const registryPushStream = new Rx.Subject();
|
|
41766
41786
|
const rootPushStream = new Rx.Subject();
|
|
41767
41787
|
const packageManifestPushStream = new Rx.Subject();
|
|
@@ -41812,6 +41832,9 @@ var require_lib31 = __commonJS({
|
|
|
41812
41832
|
case "pnpm:install-check":
|
|
41813
41833
|
installCheckPushStream.next(log2);
|
|
41814
41834
|
break;
|
|
41835
|
+
case "pnpm:ignored-scripts":
|
|
41836
|
+
ignoredScriptsPushStream.next(log2);
|
|
41837
|
+
break;
|
|
41815
41838
|
case "pnpm:registry":
|
|
41816
41839
|
registryPushStream.next(log2);
|
|
41817
41840
|
break;
|
|
@@ -41861,6 +41884,7 @@ var require_lib31 = __commonJS({
|
|
|
41861
41884
|
executionTime: Rx.from(executionTimePushStream),
|
|
41862
41885
|
hook: Rx.from(hookPushStream),
|
|
41863
41886
|
installCheck: Rx.from(installCheckPushStream),
|
|
41887
|
+
ignoredScripts: Rx.from(ignoredScriptsPushStream),
|
|
41864
41888
|
lifecycle: Rx.from(lifecyclePushStream),
|
|
41865
41889
|
link: Rx.from(linkPushStream),
|
|
41866
41890
|
other,
|
|
@@ -113661,7 +113685,7 @@ var require_parsePref2 = __commonJS({
|
|
|
113661
113685
|
if (!fetchSpec) {
|
|
113662
113686
|
const httpsUrl = hosted.https({ noGitPlus: true, noCommittish: true });
|
|
113663
113687
|
if (httpsUrl) {
|
|
113664
|
-
if (hosted.auth && await accessRepository(httpsUrl)) {
|
|
113688
|
+
if ((hosted.auth || !await isRepoPublic(httpsUrl)) && await accessRepository(httpsUrl)) {
|
|
113665
113689
|
return {
|
|
113666
113690
|
fetchSpec: httpsUrl,
|
|
113667
113691
|
hosted: {
|
|
@@ -138633,12 +138657,7 @@ var require_lib135 = __commonJS({
|
|
|
138633
138657
|
});
|
|
138634
138658
|
});
|
|
138635
138659
|
await (0, run_groups_1.default)(opts.childConcurrency ?? 4, groups);
|
|
138636
|
-
|
|
138637
|
-
logger_1.logger.info({
|
|
138638
|
-
message: `The following dependencies have build scripts that were ignored: ${Array.from(ignoredPkgs).sort().join(", ")}`,
|
|
138639
|
-
prefix: opts.lockfileDir
|
|
138640
|
-
});
|
|
138641
|
-
}
|
|
138660
|
+
core_loggers_1.ignoredScriptsLogger.debug({ packageNames: Array.from(ignoredPkgs) });
|
|
138642
138661
|
}
|
|
138643
138662
|
async function buildDependency(depPath, depGraph, opts) {
|
|
138644
138663
|
const depNode = depGraph[depPath];
|
|
@@ -210325,8 +210344,8 @@ var require_lib174 = __commonJS({
|
|
|
210325
210344
|
const publishDependencies = await (0, p_map_values_1.default)(async (depSpec, depName) => convertDependencyForPublish(depName, depSpec, dir, modulesDir), dependencies);
|
|
210326
210345
|
return publishDependencies;
|
|
210327
210346
|
}
|
|
210328
|
-
async function
|
|
210329
|
-
const { manifest } = await (0, read_project_manifest_1.tryReadProjectManifest)(
|
|
210347
|
+
async function readAndCheckManifest(depName, dependencyDir) {
|
|
210348
|
+
const { manifest } = await (0, read_project_manifest_1.tryReadProjectManifest)(dependencyDir);
|
|
210330
210349
|
if (!manifest?.name || !manifest?.version) {
|
|
210331
210350
|
throw new error_1.PnpmError("CANNOT_RESOLVE_WORKSPACE_PROTOCOL", `Cannot resolve workspace protocol of dependency "${depName}" because this dependency is not installed. Try running "pnpm install".`);
|
|
210332
210351
|
}
|
|
@@ -210350,7 +210369,7 @@ var require_lib174 = __commonJS({
|
|
|
210350
210369
|
const versionAliasSpecParts = /^workspace:(.*?)@?([\^~*])$/.exec(depSpec);
|
|
210351
210370
|
if (versionAliasSpecParts != null) {
|
|
210352
210371
|
modulesDir = modulesDir ?? path_1.default.join(dir, "node_modules");
|
|
210353
|
-
const manifest = await
|
|
210372
|
+
const manifest = await readAndCheckManifest(depName, path_1.default.join(modulesDir, depName));
|
|
210354
210373
|
const semverRangeToken = versionAliasSpecParts[2] !== "*" ? versionAliasSpecParts[2] : "";
|
|
210355
210374
|
if (depName !== manifest.name) {
|
|
210356
210375
|
return `npm:${manifest.name}@${semverRangeToken}${manifest.version}`;
|
|
@@ -210358,7 +210377,7 @@ var require_lib174 = __commonJS({
|
|
|
210358
210377
|
return `${semverRangeToken}${manifest.version}`;
|
|
210359
210378
|
}
|
|
210360
210379
|
if (depSpec.startsWith("workspace:./") || depSpec.startsWith("workspace:../")) {
|
|
210361
|
-
const manifest = await
|
|
210380
|
+
const manifest = await readAndCheckManifest(depName, path_1.default.join(dir, depSpec.slice(10)));
|
|
210362
210381
|
if (manifest.name === depName)
|
|
210363
210382
|
return `${manifest.version}`;
|
|
210364
210383
|
return `npm:${manifest.name}@${manifest.version}`;
|
|
@@ -210381,7 +210400,7 @@ var require_lib174 = __commonJS({
|
|
|
210381
210400
|
return depSpec.replace("workspace:", "");
|
|
210382
210401
|
}
|
|
210383
210402
|
modulesDir = modulesDir ?? path_1.default.join(dir, "node_modules");
|
|
210384
|
-
const manifest = await
|
|
210403
|
+
const manifest = await readAndCheckManifest(depName, path_1.default.join(modulesDir, depName));
|
|
210385
210404
|
const semverRangeToken = semverRangGroup !== "*" ? semverRangGroup : "";
|
|
210386
210405
|
return depSpec.replace(workspaceSemverRegex, `${semverRangeToken}${manifest.version}`);
|
|
210387
210406
|
}
|
|
@@ -212665,6 +212684,7 @@ var require_patch3 = __commonJS({
|
|
|
212665
212684
|
var getPatchedDependency_1 = require_getPatchedDependency();
|
|
212666
212685
|
var stateFile_1 = require_stateFile();
|
|
212667
212686
|
var read_project_manifest_1 = require_lib17();
|
|
212687
|
+
var is_windows_1 = __importDefault2(require_is_windows());
|
|
212668
212688
|
function rcOptionsTypes() {
|
|
212669
212689
|
return (0, pick_1.default)([], config_1.types);
|
|
212670
212690
|
}
|
|
@@ -212740,13 +212760,14 @@ var require_patch3 = __commonJS({
|
|
|
212740
212760
|
});
|
|
212741
212761
|
}
|
|
212742
212762
|
}
|
|
212763
|
+
const quote = (0, is_windows_1.default)() ? '"' : "'";
|
|
212743
212764
|
return `Patch: You can now edit the package at:
|
|
212744
212765
|
|
|
212745
212766
|
${(0, terminal_link_1.default)(chalk_1.default.blue(editDir), "file://" + editDir)}
|
|
212746
212767
|
|
|
212747
212768
|
To commit your changes, run:
|
|
212748
212769
|
|
|
212749
|
-
${chalk_1.default.green(`pnpm patch-commit
|
|
212770
|
+
${chalk_1.default.green(`pnpm patch-commit ${quote}${editDir}${quote}`)}
|
|
212750
212771
|
|
|
212751
212772
|
`;
|
|
212752
212773
|
}
|
package/dist/worker.js
CHANGED
|
@@ -7607,6 +7607,17 @@ var require_installCheckLogger = __commonJS({
|
|
|
7607
7607
|
}
|
|
7608
7608
|
});
|
|
7609
7609
|
|
|
7610
|
+
// ../packages/core-loggers/lib/ignoredScriptsLogger.js
|
|
7611
|
+
var require_ignoredScriptsLogger = __commonJS({
|
|
7612
|
+
"../packages/core-loggers/lib/ignoredScriptsLogger.js"(exports2) {
|
|
7613
|
+
"use strict";
|
|
7614
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7615
|
+
exports2.ignoredScriptsLogger = void 0;
|
|
7616
|
+
var logger_1 = require_lib4();
|
|
7617
|
+
exports2.ignoredScriptsLogger = (0, logger_1.logger)("ignored-scripts");
|
|
7618
|
+
}
|
|
7619
|
+
});
|
|
7620
|
+
|
|
7610
7621
|
// ../packages/core-loggers/lib/lifecycleLogger.js
|
|
7611
7622
|
var require_lifecycleLogger = __commonJS({
|
|
7612
7623
|
"../packages/core-loggers/lib/lifecycleLogger.js"(exports2) {
|
|
@@ -7821,6 +7832,7 @@ var require_all = __commonJS({
|
|
|
7821
7832
|
__exportStar(require_fetchingProgressLogger(), exports2);
|
|
7822
7833
|
__exportStar(require_hookLogger(), exports2);
|
|
7823
7834
|
__exportStar(require_installCheckLogger(), exports2);
|
|
7835
|
+
__exportStar(require_ignoredScriptsLogger(), exports2);
|
|
7824
7836
|
__exportStar(require_lifecycleLogger(), exports2);
|
|
7825
7837
|
__exportStar(require_linkLogger(), exports2);
|
|
7826
7838
|
__exportStar(require_packageImportMethodLogger(), exports2);
|
package/package.json
CHANGED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "isexe",
|
|
3
|
-
"version": "3.1.1",
|
|
4
|
-
"description": "Minimal module to check if a file is executable.",
|
|
5
|
-
"main": "./dist/cjs/index.js",
|
|
6
|
-
"module": "./dist/mjs/index.js",
|
|
7
|
-
"types": "./dist/cjs/index.js",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": {
|
|
14
|
-
"types": "./dist/mjs/index.d.ts",
|
|
15
|
-
"default": "./dist/mjs/index.js"
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
|
-
"types": "./dist/cjs/index.d.ts",
|
|
19
|
-
"default": "./dist/cjs/index.js"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"./posix": {
|
|
23
|
-
"import": {
|
|
24
|
-
"types": "./dist/mjs/posix.d.ts",
|
|
25
|
-
"default": "./dist/mjs/posix.js"
|
|
26
|
-
},
|
|
27
|
-
"require": {
|
|
28
|
-
"types": "./dist/cjs/posix.d.ts",
|
|
29
|
-
"default": "./dist/cjs/posix.js"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"./win32": {
|
|
33
|
-
"import": {
|
|
34
|
-
"types": "./dist/mjs/win32.d.ts",
|
|
35
|
-
"default": "./dist/mjs/win32.js"
|
|
36
|
-
},
|
|
37
|
-
"require": {
|
|
38
|
-
"types": "./dist/cjs/win32.d.ts",
|
|
39
|
-
"default": "./dist/cjs/win32.js"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"./package.json": "./package.json"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@types/node": "^20.4.5",
|
|
46
|
-
"@types/tap": "^15.0.8",
|
|
47
|
-
"c8": "^8.0.1",
|
|
48
|
-
"mkdirp": "^0.5.1",
|
|
49
|
-
"prettier": "^2.8.8",
|
|
50
|
-
"rimraf": "^2.5.0",
|
|
51
|
-
"sync-content": "^1.0.2",
|
|
52
|
-
"tap": "^16.3.8",
|
|
53
|
-
"ts-node": "^10.9.1",
|
|
54
|
-
"typedoc": "^0.24.8",
|
|
55
|
-
"typescript": "^5.1.6"
|
|
56
|
-
},
|
|
57
|
-
"scripts": {
|
|
58
|
-
"preversion": "npm test",
|
|
59
|
-
"postversion": "npm publish",
|
|
60
|
-
"prepublishOnly": "git push origin --follow-tags",
|
|
61
|
-
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh",
|
|
62
|
-
"pretest": "npm run prepare",
|
|
63
|
-
"presnap": "npm run prepare",
|
|
64
|
-
"test": "c8 tap",
|
|
65
|
-
"snap": "c8 tap",
|
|
66
|
-
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
|
|
67
|
-
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
|
|
68
|
-
},
|
|
69
|
-
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
70
|
-
"license": "ISC",
|
|
71
|
-
"tap": {
|
|
72
|
-
"coverage": false,
|
|
73
|
-
"node-arg": [
|
|
74
|
-
"--enable-source-maps",
|
|
75
|
-
"--no-warnings",
|
|
76
|
-
"--loader",
|
|
77
|
-
"ts-node/esm"
|
|
78
|
-
],
|
|
79
|
-
"ts": false
|
|
80
|
-
},
|
|
81
|
-
"prettier": {
|
|
82
|
-
"semi": false,
|
|
83
|
-
"printWidth": 75,
|
|
84
|
-
"tabWidth": 2,
|
|
85
|
-
"useTabs": false,
|
|
86
|
-
"singleQuote": true,
|
|
87
|
-
"jsxSingleQuote": false,
|
|
88
|
-
"bracketSameLine": true,
|
|
89
|
-
"arrowParens": "avoid",
|
|
90
|
-
"endOfLine": "lf"
|
|
91
|
-
},
|
|
92
|
-
"repository": "https://github.com/isaacs/isexe",
|
|
93
|
-
"engines": {
|
|
94
|
-
"node": ">=16"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"author": "GitHub Inc.",
|
|
3
|
-
"name": "which",
|
|
4
|
-
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
|
5
|
-
"version": "4.0.0",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/npm/node-which.git"
|
|
9
|
-
},
|
|
10
|
-
"main": "lib/index.js",
|
|
11
|
-
"bin": {
|
|
12
|
-
"node-which": "./bin/which.js"
|
|
13
|
-
},
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"isexe": "^3.1.1"
|
|
17
|
-
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"@npmcli/eslint-config": "^4.0.0",
|
|
20
|
-
"@npmcli/template-oss": "4.18.0",
|
|
21
|
-
"tap": "^16.3.0"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "tap",
|
|
25
|
-
"lint": "eslint \"**/*.js\"",
|
|
26
|
-
"postlint": "template-oss-check",
|
|
27
|
-
"template-oss-apply": "template-oss-apply --force",
|
|
28
|
-
"lintfix": "npm run lint -- --fix",
|
|
29
|
-
"snap": "tap",
|
|
30
|
-
"posttest": "npm run lint"
|
|
31
|
-
},
|
|
32
|
-
"files": [
|
|
33
|
-
"bin/",
|
|
34
|
-
"lib/"
|
|
35
|
-
],
|
|
36
|
-
"tap": {
|
|
37
|
-
"check-coverage": true,
|
|
38
|
-
"nyc-arg": [
|
|
39
|
-
"--exclude",
|
|
40
|
-
"tap-snapshots/**"
|
|
41
|
-
]
|
|
42
|
-
},
|
|
43
|
-
"engines": {
|
|
44
|
-
"node": "^16.13.0 || >=18.0.0"
|
|
45
|
-
},
|
|
46
|
-
"templateOSS": {
|
|
47
|
-
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
48
|
-
"ciVersions": [
|
|
49
|
-
"16.13.0",
|
|
50
|
-
"16.x",
|
|
51
|
-
"18.0.0",
|
|
52
|
-
"18.x"
|
|
53
|
-
],
|
|
54
|
-
"version": "4.18.0",
|
|
55
|
-
"publish": "true"
|
|
56
|
-
}
|
|
57
|
-
}
|
/package/dist/node_modules/{node-gyp/node_modules/which → cross-spawn/node_modules/isexe}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|