mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 15:07:06 -04:00
* build: bundle `dist/node_modules` using pnpm deploy * chore: remove copied `pnpm.overrides` for publish-packed * chore: remove `catalog:` protocol ban in `pnpm/package.json` * chore: remove `publish-packed` dependency * build: move `node-gyp` from `optionalDependencies` to `dependencies` The `node-gyp` dependency is bundled into the `pnpm` package before it's published. The dependency declaration itself is then removed from the published package manifest. This means there's not a point to declaring `node-gyp` as an optional dependency. It'll always be bundled and the published manifest doesn't contain the dependency declaration. https://github.com/pnpm/pnpm/pull/10508#discussion_r2782257620 * build: throw if peerDependencies or optionalDependencies are declared * build: use meta-updater instead of Jest test for dep kind check
3.0 KiB
3.0 KiB