chore(pnpm): prepare pnpm 12 upgrade - #1530
Draft
gcko wants to merge 1 commit into
Draft
Conversation
Pin pnpm 12 and its platform artifacts, migrate CI to the verified native setup action, and keep tooling documentation in sync. Co-Authored-By: Codex <noreply@openai.com> Signed-off-by: Jared Scott <jared.scott@datarecce.io>
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.
PR checklist
What type of PR is this?
chore
What this PR does / why we need it:
Prepares the repository for pnpm 12 while keeping the upgrade deterministic:
js/package.jsonpnpm/setupaction, pinned to an exact commitjs/package.jsonand fail if the installed version differsThis directly addresses the earlier pnpm 11 bad-build concern: CI and local Corepack installs cannot float to a different pnpm build, and the currently published pnpm 12.0.0 package plus all eight platform executable artifacts were checked against their registry metadata and integrity values. This protects this exact release; a future pnpm version would still require an explicit reviewed update.
Which issue(s) this PR fixes:
None.
Special notes for your reviewer:
This PR is intentionally a draft. Please keep it unmerged until pnpm 12 has seen broader adoption.
Validation completed locally:
CI=true pnpm install --frozen-lockfilepnpm lint:fixpnpm type:checkpnpm test(4,287 passed, 5 skipped)pnpm run buildmake install-frontend-requiresactionlint -shellcheck=Full
actionlintcontinues to report pre-existing ShellCheck warnings in untouched workflow scripts; the workflow syntax check passes.Does this PR introduce a user-facing change?: