@pnpm/bins.linker 1100.0.16 → 1100.0.17

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/CHANGELOG.md +1471 -0
  2. package/package.json +13 -13
package/CHANGELOG.md ADDED
@@ -0,0 +1,1471 @@
1
+ # @pnpm/link-bins
2
+
3
+ ## 1100.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/bins.resolver@1100.0.9
9
+ - @pnpm/pkg-manifest.reader@1100.0.10
10
+ - @pnpm/pkg-manifest.utils@1100.2.7
11
+ - @pnpm/types@1101.4.0
12
+ - @pnpm/workspace.project-manifest-reader@1100.0.15
13
+
14
+ ## 1100.0.16
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [0ec878d]
19
+ - Updated dependencies [852d537]
20
+ - @pnpm/workspace.project-manifest-reader@1100.0.14
21
+ - @pnpm/pkg-manifest.utils@1100.2.6
22
+ - @pnpm/error@1100.0.1
23
+ - @pnpm/pkg-manifest.reader@1100.0.9
24
+
25
+ ## 1100.0.15
26
+
27
+ ### Patch Changes
28
+
29
+ - 3d1fd20: Skip the redundant "target bin directory already contains an exe called node" warning on Windows when the existing `node.exe` already matches the target (same hard link or identical content) [pnpm/pnpm#12203](https://github.com/pnpm/pnpm/issues/12203).
30
+
31
+ ## 1100.0.14
32
+
33
+ ### Patch Changes
34
+
35
+ - 61810aa: Added a new setting `frozenStore` (`--frozen-store`) that lets `pnpm install` run against a package store on a read-only filesystem (e.g. a Nix store, a read-only bind mount, an OCI layer). When enabled, pnpm opens the store's SQLite `index.db` through the `immutable=1` URI — bypassing the WAL/`-shm` sidecar creation that otherwise fails on a read-only directory — and suppresses every store-write path (the `index.db` writer and the project-registry write). Pair it with `--offline --frozen-lockfile` against a fully-populated store. Under the global virtual store, package directories live inside the store, so if the store is missing the build output of a package whose lifecycle scripts are approved (or that has a patch), pnpm fails up front with `ERR_PNPM_FROZEN_STORE_NEEDS_BUILD` rather than crashing mid-build on a read-only write — seed the store with those builds first. Incompatible with `--force` and with a configured pnpr server, since both write into the store; the side-effects cache is likewise not written under `frozenStore`. If the store is missing its content directory, the install fails fast with `ERR_PNPM_FROZEN_STORE_INCOMPLETE` rather than attempting to initialize it. The read-only `immutable=1` open requires Node.js >=22.15.0, >=23.11.0, or >=24.0.0; on older runtimes `--frozen-store` fails with a clear `ERR_PNPM_FROZEN_STORE_UNSUPPORTED_NODE` error. Bin-linking also tolerates a read-only store: under the global virtual store a package's bin source lives inside the store, so the `chmod` that makes it executable would be refused — with `EPERM`/`EACCES`, or with `EROFS` on a genuinely read-only filesystem. That `chmod` is redundant when the seed already ships its bins executable with a normalized shebang, so it is now skipped in that case, while a non-executable bin (or one still carrying a Windows CRLF shebang) on a read-only store still errors.
36
+ - a31faa7: Updated dependency ranges. Notably:
37
+
38
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
39
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
40
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
41
+ - `@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.
42
+
43
+ - cd8348c: Updated `@zkochan/cmd-shim` to v9.0.6.
44
+ - Updated dependencies [681b593]
45
+ - Updated dependencies [a31faa7]
46
+ - @pnpm/types@1101.3.2
47
+ - @pnpm/pkg-manifest.utils@1100.2.5
48
+ - @pnpm/workspace.project-manifest-reader@1100.0.13
49
+ - @pnpm/bins.resolver@1100.0.8
50
+ - @pnpm/pkg-manifest.reader@1100.0.8
51
+
52
+ ## 1100.0.13
53
+
54
+ ### Patch Changes
55
+
56
+ - @pnpm/pkg-manifest.utils@1100.2.4
57
+ - @pnpm/workspace.project-manifest-reader@1100.0.12
58
+
59
+ ## 1100.0.12
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [230df57]
64
+ - Updated dependencies [bf1b731]
65
+ - @pnpm/bins.resolver@1100.0.7
66
+ - @pnpm/types@1101.3.1
67
+ - @pnpm/pkg-manifest.reader@1100.0.7
68
+ - @pnpm/pkg-manifest.utils@1100.2.3
69
+ - @pnpm/workspace.project-manifest-reader@1100.0.11
70
+
71
+ ## 1100.0.11
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [a017bf3]
76
+ - @pnpm/types@1101.3.0
77
+ - @pnpm/bins.resolver@1100.0.6
78
+ - @pnpm/pkg-manifest.reader@1100.0.6
79
+ - @pnpm/pkg-manifest.utils@1100.2.2
80
+ - @pnpm/workspace.project-manifest-reader@1100.0.10
81
+
82
+ ## 1100.0.10
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [a456dc7]
87
+ - Updated dependencies [35d2355]
88
+ - @pnpm/workspace.project-manifest-reader@1100.0.9
89
+ - @pnpm/types@1101.2.0
90
+ - @pnpm/bins.resolver@1100.0.5
91
+ - @pnpm/pkg-manifest.reader@1100.0.5
92
+ - @pnpm/pkg-manifest.utils@1100.2.1
93
+
94
+ ## 1100.0.9
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies [d7da112]
99
+ - @pnpm/workspace.project-manifest-reader@1100.0.8
100
+
101
+ ## 1100.0.8
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [1627943]
106
+ - Updated dependencies [64afc92]
107
+ - @pnpm/pkg-manifest.utils@1100.2.0
108
+ - @pnpm/types@1101.1.1
109
+ - @pnpm/workspace.project-manifest-reader@1100.0.7
110
+ - @pnpm/bins.resolver@1100.0.4
111
+ - @pnpm/pkg-manifest.reader@1100.0.4
112
+
113
+ ## 1100.0.7
114
+
115
+ ### Patch Changes
116
+
117
+ - @pnpm/pkg-manifest.utils@1100.1.4
118
+ - @pnpm/workspace.project-manifest-reader@1100.0.6
119
+
120
+ ## 1100.0.6
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [9cad827]
125
+ - Updated dependencies [50b33c1]
126
+ - @pnpm/pkg-manifest.utils@1100.1.3
127
+ - @pnpm/workspace.project-manifest-reader@1100.0.5
128
+
129
+ ## 1100.0.5
130
+
131
+ ### Patch Changes
132
+
133
+ - b4f8f47: Updated `@zkochan/cmd-shim` to 9.0.3. The sh shim it writes for `.cmd` / `.bat` targets now escapes the `/C` switch as `//C`, so it survives the path translation Git Bash applies when launching `cmd.exe`. Without this, a bare `/C` was rewritten to `C:\` before reaching cmd.exe — the switch was dropped, cmd started interactively, and the calling script saw the cmd banner instead of the wrapped command's output. Affects any cmd-shim-wrapped batch script invoked from Git Bash / MSYS / Cygwin on Windows. See [pnpm/cmd-shim#55](https://github.com/pnpm/cmd-shim/pull/55).
134
+
135
+ ## 1100.0.4
136
+
137
+ ### Patch Changes
138
+
139
+ - Updated dependencies [b61e268]
140
+ - @pnpm/types@1101.1.0
141
+ - @pnpm/bins.resolver@1100.0.3
142
+ - @pnpm/pkg-manifest.reader@1100.0.3
143
+ - @pnpm/pkg-manifest.utils@1100.1.2
144
+ - @pnpm/workspace.project-manifest-reader@1100.0.4
145
+
146
+ ## 1100.0.3
147
+
148
+ ### Patch Changes
149
+
150
+ - 184ce26: Fix the package name in README.md.
151
+ - Updated dependencies [184ce26]
152
+ - @pnpm/workspace.project-manifest-reader@1100.0.3
153
+ - @pnpm/fs.read-modules-dir@1100.0.1
154
+ - @pnpm/pkg-manifest.reader@1100.0.2
155
+ - @pnpm/pkg-manifest.utils@1100.1.1
156
+ - @pnpm/bins.resolver@1100.0.2
157
+
158
+ ## 1100.0.2
159
+
160
+ ### Patch Changes
161
+
162
+ - Updated dependencies [ff7733c]
163
+ - @pnpm/pkg-manifest.utils@1100.1.0
164
+ - @pnpm/workspace.project-manifest-reader@1100.0.2
165
+
166
+ ## 1100.0.1
167
+
168
+ ### Patch Changes
169
+
170
+ - Updated dependencies [ff28085]
171
+ - @pnpm/types@1101.0.0
172
+ - @pnpm/bins.resolver@1100.0.1
173
+ - @pnpm/pkg-manifest.reader@1100.0.1
174
+ - @pnpm/pkg-manifest.utils@1100.0.1
175
+ - @pnpm/workspace.project-manifest-reader@1100.0.1
176
+
177
+ ## 1001.0.0
178
+
179
+ ### Major Changes
180
+
181
+ - 491a84f: This package is now pure ESM.
182
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
183
+
184
+ ### Minor Changes
185
+
186
+ - efb48dc: **Node.js Runtime Installation for Dependencies.** Added support for automatic Node.js runtime installation for dependencies. pnpm will now install the Node.js version required by a dependency if that dependency declares a Node.js runtime in the "engines" field. For example:
187
+
188
+ ```json
189
+ {
190
+ "engines": {
191
+ "runtime": {
192
+ "name": "node",
193
+ "version": "^24.11.0",
194
+ "onFail": "download"
195
+ }
196
+ }
197
+ }
198
+ ```
199
+
200
+ If the package with the Node.js runtime dependency is a CLI app, pnpm will bind the CLI app to the required Node.js version. This ensures that, regardless of the globally installed Node.js instance, the CLI will use the compatible version of Node.js.
201
+
202
+ If the package has a `postinstall` script, that script will be executed using the specified Node.js version.
203
+
204
+ Related PR: [#10141](https://github.com/pnpm/pnpm/pull/10141)
205
+
206
+ ### Patch Changes
207
+
208
+ - 449dacf: Added `BIN_OWNER_OVERRIDES` and `pkgOwnsBin` to `@pnpm/bins.resolver`. Applied in bins.linker conflict resolution for consistent behavior between global conflict checking and actual bin linking, so packages like `npm` get priority for bins like `npx` even in non-global installs [#10850](https://github.com/pnpm/pnpm/issues/10850).
209
+
210
+ Removed the redundant `ownName` field from `CommandInfo` since `pkgOwnsBin` already handles the `binName === pkgName` case.
211
+
212
+ - 62f760e: Fixed intermittent failures when multiple `pnpm dlx` calls run concurrently for the same package. When the global virtual store is enabled, the importer now verifies file content before skipping a rename, avoiding destructive swap-renames that break concurrent processes. Also tolerates EPERM during bin creation on Windows and properly propagates `enableGlobalVirtualStore` through the install pipeline.
213
+ - 6e9cad3: Fixed `EEXIST` error when globally installing `node` while a dangling symlink exists from a previous installation.
214
+ - cb228c9: Fixed "input line too long" error on Windows when running lifecycle scripts with the global virtual store enabled. The `NODE_PATH` in command shims no longer includes all paths from `Module._nodeModulePaths()`. Instead, it includes only the package's bundled dependencies directory (e.g., `.pnpm/pkg@version/node_modules/pkg/node_modules`), the package's sibling dependencies directory (e.g., `.pnpm/pkg@version/node_modules`), and the hoisted `node_modules` directory. These paths are needed so that tools like `import-local` (used by jest, eslint, etc.) which resolve from CWD can find the correct dependency versions [#10673](https://github.com/pnpm/pnpm/pull/10673).
215
+ - f40177f: Skip linking bins that already reference the correct target. This avoids redundant I/O during repeated installs and prevents permission errors when the store is read-only (e.g. Docker layer caching, CI prewarm, NFS). Bins that reference a stale or incorrect target are still rewritten.
216
+ - Updated dependencies [449dacf]
217
+ - Updated dependencies [76718b3]
218
+ - Updated dependencies [a8f016c]
219
+ - Updated dependencies [cc1b8e3]
220
+ - Updated dependencies [efb48dc]
221
+ - Updated dependencies [491a84f]
222
+ - Updated dependencies [13855ac]
223
+ - Updated dependencies [d7b8be4]
224
+ - Updated dependencies [98a5f1c]
225
+ - Updated dependencies [7d2fd48]
226
+ - Updated dependencies [efb48dc]
227
+ - Updated dependencies [cb367b9]
228
+ - Updated dependencies [7b1c189]
229
+ - Updated dependencies [8ffb1a7]
230
+ - Updated dependencies [cee1f58]
231
+ - Updated dependencies [05fb1ae]
232
+ - Updated dependencies [71de2b3]
233
+ - Updated dependencies [10bc391]
234
+ - Updated dependencies [831f574]
235
+ - Updated dependencies [2df8b71]
236
+ - Updated dependencies [15549a9]
237
+ - Updated dependencies [cc7c0d2]
238
+ - Updated dependencies [efb48dc]
239
+ - Updated dependencies [efb48dc]
240
+ - @pnpm/bins.resolver@1001.0.0
241
+ - @pnpm/types@1001.0.0
242
+ - @pnpm/pkg-manifest.utils@1002.0.0
243
+ - @pnpm/workspace.project-manifest-reader@1002.0.0
244
+ - @pnpm/pkg-manifest.reader@1001.0.0
245
+ - @pnpm/fs.read-modules-dir@1001.0.0
246
+ - @pnpm/error@1001.0.0
247
+
248
+ ## 1000.2.6
249
+
250
+ ### Patch Changes
251
+
252
+ - Updated dependencies [7c1382f]
253
+ - Updated dependencies [dee39ec]
254
+ - @pnpm/types@1000.9.0
255
+ - @pnpm/package-bins@1000.0.11
256
+ - @pnpm/manifest-utils@1001.0.6
257
+ - @pnpm/read-package-json@1000.1.2
258
+ - @pnpm/read-project-manifest@1001.1.4
259
+
260
+ ## 1000.2.5
261
+
262
+ ### Patch Changes
263
+
264
+ - a8797c4: Fixed EISDIR error when bin field points to a directory [#9441](https://github.com/pnpm/pnpm/issues/9441).
265
+
266
+ ## 1000.2.4
267
+
268
+ ### Patch Changes
269
+
270
+ - @pnpm/read-project-manifest@1001.1.3
271
+
272
+ ## 1000.2.3
273
+
274
+ ### Patch Changes
275
+
276
+ - Updated dependencies [6365bc4]
277
+ - @pnpm/constants@1001.3.1
278
+ - @pnpm/error@1000.0.5
279
+ - @pnpm/manifest-utils@1001.0.5
280
+ - @pnpm/read-package-json@1000.1.1
281
+ - @pnpm/read-project-manifest@1001.1.2
282
+
283
+ ## 1000.2.2
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies [e792927]
288
+ - Updated dependencies [e792927]
289
+ - @pnpm/read-package-json@1000.1.0
290
+ - @pnpm/types@1000.8.0
291
+ - @pnpm/package-bins@1000.0.10
292
+ - @pnpm/manifest-utils@1001.0.4
293
+ - @pnpm/read-project-manifest@1001.1.1
294
+
295
+ ## 1000.2.1
296
+
297
+ ### Patch Changes
298
+
299
+ - affdd5b: Replace `p-settle` with the builtin `Promise.allSettled`
300
+
301
+ ## 1000.2.0
302
+
303
+ ### Minor Changes
304
+
305
+ - d1edf73: Add support for installing deno runtime.
306
+ - 86b33e9: Added support for installing Bun runtime.
307
+
308
+ ### Patch Changes
309
+
310
+ - Updated dependencies [d1edf73]
311
+ - Updated dependencies [86b33e9]
312
+ - Updated dependencies [adb097c]
313
+ - @pnpm/constants@1001.3.0
314
+ - @pnpm/read-project-manifest@1001.1.0
315
+ - @pnpm/read-package-json@1000.0.11
316
+ - @pnpm/error@1000.0.4
317
+ - @pnpm/manifest-utils@1001.0.3
318
+
319
+ ## 1000.1.0
320
+
321
+ ### Minor Changes
322
+
323
+ - 1a07b8f: Create a command shim for the Node.js binary.
324
+
325
+ ### Patch Changes
326
+
327
+ - Updated dependencies [1a07b8f]
328
+ - Updated dependencies [1a07b8f]
329
+ - Updated dependencies [1a07b8f]
330
+ - Updated dependencies [1a07b8f]
331
+ - @pnpm/types@1000.7.0
332
+ - @pnpm/read-project-manifest@1001.0.0
333
+ - @pnpm/constants@1001.2.0
334
+ - @pnpm/package-bins@1000.0.9
335
+ - @pnpm/manifest-utils@1001.0.2
336
+ - @pnpm/read-package-json@1000.0.10
337
+ - @pnpm/error@1000.0.3
338
+
339
+ ## 1000.0.13
340
+
341
+ ### Patch Changes
342
+
343
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
344
+ - Updated dependencies [5ec7255]
345
+ - @pnpm/types@1000.6.0
346
+ - @pnpm/manifest-utils@1001.0.1
347
+ - @pnpm/package-bins@1000.0.8
348
+ - @pnpm/read-package-json@1000.0.9
349
+ - @pnpm/read-project-manifest@1000.0.11
350
+
351
+ ## 1000.0.12
352
+
353
+ ### Patch Changes
354
+
355
+ - fa1e69b: Fix command shim generation in Cygwin/MSYS2/MinGW envs [#9442](https://github.com/pnpm/pnpm/issues/9442).
356
+
357
+ ## 1000.0.11
358
+
359
+ ### Patch Changes
360
+
361
+ - Updated dependencies [8a9f3a4]
362
+ - Updated dependencies [5b73df1]
363
+ - Updated dependencies [5b73df1]
364
+ - @pnpm/logger@1001.0.0
365
+ - @pnpm/manifest-utils@1001.0.0
366
+ - @pnpm/types@1000.5.0
367
+ - @pnpm/package-bins@1000.0.7
368
+ - @pnpm/read-package-json@1000.0.8
369
+ - @pnpm/read-project-manifest@1000.0.10
370
+
371
+ ## 1000.0.10
372
+
373
+ ### Patch Changes
374
+
375
+ - Updated dependencies [750ae7d]
376
+ - @pnpm/types@1000.4.0
377
+ - @pnpm/package-bins@1000.0.6
378
+ - @pnpm/manifest-utils@1000.0.8
379
+ - @pnpm/read-package-json@1000.0.7
380
+ - @pnpm/read-project-manifest@1000.0.9
381
+
382
+ ## 1000.0.9
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [5f7be64]
387
+ - Updated dependencies [5f7be64]
388
+ - @pnpm/types@1000.3.0
389
+ - @pnpm/package-bins@1000.0.5
390
+ - @pnpm/manifest-utils@1000.0.7
391
+ - @pnpm/read-package-json@1000.0.6
392
+ - @pnpm/read-project-manifest@1000.0.8
393
+
394
+ ## 1000.0.8
395
+
396
+ ### Patch Changes
397
+
398
+ - Updated dependencies [b8b0c68]
399
+ - Updated dependencies [a5e4965]
400
+ - @pnpm/package-bins@1000.0.4
401
+ - @pnpm/types@1000.2.1
402
+ - @pnpm/manifest-utils@1000.0.6
403
+ - @pnpm/read-package-json@1000.0.5
404
+ - @pnpm/read-project-manifest@1000.0.7
405
+
406
+ ## 1000.0.7
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies [8fcc221]
411
+ - @pnpm/types@1000.2.0
412
+ - @pnpm/package-bins@1000.0.3
413
+ - @pnpm/manifest-utils@1000.0.5
414
+ - @pnpm/read-package-json@1000.0.4
415
+ - @pnpm/read-project-manifest@1000.0.6
416
+
417
+ ## 1000.0.6
418
+
419
+ ### Patch Changes
420
+
421
+ - Updated dependencies [1e229d7]
422
+ - @pnpm/read-project-manifest@1000.0.5
423
+
424
+ ## 1000.0.5
425
+
426
+ ### Patch Changes
427
+
428
+ - Updated dependencies [b562deb]
429
+ - @pnpm/types@1000.1.1
430
+ - @pnpm/error@1000.0.2
431
+ - @pnpm/package-bins@1000.0.2
432
+ - @pnpm/manifest-utils@1000.0.4
433
+ - @pnpm/read-package-json@1000.0.3
434
+ - @pnpm/read-project-manifest@1000.0.4
435
+
436
+ ## 1000.0.4
437
+
438
+ ### Patch Changes
439
+
440
+ - Updated dependencies [e050221]
441
+ - @pnpm/read-project-manifest@1000.0.3
442
+
443
+ ## 1000.0.3
444
+
445
+ ### Patch Changes
446
+
447
+ - Updated dependencies [9591a18]
448
+ - @pnpm/types@1000.1.0
449
+ - @pnpm/package-bins@1000.0.1
450
+ - @pnpm/manifest-utils@1000.0.3
451
+ - @pnpm/read-package-json@1000.0.2
452
+ - @pnpm/read-project-manifest@1000.0.2
453
+
454
+ ## 1000.0.2
455
+
456
+ ### Patch Changes
457
+
458
+ - @pnpm/manifest-utils@1000.0.2
459
+
460
+ ## 1000.0.1
461
+
462
+ ### Patch Changes
463
+
464
+ - @pnpm/error@1000.0.1
465
+ - @pnpm/manifest-utils@1000.0.1
466
+ - @pnpm/read-package-json@1000.0.1
467
+ - @pnpm/read-project-manifest@1000.0.1
468
+
469
+ ## 10.0.12
470
+
471
+ ### Patch Changes
472
+
473
+ - @pnpm/error@6.0.3
474
+ - @pnpm/manifest-utils@6.0.10
475
+ - @pnpm/read-package-json@9.0.10
476
+ - @pnpm/read-project-manifest@6.0.10
477
+
478
+ ## 10.0.11
479
+
480
+ ### Patch Changes
481
+
482
+ - @pnpm/error@6.0.2
483
+ - @pnpm/manifest-utils@6.0.9
484
+ - @pnpm/read-package-json@9.0.9
485
+ - @pnpm/read-project-manifest@6.0.9
486
+
487
+ ## 10.0.10
488
+
489
+ ### Patch Changes
490
+
491
+ - Updated dependencies [d500d9f]
492
+ - @pnpm/types@12.2.0
493
+ - @pnpm/package-bins@9.0.7
494
+ - @pnpm/manifest-utils@6.0.8
495
+ - @pnpm/read-package-json@9.0.8
496
+ - @pnpm/read-project-manifest@6.0.8
497
+
498
+ ## 10.0.9
499
+
500
+ ### Patch Changes
501
+
502
+ - Updated dependencies [7ee59a1]
503
+ - @pnpm/types@12.1.0
504
+ - @pnpm/package-bins@9.0.6
505
+ - @pnpm/manifest-utils@6.0.7
506
+ - @pnpm/read-package-json@9.0.7
507
+ - @pnpm/read-project-manifest@6.0.7
508
+
509
+ ## 10.0.8
510
+
511
+ ### Patch Changes
512
+
513
+ - Updated dependencies [cb006df]
514
+ - @pnpm/types@12.0.0
515
+ - @pnpm/package-bins@9.0.5
516
+ - @pnpm/manifest-utils@6.0.6
517
+ - @pnpm/read-package-json@9.0.6
518
+ - @pnpm/read-project-manifest@6.0.6
519
+
520
+ ## 10.0.7
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [0ef168b]
525
+ - @pnpm/types@11.1.0
526
+ - @pnpm/package-bins@9.0.4
527
+ - @pnpm/manifest-utils@6.0.5
528
+ - @pnpm/read-package-json@9.0.5
529
+ - @pnpm/read-project-manifest@6.0.5
530
+
531
+ ## 10.0.6
532
+
533
+ ### Patch Changes
534
+
535
+ - afe520d: Update symlink-dir to v6.0.1.
536
+
537
+ ## 10.0.5
538
+
539
+ ### Patch Changes
540
+
541
+ - Updated dependencies [dd00eeb]
542
+ - Updated dependencies
543
+ - @pnpm/types@11.0.0
544
+ - @pnpm/package-bins@9.0.3
545
+ - @pnpm/manifest-utils@6.0.4
546
+ - @pnpm/read-package-json@9.0.4
547
+ - @pnpm/read-project-manifest@6.0.4
548
+
549
+ ## 10.0.4
550
+
551
+ ### Patch Changes
552
+
553
+ - Updated dependencies [13e55b2]
554
+ - @pnpm/types@10.1.1
555
+ - @pnpm/package-bins@9.0.2
556
+ - @pnpm/manifest-utils@6.0.3
557
+ - @pnpm/read-package-json@9.0.3
558
+ - @pnpm/read-project-manifest@6.0.3
559
+
560
+ ## 10.0.3
561
+
562
+ ### Patch Changes
563
+
564
+ - 80aaa9f: Deduplicate bin names to prevent race condition and corrupted bin scripts [#7833](https://github.com/pnpm/pnpm/issues/7833).
565
+
566
+ ## 10.0.2
567
+
568
+ ### Patch Changes
569
+
570
+ - Updated dependencies [45f4262]
571
+ - @pnpm/types@10.1.0
572
+ - @pnpm/package-bins@9.0.1
573
+ - @pnpm/manifest-utils@6.0.2
574
+ - @pnpm/read-package-json@9.0.2
575
+ - @pnpm/read-project-manifest@6.0.2
576
+
577
+ ## 10.0.1
578
+
579
+ ### Patch Changes
580
+
581
+ - Updated dependencies [a7aef51]
582
+ - @pnpm/error@6.0.1
583
+ - @pnpm/manifest-utils@6.0.1
584
+ - @pnpm/read-package-json@9.0.1
585
+ - @pnpm/read-project-manifest@6.0.1
586
+
587
+ ## 10.0.0
588
+
589
+ ### Major Changes
590
+
591
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
592
+
593
+ ### Patch Changes
594
+
595
+ - Updated dependencies [7733f3a]
596
+ - Updated dependencies [3ded840]
597
+ - Updated dependencies [43cdd87]
598
+ - Updated dependencies [730929e]
599
+ - @pnpm/types@10.0.0
600
+ - @pnpm/error@6.0.0
601
+ - @pnpm/read-project-manifest@6.0.0
602
+ - @pnpm/read-package-json@9.0.0
603
+ - @pnpm/manifest-utils@6.0.0
604
+ - @pnpm/package-bins@9.0.0
605
+ - @pnpm/read-modules-dir@7.0.0
606
+
607
+ ## 9.0.12
608
+
609
+ ### Patch Changes
610
+
611
+ - Updated dependencies [4d34684f1]
612
+ - @pnpm/types@9.4.2
613
+ - @pnpm/package-bins@8.0.6
614
+ - @pnpm/manifest-utils@5.0.7
615
+ - @pnpm/read-package-json@8.0.7
616
+ - @pnpm/read-project-manifest@5.0.10
617
+
618
+ ## 9.0.11
619
+
620
+ ### Patch Changes
621
+
622
+ - Updated dependencies
623
+ - @pnpm/types@9.4.1
624
+ - @pnpm/package-bins@8.0.5
625
+ - @pnpm/manifest-utils@5.0.6
626
+ - @pnpm/read-package-json@8.0.6
627
+ - @pnpm/read-project-manifest@5.0.9
628
+
629
+ ## 9.0.10
630
+
631
+ ### Patch Changes
632
+
633
+ - Updated dependencies [43ce9e4a6]
634
+ - Updated dependencies [d2dc2e66a]
635
+ - @pnpm/types@9.4.0
636
+ - @pnpm/package-bins@8.0.4
637
+ - @pnpm/manifest-utils@5.0.5
638
+ - @pnpm/read-package-json@8.0.5
639
+ - @pnpm/read-project-manifest@5.0.8
640
+
641
+ ## 9.0.9
642
+
643
+ ### Patch Changes
644
+
645
+ - 5c8c9196c: Improved the performance of linking bins of hoisted dependencies to `node_modules/.pnpm/node_modules/.bin` [#7212](https://github.com/pnpm/pnpm/pull/7212).
646
+
647
+ ## 9.0.8
648
+
649
+ ### Patch Changes
650
+
651
+ - Updated dependencies [d774a3196]
652
+ - @pnpm/types@9.3.0
653
+ - @pnpm/package-bins@8.0.3
654
+ - @pnpm/manifest-utils@5.0.4
655
+ - @pnpm/read-package-json@8.0.4
656
+ - @pnpm/read-project-manifest@5.0.7
657
+
658
+ ## 9.0.7
659
+
660
+ ### Patch Changes
661
+
662
+ - @pnpm/read-project-manifest@5.0.6
663
+
664
+ ## 9.0.6
665
+
666
+ ### Patch Changes
667
+
668
+ - @pnpm/read-project-manifest@5.0.5
669
+
670
+ ## 9.0.5
671
+
672
+ ### Patch Changes
673
+
674
+ - e26d15c6d: When a command cannot be created in `.bin`, print the exact error message that happened.
675
+ - Updated dependencies [aa2ae8fe2]
676
+ - @pnpm/types@9.2.0
677
+ - @pnpm/package-bins@8.0.2
678
+ - @pnpm/manifest-utils@5.0.3
679
+ - @pnpm/read-package-json@8.0.3
680
+ - @pnpm/read-project-manifest@5.0.4
681
+
682
+ ## 9.0.4
683
+
684
+ ### Patch Changes
685
+
686
+ - Updated dependencies [b4892acc5]
687
+ - @pnpm/read-project-manifest@5.0.3
688
+
689
+ ## 9.0.3
690
+
691
+ ### Patch Changes
692
+
693
+ - @pnpm/error@5.0.2
694
+ - @pnpm/manifest-utils@5.0.2
695
+ - @pnpm/read-package-json@8.0.2
696
+ - @pnpm/read-project-manifest@5.0.2
697
+
698
+ ## 9.0.2
699
+
700
+ ### Patch Changes
701
+
702
+ - Updated dependencies [4b97f1f07]
703
+ - @pnpm/read-modules-dir@6.0.1
704
+
705
+ ## 9.0.1
706
+
707
+ ### Patch Changes
708
+
709
+ - Updated dependencies [a9e0b7cbf]
710
+ - Updated dependencies [a9e0b7cbf]
711
+ - @pnpm/types@9.1.0
712
+ - @pnpm/manifest-utils@5.0.1
713
+ - @pnpm/package-bins@8.0.1
714
+ - @pnpm/read-package-json@8.0.1
715
+ - @pnpm/read-project-manifest@5.0.1
716
+ - @pnpm/error@5.0.1
717
+
718
+ ## 9.0.0
719
+
720
+ ### Major Changes
721
+
722
+ - eceaa8b8b: Node.js 14 support dropped.
723
+
724
+ ### Patch Changes
725
+
726
+ - Updated dependencies [eceaa8b8b]
727
+ - @pnpm/read-project-manifest@5.0.0
728
+ - @pnpm/read-package-json@8.0.0
729
+ - @pnpm/manifest-utils@5.0.0
730
+ - @pnpm/package-bins@8.0.0
731
+ - @pnpm/read-modules-dir@6.0.0
732
+ - @pnpm/error@5.0.0
733
+ - @pnpm/types@9.0.0
734
+
735
+ ## 8.0.11
736
+
737
+ ### Patch Changes
738
+
739
+ - 685b3a7ea: New directories should be prepended to NODE_PATH in command shims, not appended.
740
+
741
+ ## 8.0.10
742
+
743
+ ### Patch Changes
744
+
745
+ - f9c30c6d7: Command shim should not set higher priority to the `node_modules/.pnpm/node_modules` directory through the `NODE_PATH` env variable, then the command's own `node_modules` directory [#5176](https://github.com/pnpm/pnpm/issues/5176).
746
+
747
+ ## 8.0.9
748
+
749
+ ### Patch Changes
750
+
751
+ - @pnpm/read-project-manifest@4.1.4
752
+
753
+ ## 8.0.8
754
+
755
+ ### Patch Changes
756
+
757
+ - 90d26c449: Don't crash when a bin file is not found and `prefer-symlinked-executables` is `true` [#5946](https://github.com/pnpm/pnpm/pull/5946).
758
+
759
+ ## 8.0.7
760
+
761
+ ### Patch Changes
762
+
763
+ - 4008a5236: Ensure the permission of bin file when `prefer-symlinked-executables` is set to `true` [#5913](https://github.com/pnpm/pnpm/pull/5913).
764
+
765
+ ## 8.0.6
766
+
767
+ ### Patch Changes
768
+
769
+ - @pnpm/error@4.0.1
770
+ - @pnpm/manifest-utils@4.1.4
771
+ - @pnpm/read-package-json@7.0.5
772
+ - @pnpm/read-project-manifest@4.1.3
773
+
774
+ ## 8.0.5
775
+
776
+ ### Patch Changes
777
+
778
+ - bc18d33fe: Allow the `-S` flag in command shims [pnpm/cmd-shim#42](https://github.com/pnpm/cmd-shim/pull/42).
779
+ - Updated dependencies [b77651d14]
780
+ - @pnpm/types@8.10.0
781
+ - @pnpm/package-bins@7.0.3
782
+ - @pnpm/manifest-utils@4.1.3
783
+ - @pnpm/read-package-json@7.0.4
784
+ - @pnpm/read-project-manifest@4.1.2
785
+
786
+ ## 8.0.4
787
+
788
+ ### Patch Changes
789
+
790
+ - a9d59d8bc: Update dependencies.
791
+ - Updated dependencies [c245edf1b]
792
+ - Updated dependencies [a9d59d8bc]
793
+ - @pnpm/manifest-utils@4.1.2
794
+ - @pnpm/read-package-json@7.0.3
795
+ - @pnpm/read-project-manifest@4.1.1
796
+
797
+ ## 8.0.3
798
+
799
+ ### Patch Changes
800
+
801
+ - Updated dependencies [fec9e3149]
802
+ - Updated dependencies [0d12d38fd]
803
+ - @pnpm/read-project-manifest@4.1.0
804
+
805
+ ## 8.0.2
806
+
807
+ ### Patch Changes
808
+
809
+ - Updated dependencies [702e847c1]
810
+ - @pnpm/types@8.9.0
811
+ - @pnpm/manifest-utils@4.1.1
812
+ - @pnpm/package-bins@7.0.2
813
+ - @pnpm/read-package-json@7.0.2
814
+ - @pnpm/read-project-manifest@4.0.2
815
+
816
+ ## 8.0.1
817
+
818
+ ### Patch Changes
819
+
820
+ - Updated dependencies [844e82f3a]
821
+ - Updated dependencies [844e82f3a]
822
+ - @pnpm/types@8.8.0
823
+ - @pnpm/manifest-utils@4.1.0
824
+ - @pnpm/package-bins@7.0.1
825
+ - @pnpm/read-package-json@7.0.1
826
+ - @pnpm/read-project-manifest@4.0.1
827
+
828
+ ## 8.0.0
829
+
830
+ ### Major Changes
831
+
832
+ - 043d988fc: Breaking change to the API. Defaul export is not used.
833
+ - f884689e0: Require `@pnpm/logger` v5.
834
+
835
+ ### Patch Changes
836
+
837
+ - Updated dependencies [043d988fc]
838
+ - Updated dependencies [f884689e0]
839
+ - @pnpm/error@4.0.0
840
+ - @pnpm/manifest-utils@4.0.0
841
+ - @pnpm/package-bins@7.0.0
842
+ - @pnpm/read-modules-dir@5.0.0
843
+ - @pnpm/read-package-json@7.0.0
844
+ - @pnpm/read-project-manifest@4.0.0
845
+
846
+ ## 7.2.10
847
+
848
+ ### Patch Changes
849
+
850
+ - @pnpm/read-project-manifest@3.0.13
851
+
852
+ ## 7.2.9
853
+
854
+ ### Patch Changes
855
+
856
+ - @pnpm/manifest-utils@3.1.6
857
+
858
+ ## 7.2.8
859
+
860
+ ### Patch Changes
861
+
862
+ - 5eb41a551: When linking commands to a directory, remove any .exe files that are already present in that target directory by the same name.
863
+
864
+ This fixes an issue with pnpm global update on Windows. If pnpm was installed with the standalone script and then updated with pnpm using `pnpm add --global pnpm`, the exe file initially created by the standalone script should be removed.
865
+
866
+ - Updated dependencies [e8a631bf0]
867
+ - @pnpm/error@3.1.0
868
+ - @pnpm/manifest-utils@3.1.5
869
+ - @pnpm/read-package-json@6.0.11
870
+ - @pnpm/read-project-manifest@3.0.12
871
+
872
+ ## 7.2.7
873
+
874
+ ### Patch Changes
875
+
876
+ - Updated dependencies [d665f3ff7]
877
+ - @pnpm/types@8.7.0
878
+ - @pnpm/manifest-utils@3.1.4
879
+ - @pnpm/package-bins@6.0.8
880
+ - @pnpm/read-package-json@6.0.10
881
+ - @pnpm/read-project-manifest@3.0.11
882
+
883
+ ## 7.2.6
884
+
885
+ ### Patch Changes
886
+
887
+ - Updated dependencies [156cc1ef6]
888
+ - @pnpm/types@8.6.0
889
+ - @pnpm/manifest-utils@3.1.3
890
+ - @pnpm/package-bins@6.0.7
891
+ - @pnpm/read-package-json@6.0.9
892
+ - @pnpm/read-project-manifest@3.0.10
893
+
894
+ ## 7.2.5
895
+
896
+ ### Patch Changes
897
+
898
+ - 07bc24ad1: Update bin-links.
899
+ - Updated dependencies [07bc24ad1]
900
+ - @pnpm/read-package-json@6.0.8
901
+
902
+ ## 7.2.4
903
+
904
+ ### Patch Changes
905
+
906
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
907
+ - Updated dependencies [39c040127]
908
+ - @pnpm/read-project-manifest@3.0.9
909
+
910
+ ## 7.2.3
911
+
912
+ ### Patch Changes
913
+
914
+ - Updated dependencies [c90798461]
915
+ - @pnpm/types@8.5.0
916
+ - @pnpm/manifest-utils@3.1.2
917
+ - @pnpm/package-bins@6.0.6
918
+ - @pnpm/read-package-json@6.0.7
919
+ - @pnpm/read-project-manifest@3.0.8
920
+
921
+ ## 7.2.2
922
+
923
+ ### Patch Changes
924
+
925
+ - Updated dependencies [01c5834bf]
926
+ - @pnpm/read-project-manifest@3.0.7
927
+
928
+ ## 7.2.1
929
+
930
+ ### Patch Changes
931
+
932
+ - Updated dependencies [e3f4d131c]
933
+ - @pnpm/manifest-utils@3.1.1
934
+
935
+ ## 7.2.0
936
+
937
+ ### Minor Changes
938
+
939
+ - 28f000509: A new setting supported: `prefer-symlinked-executables`. When `true`, pnpm will create symlinks to executables in
940
+ `node_modules/.bin` instead of command shims (but on POSIX systems only).
941
+
942
+ This setting is `true` by default when `node-linker` is set to `hoisted`.
943
+
944
+ Related issue: [#4782](https://github.com/pnpm/pnpm/issues/4782).
945
+
946
+ ## 7.1.7
947
+
948
+ ### Patch Changes
949
+
950
+ - Updated dependencies [f5621a42c]
951
+ - @pnpm/manifest-utils@3.1.0
952
+
953
+ ## 7.1.6
954
+
955
+ ### Patch Changes
956
+
957
+ - 5f643f23b: Update ramda to v0.28.
958
+
959
+ ## 7.1.5
960
+
961
+ ### Patch Changes
962
+
963
+ - Updated dependencies [8e5b77ef6]
964
+ - @pnpm/types@8.4.0
965
+ - @pnpm/manifest-utils@3.0.6
966
+ - @pnpm/package-bins@6.0.5
967
+ - @pnpm/read-package-json@6.0.6
968
+ - @pnpm/read-project-manifest@3.0.6
969
+
970
+ ## 7.1.4
971
+
972
+ ### Patch Changes
973
+
974
+ - Updated dependencies [2a34b21ce]
975
+ - @pnpm/types@8.3.0
976
+ - @pnpm/manifest-utils@3.0.5
977
+ - @pnpm/package-bins@6.0.4
978
+ - @pnpm/read-package-json@6.0.5
979
+ - @pnpm/read-project-manifest@3.0.5
980
+
981
+ ## 7.1.3
982
+
983
+ ### Patch Changes
984
+
985
+ - Updated dependencies [fb5bbfd7a]
986
+ - @pnpm/types@8.2.0
987
+ - @pnpm/manifest-utils@3.0.4
988
+ - @pnpm/package-bins@6.0.3
989
+ - @pnpm/read-package-json@6.0.4
990
+ - @pnpm/read-project-manifest@3.0.4
991
+
992
+ ## 7.1.2
993
+
994
+ ### Patch Changes
995
+
996
+ - Updated dependencies [4d39e4a0c]
997
+ - @pnpm/types@8.1.0
998
+ - @pnpm/manifest-utils@3.0.3
999
+ - @pnpm/package-bins@6.0.2
1000
+ - @pnpm/read-package-json@6.0.3
1001
+ - @pnpm/read-project-manifest@3.0.3
1002
+
1003
+ ## 7.1.1
1004
+
1005
+ ### Patch Changes
1006
+
1007
+ - Updated dependencies [18ba5e2c0]
1008
+ - @pnpm/types@8.0.1
1009
+ - @pnpm/manifest-utils@3.0.2
1010
+ - @pnpm/package-bins@6.0.1
1011
+ - @pnpm/read-package-json@6.0.2
1012
+ - @pnpm/read-project-manifest@3.0.2
1013
+
1014
+ ## 7.1.0
1015
+
1016
+ ### Minor Changes
1017
+
1018
+ - 8fa95fd86: New option added: `extraNodePaths`.
1019
+
1020
+ ### Patch Changes
1021
+
1022
+ - Updated dependencies [618842b0d]
1023
+ - @pnpm/manifest-utils@3.0.1
1024
+ - @pnpm/error@3.0.1
1025
+ - @pnpm/read-package-json@6.0.1
1026
+ - @pnpm/read-project-manifest@3.0.1
1027
+
1028
+ ## 7.0.0
1029
+
1030
+ ### Major Changes
1031
+
1032
+ - 516859178: `extendNodePath` removed.
1033
+ - 542014839: Node.js 12 is not supported.
1034
+
1035
+ ### Patch Changes
1036
+
1037
+ - Updated dependencies [d504dc380]
1038
+ - Updated dependencies [542014839]
1039
+ - @pnpm/types@8.0.0
1040
+ - @pnpm/error@3.0.0
1041
+ - @pnpm/manifest-utils@3.0.0
1042
+ - @pnpm/package-bins@6.0.0
1043
+ - @pnpm/read-modules-dir@4.0.0
1044
+ - @pnpm/read-package-json@6.0.0
1045
+ - @pnpm/read-project-manifest@3.0.0
1046
+
1047
+ ## 6.2.12
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - Updated dependencies [70ba51da9]
1052
+ - @pnpm/error@2.1.0
1053
+ - @pnpm/manifest-utils@2.1.9
1054
+ - @pnpm/read-package-json@5.0.12
1055
+ - @pnpm/read-project-manifest@2.0.13
1056
+
1057
+ ## 6.2.11
1058
+
1059
+ ### Patch Changes
1060
+
1061
+ - Updated dependencies [b138d048c]
1062
+ - @pnpm/types@7.10.0
1063
+ - @pnpm/manifest-utils@2.1.8
1064
+ - @pnpm/package-bins@5.0.12
1065
+ - @pnpm/read-package-json@5.0.11
1066
+ - @pnpm/read-project-manifest@2.0.12
1067
+
1068
+ ## 6.2.10
1069
+
1070
+ ### Patch Changes
1071
+
1072
+ - Updated dependencies [8a2cad034]
1073
+ - @pnpm/manifest-utils@2.1.7
1074
+
1075
+ ## 6.2.9
1076
+
1077
+ ### Patch Changes
1078
+
1079
+ - Updated dependencies [26cd01b88]
1080
+ - @pnpm/types@7.9.0
1081
+ - @pnpm/manifest-utils@2.1.6
1082
+ - @pnpm/package-bins@5.0.11
1083
+ - @pnpm/read-package-json@5.0.10
1084
+ - @pnpm/read-project-manifest@2.0.11
1085
+
1086
+ ## 6.2.8
1087
+
1088
+ ### Patch Changes
1089
+
1090
+ - 701ea0746: Don't throw an error during install when the bin of a dependency points to a path that doesn't exist [#3763](https://github.com/pnpm/pnpm/issues/3763).
1091
+ - Updated dependencies [b5734a4a7]
1092
+ - @pnpm/types@7.8.0
1093
+ - @pnpm/manifest-utils@2.1.5
1094
+ - @pnpm/package-bins@5.0.10
1095
+ - @pnpm/read-package-json@5.0.9
1096
+ - @pnpm/read-project-manifest@2.0.10
1097
+
1098
+ ## 6.2.7
1099
+
1100
+ ### Patch Changes
1101
+
1102
+ - Updated dependencies [6493e0c93]
1103
+ - @pnpm/types@7.7.1
1104
+ - @pnpm/manifest-utils@2.1.4
1105
+ - @pnpm/package-bins@5.0.9
1106
+ - @pnpm/read-package-json@5.0.8
1107
+ - @pnpm/read-project-manifest@2.0.9
1108
+
1109
+ ## 6.2.6
1110
+
1111
+ ### Patch Changes
1112
+
1113
+ - Updated dependencies [ba9b2eba1]
1114
+ - @pnpm/types@7.7.0
1115
+ - @pnpm/manifest-utils@2.1.3
1116
+ - @pnpm/package-bins@5.0.8
1117
+ - @pnpm/read-package-json@5.0.7
1118
+ - @pnpm/read-project-manifest@2.0.8
1119
+
1120
+ ## 6.2.5
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - bb0f8bc16: Don't crash if a bin file cannot be created because the source files could not be found.
1125
+
1126
+ ## 6.2.4
1127
+
1128
+ ### Patch Changes
1129
+
1130
+ - Updated dependencies [302ae4f6f]
1131
+ - @pnpm/types@7.6.0
1132
+ - @pnpm/manifest-utils@2.1.2
1133
+ - @pnpm/package-bins@5.0.7
1134
+ - @pnpm/read-package-json@5.0.6
1135
+ - @pnpm/read-project-manifest@2.0.7
1136
+
1137
+ ## 6.2.3
1138
+
1139
+ ### Patch Changes
1140
+
1141
+ - Updated dependencies [4ab87844a]
1142
+ - @pnpm/types@7.5.0
1143
+ - @pnpm/manifest-utils@2.1.1
1144
+ - @pnpm/package-bins@5.0.6
1145
+ - @pnpm/read-package-json@5.0.5
1146
+ - @pnpm/read-project-manifest@2.0.6
1147
+
1148
+ ## 6.2.2
1149
+
1150
+ ### Patch Changes
1151
+
1152
+ - a916accec: Do not warn about bin conflicts, just log a debug message.
1153
+
1154
+ ## 6.2.1
1155
+
1156
+ ### Patch Changes
1157
+
1158
+ - 6375cdce0: Autofix command files with Windows line endings on the shebang line.
1159
+
1160
+ ## 6.2.0
1161
+
1162
+ ### Minor Changes
1163
+
1164
+ - c7081cbb4: New option added: `extendNodePath`. When it is set to `false`, pnpm does not set the `NODE_PATH` environment variable in the command shims.
1165
+
1166
+ ### Patch Changes
1167
+
1168
+ - 0d4a7c69e: Pick the right extension for command files. It is important to write files with .CMD extension on case sensitive Windows drives.
1169
+
1170
+ ## 6.1.0
1171
+
1172
+ ### Minor Changes
1173
+
1174
+ - 83e23601e: `linkBins()` accepts the project manifest and prioritizes the bins of its direct dependencies over the bin files of the hoisted dependencies.
1175
+ - 553a5d840: Allow to specify the path to Node.js executable that should be called from the command shim.
1176
+
1177
+ ### Patch Changes
1178
+
1179
+ - Updated dependencies [553a5d840]
1180
+ - @pnpm/manifest-utils@2.1.0
1181
+
1182
+ ## 6.0.8
1183
+
1184
+ ### Patch Changes
1185
+
1186
+ - Updated dependencies [97f90e537]
1187
+ - @pnpm/package-bins@5.0.5
1188
+
1189
+ ## 6.0.7
1190
+
1191
+ ### Patch Changes
1192
+
1193
+ - Updated dependencies [71aab049d]
1194
+ - @pnpm/read-modules-dir@3.0.1
1195
+
1196
+ ## 6.0.6
1197
+
1198
+ ### Patch Changes
1199
+
1200
+ - Updated dependencies [b734b45ea]
1201
+ - @pnpm/types@7.4.0
1202
+ - @pnpm/package-bins@5.0.4
1203
+ - @pnpm/read-package-json@5.0.4
1204
+ - @pnpm/read-project-manifest@2.0.5
1205
+
1206
+ ## 6.0.5
1207
+
1208
+ ### Patch Changes
1209
+
1210
+ - Updated dependencies [8e76690f4]
1211
+ - @pnpm/types@7.3.0
1212
+ - @pnpm/package-bins@5.0.3
1213
+ - @pnpm/read-package-json@5.0.3
1214
+ - @pnpm/read-project-manifest@2.0.4
1215
+
1216
+ ## 6.0.4
1217
+
1218
+ ### Patch Changes
1219
+
1220
+ - Updated dependencies [724c5abd8]
1221
+ - @pnpm/types@7.2.0
1222
+ - @pnpm/package-bins@5.0.2
1223
+ - @pnpm/read-package-json@5.0.2
1224
+ - @pnpm/read-project-manifest@2.0.3
1225
+
1226
+ ## 6.0.3
1227
+
1228
+ ### Patch Changes
1229
+
1230
+ - a1a03d145: Import only the required functions from ramda.
1231
+
1232
+ ## 6.0.2
1233
+
1234
+ ### Patch Changes
1235
+
1236
+ - @pnpm/read-project-manifest@2.0.2
1237
+
1238
+ ## 6.0.1
1239
+
1240
+ ### Patch Changes
1241
+
1242
+ - Updated dependencies [6e9c112af]
1243
+ - Updated dependencies [97c64bae4]
1244
+ - @pnpm/read-project-manifest@2.0.1
1245
+ - @pnpm/types@7.1.0
1246
+ - @pnpm/package-bins@5.0.1
1247
+ - @pnpm/read-package-json@5.0.1
1248
+
1249
+ ## 6.0.0
1250
+
1251
+ ### Major Changes
1252
+
1253
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
1254
+
1255
+ ### Patch Changes
1256
+
1257
+ - 06c6c9959: Don't create a PowerShell command shim for pnpm commands.
1258
+ - Updated dependencies [97b986fbc]
1259
+ - @pnpm/error@2.0.0
1260
+ - @pnpm/package-bins@5.0.0
1261
+ - @pnpm/read-modules-dir@3.0.0
1262
+ - @pnpm/read-package-json@5.0.0
1263
+ - @pnpm/read-project-manifest@2.0.0
1264
+ - @pnpm/types@7.0.0
1265
+
1266
+ ## 5.3.25
1267
+
1268
+ ### Patch Changes
1269
+
1270
+ - d853fb14a: Don't fail when linking bins of a package that uses the `directories.bin` and points to a directory that has subdirectories.
1271
+ - Updated dependencies [d853fb14a]
1272
+ - Updated dependencies [d853fb14a]
1273
+ - @pnpm/package-bins@4.1.0
1274
+ - @pnpm/read-package-json@4.0.0
1275
+
1276
+ ## 5.3.24
1277
+
1278
+ ### Patch Changes
1279
+
1280
+ - 6350a3381: Don't add a non-directory to the NODE_PATH declared in the command shim.
1281
+
1282
+ ## 5.3.23
1283
+
1284
+ ### Patch Changes
1285
+
1286
+ - a78e5c47f: Don't create a PowerShell command shim for pnpm commands.
1287
+
1288
+ ## 5.3.22
1289
+
1290
+ ### Patch Changes
1291
+
1292
+ - Updated dependencies [ad113645b]
1293
+ - @pnpm/package-bins@4.0.11
1294
+ - @pnpm/read-project-manifest@1.1.7
1295
+
1296
+ ## 5.3.21
1297
+
1298
+ ### Patch Changes
1299
+
1300
+ - Updated dependencies [9ad8c27bf]
1301
+ - @pnpm/types@6.4.0
1302
+ - @pnpm/package-bins@4.0.10
1303
+ - @pnpm/read-package-json@3.1.9
1304
+ - @pnpm/read-project-manifest@1.1.6
1305
+
1306
+ ## 5.3.20
1307
+
1308
+ ### Patch Changes
1309
+
1310
+ - Updated dependencies [0c5f1bcc9]
1311
+ - @pnpm/error@1.4.0
1312
+ - @pnpm/read-package-json@3.1.8
1313
+ - @pnpm/read-project-manifest@1.1.5
1314
+
1315
+ ## 5.3.19
1316
+
1317
+ ### Patch Changes
1318
+
1319
+ - @pnpm/read-project-manifest@1.1.4
1320
+
1321
+ ## 5.3.18
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - @pnpm/read-project-manifest@1.1.3
1326
+
1327
+ ## 5.3.17
1328
+
1329
+ ### Patch Changes
1330
+
1331
+ - Updated dependencies [b5d694e7f]
1332
+ - @pnpm/types@6.3.1
1333
+ - @pnpm/package-bins@4.0.9
1334
+ - @pnpm/read-package-json@3.1.7
1335
+ - @pnpm/read-project-manifest@1.1.2
1336
+
1337
+ ## 5.3.16
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - Updated dependencies [d54043ee4]
1342
+ - Updated dependencies [212671848]
1343
+ - @pnpm/types@6.3.0
1344
+ - @pnpm/read-package-json@3.1.6
1345
+ - @pnpm/package-bins@4.0.8
1346
+ - @pnpm/read-project-manifest@1.1.1
1347
+
1348
+ ## 5.3.15
1349
+
1350
+ ### Patch Changes
1351
+
1352
+ - fb863fae4: When creating command shims, add the parent node_modules directory of the `.bin` directory to the NODE_PATH.
1353
+
1354
+ ## 5.3.14
1355
+
1356
+ ### Patch Changes
1357
+
1358
+ - 51311d3ba: Always return a result.
1359
+ - Updated dependencies [2762781cc]
1360
+ - @pnpm/read-project-manifest@1.1.0
1361
+
1362
+ ## 5.3.13
1363
+
1364
+ ### Patch Changes
1365
+
1366
+ - Updated dependencies [75a36deba]
1367
+ - @pnpm/error@1.3.1
1368
+ - @pnpm/read-package-json@3.1.5
1369
+ - @pnpm/read-project-manifest@1.0.13
1370
+
1371
+ ## 5.3.12
1372
+
1373
+ ### Patch Changes
1374
+
1375
+ - Updated dependencies [9f5803187]
1376
+ - @pnpm/read-package-json@3.1.4
1377
+
1378
+ ## 5.3.11
1379
+
1380
+ ### Patch Changes
1381
+
1382
+ - Updated dependencies [6d480dd7a]
1383
+ - @pnpm/error@1.3.0
1384
+ - @pnpm/read-project-manifest@1.0.12
1385
+
1386
+ ## 5.3.10
1387
+
1388
+ ### Patch Changes
1389
+
1390
+ - @pnpm/read-project-manifest@1.0.11
1391
+
1392
+ ## 5.3.9
1393
+
1394
+ ### Patch Changes
1395
+
1396
+ - Updated dependencies [3bd3253e3]
1397
+ - Updated dependencies [24af41f20]
1398
+ - @pnpm/read-project-manifest@1.0.10
1399
+ - @pnpm/read-modules-dir@2.0.3
1400
+
1401
+ ## 5.3.8
1402
+
1403
+ ### Patch Changes
1404
+
1405
+ - Updated dependencies [a2ef8084f]
1406
+ - @pnpm/read-modules-dir@2.0.2
1407
+
1408
+ ## 5.3.7
1409
+
1410
+ ### Patch Changes
1411
+
1412
+ - Updated dependencies [db17f6f7b]
1413
+ - @pnpm/types@6.2.0
1414
+ - @pnpm/package-bins@4.0.7
1415
+ - @pnpm/read-package-json@3.1.3
1416
+ - @pnpm/read-project-manifest@1.0.9
1417
+
1418
+ ## 5.3.6
1419
+
1420
+ ### Patch Changes
1421
+
1422
+ - Updated dependencies [1520e3d6f]
1423
+ - @pnpm/package-bins@4.0.6
1424
+
1425
+ ## 5.3.5
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - e1ca9fc13: Update @zkochan/cmd-shim to v5.
1430
+ - Updated dependencies [71a8c8ce3]
1431
+ - @pnpm/types@6.1.0
1432
+ - @pnpm/package-bins@4.0.5
1433
+ - @pnpm/read-package-json@3.1.2
1434
+ - @pnpm/read-project-manifest@1.0.8
1435
+
1436
+ ## 5.3.4
1437
+
1438
+ ### Patch Changes
1439
+
1440
+ - Updated dependencies [57c510f00]
1441
+ - @pnpm/read-project-manifest@1.0.7
1442
+
1443
+ ## 5.3.3
1444
+
1445
+ ### Patch Changes
1446
+
1447
+ - Updated dependencies [da091c711]
1448
+ - @pnpm/types@6.0.0
1449
+ - @pnpm/error@1.2.1
1450
+ - @pnpm/package-bins@4.0.4
1451
+ - @pnpm/read-modules-dir@2.0.2
1452
+ - @pnpm/read-package-json@3.1.1
1453
+ - @pnpm/read-project-manifest@1.0.6
1454
+
1455
+ ## 5.3.3-alpha.0
1456
+
1457
+ ### Patch Changes
1458
+
1459
+ - Updated dependencies [da091c71]
1460
+ - @pnpm/types@6.0.0-alpha.0
1461
+ - @pnpm/package-bins@4.0.4-alpha.0
1462
+ - @pnpm/read-package-json@3.1.1-alpha.0
1463
+ - @pnpm/read-project-manifest@1.0.6-alpha.0
1464
+
1465
+ ## 5.3.2
1466
+
1467
+ ### Patch Changes
1468
+
1469
+ - 907c63a48: Dependencies updated.
1470
+ - 907c63a48: Use `fs.mkdir` instead of `make-dir`.
1471
+ - @pnpm/read-project-manifest@1.0.5