Conversation
akudev
force-pushed
the
migrate-to-pnpm
branch
3 times, most recently
from
September 18, 2026 08:03
bf366a1 to
181d2f9
Compare
Member
Author
|
pnpm 12 adaptations:
Phantom dependencies fixed (surfaced by strict mode):
Pre-existing lint fix (not from migration):
|
Member
|
@petermuessig added a ❤️ to "No shamefully-hoist: strict node_modules — the proper pnpm benefit"... |
Replace Yarn 1.x with pnpm 10 as the workspace package manager. - Add pnpm-workspace.yaml and .npmrc (frozen-lockfile, save-exact, registry pin, shamefully-hoist) - Add packageManager field for Corepack support - Update CI workflows with pnpm/action-setup and dependency caching - Convert workspace cross-reference from link: to workspace: protocol - Drop lockfile-lint (pnpm lockfile not vulnerable to URL injection; .npmrc registry pin provides equivalent protection) - Replace npm-run-all in root ci script with plain && chain (npm-run-all2 v5+ delegates to pnpm which chokes on the commitizen config block in package.json) - Add pnpmDedupe to Renovate postUpdateOptions - Update documentation
akudev
force-pushed
the
migrate-to-pnpm
branch
from
September 18, 2026 09:33
181d2f9 to
2159ba5
Compare
Member
Author
|
Added a stricter trust policy - with exceptions as three libs don't reliably publish with provenance. |
codeworrior
approved these changes
Sep 18, 2026
codeworrior
left a comment
Member
There was a problem hiding this comment.
LGTM, independent from the npm vs pnpm question.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace Yarn 1.x with pnpm 10 as the workspace package manager.