Skip to content

Install release dependencies with pnpm - #46

Merged
VdustR merged 1 commit into
mainfrom
codex/fix-release-install-20260828
Aug 28, 2026
Merged

VdustR merged 1 commit into
mainfrom
codex/fix-release-install-20260828

Conversation

@VdustR

@VdustR VdustR commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • install release-job dependencies with the repository-pinned pnpm 11.12.0
  • keep Vite+ as the quality/build toolchain while making the Changesets subprocess use dependencies installed by its own package manager

Failure evidence

After pnpm setup succeeded, changeset version reached changelog formatting but pnpm exec oxfmt exited 1 against dependencies installed by vp install. The same release plan succeeds locally with the exact pnpm 11.12.0 pin. Installing the release job with pnpm keeps the frozen lockfile and platform-specific optional dependencies aligned with the command Changesets executes.

Verification

  • pnpm@11.12.0 install --frozen-lockfile
  • pnpm@11.12.0 exec oxfmt --write --no-error-on-unmatched-pattern packages/likftc/CHANGELOG.md
  • changeset version produced the expected 1.1.1 release plan in a disposable diagnostic run
  • vp fmt --check .github/workflows/ci.yml
  • git diff --check

The decisive verification is the main-branch release job creating the Changesets release PR.

@VdustR
VdustR marked this pull request as ready for review August 28, 2026 14:38
@VdustR

VdustR commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🚀

Reviewed commit: f5e93af627

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@VdustR
VdustR merged commit fb24df2 into main Aug 28, 2026
4 checks passed
@VdustR
VdustR deleted the codex/fix-release-install-20260828 branch August 28, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant