chore(repo): switch package manager references from pnpm to utoo#5959
Open
killagu wants to merge 15 commits into
Open
chore(repo): switch package manager references from pnpm to utoo#5959killagu wants to merge 15 commits into
killagu wants to merge 15 commits into
Conversation
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.
Summary
pnpmwithutooacross docs, top-level scripts, and CI workflows so the repo guidance matches the package manager the project actually uses.packageManagerinpackage.jsontoutoo@1.0.28; switchscripts/{publish,version,utils}.jsto invokeutoo(and align their comments)..github/workflows/release.ymland.github/workflows/e2e-test.yml, swappnpm/action-setupforutooland/setup-utooand callut/utoo(mirroring the pattern already used byci.yml).pnpm-lock.yaml,pnpm-workspace.yaml) and the CLI argument value inut install --from pnpm— those reference real artifacts on disk and a flag value, not tool invocations.CHANGELOG.mdentries, source code that detects pnpmnode_moduleslayouts (packages/core/src/loader/*), and theplugin-pnpm*test fixtures.Test plan
nextfor typecheck, build, lint, format check, and tests.release.yml(workflow_dispatch dry-run) completes through install + build usingut install --from pnpmandut run build.e2e-test.ymlsucceeds end-to-end; in particular confirmPUBLINT_PACK: utoois accepted bypublint— if not, revert that env var tonpmand keep the rest.🤖 Generated with Claude Code
Summary by CodeRabbit
Chores
Documentation