Files
pnpm/core
Zoltan Kochan 1f17d0d04b test: add CLI e2e test for pnpm-registry (WIP)
- Add e2e test that starts a registry server, runs `pnpm install` with
  `--config.pnpm-registry`, and verifies the server received requests
- Fix config flow: add pnpmRegistry to PnpmSettings, OptionsFromRootManifest,
  install command rcOptionsTypes, InstallDepsOptions, and RecursiveOptions
- Fix headlessInstall call: pass lockfileDir and dir explicitly
- Fix server: remap temp-dir importer IDs to "." in returned lockfile

The server is contacted and returns data successfully. Headless install
integration still needs work — the lockfile importer format from the
server doesn't fully match what headlessInstall expects.
2026-04-08 16:42:26 +02:00
..