@pnpm/registry-access.commands 1100.4.0 → 1100.4.1

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 +430 -0
  2. package/package.json +16 -16
package/CHANGELOG.md ADDED
@@ -0,0 +1,430 @@
1
+ # @pnpm/registry-access.commands
2
+
3
+ ## 1100.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/config.reader@1101.11.2
8
+
9
+ ## 1100.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 508b8c2: Added the `pnpm access` command for managing package access and visibility on the registry, supporting listing packages and collaborators, getting and setting package status and MFA requirements, and granting or revoking team access.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [9318a11]
18
+ - Updated dependencies [5a4daec]
19
+ - @pnpm/config.reader@1101.11.1
20
+
21
+ ## 1100.3.7
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [3425e80]
26
+ - Updated dependencies [806c3ec]
27
+ - Updated dependencies [c121235]
28
+ - Updated dependencies [1e81761]
29
+ - @pnpm/config.reader@1101.11.0
30
+ - @pnpm/network.web-auth@1101.2.0
31
+ - @pnpm/registry-access.client@1100.1.6
32
+
33
+ ## 1100.3.6
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [05b95ab]
38
+ - Updated dependencies [852d537]
39
+ - @pnpm/network.fetch@1100.1.4
40
+ - @pnpm/error@1100.0.1
41
+ - @pnpm/registry-access.client@1100.1.5
42
+ - @pnpm/cli.utils@1101.0.13
43
+ - @pnpm/config.reader@1101.10.1
44
+ - @pnpm/network.auth-header@1101.1.3
45
+ - @pnpm/network.web-auth@1101.1.2
46
+
47
+ ## 1100.3.5
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [302a2f7]
52
+ - Updated dependencies [0474a9c]
53
+ - @pnpm/config.reader@1101.10.0
54
+
55
+ ## 1100.3.4
56
+
57
+ ### Patch Changes
58
+
59
+ - a31faa7: Updated dependency ranges. Notably:
60
+
61
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
62
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
63
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
64
+ - `@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.
65
+
66
+ - Updated dependencies [61810aa]
67
+ - Updated dependencies [681b593]
68
+ - Updated dependencies [a31faa7]
69
+ - @pnpm/config.reader@1101.9.0
70
+ - @pnpm/network.auth-header@1101.1.2
71
+ - @pnpm/types@1101.3.2
72
+ - @pnpm/cli.utils@1101.0.12
73
+ - @pnpm/network.fetch@1100.1.3
74
+ - @pnpm/network.web-auth@1101.1.1
75
+ - @pnpm/config.pick-registry-for-package@1100.0.9
76
+ - @pnpm/resolving.registry.types@1100.1.3
77
+ - @pnpm/registry-access.client@1100.1.4
78
+
79
+ ## 1100.3.3
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [bc9ed78]
84
+ - Updated dependencies [615c669]
85
+ - @pnpm/config.reader@1101.8.0
86
+ - @pnpm/network.fetch@1100.1.2
87
+ - @pnpm/cli.utils@1101.0.11
88
+ - @pnpm/registry-access.client@1100.1.3
89
+
90
+ ## 1100.3.2
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [822beb5]
95
+ - Updated dependencies [3537020]
96
+ - Updated dependencies [894ea6a]
97
+ - Updated dependencies [6b5d91a]
98
+ - Updated dependencies [027196b]
99
+ - Updated dependencies [1017c36]
100
+ - Updated dependencies [bf1b731]
101
+ - @pnpm/config.reader@1101.7.0
102
+ - @pnpm/types@1101.3.1
103
+ - @pnpm/cli.utils@1101.0.10
104
+ - @pnpm/config.pick-registry-for-package@1100.0.8
105
+ - @pnpm/network.auth-header@1101.1.1
106
+ - @pnpm/network.fetch@1100.1.1
107
+ - @pnpm/resolving.registry.types@1100.1.2
108
+ - @pnpm/registry-access.client@1100.1.2
109
+
110
+ ## 1100.3.1
111
+
112
+ ### Patch Changes
113
+
114
+ - Updated dependencies [60a1eec]
115
+ - Updated dependencies [5192edf]
116
+ - Updated dependencies [a017bf3]
117
+ - @pnpm/network.fetch@1100.1.0
118
+ - @pnpm/network.auth-header@1101.1.0
119
+ - @pnpm/config.reader@1101.6.0
120
+ - @pnpm/types@1101.3.0
121
+ - @pnpm/registry-access.client@1100.1.1
122
+ - @pnpm/cli.utils@1101.0.9
123
+ - @pnpm/config.pick-registry-for-package@1100.0.7
124
+ - @pnpm/resolving.registry.types@1100.1.1
125
+
126
+ ## 1100.3.0
127
+
128
+ ### Minor Changes
129
+
130
+ - 2cadfb5: Replaced `enquirer` with `@inquirer/prompts` for all interactive prompts. Fixes the `update -i` scrolling overflow bug where long choice lists were clipped in the terminal [#6643](https://github.com/pnpm/pnpm/issues/6643).
131
+
132
+ **User-facing changes:**
133
+
134
+ - `pnpm update -i` / `pnpm update -i --latest`: Scrolling now works correctly when many packages are available; the new library uses visual-line-aware pagination via `usePagination`
135
+ - `pnpm audit --fix -i`: Same scrolling fix for vulnerability selection
136
+ - `pnpm approve-builds`: Interactive build approval prompts updated
137
+ - `pnpm patch`: Version selection and "apply to all" prompts updated
138
+ - `pnpm patch-remove`: Patch removal selection updated
139
+ - `pnpm publish`: Branch confirmation prompt updated
140
+ - `pnpm login`: Credential prompts updated
141
+ - `pnpm run` / `pnpm exec` (with `verifyDepsBeforeRun=prompt`): Confirmation prompt updated
142
+
143
+ Vim-style `j`/`k` keys still work for up/down navigation in all interactive prompts.
144
+
145
+ **Internal:** The `OtpEnquirer` and `LoginEnquirer` DI interfaces changed from `{ prompt }` to `{ input }` / `{ input, password }` respectively. Plugins or custom builds that inject their own enquirer mock will need to update.
146
+
147
+ ### Patch Changes
148
+
149
+ - b1fa2d5: Fix `pnpm dist-tag add` and `pnpm dist-tag rm` against npmjs.org failing without `--otp` with `[ERR_PNPM_UNAUTHORIZED] You must be logged in to set dist-tag … "You must provide a one-time pass. Upgrade your client to npm@latest in order to use 2FA."`. pnpm now sends `npm-auth-type: web` on dist-tag writes and surfaces the resulting OTP challenge through the existing browser-based 2FA flow (the same `withOtpHandling` helper used by `pnpm publish`), so the browser opens, the user authenticates, and the dist-tag is set on retry. `--otp=<code>` continues to work via the classic flow.
150
+ - Updated dependencies [b1fa2d5]
151
+ - Updated dependencies [a39a83d]
152
+ - Updated dependencies [2cadfb5]
153
+ - Updated dependencies [1e9ab29]
154
+ - @pnpm/registry-access.client@1100.1.0
155
+ - @pnpm/network.fetch@1100.0.8
156
+ - @pnpm/config.reader@1101.5.0
157
+ - @pnpm/network.web-auth@1101.1.0
158
+ - @pnpm/resolving.registry.types@1100.1.0
159
+
160
+ ## 1100.2.16
161
+
162
+ ### Patch Changes
163
+
164
+ - ae21758: Refactor the dist-tag-add and login (classic adduser) handlers to delegate their PUTs to a new shared package `@pnpm/registry-access.client`. Downstream tests in this monorepo now use these helpers (via `@pnpm/testing.registry-mock`) instead of `addDistTag` / `addUser` from `@pnpm/registry-mock`, which relied on the unmaintained `anonymous-npm-registry-client`.
165
+ - Updated dependencies [a23956e]
166
+ - Updated dependencies [35d2355]
167
+ - @pnpm/config.reader@1101.4.1
168
+ - @pnpm/network.auth-header@1101.0.0
169
+ - @pnpm/types@1101.2.0
170
+ - @pnpm/cli.utils@1101.0.8
171
+ - @pnpm/config.pick-registry-for-package@1100.0.6
172
+ - @pnpm/network.fetch@1100.0.7
173
+ - @pnpm/resolving.registry.types@1100.0.5
174
+ - @pnpm/registry-access.client@1100.0.1
175
+
176
+ ## 1100.2.15
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [3b62f9d]
181
+ - Updated dependencies [212315d]
182
+ - @pnpm/config.reader@1101.4.0
183
+ - @pnpm/cli.utils@1101.0.7
184
+
185
+ ## 1100.2.14
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies [097983f]
190
+ - @pnpm/config.pick-registry-for-package@1100.0.5
191
+
192
+ ## 1100.2.13
193
+
194
+ ### Patch Changes
195
+
196
+ - d1b340f: Fixed `pnpm login` and `pnpm logout` ignoring `registries.default` from `pnpm-workspace.yaml` [#10099](https://github.com/pnpm/pnpm/issues/10099).
197
+ - Updated dependencies [3687b0e]
198
+ - Updated dependencies [ced20cb]
199
+ - Updated dependencies [d1b340f]
200
+ - Updated dependencies [64afc92]
201
+ - @pnpm/config.reader@1101.3.3
202
+ - @pnpm/types@1101.1.1
203
+ - @pnpm/cli.utils@1101.0.6
204
+ - @pnpm/config.pick-registry-for-package@1100.0.4
205
+ - @pnpm/network.auth-header@1100.0.3
206
+ - @pnpm/network.fetch@1100.0.6
207
+ - @pnpm/resolving.registry.types@1100.0.4
208
+
209
+ ## 1100.2.12
210
+
211
+ ### Patch Changes
212
+
213
+ - Updated dependencies [020ac45]
214
+ - Updated dependencies [d3f8408]
215
+ - Updated dependencies [a62f959]
216
+ - Updated dependencies [ba2c884]
217
+ - Updated dependencies [8df408c]
218
+ - @pnpm/config.reader@1101.3.2
219
+ - @pnpm/network.fetch@1100.0.5
220
+ - @pnpm/cli.utils@1101.0.5
221
+
222
+ ## 1100.2.11
223
+
224
+ ### Patch Changes
225
+
226
+ - Updated dependencies [18a464f]
227
+ - @pnpm/network.fetch@1100.0.4
228
+ - @pnpm/cli.utils@1101.0.4
229
+ - @pnpm/config.reader@1101.3.1
230
+
231
+ ## 1100.2.10
232
+
233
+ ### Patch Changes
234
+
235
+ - 601317e: Added `pnpm owner` command to manage package owners on the registry.
236
+ - Updated dependencies [20e7aff]
237
+ - Updated dependencies [b61e268]
238
+ - Updated dependencies [e1e29c1]
239
+ - @pnpm/network.fetch@1100.0.3
240
+ - @pnpm/config.reader@1101.3.0
241
+ - @pnpm/types@1101.1.0
242
+ - @pnpm/cli.utils@1101.0.3
243
+ - @pnpm/config.pick-registry-for-package@1100.0.3
244
+ - @pnpm/network.auth-header@1100.0.2
245
+ - @pnpm/resolving.registry.types@1100.0.3
246
+
247
+ ## 1100.2.9
248
+
249
+ ### Patch Changes
250
+
251
+ - Updated dependencies [e9e876c]
252
+ - @pnpm/config.reader@1101.2.2
253
+
254
+ ## 1100.2.8
255
+
256
+ ### Patch Changes
257
+
258
+ - Updated dependencies [707a879]
259
+ - @pnpm/config.reader@1101.2.1
260
+
261
+ ## 1100.2.7
262
+
263
+ ### Patch Changes
264
+
265
+ - Updated dependencies [8fdd9a9]
266
+ - Updated dependencies [5f34a8d]
267
+ - Updated dependencies [c969392]
268
+ - Updated dependencies [817b1b4]
269
+ - Updated dependencies [c969392]
270
+ - Updated dependencies [2de318b]
271
+ - @pnpm/config.reader@1101.2.0
272
+
273
+ ## 1100.2.6
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies [42a8f29]
278
+ - @pnpm/config.reader@1101.1.4
279
+
280
+ ## 1100.2.5
281
+
282
+ ### Patch Changes
283
+
284
+ - Updated dependencies [184ce26]
285
+ - @pnpm/config.pick-registry-for-package@1100.0.2
286
+ - @pnpm/resolving.registry.types@1100.0.2
287
+ - @pnpm/config.reader@1101.1.3
288
+ - @pnpm/network.fetch@1100.0.2
289
+ - @pnpm/cli.utils@1101.0.2
290
+
291
+ ## 1100.2.4
292
+
293
+ ### Patch Changes
294
+
295
+ - @pnpm/cli.utils@1101.0.1
296
+
297
+ ## 1100.2.3
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [0fbcf74]
302
+ - @pnpm/config.reader@1101.1.2
303
+
304
+ ## 1100.2.2
305
+
306
+ ### Patch Changes
307
+
308
+ - @pnpm/config.reader@1101.1.1
309
+
310
+ ## 1100.2.1
311
+
312
+ ### Patch Changes
313
+
314
+ - Updated dependencies [7d25bc1]
315
+ - Updated dependencies [9e0833c]
316
+ - @pnpm/config.reader@1101.1.0
317
+
318
+ ## 1100.2.0
319
+
320
+ ### Minor Changes
321
+
322
+ - 75942bf: Implemented native `star`, `unstar`, `stars`, and `whoami` commands.
323
+
324
+ ### Patch Changes
325
+
326
+ - Updated dependencies [cee550a]
327
+ - Updated dependencies [4ab3d9b]
328
+ - Updated dependencies [9af708a]
329
+ - Updated dependencies [ea2a7fb]
330
+ - Updated dependencies [ff7733c]
331
+ - @pnpm/cli.utils@1101.0.0
332
+ - @pnpm/config.reader@1101.0.0
333
+
334
+ ## 1100.1.0
335
+
336
+ ### Minor Changes
337
+
338
+ - b738043: Add native `pnpm ping` command to test registry connectivity.
339
+ Provides a simple way to verify connectivity to the configured registry without requiring external tools.
340
+ - f2083f4: Implemented native `search` command and its aliases (`s`, `se`, `find`).
341
+
342
+ ### Patch Changes
343
+
344
+ - Updated dependencies [ff28085]
345
+ - @pnpm/types@1101.0.0
346
+ - @pnpm/cli.utils@1100.0.1
347
+ - @pnpm/config.pick-registry-for-package@1100.0.1
348
+ - @pnpm/config.reader@1100.0.1
349
+ - @pnpm/network.auth-header@1100.0.1
350
+ - @pnpm/network.fetch@1100.0.1
351
+ - @pnpm/resolving.registry.types@1100.0.1
352
+
353
+ ## 1000.1.0
354
+
355
+ ### Minor Changes
356
+
357
+ - 853be66: Added native `pnpm dist-tag` command with `ls`, `add`, and `rm` subcommands [#11128](https://github.com/pnpm/pnpm/issues/11128).
358
+ - 2c90d40: Added native `pnpm deprecate` and `pnpm undeprecate` commands that interact with the npm registry directly instead of delegating to the npm CLI [#11120](https://github.com/pnpm/pnpm/pull/11120).
359
+
360
+ ### Patch Changes
361
+
362
+ - Updated dependencies [7730a7f]
363
+ - Updated dependencies [ae8b816]
364
+ - Updated dependencies [facdd71]
365
+ - Updated dependencies [3c72b6b]
366
+ - Updated dependencies [9f5c0e3]
367
+ - Updated dependencies [76718b3]
368
+ - Updated dependencies [a8f016c]
369
+ - Updated dependencies [cc1b8e3]
370
+ - Updated dependencies [90bd3c3]
371
+ - Updated dependencies [1cc61e8]
372
+ - Updated dependencies [606f53e]
373
+ - Updated dependencies [c7203b9]
374
+ - Updated dependencies [bb17724]
375
+ - Updated dependencies [da2429d]
376
+ - Updated dependencies [1cc61e8]
377
+ - Updated dependencies [491a84f]
378
+ - Updated dependencies [fb8962f]
379
+ - Updated dependencies [f0ae1b9]
380
+ - Updated dependencies [b1ad9c7]
381
+ - Updated dependencies [0dfa8b8]
382
+ - Updated dependencies [7fab2a2]
383
+ - Updated dependencies [cb367b9]
384
+ - Updated dependencies [543c7e4]
385
+ - Updated dependencies [075aa99]
386
+ - Updated dependencies [ae43ac7]
387
+ - Updated dependencies [ccec8e7]
388
+ - Updated dependencies [4158906]
389
+ - Updated dependencies [ac944ef]
390
+ - Updated dependencies [d3d6938]
391
+ - Updated dependencies [7d2fd48]
392
+ - Updated dependencies [cc7c0d2]
393
+ - Updated dependencies [efb48dc]
394
+ - Updated dependencies [d5d4eed]
395
+ - Updated dependencies [095f659]
396
+ - Updated dependencies [96704a1]
397
+ - Updated dependencies [bb8baa7]
398
+ - Updated dependencies [cb367b9]
399
+ - Updated dependencies [7b1c189]
400
+ - Updated dependencies [51b04c3]
401
+ - Updated dependencies [6c480a4]
402
+ - Updated dependencies [d01b81f]
403
+ - Updated dependencies [3ed41f4]
404
+ - Updated dependencies [8ffb1a7]
405
+ - Updated dependencies [05fb1ae]
406
+ - Updated dependencies [71de2b3]
407
+ - Updated dependencies [10bc391]
408
+ - Updated dependencies [831f574]
409
+ - Updated dependencies [2df8b71]
410
+ - Updated dependencies [ed1a7fe]
411
+ - Updated dependencies [15549a9]
412
+ - Updated dependencies [cc7c0d2]
413
+ - Updated dependencies [5bf7768]
414
+ - Updated dependencies [ae43ac7]
415
+ - Updated dependencies [a5fdbf9]
416
+ - Updated dependencies [9d3f00b]
417
+ - Updated dependencies [efb48dc]
418
+ - Updated dependencies [6b3d87a]
419
+ - Updated dependencies [9587dac]
420
+ - Updated dependencies [09a999a]
421
+ - Updated dependencies [559f903]
422
+ - Updated dependencies [3574905]
423
+ - @pnpm/config.reader@1005.0.0
424
+ - @pnpm/types@1001.0.0
425
+ - @pnpm/cli.utils@1002.0.0
426
+ - @pnpm/config.pick-registry-for-package@1001.0.0
427
+ - @pnpm/network.auth-header@1001.0.0
428
+ - @pnpm/error@1001.0.0
429
+ - @pnpm/network.fetch@1001.0.0
430
+ - @pnpm/resolving.registry.types@1000.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/registry-access.commands",
3
- "version": "1100.4.0",
3
+ "version": "1100.4.1",
4
4
  "description": "Commands for managing packages on the registry",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,37 +28,37 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@inquirer/prompts": "^8.4.3",
31
- "@pnpm/npm-package-arg": "^2.0.0",
32
- "chalk": "^5.6.2",
33
- "ramda": "npm:@pnpm/ramda@0.28.1",
34
- "render-help": "^2.0.0",
35
- "semver": "^7.8.4",
36
31
  "@pnpm/cli.utils": "1101.0.13",
37
32
  "@pnpm/config.pick-registry-for-package": "1100.0.9",
38
- "@pnpm/config.reader": "1101.11.1",
33
+ "@pnpm/config.reader": "1101.11.2",
39
34
  "@pnpm/error": "1100.0.1",
35
+ "@pnpm/network.auth-header": "1101.1.3",
40
36
  "@pnpm/network.fetch": "1100.1.4",
41
37
  "@pnpm/network.web-auth": "1101.2.0",
42
- "@pnpm/network.auth-header": "1101.1.3",
38
+ "@pnpm/npm-package-arg": "^2.0.0",
43
39
  "@pnpm/registry-access.client": "1100.1.6",
44
40
  "@pnpm/resolving.registry.types": "1100.1.3",
45
- "@pnpm/types": "1101.3.2"
41
+ "@pnpm/types": "1101.3.2",
42
+ "chalk": "^5.6.2",
43
+ "ramda": "npm:@pnpm/ramda@0.28.1",
44
+ "render-help": "^2.0.0",
45
+ "semver": "^7.8.4"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@pnpm/logger": "^1100.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jest/globals": "30.4.1",
52
- "@types/ramda": "0.31.1",
53
- "@types/semver": "7.7.1",
54
- "execa": "npm:safe-execa@0.3.0",
55
52
  "@pnpm/logger": "1100.0.0",
56
- "@pnpm/registry-access.commands": "1100.4.0",
57
- "@pnpm/releasing.commands": "1100.5.4",
53
+ "@pnpm/prepare": "1100.0.18",
54
+ "@pnpm/registry-access.commands": "1100.4.1",
55
+ "@pnpm/releasing.commands": "1100.5.5",
58
56
  "@pnpm/testing.command-defaults": "1100.0.8",
59
57
  "@pnpm/testing.mock-agent": "1101.0.4",
60
- "@pnpm/prepare": "1100.0.18",
61
- "@pnpm/testing.registry-mock": "1100.0.8"
58
+ "@pnpm/testing.registry-mock": "1100.0.8",
59
+ "@types/ramda": "0.31.1",
60
+ "@types/semver": "7.7.1",
61
+ "execa": "npm:safe-execa@0.3.0"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=22.13"