You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch from npm to pnpm
- Add `packageManager` field to package.json with pnpm 10.28.2
- Update all CI workflows to use pnpm/action-setup@v4
- Replace manual node_modules caching with setup-node's built-in pnpm cache
- Update GitHub Actions to v4 (checkout, setup-node, action-gh-release)
- Replace package-lock.json with pnpm-lock.yaml
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add missing type dependencies for TypeScript build
- Add @marko/compiler, pug-lexer, and fast-glob as devDependencies
- Pin prettier-plugin-jsdoc to 1.3.3 (v1.8.0 has a bug with hasOwnProperty)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments