Skip to content

Conversation

@area73
Copy link
Collaborator

@area73 area73 commented Jan 6, 2026

Summary by CodeRabbit

  • Chores
    • Updated build and CI/CD infrastructure configurations, including pnpm version updates in Docker images and simplified version management in GitHub Actions workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

@cursor
Copy link

cursor bot commented Jan 6, 2026

PR Summary

Updates dependency tooling without changing app logic.

  • Bumps PNPM_VERSION to 10.27.0 in Dockerfile and Dockerfile.visual-test via Corepack
  • Removes explicit version pin from pnpm/action-setup@v4 in CI (ci.yml) and security (security.yml) workflows
  • CI structure and test/build steps remain the same

Written by Cursor Bugbot for commit aed3635. This will update automatically on new commits. Configure here.

@area73 area73 merged commit bcfd0ab into master Jan 6, 2026
7 of 9 checks passed
@area73 area73 deleted the ci-pnpm-version-error branch January 6, 2026 13:18
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 6, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR updates pnpm version management across CI/CD infrastructure by removing explicit version pinning from GitHub Actions workflows to rely on action defaults, while updating Dockerfile pnpm versions from 10.20.0 to 10.27.0 for container builds.

Changes

Cohort / File(s) Summary
GitHub Actions Workflows
.github/workflows/ci.yml, .github/workflows/security.yml
Removed explicit version: 10.20.0 specification from pnpm/action-setup@v4 steps, allowing the action to use its default versioning behavior across all CI jobs (Lint, Type-Check, Unit-Tests, E2E-Tests, Visual-Regression-Tests, Build).
Docker Build Files
Dockerfile, Dockerfile.visual-test
Updated PNPM_VERSION ARG default from 10.20.0 to 10.27.0, changing the pnpm version installed via Corepack in container builds.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A version hop, a digit shift,
From twenty to twenty-seven swift,
Old pins removed, new defaults bloom,
Pnpm updated through the room!


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6c99a79 and aed3635.

📒 Files selected for processing (4)
  • .github/workflows/ci.yml
  • .github/workflows/security.yml
  • Dockerfile
  • Dockerfile.visual-test

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

3 participants