@pnpm/building.commands 1100.1.9 → 1100.1.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.
- package/CHANGELOG.md +598 -0
- package/package.json +26 -26
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
# @pnpm/building.commands
|
|
2
|
+
|
|
3
|
+
## 1100.1.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @pnpm/installing.commands@1100.10.4
|
|
8
|
+
- @pnpm/config.reader@1101.11.2
|
|
9
|
+
- @pnpm/store.connection-manager@1100.3.5
|
|
10
|
+
- @pnpm/building.after-install@1102.0.5
|
|
11
|
+
|
|
12
|
+
## 1100.1.9
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [c70e33e]
|
|
17
|
+
- Updated dependencies [9318a11]
|
|
18
|
+
- Updated dependencies [5a4daec]
|
|
19
|
+
- @pnpm/building.policy@1100.0.12
|
|
20
|
+
- @pnpm/config.reader@1101.11.1
|
|
21
|
+
- @pnpm/building.after-install@1102.0.4
|
|
22
|
+
- @pnpm/installing.commands@1100.10.3
|
|
23
|
+
- @pnpm/store.connection-manager@1100.3.4
|
|
24
|
+
|
|
25
|
+
## 1100.1.8
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- c121235: Fixed the topological order of `--filter`ed commands (`pnpm run`, `pnpm exec`, `pnpm publish`, `pnpm pack`, `pnpm rebuild`) when the selected projects depend on each other only transitively through projects that were not selected. Previously such selected projects could run concurrently or in the wrong order; now a project always runs after the selected projects it transitively depends on, while projects without a real dependency relationship still run concurrently. This now also holds for prod-only filters (`--filter-prod`), which resolve order through the production dependency graph so transitive production dependencies are respected without pulling back the dev dependencies the filter drops, and for selections that mix `--filter` with `--filter-prod` [#8335](https://github.com/pnpm/pnpm/issues/8335).
|
|
30
|
+
- Updated dependencies [be6505a]
|
|
31
|
+
- Updated dependencies [3425e80]
|
|
32
|
+
- Updated dependencies [806c3ec]
|
|
33
|
+
- Updated dependencies [c121235]
|
|
34
|
+
- Updated dependencies [dcabb78]
|
|
35
|
+
- @pnpm/installing.commands@1100.10.2
|
|
36
|
+
- @pnpm/config.reader@1101.11.0
|
|
37
|
+
- @pnpm/workspace.projects-sorter@1100.0.8
|
|
38
|
+
- @pnpm/building.after-install@1102.0.3
|
|
39
|
+
- @pnpm/store.connection-manager@1100.3.3
|
|
40
|
+
- @pnpm/config.writer@1100.0.15
|
|
41
|
+
|
|
42
|
+
## 1100.1.7
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [25a829e]
|
|
47
|
+
- Updated dependencies [6545793]
|
|
48
|
+
- Updated dependencies [852d537]
|
|
49
|
+
- @pnpm/installing.commands@1100.10.1
|
|
50
|
+
- @pnpm/error@1100.0.1
|
|
51
|
+
- @pnpm/config.writer@1100.0.14
|
|
52
|
+
- @pnpm/building.policy@1100.0.11
|
|
53
|
+
- @pnpm/store.connection-manager@1100.3.2
|
|
54
|
+
- @pnpm/building.after-install@1102.0.2
|
|
55
|
+
- @pnpm/cli.utils@1101.0.13
|
|
56
|
+
- @pnpm/config.reader@1101.10.1
|
|
57
|
+
|
|
58
|
+
## 1100.1.6
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [302a2f7]
|
|
63
|
+
- Updated dependencies [c112b61]
|
|
64
|
+
- Updated dependencies [9d79ba1]
|
|
65
|
+
- Updated dependencies [0474a9c]
|
|
66
|
+
- Updated dependencies [9e0c375]
|
|
67
|
+
- Updated dependencies [223d060]
|
|
68
|
+
- Updated dependencies [0474a9c]
|
|
69
|
+
- Updated dependencies [6d35338]
|
|
70
|
+
- Updated dependencies [eba03e0]
|
|
71
|
+
- @pnpm/config.reader@1101.10.0
|
|
72
|
+
- @pnpm/installing.commands@1100.10.0
|
|
73
|
+
- @pnpm/building.after-install@1102.0.1
|
|
74
|
+
- @pnpm/store.connection-manager@1100.3.1
|
|
75
|
+
|
|
76
|
+
## 1100.1.5
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- a31faa7: Updated dependency ranges. Notably:
|
|
81
|
+
|
|
82
|
+
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
|
|
83
|
+
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
|
|
84
|
+
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
|
|
85
|
+
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [8dcd9a0]
|
|
88
|
+
- Updated dependencies [86e70d2]
|
|
89
|
+
- Updated dependencies [61810aa]
|
|
90
|
+
- Updated dependencies [ab0b7d1]
|
|
91
|
+
- Updated dependencies [74a2dc9]
|
|
92
|
+
- Updated dependencies [681b593]
|
|
93
|
+
- Updated dependencies [d50d691]
|
|
94
|
+
- Updated dependencies [a31faa7]
|
|
95
|
+
- @pnpm/installing.commands@1100.9.0
|
|
96
|
+
- @pnpm/config.reader@1101.9.0
|
|
97
|
+
- @pnpm/store.connection-manager@1100.3.0
|
|
98
|
+
- @pnpm/building.after-install@1102.0.0
|
|
99
|
+
- @pnpm/types@1101.3.2
|
|
100
|
+
- @pnpm/cli.utils@1101.0.12
|
|
101
|
+
- @pnpm/deps.path@1100.0.8
|
|
102
|
+
- @pnpm/building.policy@1100.0.10
|
|
103
|
+
- @pnpm/config.writer@1100.0.13
|
|
104
|
+
- @pnpm/installing.modules-yaml@1100.0.9
|
|
105
|
+
- @pnpm/workspace.projects-sorter@1100.0.7
|
|
106
|
+
|
|
107
|
+
## 1100.1.4
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- Updated dependencies [bc9ed78]
|
|
112
|
+
- Updated dependencies [d976edf]
|
|
113
|
+
- Updated dependencies [615c669]
|
|
114
|
+
- @pnpm/config.reader@1101.8.0
|
|
115
|
+
- @pnpm/installing.commands@1100.8.0
|
|
116
|
+
- @pnpm/building.after-install@1101.0.21
|
|
117
|
+
- @pnpm/store.connection-manager@1100.2.8
|
|
118
|
+
- @pnpm/cli.utils@1101.0.11
|
|
119
|
+
|
|
120
|
+
## 1100.1.3
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [822beb5]
|
|
125
|
+
- Updated dependencies [3537020]
|
|
126
|
+
- Updated dependencies [894ea6a]
|
|
127
|
+
- Updated dependencies [6b5d91a]
|
|
128
|
+
- Updated dependencies [027196b]
|
|
129
|
+
- Updated dependencies [5f2bb9f]
|
|
130
|
+
- Updated dependencies [1017c36]
|
|
131
|
+
- Updated dependencies [e4d2fe0]
|
|
132
|
+
- Updated dependencies [bf1b731]
|
|
133
|
+
- @pnpm/config.reader@1101.7.0
|
|
134
|
+
- @pnpm/installing.commands@1100.7.3
|
|
135
|
+
- @pnpm/cli.common-cli-options-help@1100.0.2
|
|
136
|
+
- @pnpm/building.after-install@1101.0.20
|
|
137
|
+
- @pnpm/building.policy@1100.0.9
|
|
138
|
+
- @pnpm/types@1101.3.1
|
|
139
|
+
- @pnpm/store.connection-manager@1100.2.7
|
|
140
|
+
- @pnpm/cli.utils@1101.0.10
|
|
141
|
+
- @pnpm/config.writer@1100.0.12
|
|
142
|
+
- @pnpm/deps.path@1100.0.7
|
|
143
|
+
- @pnpm/installing.modules-yaml@1100.0.8
|
|
144
|
+
- @pnpm/workspace.projects-sorter@1100.0.6
|
|
145
|
+
|
|
146
|
+
## 1100.1.2
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- Updated dependencies [4e740d5]
|
|
151
|
+
- Updated dependencies [a017bf3]
|
|
152
|
+
- @pnpm/building.after-install@1101.0.19
|
|
153
|
+
- @pnpm/config.reader@1101.6.0
|
|
154
|
+
- @pnpm/types@1101.3.0
|
|
155
|
+
- @pnpm/installing.commands@1100.7.2
|
|
156
|
+
- @pnpm/store.connection-manager@1100.2.6
|
|
157
|
+
- @pnpm/cli.utils@1101.0.9
|
|
158
|
+
- @pnpm/config.writer@1100.0.11
|
|
159
|
+
- @pnpm/deps.path@1100.0.6
|
|
160
|
+
- @pnpm/installing.modules-yaml@1100.0.7
|
|
161
|
+
- @pnpm/workspace.projects-sorter@1100.0.5
|
|
162
|
+
|
|
163
|
+
## 1100.1.1
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- @pnpm/installing.commands@1100.7.1
|
|
168
|
+
|
|
169
|
+
## 1100.1.0
|
|
170
|
+
|
|
171
|
+
### Minor Changes
|
|
172
|
+
|
|
173
|
+
- 2cadfb5: Replaced `enquirer` with `@inquirer/prompts` for all interactive prompts. Fixes the `update -i` scrolling overflow bug where long choice lists were clipped in the terminal [#6643](https://github.com/pnpm/pnpm/issues/6643).
|
|
174
|
+
|
|
175
|
+
**User-facing changes:**
|
|
176
|
+
|
|
177
|
+
- `pnpm update -i` / `pnpm update -i --latest`: Scrolling now works correctly when many packages are available; the new library uses visual-line-aware pagination via `usePagination`
|
|
178
|
+
- `pnpm audit --fix -i`: Same scrolling fix for vulnerability selection
|
|
179
|
+
- `pnpm approve-builds`: Interactive build approval prompts updated
|
|
180
|
+
- `pnpm patch`: Version selection and "apply to all" prompts updated
|
|
181
|
+
- `pnpm patch-remove`: Patch removal selection updated
|
|
182
|
+
- `pnpm publish`: Branch confirmation prompt updated
|
|
183
|
+
- `pnpm login`: Credential prompts updated
|
|
184
|
+
- `pnpm run` / `pnpm exec` (with `verifyDepsBeforeRun=prompt`): Confirmation prompt updated
|
|
185
|
+
|
|
186
|
+
Vim-style `j`/`k` keys still work for up/down navigation in all interactive prompts.
|
|
187
|
+
|
|
188
|
+
**Internal:** The `OtpEnquirer` and `LoginEnquirer` DI interfaces changed from `{ prompt }` to `{ input }` / `{ input, password }` respectively. Plugins or custom builds that inject their own enquirer mock will need to update.
|
|
189
|
+
|
|
190
|
+
### Patch Changes
|
|
191
|
+
|
|
192
|
+
- Updated dependencies [a39a83d]
|
|
193
|
+
- Updated dependencies [2cadfb5]
|
|
194
|
+
- @pnpm/config.reader@1101.5.0
|
|
195
|
+
- @pnpm/installing.commands@1100.7.0
|
|
196
|
+
- @pnpm/building.after-install@1101.0.18
|
|
197
|
+
- @pnpm/store.connection-manager@1100.2.5
|
|
198
|
+
|
|
199
|
+
## 1100.0.23
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Updated dependencies [a23956e]
|
|
204
|
+
- Updated dependencies [aa6149d]
|
|
205
|
+
- Updated dependencies [572842a]
|
|
206
|
+
- Updated dependencies [35d2355]
|
|
207
|
+
- @pnpm/config.reader@1101.4.1
|
|
208
|
+
- @pnpm/installing.commands@1100.6.0
|
|
209
|
+
- @pnpm/types@1101.2.0
|
|
210
|
+
- @pnpm/building.after-install@1101.0.17
|
|
211
|
+
- @pnpm/store.connection-manager@1100.2.4
|
|
212
|
+
- @pnpm/cli.utils@1101.0.8
|
|
213
|
+
- @pnpm/config.writer@1100.0.10
|
|
214
|
+
- @pnpm/deps.path@1100.0.5
|
|
215
|
+
- @pnpm/installing.modules-yaml@1100.0.6
|
|
216
|
+
- @pnpm/workspace.projects-sorter@1100.0.4
|
|
217
|
+
|
|
218
|
+
## 1100.0.22
|
|
219
|
+
|
|
220
|
+
### Patch Changes
|
|
221
|
+
|
|
222
|
+
- Updated dependencies [3b62f9d]
|
|
223
|
+
- Updated dependencies [212315d]
|
|
224
|
+
- @pnpm/config.reader@1101.4.0
|
|
225
|
+
- @pnpm/installing.commands@1100.5.0
|
|
226
|
+
- @pnpm/cli.utils@1101.0.7
|
|
227
|
+
- @pnpm/building.after-install@1101.0.16
|
|
228
|
+
- @pnpm/store.connection-manager@1100.2.3
|
|
229
|
+
|
|
230
|
+
## 1100.0.21
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- Updated dependencies [881a865]
|
|
235
|
+
- @pnpm/installing.commands@1100.4.2
|
|
236
|
+
|
|
237
|
+
## 1100.0.20
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- @pnpm/installing.commands@1100.4.1
|
|
242
|
+
- @pnpm/store.connection-manager@1100.2.2
|
|
243
|
+
- @pnpm/building.after-install@1101.0.15
|
|
244
|
+
|
|
245
|
+
## 1100.0.19
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- Updated dependencies [3687b0e]
|
|
250
|
+
- Updated dependencies [ced20cb]
|
|
251
|
+
- Updated dependencies [a620557]
|
|
252
|
+
- Updated dependencies [d1b340f]
|
|
253
|
+
- Updated dependencies [b206a15]
|
|
254
|
+
- Updated dependencies [64afc92]
|
|
255
|
+
- @pnpm/config.reader@1101.3.3
|
|
256
|
+
- @pnpm/installing.commands@1100.4.0
|
|
257
|
+
- @pnpm/types@1101.1.1
|
|
258
|
+
- @pnpm/building.after-install@1101.0.14
|
|
259
|
+
- @pnpm/store.connection-manager@1100.2.1
|
|
260
|
+
- @pnpm/cli.utils@1101.0.6
|
|
261
|
+
- @pnpm/config.writer@1100.0.9
|
|
262
|
+
- @pnpm/deps.path@1100.0.4
|
|
263
|
+
- @pnpm/installing.modules-yaml@1100.0.5
|
|
264
|
+
- @pnpm/workspace.projects-sorter@1100.0.3
|
|
265
|
+
|
|
266
|
+
## 1100.0.18
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- Updated dependencies [4195766]
|
|
271
|
+
- Updated dependencies [31538bf]
|
|
272
|
+
- Updated dependencies [020ac45]
|
|
273
|
+
- Updated dependencies [d3f8408]
|
|
274
|
+
- Updated dependencies [3ddde2b]
|
|
275
|
+
- Updated dependencies [a62f959]
|
|
276
|
+
- Updated dependencies [ba2c884]
|
|
277
|
+
- Updated dependencies [8df408c]
|
|
278
|
+
- @pnpm/installing.commands@1100.3.0
|
|
279
|
+
- @pnpm/store.connection-manager@1100.2.0
|
|
280
|
+
- @pnpm/config.reader@1101.3.2
|
|
281
|
+
- @pnpm/building.after-install@1101.0.13
|
|
282
|
+
- @pnpm/cli.utils@1101.0.5
|
|
283
|
+
- @pnpm/config.writer@1100.0.8
|
|
284
|
+
|
|
285
|
+
## 1100.0.17
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- Updated dependencies [180aee9]
|
|
290
|
+
- @pnpm/installing.commands@1100.2.2
|
|
291
|
+
- @pnpm/cli.utils@1101.0.4
|
|
292
|
+
- @pnpm/config.reader@1101.3.1
|
|
293
|
+
- @pnpm/building.after-install@1101.0.12
|
|
294
|
+
- @pnpm/store.connection-manager@1100.1.2
|
|
295
|
+
|
|
296
|
+
## 1100.0.16
|
|
297
|
+
|
|
298
|
+
### Patch Changes
|
|
299
|
+
|
|
300
|
+
- @pnpm/installing.commands@1100.2.1
|
|
301
|
+
- @pnpm/building.after-install@1101.0.11
|
|
302
|
+
- @pnpm/store.connection-manager@1100.1.1
|
|
303
|
+
|
|
304
|
+
## 1100.0.15
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- Updated dependencies [b61e268]
|
|
309
|
+
- Updated dependencies [e1e29c1]
|
|
310
|
+
- @pnpm/config.reader@1101.3.0
|
|
311
|
+
- @pnpm/store.connection-manager@1100.1.0
|
|
312
|
+
- @pnpm/types@1101.1.0
|
|
313
|
+
- @pnpm/installing.commands@1100.2.0
|
|
314
|
+
- @pnpm/building.after-install@1101.0.10
|
|
315
|
+
- @pnpm/cli.utils@1101.0.3
|
|
316
|
+
- @pnpm/config.writer@1100.0.7
|
|
317
|
+
- @pnpm/deps.path@1100.0.3
|
|
318
|
+
- @pnpm/installing.modules-yaml@1100.0.4
|
|
319
|
+
- @pnpm/workspace.projects-sorter@1100.0.2
|
|
320
|
+
|
|
321
|
+
## 1100.0.14
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Updated dependencies [e9e876c]
|
|
326
|
+
- Updated dependencies [15e9e35]
|
|
327
|
+
- @pnpm/config.reader@1101.2.2
|
|
328
|
+
- @pnpm/installing.commands@1100.1.12
|
|
329
|
+
- @pnpm/building.after-install@1101.0.9
|
|
330
|
+
- @pnpm/store.connection-manager@1100.0.13
|
|
331
|
+
|
|
332
|
+
## 1100.0.13
|
|
333
|
+
|
|
334
|
+
### Patch Changes
|
|
335
|
+
|
|
336
|
+
- @pnpm/building.after-install@1101.0.8
|
|
337
|
+
- @pnpm/installing.commands@1100.1.11
|
|
338
|
+
- @pnpm/store.connection-manager@1100.0.12
|
|
339
|
+
|
|
340
|
+
## 1100.0.12
|
|
341
|
+
|
|
342
|
+
### Patch Changes
|
|
343
|
+
|
|
344
|
+
- Updated dependencies [12313f1]
|
|
345
|
+
- Updated dependencies [27425d7]
|
|
346
|
+
- Updated dependencies [707a879]
|
|
347
|
+
- @pnpm/installing.modules-yaml@1100.0.3
|
|
348
|
+
- @pnpm/building.after-install@1101.0.7
|
|
349
|
+
- @pnpm/config.reader@1101.2.1
|
|
350
|
+
- @pnpm/installing.commands@1100.1.10
|
|
351
|
+
- @pnpm/store.connection-manager@1100.0.11
|
|
352
|
+
- @pnpm/config.writer@1100.0.6
|
|
353
|
+
|
|
354
|
+
## 1100.0.11
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- Updated dependencies [8fdd9a9]
|
|
359
|
+
- Updated dependencies [5f34a8d]
|
|
360
|
+
- Updated dependencies [c969392]
|
|
361
|
+
- Updated dependencies [817b1b4]
|
|
362
|
+
- Updated dependencies [c969392]
|
|
363
|
+
- Updated dependencies [2de318b]
|
|
364
|
+
- @pnpm/config.reader@1101.2.0
|
|
365
|
+
- @pnpm/building.after-install@1101.0.6
|
|
366
|
+
- @pnpm/installing.commands@1100.1.9
|
|
367
|
+
- @pnpm/store.connection-manager@1100.0.10
|
|
368
|
+
- @pnpm/config.writer@1100.0.5
|
|
369
|
+
|
|
370
|
+
## 1100.0.10
|
|
371
|
+
|
|
372
|
+
### Patch Changes
|
|
373
|
+
|
|
374
|
+
- f6bc1db: `pnpm dlx` (and `pnpx`/`pnx`/`pnpm create`) now runs the same interactive `approve-builds` prompt as `pnpm add -g` when the package being launched depends on transitive packages with install scripts. Previously, the v11 `strictDepBuilds` default made dlx fail with `ERR_PNPM_IGNORED_BUILDS` and required users to re-run with `--allow-build=<pkg>` for every offending dependency. dlx also now removes the partially-populated cache directory when the install fails, so a subsequent run starts clean instead of reusing a broken install whose builds were silently skipped [#11444](https://github.com/pnpm/pnpm/issues/11444).
|
|
375
|
+
- Updated dependencies [f6bc1db]
|
|
376
|
+
- @pnpm/installing.commands@1100.1.8
|
|
377
|
+
|
|
378
|
+
## 1100.0.9
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- Updated dependencies [42a8f29]
|
|
383
|
+
- @pnpm/config.reader@1101.1.4
|
|
384
|
+
- @pnpm/building.after-install@1101.0.5
|
|
385
|
+
- @pnpm/installing.commands@1100.1.7
|
|
386
|
+
- @pnpm/store.connection-manager@1100.0.9
|
|
387
|
+
|
|
388
|
+
## 1100.0.8
|
|
389
|
+
|
|
390
|
+
### Patch Changes
|
|
391
|
+
|
|
392
|
+
- Updated dependencies [184ce26]
|
|
393
|
+
- @pnpm/cli.common-cli-options-help@1100.0.1
|
|
394
|
+
- @pnpm/store.connection-manager@1100.0.8
|
|
395
|
+
- @pnpm/installing.modules-yaml@1100.0.2
|
|
396
|
+
- @pnpm/installing.commands@1100.1.6
|
|
397
|
+
- @pnpm/config.reader@1101.1.3
|
|
398
|
+
- @pnpm/config.writer@1100.0.4
|
|
399
|
+
- @pnpm/cli.command@1100.0.1
|
|
400
|
+
- @pnpm/cli.utils@1101.0.2
|
|
401
|
+
- @pnpm/deps.path@1100.0.2
|
|
402
|
+
- @pnpm/building.after-install@1101.0.4
|
|
403
|
+
|
|
404
|
+
## 1100.0.7
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- @pnpm/cli.utils@1101.0.1
|
|
409
|
+
- @pnpm/installing.commands@1100.1.5
|
|
410
|
+
- @pnpm/building.after-install@1101.0.3
|
|
411
|
+
- @pnpm/store.connection-manager@1100.0.7
|
|
412
|
+
|
|
413
|
+
## 1100.0.6
|
|
414
|
+
|
|
415
|
+
### Patch Changes
|
|
416
|
+
|
|
417
|
+
- Updated dependencies [0fbcf74]
|
|
418
|
+
- @pnpm/config.reader@1101.1.2
|
|
419
|
+
- @pnpm/building.after-install@1101.0.2
|
|
420
|
+
- @pnpm/installing.commands@1100.1.4
|
|
421
|
+
- @pnpm/store.connection-manager@1100.0.6
|
|
422
|
+
- @pnpm/config.writer@1100.0.3
|
|
423
|
+
|
|
424
|
+
## 1100.0.5
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- @pnpm/installing.commands@1100.1.3
|
|
429
|
+
- @pnpm/store.connection-manager@1100.0.5
|
|
430
|
+
- @pnpm/building.after-install@1101.0.1
|
|
431
|
+
|
|
432
|
+
## 1100.0.4
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- @pnpm/building.after-install@1101.0.0
|
|
437
|
+
- @pnpm/installing.commands@1100.1.2
|
|
438
|
+
- @pnpm/store.connection-manager@1100.0.4
|
|
439
|
+
- @pnpm/config.reader@1101.1.1
|
|
440
|
+
|
|
441
|
+
## 1100.0.3
|
|
442
|
+
|
|
443
|
+
### Patch Changes
|
|
444
|
+
|
|
445
|
+
- 7d9aae9: Fix `ERR_PNPM_OUTDATED_LOCKFILE` when approving builds during a global install. The `approve-builds` flow called by `pnpm add -g` passed the global packages directory to the subsequent install as `workspaceDir`, which caused sibling install directories (such as those left behind by `pnpm self-update`) to be picked up as workspace projects and fail the frozen-lockfile check.
|
|
446
|
+
- Updated dependencies [7d25bc1]
|
|
447
|
+
- Updated dependencies [72c1e05]
|
|
448
|
+
- Updated dependencies [9e0833c]
|
|
449
|
+
- @pnpm/config.reader@1101.1.0
|
|
450
|
+
- @pnpm/building.after-install@1100.0.3
|
|
451
|
+
- @pnpm/store.connection-manager@1100.0.3
|
|
452
|
+
- @pnpm/installing.commands@1100.1.1
|
|
453
|
+
- @pnpm/config.writer@1100.0.2
|
|
454
|
+
|
|
455
|
+
## 1100.0.2
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
- Updated dependencies [cee550a]
|
|
460
|
+
- Updated dependencies [4ab3d9b]
|
|
461
|
+
- Updated dependencies [9af708a]
|
|
462
|
+
- Updated dependencies [ea2a7fb]
|
|
463
|
+
- Updated dependencies [ff7733c]
|
|
464
|
+
- @pnpm/cli.utils@1101.0.0
|
|
465
|
+
- @pnpm/config.reader@1101.0.0
|
|
466
|
+
- @pnpm/installing.commands@1100.1.0
|
|
467
|
+
- @pnpm/building.after-install@1100.0.2
|
|
468
|
+
- @pnpm/store.connection-manager@1100.0.2
|
|
469
|
+
|
|
470
|
+
## 1100.0.1
|
|
471
|
+
|
|
472
|
+
### Patch Changes
|
|
473
|
+
|
|
474
|
+
- Updated dependencies [ff28085]
|
|
475
|
+
- @pnpm/types@1101.0.0
|
|
476
|
+
- @pnpm/building.after-install@1100.0.1
|
|
477
|
+
- @pnpm/cli.utils@1100.0.1
|
|
478
|
+
- @pnpm/config.reader@1100.0.1
|
|
479
|
+
- @pnpm/config.writer@1100.0.1
|
|
480
|
+
- @pnpm/deps.path@1100.0.1
|
|
481
|
+
- @pnpm/installing.commands@1100.0.1
|
|
482
|
+
- @pnpm/installing.modules-yaml@1100.0.1
|
|
483
|
+
- @pnpm/workspace.projects-sorter@1100.0.1
|
|
484
|
+
- @pnpm/store.connection-manager@1100.0.1
|
|
485
|
+
|
|
486
|
+
## 1000.0.0
|
|
487
|
+
|
|
488
|
+
### Major Changes
|
|
489
|
+
|
|
490
|
+
- 2fccb03: Initial release
|
|
491
|
+
- 05fb1ae: `ignoreBuilds` is now a set of DepPath.
|
|
492
|
+
- 491a84f: This package is now pure ESM.
|
|
493
|
+
- 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
|
|
494
|
+
- cb367b9: Remove deprecated build dependency settings: `onlyBuiltDependencies`, `onlyBuiltDependenciesFile`, `neverBuiltDependencies`, and `ignoredBuiltDependencies`.
|
|
495
|
+
|
|
496
|
+
### Minor Changes
|
|
497
|
+
|
|
498
|
+
- 2e8816e: Added `--all` flag to `pnpm approve-builds` that approves all pending builds without interactive prompts [#10136](https://github.com/pnpm/pnpm/issues/10136).
|
|
499
|
+
- 996284f: Allow `pnpm approve-builds` to receive positional arguments for approving or denying packages without the interactive prompt. Prefix a package name with `!` to deny it. Only mentioned packages are affected; the rest are left untouched.
|
|
500
|
+
|
|
501
|
+
During install, packages with ignored builds that are not yet listed in `allowBuilds` are automatically added with a placeholder value. This makes them visible in `pnpm-workspace.yaml` so users can manually change them to `true` or `false` without running `pnpm approve-builds`.
|
|
502
|
+
|
|
503
|
+
- b7f0f21: Use SQLite for storing package index in the content-addressable store. Instead of individual `.mpk` files under `$STORE/index/`, package metadata is now stored in a single SQLite database at `$STORE/index.db`. This reduces filesystem syscall overhead, improves space efficiency for small metadata entries, and enables concurrent access via SQLite's WAL mode. Packages missing from the new index are re-fetched on demand [#10826](https://github.com/pnpm/pnpm/issues/10826).
|
|
504
|
+
|
|
505
|
+
### Patch Changes
|
|
506
|
+
|
|
507
|
+
- 9fc552d: In GVS mode, `pnpm approve-builds` now runs a full install instead of rebuild. This ensures that GVS hash directories and symlinks are updated correctly after changing `allowBuilds`, preventing build artifact contamination of engine-agnostic directories [#11042](https://github.com/pnpm/pnpm/issues/11042).
|
|
508
|
+
- 4362c06: `pnpm install` should build any dependencies that were added to `onlyBuiltDependencies` and were not built yet [#10256](https://github.com/pnpm/pnpm/pull/10256).
|
|
509
|
+
- Updated dependencies [e1ea779]
|
|
510
|
+
- Updated dependencies [7730a7f]
|
|
511
|
+
- Updated dependencies [5f73b0f]
|
|
512
|
+
- Updated dependencies [996284f]
|
|
513
|
+
- Updated dependencies [7721d2e]
|
|
514
|
+
- Updated dependencies [ae8b816]
|
|
515
|
+
- Updated dependencies [facdd71]
|
|
516
|
+
- Updated dependencies [4c6c26a]
|
|
517
|
+
- Updated dependencies [3c72b6b]
|
|
518
|
+
- Updated dependencies [9f5c0e3]
|
|
519
|
+
- Updated dependencies [76718b3]
|
|
520
|
+
- Updated dependencies [a8f016c]
|
|
521
|
+
- Updated dependencies [cc1b8e3]
|
|
522
|
+
- Updated dependencies [90bd3c3]
|
|
523
|
+
- Updated dependencies [3cfffaa]
|
|
524
|
+
- Updated dependencies [1cc61e8]
|
|
525
|
+
- Updated dependencies [606f53e]
|
|
526
|
+
- Updated dependencies [c7203b9]
|
|
527
|
+
- Updated dependencies [bb17724]
|
|
528
|
+
- Updated dependencies [2fccb03]
|
|
529
|
+
- Updated dependencies [05fb1ae]
|
|
530
|
+
- Updated dependencies [da2429d]
|
|
531
|
+
- Updated dependencies [0b5ccc9]
|
|
532
|
+
- Updated dependencies [1cc61e8]
|
|
533
|
+
- Updated dependencies [491a84f]
|
|
534
|
+
- Updated dependencies [f0ae1b9]
|
|
535
|
+
- Updated dependencies [9fc552d]
|
|
536
|
+
- Updated dependencies [312226c]
|
|
537
|
+
- Updated dependencies [121f64a]
|
|
538
|
+
- Updated dependencies [7fab2a2]
|
|
539
|
+
- Updated dependencies [cb367b9]
|
|
540
|
+
- Updated dependencies [543c7e4]
|
|
541
|
+
- Updated dependencies [075aa99]
|
|
542
|
+
- Updated dependencies [fd511e4]
|
|
543
|
+
- Updated dependencies [ae43ac7]
|
|
544
|
+
- Updated dependencies [ccec8e7]
|
|
545
|
+
- Updated dependencies [fd511e4]
|
|
546
|
+
- Updated dependencies [fa5a5c6]
|
|
547
|
+
- Updated dependencies [4158906]
|
|
548
|
+
- Updated dependencies [ac944ef]
|
|
549
|
+
- Updated dependencies [7d2fd48]
|
|
550
|
+
- Updated dependencies [cc7c0d2]
|
|
551
|
+
- Updated dependencies [efb48dc]
|
|
552
|
+
- Updated dependencies [d5d4eed]
|
|
553
|
+
- Updated dependencies [095f659]
|
|
554
|
+
- Updated dependencies [96704a1]
|
|
555
|
+
- Updated dependencies [cb367b9]
|
|
556
|
+
- Updated dependencies [7b1c189]
|
|
557
|
+
- Updated dependencies [51b04c3]
|
|
558
|
+
- Updated dependencies [6f806be]
|
|
559
|
+
- Updated dependencies [d01b81f]
|
|
560
|
+
- Updated dependencies [3ed41f4]
|
|
561
|
+
- Updated dependencies [8ffb1a7]
|
|
562
|
+
- Updated dependencies [05fb1ae]
|
|
563
|
+
- Updated dependencies [71de2b3]
|
|
564
|
+
- Updated dependencies [10bc391]
|
|
565
|
+
- Updated dependencies [ace7903]
|
|
566
|
+
- Updated dependencies [38b8e35]
|
|
567
|
+
- Updated dependencies [1e6de25]
|
|
568
|
+
- Updated dependencies [831f574]
|
|
569
|
+
- Updated dependencies [2df8b71]
|
|
570
|
+
- Updated dependencies [ed1a7fe]
|
|
571
|
+
- Updated dependencies [15549a9]
|
|
572
|
+
- Updated dependencies [b51bb42]
|
|
573
|
+
- Updated dependencies [cc7c0d2]
|
|
574
|
+
- Updated dependencies [5bf7768]
|
|
575
|
+
- Updated dependencies [3cfffaa]
|
|
576
|
+
- Updated dependencies [ae43ac7]
|
|
577
|
+
- Updated dependencies [a5fdbf9]
|
|
578
|
+
- Updated dependencies [7354e6b]
|
|
579
|
+
- Updated dependencies [9d3f00b]
|
|
580
|
+
- Updated dependencies [efb48dc]
|
|
581
|
+
- Updated dependencies [9587dac]
|
|
582
|
+
- Updated dependencies [09a999a]
|
|
583
|
+
- Updated dependencies [559f903]
|
|
584
|
+
- Updated dependencies [3574905]
|
|
585
|
+
- @pnpm/cli.common-cli-options-help@1001.0.0
|
|
586
|
+
- @pnpm/config.reader@1005.0.0
|
|
587
|
+
- @pnpm/deps.path@1002.0.0
|
|
588
|
+
- @pnpm/building.after-install@1000.0.0
|
|
589
|
+
- @pnpm/installing.commands@1005.0.0
|
|
590
|
+
- @pnpm/config.writer@1001.0.0
|
|
591
|
+
- @pnpm/types@1001.0.0
|
|
592
|
+
- @pnpm/cli.utils@1002.0.0
|
|
593
|
+
- @pnpm/installing.modules-yaml@1001.0.0
|
|
594
|
+
- @pnpm/store.connection-manager@1003.0.0
|
|
595
|
+
- @pnpm/prepare-temp-dir@1001.0.0
|
|
596
|
+
- @pnpm/workspace.projects-sorter@1001.0.0
|
|
597
|
+
- @pnpm/error@1001.0.0
|
|
598
|
+
- @pnpm/cli.command@1001.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/building.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.10",
|
|
4
4
|
"description": "Commands for rebuilding and managing dependency builds",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,51 +29,51 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@inquirer/prompts": "^8.4.3",
|
|
32
|
-
"@pnpm/
|
|
33
|
-
"chalk": "^5.6.2",
|
|
34
|
-
"p-limit": "^7.3.0",
|
|
35
|
-
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
36
|
-
"render-help": "^2.0.0",
|
|
32
|
+
"@pnpm/building.after-install": "1102.0.5",
|
|
37
33
|
"@pnpm/building.policy": "1100.0.12",
|
|
38
|
-
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
39
|
-
"@pnpm/building.after-install": "1102.0.4",
|
|
40
34
|
"@pnpm/cli.command": "1100.0.1",
|
|
41
|
-
"@pnpm/
|
|
35
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
42
36
|
"@pnpm/cli.utils": "1101.0.13",
|
|
37
|
+
"@pnpm/config.reader": "1101.11.2",
|
|
38
|
+
"@pnpm/config.writer": "1100.0.15",
|
|
39
|
+
"@pnpm/deps.path": "1100.0.8",
|
|
43
40
|
"@pnpm/error": "1100.0.1",
|
|
44
|
-
"@pnpm/
|
|
41
|
+
"@pnpm/installing.commands": "1100.10.4",
|
|
45
42
|
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
46
|
-
"@pnpm/installing.commands": "1100.10.3",
|
|
47
43
|
"@pnpm/prepare-temp-dir": "1100.0.0",
|
|
44
|
+
"@pnpm/store.connection-manager": "1100.3.5",
|
|
45
|
+
"@pnpm/types": "1101.3.2",
|
|
46
|
+
"@pnpm/util.lex-comparator": "^4.0.1",
|
|
48
47
|
"@pnpm/workspace.projects-sorter": "1100.0.8",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
48
|
+
"chalk": "^5.6.2",
|
|
49
|
+
"p-limit": "^7.3.0",
|
|
50
|
+
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
51
|
+
"render-help": "^2.0.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@pnpm/logger": "^1100.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@jest/globals": "30.4.1",
|
|
58
|
-
"@types/ramda": "0.31.1",
|
|
59
|
-
"execa": "npm:safe-execa@0.3.0",
|
|
60
|
-
"load-json-file": "^7.0.1",
|
|
61
|
-
"read-yaml-file": "^3.0.0",
|
|
62
|
-
"write-package": "7.2.0",
|
|
63
|
-
"write-yaml-file": "^6.0.0",
|
|
64
58
|
"@pnpm/assert-project": "1100.0.18",
|
|
59
|
+
"@pnpm/building.commands": "1100.1.10",
|
|
60
|
+
"@pnpm/constants": "1100.0.0",
|
|
65
61
|
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
66
62
|
"@pnpm/logger": "1100.0.0",
|
|
67
|
-
"@pnpm/
|
|
68
|
-
"@pnpm/constants": "1100.0.0",
|
|
63
|
+
"@pnpm/prepare": "1100.0.18",
|
|
69
64
|
"@pnpm/store.cafs": "1100.1.12",
|
|
70
65
|
"@pnpm/store.index": "1100.2.1",
|
|
71
|
-
"@pnpm/
|
|
72
|
-
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
66
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
73
67
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
68
|
+
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
74
69
|
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
75
|
-
"@pnpm/
|
|
76
|
-
"@
|
|
70
|
+
"@pnpm/workspace.projects-filter": "1100.0.26",
|
|
71
|
+
"@types/ramda": "0.31.1",
|
|
72
|
+
"execa": "npm:safe-execa@0.3.0",
|
|
73
|
+
"load-json-file": "^7.0.1",
|
|
74
|
+
"read-yaml-file": "^3.0.0",
|
|
75
|
+
"write-package": "7.2.0",
|
|
76
|
+
"write-yaml-file": "^6.0.0"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=22.13"
|