@pnpm/fetching.tarball-fetcher 1102.0.3 → 1102.0.5

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 ADDED
@@ -0,0 +1,1763 @@
1
+ # @pnpm/tarball-fetcher
2
+
3
+ ## 1102.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/core-loggers@1100.2.3
9
+ - @pnpm/exec.prepare-package@1100.0.23
10
+ - @pnpm/fs.packlist@1100.0.3
11
+
12
+ ## 1102.0.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies:
17
+ - @pnpm/core-loggers@1100.2.2
18
+ - @pnpm/exec.prepare-package@1100.0.22
19
+ - @pnpm/fetching.fetcher-base@1100.2.2
20
+ - @pnpm/fs.packlist@1100.0.2
21
+ - @pnpm/types@1101.4.0
22
+
23
+ ## 1102.0.3
24
+
25
+ ### Patch Changes
26
+
27
+ - @pnpm/fetching.fetcher-base@1100.2.1
28
+ - @pnpm/exec.prepare-package@1100.0.21
29
+ - @pnpm/worker@1100.2.3
30
+
31
+ ## 1102.0.2
32
+
33
+ ### Patch Changes
34
+
35
+ - bae694f: Some registries generate tarballs on-demand and cannot provide an integrity checksum in their package metadata. In that case pnpm now computes the integrity from the downloaded tarball and stores it in the lockfile, so the entry is verifiable on subsequent installs instead of being written without an integrity (which would fail the next install). This also applies to `--lockfile-only`: the tarball is downloaded so its integrity can be computed. A lockfile entry that is still missing its integrity is rejected as a `ERR_PNPM_MISSING_TARBALL_INTEGRITY` lockfile verification violation (the install fails closed) rather than being silently re-fetched.
36
+ - Updated dependencies [bae694f]
37
+ - Updated dependencies [852d537]
38
+ - @pnpm/fetching.fetcher-base@1100.2.0
39
+ - @pnpm/error@1100.0.1
40
+ - @pnpm/exec.prepare-package@1100.0.20
41
+ - @pnpm/store.index@1100.2.1
42
+ - @pnpm/worker@1100.2.2
43
+
44
+ ## 1102.0.1
45
+
46
+ ### Patch Changes
47
+
48
+ - @pnpm/exec.prepare-package@1100.0.19
49
+ - @pnpm/worker@1100.2.1
50
+
51
+ ## 1102.0.0
52
+
53
+ ### Patch Changes
54
+
55
+ - 681b593: pnpm can now use different auth tokens for different package scopes, even when those scopes use the same registry URL.
56
+
57
+ Previously, auth was selected only by registry URL. If `@org-a` and `@org-b` both used `https://npm.pkg.github.com/`, they had to share the same token. This caused problems for registries that issue tokens per organization or per scope.
58
+
59
+ Configure a scope-specific token by adding the package scope after the registry URL in the auth key:
60
+
61
+ ```ini
62
+ @org-a:registry=https://npm.pkg.github.com/
63
+ @org-b:registry=https://npm.pkg.github.com/
64
+
65
+ //npm.pkg.github.com/:@org-a:_authToken=${ORG_A_TOKEN}
66
+ //npm.pkg.github.com/:@org-b:_authToken=${ORG_B_TOKEN}
67
+
68
+ //npm.pkg.github.com/:_authToken=${FALLBACK_TOKEN}
69
+ ```
70
+
71
+ `pnpm login --registry=https://npm.pkg.github.com --scope=@org-a` writes the token to the same scope-specific auth key.
72
+
73
+ When installing or publishing `@org-a/*`, pnpm uses `ORG_A_TOKEN`. For `@org-b/*`, pnpm uses `ORG_B_TOKEN`. Packages without a matching scope continue to use the registry-wide fallback token.
74
+
75
+ - a31faa7: Updated dependency ranges. Notably:
76
+
77
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
78
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
79
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
80
+ - `@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.
81
+
82
+ - Updated dependencies [61810aa]
83
+ - Updated dependencies [681b593]
84
+ - Updated dependencies [a31faa7]
85
+ - @pnpm/store.index@1100.2.0
86
+ - @pnpm/worker@1100.2.0
87
+ - @pnpm/fetching.types@1100.0.2
88
+ - @pnpm/types@1101.3.2
89
+ - @pnpm/core-loggers@1100.2.1
90
+ - @pnpm/exec.prepare-package@1100.0.18
91
+ - @pnpm/fetching.fetcher-base@1100.1.9
92
+
93
+ ## 1101.0.14
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [f11b4fc]
98
+ - @pnpm/core-loggers@1100.2.0
99
+ - @pnpm/exec.prepare-package@1100.0.17
100
+ - @pnpm/worker@1100.1.11
101
+
102
+ ## 1101.0.13
103
+
104
+ ### Patch Changes
105
+
106
+ - bf1b731: Require trusted package identity before package-name `allowBuilds` entries can approve lifecycle scripts for git, git-hosted tarball, direct tarball, and local directory artifacts. To approve one of those artifacts explicitly, use its peer-suffix-free lockfile depPath as the `allowBuilds` key. Lockfile verification now rejects lockfiles where a registry-style dependency path (`name@semver`) is backed by a git, directory, or git-hosted tarball resolution (`ERR_PNPM_RESOLUTION_SHAPE_MISMATCH`), so the dependency path is a reliable artifact identity by the time scripts can run.
107
+ - Updated dependencies [089484a]
108
+ - Updated dependencies [bf1b731]
109
+ - @pnpm/worker@1100.1.10
110
+ - @pnpm/exec.prepare-package@1100.0.16
111
+ - @pnpm/types@1101.3.1
112
+ - @pnpm/core-loggers@1100.1.4
113
+ - @pnpm/fetching.fetcher-base@1100.1.8
114
+
115
+ ## 1101.0.12
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [3b76b8e]
120
+ - Updated dependencies [a017bf3]
121
+ - @pnpm/worker@1100.1.9
122
+ - @pnpm/types@1101.3.0
123
+ - @pnpm/core-loggers@1100.1.3
124
+ - @pnpm/exec.prepare-package@1100.0.15
125
+ - @pnpm/fetching.fetcher-base@1100.1.7
126
+
127
+ ## 1101.0.11
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [aa6149d]
132
+ - Updated dependencies [35d2355]
133
+ - @pnpm/worker@1100.1.8
134
+ - @pnpm/types@1101.2.0
135
+ - @pnpm/core-loggers@1100.1.2
136
+ - @pnpm/exec.prepare-package@1100.0.14
137
+ - @pnpm/fetching.fetcher-base@1100.1.6
138
+
139
+ ## 1101.0.10
140
+
141
+ ### Patch Changes
142
+
143
+ - @pnpm/exec.prepare-package@1100.0.13
144
+
145
+ ## 1101.0.9
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [64afc92]
150
+ - @pnpm/types@1101.1.1
151
+ - @pnpm/exec.prepare-package@1100.0.12
152
+ - @pnpm/fetching.fetcher-base@1100.1.5
153
+ - @pnpm/core-loggers@1100.1.1
154
+ - @pnpm/worker@1100.1.7
155
+
156
+ ## 1101.0.8
157
+
158
+ ### Patch Changes
159
+
160
+ - Updated dependencies [4a79336]
161
+ - @pnpm/core-loggers@1100.1.0
162
+ - @pnpm/fetching.fetcher-base@1100.1.4
163
+ - @pnpm/exec.prepare-package@1100.0.11
164
+ - @pnpm/worker@1100.1.6
165
+
166
+ ## 1101.0.7
167
+
168
+ ### Patch Changes
169
+
170
+ - @pnpm/exec.prepare-package@1100.0.10
171
+ - @pnpm/worker@1100.1.5
172
+
173
+ ## 1101.0.6
174
+
175
+ ### Patch Changes
176
+
177
+ - @pnpm/exec.prepare-package@1100.0.9
178
+
179
+ ## 1101.0.5
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [b61e268]
184
+ - @pnpm/types@1101.1.0
185
+ - @pnpm/core-loggers@1100.0.2
186
+ - @pnpm/exec.prepare-package@1100.0.8
187
+ - @pnpm/fetching.fetcher-base@1100.1.3
188
+ - @pnpm/worker@1100.1.4
189
+
190
+ ## 1101.0.4
191
+
192
+ ### Patch Changes
193
+
194
+ - Updated dependencies [0c67cb5]
195
+ - Updated dependencies [dd8d5d7]
196
+ - @pnpm/store.index@1100.1.0
197
+ - @pnpm/fs.packlist@1100.0.1
198
+ - @pnpm/worker@1100.1.3
199
+ - @pnpm/exec.prepare-package@1100.0.7
200
+
201
+ ## 1101.0.3
202
+
203
+ ### Patch Changes
204
+
205
+ - 36b4c83: Fixed `ERR_PNPM_BAD_TARBALL_SIZE` when a registry serves tarballs with an end-to-end `Content-Encoding` (e.g. `gzip`). Tarballs are already compressed, so the fetcher now requests them with `Accept-Encoding: identity` (matching pnpm v10's effective behavior) and, as defense in depth against misbehaving servers, no longer enforces the strict `Content-Length` check when the response declares a `Content-Encoding` — `Content-Length` in that case refers to the encoded payload, not the decoded bytes the fetch implementation yields [#11506](https://github.com/pnpm/pnpm/issues/11506).
206
+
207
+ ## 1101.0.2
208
+
209
+ ### Patch Changes
210
+
211
+ - 27425d7: Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
212
+
213
+ A new `gitHosted: true` field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.
214
+
215
+ - @pnpm/fetching.fetcher-base@1100.1.2
216
+ - @pnpm/exec.prepare-package@1100.0.6
217
+ - @pnpm/worker@1100.1.2
218
+
219
+ ## 1101.0.1
220
+
221
+ ### Patch Changes
222
+
223
+ - 184ce26: Fix the package name in README.md.
224
+ - Updated dependencies [184ce26]
225
+ - Updated dependencies [5a901e7]
226
+ - @pnpm/fetching.fetcher-base@1100.1.1
227
+ - @pnpm/exec.prepare-package@1100.0.5
228
+ - @pnpm/fetching.types@1100.0.1
229
+ - @pnpm/fs.graceful-fs@1100.1.0
230
+ - @pnpm/worker@1100.1.1
231
+
232
+ ## 1101.0.0
233
+
234
+ ### Minor Changes
235
+
236
+ - 421317c: Installing a Node.js runtime via `node@runtime:<version>` (including `pnpm env use` and `pnpm runtime set node`) no longer extracts the bundled `npm`, `npx`, and `corepack` from the Node.js archive. This cuts roughly half of the files pnpm has to hash, write to the CAS, and link during installation, making runtime installs noticeably faster. Users who still need `npm` can install it as a separate package.
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies [421317c]
241
+ - @pnpm/fetching.fetcher-base@1100.1.0
242
+ - @pnpm/worker@1100.1.0
243
+ - @pnpm/exec.prepare-package@1100.0.4
244
+
245
+ ## 1100.0.3
246
+
247
+ ### Patch Changes
248
+
249
+ - @pnpm/fetching.fetcher-base@1100.0.2
250
+ - @pnpm/exec.prepare-package@1100.0.3
251
+ - @pnpm/worker@1100.0.2
252
+
253
+ ## 1100.0.2
254
+
255
+ ### Patch Changes
256
+
257
+ - @pnpm/exec.prepare-package@1100.0.2
258
+
259
+ ## 1100.0.1
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies [ff28085]
264
+ - @pnpm/types@1101.0.0
265
+ - @pnpm/core-loggers@1100.0.1
266
+ - @pnpm/exec.prepare-package@1100.0.1
267
+ - @pnpm/fetching.fetcher-base@1100.0.1
268
+ - @pnpm/worker@1100.0.1
269
+
270
+ ## 1004.0.0
271
+
272
+ ### Major Changes
273
+
274
+ - 491a84f: This package is now pure ESM.
275
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
276
+
277
+ ### Minor Changes
278
+
279
+ - 3bf5e21: Added a way to append a manifest to a package with no package.json file.
280
+ - 96704a1: Renamed `rawConfig` to `authConfig` on the `Config` interface. This field now only contains auth/registry data from `.npmrc` files. Non-auth settings are no longer written to it.
281
+
282
+ Added `nodeDownloadMirrors` setting to configure custom Node.js download mirrors in `pnpm-workspace.yaml`:
283
+
284
+ ```yaml
285
+ nodeDownloadMirrors:
286
+ release: https://my-mirror.example.com/download/release/
287
+ nightly: https://my-mirror.example.com/download/nightly/
288
+ ```
289
+
290
+ Replaced `rawConfig: object` with `userAgent?: string` in lifecycle hook options. Removed unused `rawConfig` from fetcher and prepare-package options.
291
+
292
+ Removed support for the npm `init-module` setting. Custom init scripts via `.pnpm-init.js` are no longer executed by `pnpm init`.
293
+
294
+ - 6b3d87a: Improved HTTP performance with Happy Eyeballs (dual-stack), better keep-alive settings, and an optimized global dispatcher. Tarball downloads with known size now pre-allocate memory to avoid double-copy overhead.
295
+
296
+ ### Patch Changes
297
+
298
+ - e3b94c0: `@pnpm/fs.packlist` should be linked from the workspace.
299
+ - ba065f6: Block git-hosted dependencies from running prepare scripts unless explicitly allowed in onlyBuiltDependencies [#10288](https://github.com/pnpm/pnpm/pull/10288).
300
+ - 38b8e35: Support for custom resolvers and fetchers.
301
+ - Updated dependencies [e2e0a32]
302
+ - Updated dependencies [76718b3]
303
+ - Updated dependencies [a8f016c]
304
+ - Updated dependencies [cc1b8e3]
305
+ - Updated dependencies [7cec347]
306
+ - Updated dependencies [491a84f]
307
+ - Updated dependencies [50fbeca]
308
+ - Updated dependencies [ba065f6]
309
+ - Updated dependencies [3bf5e21]
310
+ - Updated dependencies [bb8baa7]
311
+ - Updated dependencies [ee9fe58]
312
+ - Updated dependencies [7d2fd48]
313
+ - Updated dependencies [efb48dc]
314
+ - Updated dependencies [56a59df]
315
+ - Updated dependencies [780af09]
316
+ - Updated dependencies [96704a1]
317
+ - Updated dependencies [cb367b9]
318
+ - Updated dependencies [7b1c189]
319
+ - Updated dependencies [6c480a4]
320
+ - Updated dependencies [8ffb1a7]
321
+ - Updated dependencies [05fb1ae]
322
+ - Updated dependencies [71de2b3]
323
+ - Updated dependencies [4893853]
324
+ - Updated dependencies [10bc391]
325
+ - Updated dependencies [b7f0f21]
326
+ - Updated dependencies [831f574]
327
+ - Updated dependencies [2df8b71]
328
+ - Updated dependencies [15549a9]
329
+ - Updated dependencies [cc7c0d2]
330
+ - Updated dependencies [98a0410]
331
+ - Updated dependencies [efb48dc]
332
+ - @pnpm/worker@1001.0.0
333
+ - @pnpm/types@1001.0.0
334
+ - @pnpm/fetching.types@1001.0.0
335
+ - @pnpm/fetching.fetcher-base@1002.0.0
336
+ - @pnpm/core-loggers@1002.0.0
337
+ - @pnpm/exec.prepare-package@1001.0.0
338
+ - @pnpm/fs.graceful-fs@1001.0.0
339
+ - @pnpm/error@1001.0.0
340
+ - @pnpm/fs.packlist@1001.0.0
341
+ - @pnpm/store.index@1000.0.0
342
+
343
+ ## 1003.0.0
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [8993f68]
348
+ - @pnpm/worker@1000.3.0
349
+ - @pnpm/prepare-package@1000.0.26
350
+ - @pnpm/fetcher-base@1001.0.2
351
+ - @pnpm/core-loggers@1001.0.4
352
+
353
+ ## 1002.0.1
354
+
355
+ ### Patch Changes
356
+
357
+ - @pnpm/prepare-package@1000.0.25
358
+
359
+ ## 1002.0.0
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies [06d2160]
364
+ - @pnpm/worker@1000.2.0
365
+
366
+ ## 1001.1.0
367
+
368
+ ### Minor Changes
369
+
370
+ - fb4da0c: Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
371
+
372
+ Added configuration options for warning thresholds: `fetchWarnTimeoutMs` and `fetchMinSpeedKiBps`.
373
+ Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
374
+
375
+ Related PR: [#10025](https://github.com/pnpm/pnpm/pull/10025).
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies [9b9faa5]
380
+ - @pnpm/graceful-fs@1000.0.1
381
+ - @pnpm/worker@1000.1.14
382
+ - @pnpm/prepare-package@1000.0.24
383
+
384
+ ## 1001.0.15
385
+
386
+ ### Patch Changes
387
+
388
+ - @pnpm/error@1000.0.5
389
+ - @pnpm/prepare-package@1000.0.23
390
+ - @pnpm/worker@1000.1.13
391
+
392
+ ## 1001.0.14
393
+
394
+ ### Patch Changes
395
+
396
+ - @pnpm/prepare-package@1000.0.22
397
+ - @pnpm/fetcher-base@1001.0.1
398
+ - @pnpm/core-loggers@1001.0.3
399
+ - @pnpm/worker@1000.1.12
400
+
401
+ ## 1001.0.13
402
+
403
+ ### Patch Changes
404
+
405
+ - @pnpm/prepare-package@1000.0.21
406
+
407
+ ## 1001.0.12
408
+
409
+ ### Patch Changes
410
+
411
+ - Updated dependencies [d1edf73]
412
+ - @pnpm/fetcher-base@1001.0.0
413
+ - @pnpm/error@1000.0.4
414
+ - @pnpm/prepare-package@1000.0.20
415
+ - @pnpm/worker@1000.1.11
416
+
417
+ ## 1001.0.11
418
+
419
+ ### Patch Changes
420
+
421
+ - Updated dependencies [1ba2e15]
422
+ - Updated dependencies [1a07b8f]
423
+ - @pnpm/fetching-types@1000.2.0
424
+ - @pnpm/fetcher-base@1000.1.0
425
+ - @pnpm/prepare-package@1000.0.19
426
+ - @pnpm/core-loggers@1001.0.2
427
+ - @pnpm/worker@1000.1.10
428
+ - @pnpm/error@1000.0.3
429
+
430
+ ## 1001.0.10
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [589ac1f]
435
+ - @pnpm/worker@1000.1.9
436
+ - @pnpm/prepare-package@1000.0.18
437
+
438
+ ## 1001.0.9
439
+
440
+ ### Patch Changes
441
+
442
+ - @pnpm/fetcher-base@1000.0.12
443
+ - @pnpm/prepare-package@1000.0.17
444
+ - @pnpm/worker@1000.1.8
445
+
446
+ ## 1001.0.8
447
+
448
+ ### Patch Changes
449
+
450
+ - @pnpm/prepare-package@1000.0.16
451
+ - @pnpm/worker@1000.1.7
452
+
453
+ ## 1001.0.7
454
+
455
+ ### Patch Changes
456
+
457
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
458
+ - Updated dependencies [09cf46f]
459
+ - @pnpm/core-loggers@1001.0.1
460
+ - @pnpm/worker@1000.1.6
461
+ - @pnpm/prepare-package@1000.0.15
462
+ - @pnpm/fetcher-base@1000.0.11
463
+
464
+ ## 1001.0.6
465
+
466
+ ### Patch Changes
467
+
468
+ - @pnpm/prepare-package@1000.0.14
469
+
470
+ ## 1001.0.5
471
+
472
+ ### Patch Changes
473
+
474
+ - Updated dependencies [8a9f3a4]
475
+ - @pnpm/core-loggers@1001.0.0
476
+ - @pnpm/logger@1001.0.0
477
+ - @pnpm/fetcher-base@1000.0.10
478
+ - @pnpm/prepare-package@1000.0.13
479
+ - @pnpm/worker@1000.1.5
480
+
481
+ ## 1001.0.4
482
+
483
+ ### Patch Changes
484
+
485
+ - @pnpm/fetcher-base@1000.0.9
486
+ - @pnpm/worker@1000.1.4
487
+ - @pnpm/prepare-package@1000.0.12
488
+
489
+ ## 1001.0.3
490
+
491
+ ### Patch Changes
492
+
493
+ - Updated dependencies [750ae7d]
494
+ - @pnpm/core-loggers@1000.2.0
495
+ - @pnpm/prepare-package@1000.0.11
496
+ - @pnpm/fetcher-base@1000.0.8
497
+ - @pnpm/worker@1000.1.3
498
+
499
+ ## 1001.0.2
500
+
501
+ ### Patch Changes
502
+
503
+ - @pnpm/prepare-package@1000.0.10
504
+ - @pnpm/fetcher-base@1000.0.7
505
+ - @pnpm/core-loggers@1000.1.5
506
+ - @pnpm/worker@1000.1.2
507
+
508
+ ## 1001.0.1
509
+
510
+ ### Patch Changes
511
+
512
+ - @pnpm/fetcher-base@1000.0.6
513
+ - @pnpm/prepare-package@1000.0.9
514
+ - @pnpm/worker@1000.1.1
515
+
516
+ ## 1001.0.0
517
+
518
+ ### Patch Changes
519
+
520
+ - Updated dependencies [2e05789]
521
+ - @pnpm/worker@1000.1.0
522
+
523
+ ## 1000.0.9
524
+
525
+ ### Patch Changes
526
+
527
+ - @pnpm/worker@1000.0.8
528
+
529
+ ## 1000.0.8
530
+
531
+ ### Patch Changes
532
+
533
+ - @pnpm/prepare-package@1000.0.8
534
+ - @pnpm/fetcher-base@1000.0.5
535
+ - @pnpm/core-loggers@1000.1.4
536
+ - @pnpm/worker@1000.0.7
537
+
538
+ ## 1000.0.7
539
+
540
+ ### Patch Changes
541
+
542
+ - @pnpm/prepare-package@1000.0.7
543
+ - @pnpm/fetcher-base@1000.0.4
544
+ - @pnpm/core-loggers@1000.1.3
545
+ - @pnpm/worker@1000.0.6
546
+
547
+ ## 1000.0.6
548
+
549
+ ### Patch Changes
550
+
551
+ - @pnpm/prepare-package@1000.0.6
552
+
553
+ ## 1000.0.5
554
+
555
+ ### Patch Changes
556
+
557
+ - @pnpm/error@1000.0.2
558
+ - @pnpm/prepare-package@1000.0.5
559
+ - @pnpm/fetcher-base@1000.0.3
560
+ - @pnpm/core-loggers@1000.1.2
561
+ - @pnpm/worker@1000.0.5
562
+
563
+ ## 1000.0.4
564
+
565
+ ### Patch Changes
566
+
567
+ - @pnpm/prepare-package@1000.0.4
568
+ - @pnpm/worker@1000.0.4
569
+
570
+ ## 1000.0.3
571
+
572
+ ### Patch Changes
573
+
574
+ - @pnpm/prepare-package@1000.0.3
575
+ - @pnpm/fetcher-base@1000.0.2
576
+ - @pnpm/core-loggers@1000.1.1
577
+ - @pnpm/worker@1000.0.3
578
+
579
+ ## 1000.0.2
580
+
581
+ ### Patch Changes
582
+
583
+ - Updated dependencies [516c4b3]
584
+ - Updated dependencies [7272992]
585
+ - @pnpm/core-loggers@1000.1.0
586
+ - @pnpm/worker@1000.0.2
587
+ - @pnpm/prepare-package@1000.0.2
588
+
589
+ ## 1000.0.1
590
+
591
+ ### Patch Changes
592
+
593
+ - Updated dependencies [b0f3c71]
594
+ - @pnpm/fetching-types@1000.1.0
595
+ - @pnpm/error@1000.0.1
596
+ - @pnpm/fetcher-base@1000.0.1
597
+ - @pnpm/prepare-package@1000.0.1
598
+ - @pnpm/worker@1000.0.1
599
+
600
+ ## 20.0.0
601
+
602
+ ### Patch Changes
603
+
604
+ - Updated dependencies [099e6af]
605
+ - @pnpm/worker@2.0.0
606
+ - @pnpm/error@6.0.3
607
+ - @pnpm/fetcher-base@16.0.7
608
+ - @pnpm/prepare-package@6.0.15
609
+
610
+ ## 19.0.16
611
+
612
+ ### Patch Changes
613
+
614
+ - Updated dependencies [222d10a]
615
+ - @pnpm/worker@1.0.13
616
+ - @pnpm/prepare-package@6.0.14
617
+
618
+ ## 19.0.15
619
+
620
+ ### Patch Changes
621
+
622
+ - @pnpm/worker@1.0.12
623
+ - @pnpm/prepare-package@6.0.14
624
+
625
+ ## 19.0.14
626
+
627
+ ### Patch Changes
628
+
629
+ - @pnpm/error@6.0.2
630
+ - @pnpm/prepare-package@6.0.14
631
+ - @pnpm/worker@1.0.11
632
+
633
+ ## 19.0.13
634
+
635
+ ### Patch Changes
636
+
637
+ - @pnpm/prepare-package@6.0.13
638
+ - @pnpm/fetcher-base@16.0.7
639
+ - @pnpm/core-loggers@10.0.7
640
+ - @pnpm/worker@1.0.10
641
+
642
+ ## 19.0.12
643
+
644
+ ### Patch Changes
645
+
646
+ - @pnpm/prepare-package@6.0.12
647
+ - @pnpm/fetcher-base@16.0.6
648
+ - @pnpm/core-loggers@10.0.6
649
+ - @pnpm/worker@1.0.9
650
+
651
+ ## 19.0.11
652
+
653
+ ### Patch Changes
654
+
655
+ - @pnpm/prepare-package@6.0.11
656
+ - @pnpm/fetcher-base@16.0.5
657
+ - @pnpm/core-loggers@10.0.5
658
+ - @pnpm/worker@1.0.8
659
+
660
+ ## 19.0.10
661
+
662
+ ### Patch Changes
663
+
664
+ - @pnpm/prepare-package@6.0.10
665
+
666
+ ## 19.0.9
667
+
668
+ ### Patch Changes
669
+
670
+ - @pnpm/prepare-package@6.0.9
671
+ - @pnpm/fetcher-base@16.0.4
672
+ - @pnpm/core-loggers@10.0.4
673
+ - @pnpm/worker@1.0.7
674
+
675
+ ## 19.0.8
676
+
677
+ ### Patch Changes
678
+
679
+ - afe520d: Update rename-overwrite to v6.
680
+ - @pnpm/worker@1.0.6
681
+ - @pnpm/prepare-package@6.0.8
682
+
683
+ ## 19.0.7
684
+
685
+ ### Patch Changes
686
+
687
+ - @pnpm/fetcher-base@16.0.3
688
+ - @pnpm/prepare-package@6.0.7
689
+ - @pnpm/core-loggers@10.0.3
690
+ - @pnpm/worker@1.0.5
691
+
692
+ ## 19.0.6
693
+
694
+ ### Patch Changes
695
+
696
+ - @pnpm/prepare-package@6.0.6
697
+ - @pnpm/fetcher-base@16.0.2
698
+ - @pnpm/core-loggers@10.0.2
699
+ - @pnpm/worker@1.0.4
700
+
701
+ ## 19.0.5
702
+
703
+ ### Patch Changes
704
+
705
+ - @pnpm/prepare-package@6.0.5
706
+
707
+ ## 19.0.4
708
+
709
+ ### Patch Changes
710
+
711
+ - @pnpm/prepare-package@6.0.4
712
+ - @pnpm/worker@1.0.3
713
+
714
+ ## 19.0.3
715
+
716
+ ### Patch Changes
717
+
718
+ - @pnpm/prepare-package@6.0.3
719
+ - @pnpm/fetcher-base@16.0.1
720
+ - @pnpm/core-loggers@10.0.1
721
+ - @pnpm/worker@1.0.2
722
+
723
+ ## 19.0.2
724
+
725
+ ### Patch Changes
726
+
727
+ - Updated dependencies [a7aef51]
728
+ - @pnpm/error@6.0.1
729
+ - @pnpm/prepare-package@6.0.2
730
+ - @pnpm/worker@1.0.1
731
+
732
+ ## 19.0.1
733
+
734
+ ### Patch Changes
735
+
736
+ - @pnpm/prepare-package@6.0.1
737
+
738
+ ## 19.0.0
739
+
740
+ ### Major Changes
741
+
742
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
743
+
744
+ ### Minor Changes
745
+
746
+ - b13d2dc: It is now possible to install only a subdirectory from a Git repository.
747
+
748
+ For example, `pnpm add github:user/repo#path:packages/foo` will add a dependency from the `packages/foo` subdirectory.
749
+
750
+ This new parameter may be combined with other supported parameters separated by `&`. For instance, the next command will install the same package from the `dev` branch: `pnpm add github:user/repo#dev&path:packages/bar`.
751
+
752
+ Related issue: [#4765](https://github.com/pnpm/pnpm/issues/4765).
753
+ Related PR: [#7487](https://github.com/pnpm/pnpm/pull/7487).
754
+
755
+ - 730929e: Add a field named `ignoredOptionalDependencies`. This is an array of strings. If an optional dependency has its name included in this array, it will be skipped.
756
+
757
+ ### Patch Changes
758
+
759
+ - 3ded840: Print the right error code when a package fails to be added to the store [#7679](https://github.com/pnpm/pnpm/issues/7679).
760
+ - 36dcaa0: When installing git-hosted dependencies, only pick the files that would be packed with the package [#7638](https://github.com/pnpm/pnpm/pull/7638).
761
+ - Updated dependencies [3ded840]
762
+ - Updated dependencies [43cdd87]
763
+ - Updated dependencies [167ac4d]
764
+ - Updated dependencies [11d9ebd]
765
+ - Updated dependencies [36dcaa0]
766
+ - Updated dependencies [b13d2dc]
767
+ - Updated dependencies [730929e]
768
+ - @pnpm/error@6.0.0
769
+ - @pnpm/worker@1.0.0
770
+ - @pnpm/fetching-types@6.0.0
771
+ - @pnpm/fetcher-base@16.0.0
772
+ - @pnpm/core-loggers@10.0.0
773
+ - @pnpm/prepare-package@6.0.0
774
+ - @pnpm/graceful-fs@4.0.0
775
+ - @pnpm/fs.packlist@2.0.0
776
+
777
+ ## 18.0.19
778
+
779
+ ### Patch Changes
780
+
781
+ - @pnpm/fetcher-base@15.0.7
782
+ - @pnpm/prepare-package@5.0.24
783
+ - @pnpm/worker@0.3.14
784
+
785
+ ## 18.0.18
786
+
787
+ ### Patch Changes
788
+
789
+ - 342222d20: A git-hosted dependency should not be added to the store if it failed to be built [#7407](https://github.com/pnpm/pnpm/pull/7407).
790
+ - @pnpm/prepare-package@5.0.23
791
+
792
+ ## 18.0.17
793
+
794
+ ### Patch Changes
795
+
796
+ - @pnpm/worker@0.3.13
797
+
798
+ ## 18.0.16
799
+
800
+ ### Patch Changes
801
+
802
+ - @pnpm/worker@0.3.12
803
+ - @pnpm/prepare-package@5.0.22
804
+ - @pnpm/fetcher-base@15.0.6
805
+ - @pnpm/core-loggers@9.0.6
806
+
807
+ ## 18.0.15
808
+
809
+ ### Patch Changes
810
+
811
+ - @pnpm/prepare-package@5.0.21
812
+ - @pnpm/fetcher-base@15.0.5
813
+ - @pnpm/core-loggers@9.0.5
814
+ - @pnpm/worker@0.3.11
815
+
816
+ ## 18.0.14
817
+
818
+ ### Patch Changes
819
+
820
+ - @pnpm/worker@0.3.10
821
+
822
+ ## 18.0.13
823
+
824
+ ### Patch Changes
825
+
826
+ - Updated dependencies [1e7bd4af3]
827
+ - @pnpm/worker@0.3.9
828
+
829
+ ## 18.0.12
830
+
831
+ ### Patch Changes
832
+
833
+ - abdf1f2b6: Don't retry fetching missing packages, since the retries will never work [#7276](https://github.com/pnpm/pnpm/pull/7276).
834
+ - @pnpm/prepare-package@5.0.20
835
+ - @pnpm/worker@0.3.8
836
+
837
+ ## 18.0.11
838
+
839
+ ### Patch Changes
840
+
841
+ - @pnpm/prepare-package@5.0.19
842
+
843
+ ## 18.0.10
844
+
845
+ ### Patch Changes
846
+
847
+ - @pnpm/fetcher-base@15.0.4
848
+ - @pnpm/worker@0.3.7
849
+ - @pnpm/prepare-package@5.0.18
850
+
851
+ ## 18.0.9
852
+
853
+ ### Patch Changes
854
+
855
+ - @pnpm/prepare-package@5.0.17
856
+
857
+ ## 18.0.8
858
+
859
+ ### Patch Changes
860
+
861
+ - Updated dependencies [6390033cd]
862
+ - @pnpm/worker@0.3.6
863
+ - @pnpm/prepare-package@5.0.16
864
+ - @pnpm/fetcher-base@15.0.3
865
+ - @pnpm/core-loggers@9.0.4
866
+
867
+ ## 18.0.7
868
+
869
+ ### Patch Changes
870
+
871
+ - @pnpm/prepare-package@5.0.15
872
+
873
+ ## 18.0.6
874
+
875
+ ### Patch Changes
876
+
877
+ - @pnpm/prepare-package@5.0.14
878
+ - @pnpm/worker@0.3.5
879
+
880
+ ## 18.0.5
881
+
882
+ ### Patch Changes
883
+
884
+ - Updated dependencies [08b65ff78]
885
+ - @pnpm/worker@0.3.4
886
+ - @pnpm/prepare-package@5.0.13
887
+
888
+ ## 18.0.4
889
+
890
+ ### Patch Changes
891
+
892
+ - @pnpm/worker@0.3.3
893
+
894
+ ## 18.0.3
895
+
896
+ ### Patch Changes
897
+
898
+ - @pnpm/worker@0.3.2
899
+
900
+ ## 18.0.2
901
+
902
+ ### Patch Changes
903
+
904
+ - @pnpm/prepare-package@5.0.13
905
+ - @pnpm/fetcher-base@15.0.2
906
+ - @pnpm/core-loggers@9.0.3
907
+ - @pnpm/worker@0.3.1
908
+
909
+ ## 18.0.1
910
+
911
+ ### Patch Changes
912
+
913
+ - Updated dependencies [17d2ddb05]
914
+ - @pnpm/prepare-package@5.0.12
915
+
916
+ ## 18.0.0
917
+
918
+ ### Major Changes
919
+
920
+ - 9caa33d53: `fromStore` replaced with `resolvedFrom`.
921
+
922
+ ### Patch Changes
923
+
924
+ - Updated dependencies [9caa33d53]
925
+ - Updated dependencies [9caa33d53]
926
+ - @pnpm/worker@0.3.0
927
+ - @pnpm/graceful-fs@3.2.0
928
+ - @pnpm/fetcher-base@15.0.1
929
+ - @pnpm/prepare-package@5.0.11
930
+
931
+ ## 17.0.1
932
+
933
+ ### Patch Changes
934
+
935
+ - @pnpm/worker@0.2.1
936
+
937
+ ## 17.0.0
938
+
939
+ ### Patch Changes
940
+
941
+ - Updated dependencies [03cdccc6e]
942
+ - Updated dependencies [48dcd108c]
943
+ - @pnpm/worker@0.2.0
944
+ - @pnpm/fetcher-base@15.0.1
945
+ - @pnpm/prepare-package@5.0.10
946
+
947
+ ## 16.0.2
948
+
949
+ ### Patch Changes
950
+
951
+ - @pnpm/worker@0.1.2
952
+ - @pnpm/prepare-package@5.0.9
953
+
954
+ ## 16.0.1
955
+
956
+ ### Patch Changes
957
+
958
+ - Updated dependencies [4a1a9431d]
959
+ - @pnpm/fetcher-base@15.0.1
960
+ - @pnpm/worker@0.1.1
961
+ - @pnpm/prepare-package@5.0.9
962
+
963
+ ## 16.0.0
964
+
965
+ ### Major Changes
966
+
967
+ - 083bbf590: Breaking changes to the API.
968
+ - 70b2830ac: Breaking changes to the API.
969
+
970
+ ### Patch Changes
971
+
972
+ - 96e165c7f: Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received [#6819](https://github.com/pnpm/pnpm/pull/6819).
973
+ - Updated dependencies [70b2830ac]
974
+ - Updated dependencies [083bbf590]
975
+ - Updated dependencies [083bbf590]
976
+ - Updated dependencies [083bbf590]
977
+ - @pnpm/fetcher-base@15.0.0
978
+ - @pnpm/worker@0.1.0
979
+ - @pnpm/graceful-fs@3.1.0
980
+ - @pnpm/prepare-package@5.0.8
981
+
982
+ ## 15.0.9
983
+
984
+ ### Patch Changes
985
+
986
+ - 840b65bda: Report download progress less often to improve performance.
987
+
988
+ ## 15.0.8
989
+
990
+ ### Patch Changes
991
+
992
+ - @pnpm/prepare-package@5.0.7
993
+
994
+ ## 15.0.7
995
+
996
+ ### Patch Changes
997
+
998
+ - Updated dependencies [8452bb2d5]
999
+ - @pnpm/prepare-package@5.0.6
1000
+
1001
+ ## 15.0.6
1002
+
1003
+ ### Patch Changes
1004
+
1005
+ - @pnpm/prepare-package@5.0.5
1006
+ - @pnpm/fetcher-base@14.0.2
1007
+ - @pnpm/core-loggers@9.0.2
1008
+
1009
+ ## 15.0.5
1010
+
1011
+ ### Patch Changes
1012
+
1013
+ - @pnpm/prepare-package@5.0.4
1014
+
1015
+ ## 15.0.4
1016
+
1017
+ ### Patch Changes
1018
+
1019
+ - @pnpm/prepare-package@5.0.3
1020
+
1021
+ ## 15.0.3
1022
+
1023
+ ### Patch Changes
1024
+
1025
+ - @pnpm/error@5.0.2
1026
+ - @pnpm/prepare-package@5.0.2
1027
+
1028
+ ## 15.0.2
1029
+
1030
+ ### Patch Changes
1031
+
1032
+ - d55b41a8b: Dependencies have been updated.
1033
+ - @pnpm/prepare-package@5.0.1
1034
+
1035
+ ## 15.0.1
1036
+
1037
+ ### Patch Changes
1038
+
1039
+ - @pnpm/prepare-package@5.0.1
1040
+ - @pnpm/fetcher-base@14.0.1
1041
+ - @pnpm/core-loggers@9.0.1
1042
+ - @pnpm/error@5.0.1
1043
+
1044
+ ## 15.0.0
1045
+
1046
+ ### Major Changes
1047
+
1048
+ - eceaa8b8b: Node.js 14 support dropped.
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - Updated dependencies [eceaa8b8b]
1053
+ - @pnpm/fetching-types@5.0.0
1054
+ - @pnpm/fetcher-base@14.0.0
1055
+ - @pnpm/core-loggers@9.0.0
1056
+ - @pnpm/prepare-package@5.0.0
1057
+ - @pnpm/graceful-fs@3.0.0
1058
+ - @pnpm/error@5.0.0
1059
+
1060
+ ## 14.1.4
1061
+
1062
+ ### Patch Changes
1063
+
1064
+ - Updated dependencies [955874422]
1065
+ - @pnpm/graceful-fs@2.1.0
1066
+ - @pnpm/prepare-package@4.1.2
1067
+
1068
+ ## 14.1.3
1069
+
1070
+ ### Patch Changes
1071
+
1072
+ - 2241f77ad: Print a hint that suggests to run `pnpm store prune`, when a tarball integrity error happens.
1073
+
1074
+ ## 14.1.2
1075
+
1076
+ ### Patch Changes
1077
+
1078
+ - @pnpm/fetcher-base@13.1.6
1079
+ - @pnpm/prepare-package@4.1.1
1080
+
1081
+ ## 14.1.1
1082
+
1083
+ ### Patch Changes
1084
+
1085
+ - 1e6de89b6: Update ssri to v10.0.1.
1086
+ - @pnpm/prepare-package@4.1.0
1087
+
1088
+ ## 14.1.0
1089
+
1090
+ ### Minor Changes
1091
+
1092
+ - c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies.
1093
+
1094
+ ### Patch Changes
1095
+
1096
+ - Updated dependencies [c7b05cd9a]
1097
+ - @pnpm/prepare-package@4.1.0
1098
+ - @pnpm/error@4.0.1
1099
+
1100
+ ## 14.0.1
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - ec97a3105: Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847).
1105
+ - Updated dependencies [ec97a3105]
1106
+ - Updated dependencies [40a481840]
1107
+ - @pnpm/prepare-package@4.0.1
1108
+
1109
+ ## 14.0.0
1110
+
1111
+ ### Major Changes
1112
+
1113
+ - 339c0a704: A new required option added to the prepare package function: rawConfig. It is needed in order to create a proper environment for the package manager executed during the preparation of a git-hosted dependency.
1114
+
1115
+ ### Patch Changes
1116
+
1117
+ - Updated dependencies [339c0a704]
1118
+ - Updated dependencies [339c0a704]
1119
+ - @pnpm/prepare-package@4.0.0
1120
+
1121
+ ## 13.0.3
1122
+
1123
+ ### Patch Changes
1124
+
1125
+ - @pnpm/fetcher-base@13.1.5
1126
+ - @pnpm/core-loggers@8.0.3
1127
+ - @pnpm/prepare-package@3.0.4
1128
+
1129
+ ## 13.0.2
1130
+
1131
+ ### Patch Changes
1132
+
1133
+ - a9d59d8bc: Update dependencies.
1134
+ - @pnpm/prepare-package@3.0.3
1135
+
1136
+ ## 13.0.1
1137
+
1138
+ ### Patch Changes
1139
+
1140
+ - @pnpm/core-loggers@8.0.2
1141
+ - @pnpm/fetcher-base@13.1.4
1142
+ - @pnpm/prepare-package@3.0.2
1143
+
1144
+ ## 13.0.0
1145
+
1146
+ ### Major Changes
1147
+
1148
+ - 804de211e: GetCredentials function replaced with GetAuthHeader.
1149
+
1150
+ ### Patch Changes
1151
+
1152
+ - Updated dependencies [804de211e]
1153
+ - @pnpm/fetching-types@4.0.0
1154
+
1155
+ ## 12.0.1
1156
+
1157
+ ### Patch Changes
1158
+
1159
+ - @pnpm/core-loggers@8.0.1
1160
+ - @pnpm/fetcher-base@13.1.3
1161
+ - @pnpm/prepare-package@3.0.1
1162
+
1163
+ ## 12.0.0
1164
+
1165
+ ### Major Changes
1166
+
1167
+ - f884689e0: Require `@pnpm/logger` v5.
1168
+
1169
+ ### Patch Changes
1170
+
1171
+ - Updated dependencies [043d988fc]
1172
+ - Updated dependencies [f884689e0]
1173
+ - @pnpm/error@4.0.0
1174
+ - @pnpm/core-loggers@8.0.0
1175
+ - @pnpm/prepare-package@3.0.0
1176
+
1177
+ ## 11.0.5
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - Updated dependencies [3ae888c28]
1182
+ - @pnpm/core-loggers@7.1.0
1183
+
1184
+ ## 11.0.4
1185
+
1186
+ ### Patch Changes
1187
+
1188
+ - Updated dependencies [e8a631bf0]
1189
+ - @pnpm/error@3.1.0
1190
+ - @pnpm/prepare-package@2.0.11
1191
+
1192
+ ## 11.0.3
1193
+
1194
+ ### Patch Changes
1195
+
1196
+ - @pnpm/core-loggers@7.0.8
1197
+ - @pnpm/fetcher-base@13.1.2
1198
+ - @pnpm/prepare-package@2.0.10
1199
+
1200
+ ## 11.0.2
1201
+
1202
+ ### Patch Changes
1203
+
1204
+ - @pnpm/core-loggers@7.0.7
1205
+ - @pnpm/fetcher-base@13.1.1
1206
+ - @pnpm/prepare-package@2.0.9
1207
+
1208
+ ## 11.0.1
1209
+
1210
+ ### Patch Changes
1211
+
1212
+ - dbac0ca01: Update ssri to v9.
1213
+ - @pnpm/prepare-package@2.0.8
1214
+
1215
+ ## 11.0.0
1216
+
1217
+ ### Major Changes
1218
+
1219
+ - 7a17f99ab: Refactor `tarball-fetcher` and separate it into more specific fetchers, such as `localTarball`, `remoteTarball` and `gitHostedTarball`.
1220
+
1221
+ ### Patch Changes
1222
+
1223
+ - 32915f0e4: Refactor cafs types into separate package and add additional properties including `cafsDir` and `getFilePathInCafs`.
1224
+ - Updated dependencies [32915f0e4]
1225
+ - Updated dependencies [23984abd1]
1226
+ - @pnpm/fetcher-base@13.1.0
1227
+
1228
+ ## 10.0.10
1229
+
1230
+ ### Patch Changes
1231
+
1232
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
1233
+
1234
+ ## 10.0.9
1235
+
1236
+ ### Patch Changes
1237
+
1238
+ - @pnpm/core-loggers@7.0.6
1239
+ - @pnpm/fetcher-base@13.0.2
1240
+ - @pnpm/prepare-package@2.0.7
1241
+
1242
+ ## 10.0.8
1243
+
1244
+ ### Patch Changes
1245
+
1246
+ - 5f643f23b: Update ramda to v0.28.
1247
+
1248
+ ## 10.0.7
1249
+
1250
+ ### Patch Changes
1251
+
1252
+ - @pnpm/core-loggers@7.0.5
1253
+ - @pnpm/fetcher-base@13.0.1
1254
+ - @pnpm/prepare-package@2.0.6
1255
+
1256
+ ## 10.0.6
1257
+
1258
+ ### Patch Changes
1259
+
1260
+ - Updated dependencies [2a34b21ce]
1261
+ - Updated dependencies [47b5e45dd]
1262
+ - @pnpm/fetcher-base@13.0.0
1263
+ - @pnpm/core-loggers@7.0.4
1264
+ - @pnpm/prepare-package@2.0.5
1265
+
1266
+ ## 10.0.5
1267
+
1268
+ ### Patch Changes
1269
+
1270
+ - Updated dependencies [0abfe1718]
1271
+ - @pnpm/fetcher-base@12.1.0
1272
+ - @pnpm/core-loggers@7.0.3
1273
+ - @pnpm/prepare-package@2.0.4
1274
+
1275
+ ## 10.0.4
1276
+
1277
+ ### Patch Changes
1278
+
1279
+ - @pnpm/core-loggers@7.0.2
1280
+ - @pnpm/fetcher-base@12.0.3
1281
+ - @pnpm/prepare-package@2.0.3
1282
+
1283
+ ## 10.0.3
1284
+
1285
+ ### Patch Changes
1286
+
1287
+ - Updated dependencies [6756c2b02]
1288
+ - @pnpm/fetcher-base@12.0.2
1289
+
1290
+ ## 10.0.2
1291
+
1292
+ ### Patch Changes
1293
+
1294
+ - @pnpm/core-loggers@7.0.1
1295
+ - @pnpm/fetcher-base@12.0.1
1296
+ - @pnpm/prepare-package@2.0.2
1297
+
1298
+ ## 10.0.1
1299
+
1300
+ ### Patch Changes
1301
+
1302
+ - @pnpm/error@3.0.1
1303
+ - @pnpm/prepare-package@2.0.1
1304
+
1305
+ ## 10.0.0
1306
+
1307
+ ### Major Changes
1308
+
1309
+ - 542014839: Node.js 12 is not supported.
1310
+
1311
+ ### Patch Changes
1312
+
1313
+ - Updated dependencies [542014839]
1314
+ - @pnpm/core-loggers@7.0.0
1315
+ - @pnpm/error@3.0.0
1316
+ - @pnpm/fetcher-base@12.0.0
1317
+ - @pnpm/fetching-types@3.0.0
1318
+ - @pnpm/graceful-fs@2.0.0
1319
+ - @pnpm/prepare-package@2.0.0
1320
+
1321
+ ## 9.3.17
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - Updated dependencies [70ba51da9]
1326
+ - @pnpm/error@2.1.0
1327
+ - @pnpm/prepare-package@1.0.13
1328
+
1329
+ ## 9.3.16
1330
+
1331
+ ### Patch Changes
1332
+
1333
+ - @pnpm/core-loggers@6.1.4
1334
+ - @pnpm/fetcher-base@11.1.6
1335
+ - @pnpm/prepare-package@1.0.12
1336
+
1337
+ ## 9.3.15
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - @pnpm/core-loggers@6.1.3
1342
+ - @pnpm/fetcher-base@11.1.5
1343
+ - @pnpm/prepare-package@1.0.11
1344
+
1345
+ ## 9.3.14
1346
+
1347
+ ### Patch Changes
1348
+
1349
+ - @pnpm/core-loggers@6.1.2
1350
+ - @pnpm/fetcher-base@11.1.4
1351
+ - @pnpm/prepare-package@1.0.10
1352
+
1353
+ ## 9.3.13
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - Updated dependencies [eec4b195d]
1358
+ - @pnpm/prepare-package@1.0.9
1359
+ - @pnpm/core-loggers@6.1.1
1360
+ - @pnpm/fetcher-base@11.1.3
1361
+
1362
+ ## 9.3.12
1363
+
1364
+ ### Patch Changes
1365
+
1366
+ - Updated dependencies [ba9b2eba1]
1367
+ - @pnpm/core-loggers@6.1.0
1368
+ - @pnpm/fetcher-base@11.1.2
1369
+ - @pnpm/prepare-package@1.0.8
1370
+
1371
+ ## 9.3.11
1372
+
1373
+ ### Patch Changes
1374
+
1375
+ - b13e4b452: Fixes a regression introduced in pnpm v6.23.3 via [#4044](https://github.com/pnpm/pnpm/pull/4044).
1376
+
1377
+ The temporary directory to which the Git-hosted package is downloaded should not be removed prematurely [#4064](https://github.com/pnpm/pnpm/issues/4064).
1378
+
1379
+ ## 9.3.10
1380
+
1381
+ ### Patch Changes
1382
+
1383
+ - fb1a95a6c: The temporary directory should be removed after preparing the git-hosted package.
1384
+ - fb1a95a6c: Fetch is not retried if preparation of git-hosted package fails.
1385
+ - Updated dependencies [fb1a95a6c]
1386
+ - @pnpm/prepare-package@1.0.7
1387
+
1388
+ ## 9.3.9
1389
+
1390
+ ### Patch Changes
1391
+
1392
+ - @pnpm/core-loggers@6.0.6
1393
+ - @pnpm/fetcher-base@11.1.1
1394
+ - @pnpm/prepare-package@1.0.6
1395
+
1396
+ ## 9.3.8
1397
+
1398
+ ### Patch Changes
1399
+
1400
+ - Updated dependencies [4ab87844a]
1401
+ - Updated dependencies [4ab87844a]
1402
+ - @pnpm/fetcher-base@11.1.0
1403
+ - @pnpm/core-loggers@6.0.5
1404
+ - @pnpm/prepare-package@1.0.5
1405
+
1406
+ ## 9.3.7
1407
+
1408
+ ### Patch Changes
1409
+
1410
+ - Updated dependencies [4a4d42d8f]
1411
+ - @pnpm/prepare-package@1.0.4
1412
+
1413
+ ## 9.3.6
1414
+
1415
+ ### Patch Changes
1416
+
1417
+ - Updated dependencies [bab172385]
1418
+ - @pnpm/fetching-types@2.2.1
1419
+
1420
+ ## 9.3.5
1421
+
1422
+ ### Patch Changes
1423
+
1424
+ - Updated dependencies [eadf0e505]
1425
+ - @pnpm/fetching-types@2.2.0
1426
+
1427
+ ## 9.3.4
1428
+
1429
+ ### Patch Changes
1430
+
1431
+ - @pnpm/core-loggers@6.0.4
1432
+ - @pnpm/fetcher-base@11.0.3
1433
+ - @pnpm/prepare-package@1.0.3
1434
+
1435
+ ## 9.3.3
1436
+
1437
+ ### Patch Changes
1438
+
1439
+ - @pnpm/core-loggers@6.0.3
1440
+ - @pnpm/fetcher-base@11.0.2
1441
+ - @pnpm/prepare-package@1.0.2
1442
+
1443
+ ## 9.3.2
1444
+
1445
+ ### Patch Changes
1446
+
1447
+ - @pnpm/core-loggers@6.0.2
1448
+ - @pnpm/fetcher-base@11.0.1
1449
+ - @pnpm/prepare-package@1.0.1
1450
+
1451
+ ## 9.3.1
1452
+
1453
+ ### Patch Changes
1454
+
1455
+ - a1a03d145: Import only the required functions from ramda.
1456
+
1457
+ ## 9.3.0
1458
+
1459
+ ### Minor Changes
1460
+
1461
+ - 6d2ccc9a3: Export waitForFilesIndex().
1462
+
1463
+ ## 9.2.2
1464
+
1465
+ ### Patch Changes
1466
+
1467
+ - Updated dependencies [a2aeeef88]
1468
+ - @pnpm/graceful-fs@1.0.0
1469
+
1470
+ ## 9.2.1
1471
+
1472
+ ### Patch Changes
1473
+
1474
+ - 3b147ced9: Do not remove the Git temporary directory because it might still be in the process of linking to the CAFS.
1475
+
1476
+ ## 9.2.0
1477
+
1478
+ ### Minor Changes
1479
+
1480
+ - e6a2654a2: Packages fetched from Git should have their `devDependencies` installed in case they have a `prepare` script.
1481
+
1482
+ ### Patch Changes
1483
+
1484
+ - Updated dependencies [e6a2654a2]
1485
+ - Updated dependencies [e6a2654a2]
1486
+ - Updated dependencies [e6a2654a2]
1487
+ - @pnpm/prepare-package@1.0.0
1488
+ - @pnpm/fetcher-base@11.0.0
1489
+
1490
+ ## 9.1.0
1491
+
1492
+ ### Minor Changes
1493
+
1494
+ - 05baaa6e7: Add new option: timeout.
1495
+
1496
+ ### Patch Changes
1497
+
1498
+ - Updated dependencies [05baaa6e7]
1499
+ - @pnpm/fetching-types@2.1.0
1500
+ - @pnpm/core-loggers@6.0.1
1501
+ - @pnpm/fetcher-base@10.0.1
1502
+
1503
+ ## 9.0.0
1504
+
1505
+ ### Major Changes
1506
+
1507
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
1508
+
1509
+ ### Patch Changes
1510
+
1511
+ - 83645c8ed: Update ssri.
1512
+ - Updated dependencies [97b986fbc]
1513
+ - Updated dependencies [90487a3a8]
1514
+ - @pnpm/core-loggers@6.0.0
1515
+ - @pnpm/error@2.0.0
1516
+ - @pnpm/fetcher-base@10.0.0
1517
+ - @pnpm/fetching-types@2.0.0
1518
+
1519
+ ## 8.2.8
1520
+
1521
+ ### Patch Changes
1522
+
1523
+ - ad113645b: pin graceful-fs to v4.2.4
1524
+
1525
+ ## 8.2.7
1526
+
1527
+ ### Patch Changes
1528
+
1529
+ - @pnpm/core-loggers@5.0.3
1530
+ - @pnpm/fetcher-base@9.0.4
1531
+
1532
+ ## 8.2.6
1533
+
1534
+ ### Patch Changes
1535
+
1536
+ - @pnpm/fetcher-base@9.0.3
1537
+
1538
+ ## 8.2.5
1539
+
1540
+ ### Patch Changes
1541
+
1542
+ - 0c5f1bcc9: Throw a better error message when a local tarball integrity check fails.
1543
+ - Updated dependencies [0c5f1bcc9]
1544
+ - @pnpm/error@1.4.0
1545
+
1546
+ ## 8.2.4
1547
+
1548
+ ### Patch Changes
1549
+
1550
+ - @pnpm/core-loggers@5.0.2
1551
+ - @pnpm/fetcher-base@9.0.2
1552
+
1553
+ ## 8.2.3
1554
+
1555
+ ### Patch Changes
1556
+
1557
+ - @pnpm/core-loggers@5.0.1
1558
+ - @pnpm/fetcher-base@9.0.1
1559
+
1560
+ ## 8.2.2
1561
+
1562
+ ### Patch Changes
1563
+
1564
+ - Updated dependencies [0a6544043]
1565
+ - @pnpm/fetcher-base@9.0.0
1566
+
1567
+ ## 8.2.1
1568
+
1569
+ ### Patch Changes
1570
+
1571
+ - Updated dependencies [86cd72de3]
1572
+ - @pnpm/core-loggers@5.0.0
1573
+
1574
+ ## 8.2.0
1575
+
1576
+ ### Minor Changes
1577
+
1578
+ - 7605570e6: Download progress should be logged only for big tarballs.
1579
+
1580
+ ## 8.1.1
1581
+
1582
+ ### Patch Changes
1583
+
1584
+ - Updated dependencies [75a36deba]
1585
+ - @pnpm/error@1.3.1
1586
+
1587
+ ## 8.1.0
1588
+
1589
+ ### Minor Changes
1590
+
1591
+ - 6d480dd7a: Report whether/what authorization header was used to make the request, when the request fails with an authorization issue.
1592
+
1593
+ ### Patch Changes
1594
+
1595
+ - Updated dependencies [6d480dd7a]
1596
+ - @pnpm/error@1.3.0
1597
+
1598
+ ## 8.0.1
1599
+
1600
+ ### Patch Changes
1601
+
1602
+ - Updated dependencies [9a908bc07]
1603
+ - Updated dependencies [9a908bc07]
1604
+ - @pnpm/core-loggers@4.2.0
1605
+
1606
+ ## 8.0.0
1607
+
1608
+ ### Major Changes
1609
+
1610
+ - 71aeb9a38: Breaking changes to the API. fetchFromRegistry and getCredentials are passed in through arguments.
1611
+
1612
+ ### Patch Changes
1613
+
1614
+ - Updated dependencies [71aeb9a38]
1615
+ - @pnpm/fetching-types@1.0.0
1616
+
1617
+ ## 7.1.4
1618
+
1619
+ ### Patch Changes
1620
+
1621
+ - b7b026822: Pass the proxy settings to the fetcher.
1622
+
1623
+ ## 7.1.3
1624
+
1625
+ ### Patch Changes
1626
+
1627
+ - @pnpm/core-loggers@4.1.2
1628
+ - @pnpm/fetcher-base@8.0.2
1629
+ - fetch-from-npm-registry@4.1.2
1630
+
1631
+ ## 7.1.2
1632
+
1633
+ ### Patch Changes
1634
+
1635
+ - 1520e3d6f: Update graceful-fs to v4.2.4
1636
+
1637
+ ## 7.1.1
1638
+
1639
+ ### Patch Changes
1640
+
1641
+ - @pnpm/core-loggers@4.1.1
1642
+ - @pnpm/fetcher-base@8.0.1
1643
+ - fetch-from-npm-registry@4.1.1
1644
+
1645
+ ## 7.1.0
1646
+
1647
+ ### Minor Changes
1648
+
1649
+ - 2ebb7af33: Print a warning when tarball request fails.
1650
+
1651
+ ### Patch Changes
1652
+
1653
+ - Updated dependencies [2ebb7af33]
1654
+ - Updated dependencies [2ebb7af33]
1655
+ - fetch-from-npm-registry@4.1.0
1656
+ - @pnpm/core-loggers@4.1.0
1657
+
1658
+ ## 7.0.1
1659
+
1660
+ ### Patch Changes
1661
+
1662
+ - Updated dependencies [872f81ca1]
1663
+ - fetch-from-npm-registry@4.0.3
1664
+
1665
+ ## 7.0.0
1666
+
1667
+ ### Major Changes
1668
+
1669
+ - bcd4aa1aa: Remove `cachedTarballLocation` from `FetchOptions`. pnpm v5 doesn't store the package tarball files in the cache anymore.
1670
+
1671
+ ### Patch Changes
1672
+
1673
+ - Updated dependencies [bcd4aa1aa]
1674
+ - @pnpm/fetcher-base@8.0.0
1675
+
1676
+ ## 6.0.0
1677
+
1678
+ ### Major Changes
1679
+
1680
+ - 7db36dcb3: There is no reason to keep the tarballs on the disk.
1681
+ All the files are unpacked and their checksums are stored.
1682
+ So the tarball is only used if someone modifies the content of
1683
+ the unpacked package. In that rare case, it is fine if we
1684
+ redownload the tarball from the registry.
1685
+ - b6a82072e: Using a content-addressable filesystem for storing packages.
1686
+
1687
+ ### Minor Changes
1688
+
1689
+ - f516d266c: Executables are saved into a separate directory inside the content-addressable storage.
1690
+ - 42e6490d1: When a new package is being added to the store, its manifest is streamed in the memory. So instead of reading the manifest from the filesystem, we can parse the stream from the memory.
1691
+
1692
+ ### Patch Changes
1693
+
1694
+ - c47babd52: Fix installation of local dependency from a different disk.
1695
+ - f93583d52: Use `fs.mkdir` instead of the `make-dir` package.
1696
+ - 1ae66a0dc: Don't create a directory for the tarball because the tarball is not saved to the filesystem anymore.
1697
+ - Updated dependencies [f516d266c]
1698
+ - Updated dependencies [b6a82072e]
1699
+ - Updated dependencies [42e6490d1]
1700
+ - @pnpm/fetcher-base@7.0.0
1701
+ - @pnpm/error@1.2.1
1702
+ - fetch-from-npm-registry@4.0.3
1703
+
1704
+ ## 6.0.0-alpha.4
1705
+
1706
+ ### Patch Changes
1707
+
1708
+ - c47babd5: Fix installation of local dependency from a different disk.
1709
+ - @pnpm/fetcher-base@6.0.1-alpha.3
1710
+
1711
+ ## 6.0.0-alpha.3
1712
+
1713
+ ### Patch Changes
1714
+
1715
+ - 1ae66a0dc: Don't create a directory for the tarball because the tarball is not saved to the filesystem anymore.
1716
+
1717
+ ## 6.0.0-alpha.2
1718
+
1719
+ ### Major Changes
1720
+
1721
+ - 7db36dcb3: There is no reason to keep the tarballs on the disk.
1722
+ All the files are unpacked and their checksums are stored.
1723
+ So the tarball is only used if someone modifies the content of
1724
+ the unpacked package. In that rare case, it is fine if we
1725
+ redownload the tarball from the registry.
1726
+
1727
+ ### Minor Changes
1728
+
1729
+ - 42e6490d1: When a new package is being added to the store, its manifest is streamed in the memory. So instead of reading the manifest from the filesystem, we can parse the stream from the memory.
1730
+
1731
+ ### Patch Changes
1732
+
1733
+ - Updated dependencies [42e6490d1]
1734
+ - @pnpm/fetcher-base@7.0.0-alpha.2
1735
+
1736
+ ## 6.0.0-alpha.1
1737
+
1738
+ ### Minor Changes
1739
+
1740
+ - 4f62d0383: Executables are saved into a separate directory inside the content-addressable storage.
1741
+
1742
+ ### Patch Changes
1743
+
1744
+ - f93583d52: Use `fs.mkdir` instead of the `make-dir` package.
1745
+ - Updated dependencies [4f62d0383]
1746
+ - @pnpm/fetcher-base@7.0.0-alpha.1
1747
+
1748
+ ## 6.0.0-alpha.0
1749
+
1750
+ ### Major Changes
1751
+
1752
+ - 91c4b5954: Using a content-addressable filesystem for storing packages.
1753
+
1754
+ ### Patch Changes
1755
+
1756
+ - Updated dependencies [91c4b5954]
1757
+ - @pnpm/fetcher-base@7.0.0-alpha.0
1758
+
1759
+ ## 5.1.15
1760
+
1761
+ ### Patch Changes
1762
+
1763
+ - 907c63a48: Dependencies updated.