Skip to content

chore: migrate from yarn to pnpm and update all deps#27

Merged
masuP9 merged 2 commits intomainfrom
chore/migrate-yarn-to-pnpm-and-update-deps
Mar 24, 2026
Merged

chore: migrate from yarn to pnpm and update all deps#27
masuP9 merged 2 commits intomainfrom
chore/migrate-yarn-to-pnpm-and-update-deps

Conversation

@masuP9
Copy link
Copy Markdown
Member

@masuP9 masuP9 commented Mar 24, 2026

Summary

  • Migrate package manager from Yarn v1 to pnpm
  • Upgrade all devDependencies to latest major versions (Eleventy v3, Prettier v3, Stylelint v16, markuplint v4, etc.)
  • Replace node-fetch with Node.js built-in fetch, replace npm-run-all with npm-run-all2
  • Update GitHub Actions workflows for pnpm support and latest action versions
  • Bump version to 1.0.0

Test plan

  • pnpm install succeeds
  • pnpm build generates _site/ correctly
  • pnpm test passes (lint, validation, prettier)
  • pnpm dev starts local dev server
  • GitHub Actions CI passes

🤖 Generated with Claude Code

masuP9 and others added 2 commits March 24, 2026 19:21
- Switch package manager from Yarn v1 to pnpm
- Upgrade Eleventy from v0.10 to v3 (rename .eleventy.js to eleventy.config.js)
- Upgrade all devDependencies to latest major versions
- Replace node-fetch with Node.js built-in fetch
- Replace npm-run-all with npm-run-all2
- Update flat-cache to v6 API
- Update GitHub Actions workflows for pnpm and latest action versions
- Bump version to 1.0.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@masuP9 masuP9 merged commit 7bed22d into main Mar 24, 2026
1 check passed
@masuP9 masuP9 deleted the chore/migrate-yarn-to-pnpm-and-update-deps branch March 24, 2026 10:22
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