@pnpm/fetching.tarball-fetcher 1102.0.2 → 1102.0.4

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