Mike McCready
Mike McCready
I would like to submit a PR to add a migration table to the [README](https://github.com/nodejs/corepack/blob/main/README.md). As a first pass to creating the table it would look like this: | Deprecated...
I'm waiting for an acknowledgement that a PR as described above would be considered before I submit one.
- PR submitted https://github.com/nodejs/corepack/pull/685 Edit: I closed this PR after there was no response
The documentation for Corepack in Node.js 18, as mentioned in the OP, is outdated. https://nodejs.org/docs/latest-v18.x/api/corepack.html for Node.js v18.20.8 lists deprecated commands `prepare` and `hydrate` https://github.com/nodejs/node/tree/v18.20.8 contains Corepack `0.32.0` together with...
@trivikr Thanks for the research! According to the table in https://github.com/nodejs/Release/issues/737, I also would not expect any 18.x release after `v18.20.8`. Edit: Node.js 18 is now end-of-life and the [last...
@wraithgar Thank you so much for the details and explanation! I realized that I can answer one of the questions myself. > Even if a mistake hadn't been made, would...
@wraithgar Are you able to predict how often keys in https://registry.npmjs.org/-/npm/v1/keys are likely to be rotated and therefore what the risk of Corepack breaking again would be if Corepack does...
- npm is also impacted by this issue. See https://github.com/npm/cli/issues/8075
Looking back in the history, for instance of npm releases, the earliest release shown on https://www.npmjs.com/package/npm is https://www.npmjs.com/package/npm/v/1.1.25 published 12 years ago. ```text $ npm view [email protected] dist.signatures.keyid [email protected] 'SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA'...
Is it possible for npm to estimate how often they expect to rotate keys, or is this simply an unknown? There is significant lead time for a Corepack release to...