pnpm 10.11.0 → 10.12.0
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 +15 -91
- package/dist/node_modules/.modules.yaml +8 -8
- package/dist/node_modules/.pnpm/lock.yaml +6 -6
- package/dist/node_modules/.pnpm-workspace-state.json +1 -1
- package/dist/node_modules/debug/package.json +2 -3
- package/dist/node_modules/debug/src/browser.js +1 -1
- package/dist/node_modules/debug/src/common.js +1 -1
- package/dist/pnpm.cjs +4705 -1523
- package/dist/worker.js +141 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,15 +44,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
44
44
|
<td align="center" valign="middle">
|
|
45
45
|
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/sanity.svg" width="180" alt="Bit"></a>
|
|
46
46
|
</td>
|
|
47
|
-
<td align="center" valign="middle">
|
|
48
|
-
<a href="https://syntax.fm/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
49
|
-
<picture>
|
|
50
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/syntaxfm.svg" />
|
|
51
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/syntaxfm_light.svg" />
|
|
52
|
-
<img src="https://pnpm.io/img/users/syntaxfm.svg" width="90" alt="Syntax" />
|
|
53
|
-
</picture>
|
|
54
|
-
</a>
|
|
55
|
-
</td>
|
|
56
47
|
</tr>
|
|
57
48
|
</tbody>
|
|
58
49
|
</table>
|
|
@@ -71,37 +62,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
71
62
|
</picture>
|
|
72
63
|
</a>
|
|
73
64
|
</td>
|
|
74
|
-
<td align="center" valign="middle">
|
|
75
|
-
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
76
|
-
<picture>
|
|
77
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" />
|
|
78
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" />
|
|
79
|
-
<img src="https://pnpm.io/img/users/uscreen.svg" width="180" alt="u|screen" />
|
|
80
|
-
</picture>
|
|
81
|
-
</a>
|
|
82
|
-
</td>
|
|
83
|
-
</tr>
|
|
84
|
-
<tr>
|
|
85
|
-
<td align="center" valign="middle">
|
|
86
|
-
<a href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
87
|
-
<picture>
|
|
88
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
|
|
89
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
|
|
90
|
-
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180" alt="JetBrains" />
|
|
91
|
-
</picture>
|
|
92
|
-
</a>
|
|
93
|
-
</td>
|
|
94
|
-
<td align="center" valign="middle">
|
|
95
|
-
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
96
|
-
<picture>
|
|
97
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg?0" />
|
|
98
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg?0" />
|
|
99
|
-
<img src="https://pnpm.io/img/users/nx.svg" width="70" alt="Nx" />
|
|
100
|
-
</picture>
|
|
101
|
-
</a>
|
|
102
|
-
</td>
|
|
103
|
-
</tr>
|
|
104
|
-
<tr>
|
|
105
65
|
<td align="center" valign="middle">
|
|
106
66
|
<a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
107
67
|
<picture>
|
|
@@ -111,13 +71,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
111
71
|
</picture>
|
|
112
72
|
</a>
|
|
113
73
|
</td>
|
|
114
|
-
<td align="center" valign="middle">
|
|
115
|
-
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
116
|
-
<img src="https://pnpm.io/img/users/route4me.svg" width="220" alt="Route4Me" />
|
|
117
|
-
</a>
|
|
118
|
-
</td>
|
|
119
|
-
</tr>
|
|
120
|
-
<tr>
|
|
121
74
|
<td align="center" valign="middle">
|
|
122
75
|
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
123
76
|
<picture>
|
|
@@ -127,6 +80,8 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
127
80
|
</picture>
|
|
128
81
|
</a>
|
|
129
82
|
</td>
|
|
83
|
+
</tr>
|
|
84
|
+
<tr>
|
|
130
85
|
<td align="center" valign="middle">
|
|
131
86
|
<a href="https://stackblitz.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
132
87
|
<picture>
|
|
@@ -136,6 +91,11 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
136
91
|
</picture>
|
|
137
92
|
</a>
|
|
138
93
|
</td>
|
|
94
|
+
<td align="center" valign="middle">
|
|
95
|
+
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
96
|
+
<img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite">
|
|
97
|
+
</a>
|
|
98
|
+
</td>
|
|
139
99
|
</tr>
|
|
140
100
|
</tbody>
|
|
141
101
|
</table>
|
|
@@ -146,17 +106,17 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
146
106
|
<tbody>
|
|
147
107
|
<tr>
|
|
148
108
|
<td align="center" valign="middle">
|
|
149
|
-
<a href="https://
|
|
150
|
-
<
|
|
109
|
+
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
110
|
+
<picture>
|
|
111
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" />
|
|
112
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" />
|
|
113
|
+
<img src="https://pnpm.io/img/users/uscreen.svg" width="180" alt="u|screen" />
|
|
114
|
+
</picture>
|
|
151
115
|
</a>
|
|
152
116
|
</td>
|
|
153
117
|
<td align="center" valign="middle">
|
|
154
|
-
<a href="https://
|
|
155
|
-
<
|
|
156
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" />
|
|
157
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" />
|
|
158
|
-
<img src="https://pnpm.io/img/users/vercel.svg" width="90" alt="Vercel" />
|
|
159
|
-
</picture>
|
|
118
|
+
<a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
119
|
+
<img src="https://pnpm.io/img/users/leniolabs.jpg" width="40" alt="Leniolabs_">
|
|
160
120
|
</a>
|
|
161
121
|
</td>
|
|
162
122
|
<td align="center" valign="middle">
|
|
@@ -170,15 +130,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
170
130
|
</td>
|
|
171
131
|
</tr>
|
|
172
132
|
<tr>
|
|
173
|
-
<td align="center" valign="middle">
|
|
174
|
-
<a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
175
|
-
<picture>
|
|
176
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" />
|
|
177
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
|
|
178
|
-
<img src="https://pnpm.io/img/users/moonrepo.svg" width="100" alt="moonrepo" />
|
|
179
|
-
</picture>
|
|
180
|
-
</a>
|
|
181
|
-
</td>
|
|
182
133
|
<td align="center" valign="middle">
|
|
183
134
|
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
184
135
|
<picture>
|
|
@@ -197,33 +148,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
197
148
|
</picture>
|
|
198
149
|
</a>
|
|
199
150
|
</td>
|
|
200
|
-
</tr>
|
|
201
|
-
<tr>
|
|
202
|
-
<td align="center" valign="middle">
|
|
203
|
-
<a href="https://vlt.sh/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
204
|
-
<picture>
|
|
205
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vlt.svg" />
|
|
206
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vlt_light.svg" />
|
|
207
|
-
<img src="https://pnpm.io/img/users/vlt.svg" width="70" alt="vlt" />
|
|
208
|
-
</picture>
|
|
209
|
-
</a>
|
|
210
|
-
</td>
|
|
211
|
-
<td align="center" valign="middle">
|
|
212
|
-
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
213
|
-
<img src="https://pnpm.io/img/users/vitejs.svg" width="32" alt="Vite">
|
|
214
|
-
</a>
|
|
215
|
-
</td>
|
|
216
|
-
<td align="center" valign="middle">
|
|
217
|
-
<a href="https://macpaw.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
218
|
-
<picture>
|
|
219
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" />
|
|
220
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" />
|
|
221
|
-
<img src="https://pnpm.io/img/users/macpaw.svg" width="100" />
|
|
222
|
-
</picture>
|
|
223
|
-
</a>
|
|
224
|
-
</td>
|
|
225
|
-
</tr>
|
|
226
|
-
<tr>
|
|
227
151
|
<td align="center" valign="middle">
|
|
228
152
|
<a href="https://opensource.mercedes-benz.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
229
153
|
<img src="https://pnpm.io/img/users/mercedes.svg" width="32" alt="Vite">
|
|
@@ -17,8 +17,8 @@ hoistedLocations:
|
|
|
17
17
|
- node_modules/agent-base
|
|
18
18
|
ansi-regex@5.0.1:
|
|
19
19
|
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
20
|
-
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
21
20
|
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
21
|
+
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
22
22
|
ansi-regex@6.1.0:
|
|
23
23
|
- node_modules/ansi-regex
|
|
24
24
|
ansi-styles@4.3.0:
|
|
@@ -39,13 +39,13 @@ hoistedLocations:
|
|
|
39
39
|
- node_modules/color-name
|
|
40
40
|
cross-spawn@7.0.6:
|
|
41
41
|
- node_modules/cross-spawn
|
|
42
|
-
debug@4.4.
|
|
42
|
+
debug@4.4.1:
|
|
43
43
|
- node_modules/debug
|
|
44
44
|
eastasianwidth@0.2.0:
|
|
45
45
|
- node_modules/eastasianwidth
|
|
46
46
|
emoji-regex@8.0.0:
|
|
47
|
-
- node_modules/string-width-cjs/node_modules/emoji-regex
|
|
48
47
|
- node_modules/wrap-ansi-cjs/node_modules/emoji-regex
|
|
48
|
+
- node_modules/string-width-cjs/node_modules/emoji-regex
|
|
49
49
|
emoji-regex@9.2.2:
|
|
50
50
|
- node_modules/emoji-regex
|
|
51
51
|
encoding@0.1.13:
|
|
@@ -103,8 +103,8 @@ hoistedLocations:
|
|
|
103
103
|
minipass-sized@1.0.3:
|
|
104
104
|
- node_modules/minipass-sized
|
|
105
105
|
minipass@3.3.6:
|
|
106
|
-
- node_modules/minipass-pipeline/node_modules/minipass
|
|
107
106
|
- node_modules/minipass-flush/node_modules/minipass
|
|
107
|
+
- node_modules/minipass-pipeline/node_modules/minipass
|
|
108
108
|
- node_modules/minipass-sized/node_modules/minipass
|
|
109
109
|
minipass@7.1.2:
|
|
110
110
|
- node_modules/minipass
|
|
@@ -160,8 +160,8 @@ hoistedLocations:
|
|
|
160
160
|
string-width@5.1.2:
|
|
161
161
|
- node_modules/string-width
|
|
162
162
|
strip-ansi@6.0.1:
|
|
163
|
-
- node_modules/string-width-cjs/node_modules/strip-ansi
|
|
164
163
|
- node_modules/wrap-ansi-cjs/node_modules/strip-ansi
|
|
164
|
+
- node_modules/string-width-cjs/node_modules/strip-ansi
|
|
165
165
|
- node_modules/strip-ansi-cjs
|
|
166
166
|
strip-ansi@7.1.0:
|
|
167
167
|
- node_modules/strip-ansi
|
|
@@ -182,8 +182,8 @@ hoistedLocations:
|
|
|
182
182
|
wrap-ansi@8.1.0:
|
|
183
183
|
- node_modules/wrap-ansi
|
|
184
184
|
yallist@4.0.0:
|
|
185
|
-
- node_modules/minipass-pipeline/node_modules/yallist
|
|
186
185
|
- node_modules/minipass-flush/node_modules/yallist
|
|
186
|
+
- node_modules/minipass-pipeline/node_modules/yallist
|
|
187
187
|
- node_modules/minipass-sized/node_modules/yallist
|
|
188
188
|
yallist@5.0.0:
|
|
189
189
|
- node_modules/yallist
|
|
@@ -194,9 +194,9 @@ included:
|
|
|
194
194
|
injectedDeps: {}
|
|
195
195
|
layoutVersion: 5
|
|
196
196
|
nodeLinker: hoisted
|
|
197
|
-
packageManager: pnpm@10.
|
|
197
|
+
packageManager: pnpm@10.11.0
|
|
198
198
|
pendingBuilds: []
|
|
199
|
-
prunedAt:
|
|
199
|
+
prunedAt: Sun, 08 Jun 2025 13:46:31 GMT
|
|
200
200
|
publicHoistPattern: []
|
|
201
201
|
registries:
|
|
202
202
|
'@jsr': https://npm.jsr.io/
|
|
@@ -116,8 +116,8 @@ packages:
|
|
|
116
116
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
117
117
|
engines: {node: '>= 8'}
|
|
118
118
|
|
|
119
|
-
debug@4.4.
|
|
120
|
-
resolution: {integrity: sha512-
|
|
119
|
+
debug@4.4.1:
|
|
120
|
+
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
121
121
|
engines: {node: '>=6.0'}
|
|
122
122
|
peerDependencies:
|
|
123
123
|
supports-color: '*'
|
|
@@ -487,7 +487,7 @@ snapshots:
|
|
|
487
487
|
which: 2.0.2
|
|
488
488
|
optional: true
|
|
489
489
|
|
|
490
|
-
debug@4.4.
|
|
490
|
+
debug@4.4.1:
|
|
491
491
|
dependencies:
|
|
492
492
|
ms: 2.1.3
|
|
493
493
|
optional: true
|
|
@@ -545,7 +545,7 @@ snapshots:
|
|
|
545
545
|
http-proxy-agent@7.0.2:
|
|
546
546
|
dependencies:
|
|
547
547
|
agent-base: 7.1.3
|
|
548
|
-
debug: 4.4.
|
|
548
|
+
debug: 4.4.1
|
|
549
549
|
transitivePeerDependencies:
|
|
550
550
|
- supports-color
|
|
551
551
|
optional: true
|
|
@@ -553,7 +553,7 @@ snapshots:
|
|
|
553
553
|
https-proxy-agent@7.0.6:
|
|
554
554
|
dependencies:
|
|
555
555
|
agent-base: 7.1.3
|
|
556
|
-
debug: 4.4.
|
|
556
|
+
debug: 4.4.1
|
|
557
557
|
transitivePeerDependencies:
|
|
558
558
|
- supports-color
|
|
559
559
|
optional: true
|
|
@@ -738,7 +738,7 @@ snapshots:
|
|
|
738
738
|
socks-proxy-agent@8.0.5:
|
|
739
739
|
dependencies:
|
|
740
740
|
agent-base: 7.1.3
|
|
741
|
-
debug: 4.4.
|
|
741
|
+
debug: 4.4.1
|
|
742
742
|
socks: 2.8.4
|
|
743
743
|
transitivePeerDependencies:
|
|
744
744
|
- supports-color
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "debug",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git://github.com/debug-js/debug.git"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"lint": "xo",
|
|
28
28
|
"test": "npm run test:node && npm run test:browser && npm run lint",
|
|
29
|
-
"test:node": "
|
|
29
|
+
"test:node": "mocha test.js test.node.js",
|
|
30
30
|
"test:browser": "karma start --single-run",
|
|
31
31
|
"test:coverage": "cat ./coverage/lcov.info | coveralls"
|
|
32
32
|
},
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"brfs": "^2.0.1",
|
|
38
38
|
"browserify": "^16.2.3",
|
|
39
39
|
"coveralls": "^3.0.2",
|
|
40
|
-
"istanbul": "^0.4.5",
|
|
41
40
|
"karma": "^3.1.4",
|
|
42
41
|
"karma-browserify": "^6.0.0",
|
|
43
42
|
"karma-chrome-launcher": "^2.2.0",
|
|
@@ -219,7 +219,7 @@ function save(namespaces) {
|
|
|
219
219
|
function load() {
|
|
220
220
|
let r;
|
|
221
221
|
try {
|
|
222
|
-
r = exports.storage.getItem('debug');
|
|
222
|
+
r = exports.storage.getItem('debug') || exports.storage.getItem('DEBUG') ;
|
|
223
223
|
} catch (error) {
|
|
224
224
|
// Swallow
|
|
225
225
|
// XXX (@Qix-) should we be logging these?
|