Migrate from yarn to pnpm#225
Merged
Merged
Conversation
- Replace yarn.lock with pnpm-lock.yaml. - Bump ember-try from ^1.4.0 to ^3.0.0 (first version with native pnpm support via usePnpm). - config/ember-try.js: useYarn: true → usePnpm: true. - .github/workflows/ci.yml: add pnpm/action-setup before setup-node, switch cache: yarn → cache: pnpm, and swap every yarn install/run for pnpm equivalents. - package.json: replace volta.yarn with volta.pnpm@10.12.1 and add the Corepack-standard packageManager field. - tests/dummy/config/ember-cli-update.json: --yarn → --pnpm. - README / CONTRIBUTING / RELEASE docs: yarn commands → pnpm commands. - CHANGELOG references to yarn are left as historical record.
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.
Summary
Final cleanup before a release. Swaps the package manager across the whole repo.
Changes
yarn.lock, generatepnpm-lock.yamlviapnpm installon Node 20.x.ember-try: bump from^1.4.0to^3.0.0— first version with native pnpm support (usePnpm).config/ember-try.js:useYarn: true→usePnpm: true..github/workflows/ci.yml: addpnpm/action-setup@v4beforeactions/setup-node@v4, switchcache: yarn→cache: pnpm, and swap everyyarninstall/run for pnpm equivalents across all three jobs (test,floating,try-scenarios).package.json: replacevolta.yarnwithvolta.pnpm@10.12.1, add Corepack-standard"packageManager": "pnpm@10.12.1".tests/dummy/config/ember-cli-update.json:--yarn→--pnpm.README.md/CONTRIBUTING.md/RELEASE.md: yarn commands → pnpm commands.CHANGELOG.md: left as historical record.Local verification
pnpm install && pnpm test:emberon Node 20.19.1 → 67/67 tests pass.Test plan
yarn.lockremoved,pnpm-lock.yamlpresent.yarnreferences outsideCHANGELOG.md.pnpm test:embergreen locally.embroider-safehas the separate preexisting'VERSION' (imported as 'MOBILEDOC_KIT_VERSION') was not found in 'mobiledoc-kit'regression that's out of scope here).🤖 Generated with Claude Code