This repository was archived by the owner on Nov 14, 2025. It is now read-only.
chore: update pnpm from 10.15.1 to 10.17.1#186
Merged
sapientpants merged 2 commits intomainfrom Sep 23, 2025
Merged
Conversation
Updated pnpm version across: - package.json packageManager field - All GitHub Actions workflow files (.github/workflows/*.yml) - Ensures consistency across the entire project 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates the pnpm package manager from version 10.15.1 to 10.17.1 across the entire project to ensure consistency and access to latest bug fixes and improvements.
- Updated package manager version in package.json
- Synchronized pnpm version across all GitHub Actions workflows
- Maintained version consistency between package.json and CI/CD configurations
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated packageManager field to pnpm@10.17.1 |
| .github/workflows/reusable-validate.yml | Updated default pnpm version parameter |
| .github/workflows/reusable-setup.yml | Updated default pnpm version and example comment |
| .github/workflows/reusable-security.yml | Updated default pnpm version parameter |
| .github/workflows/publish.yml | Updated PNPM_VERSION environment variable |
| .github/workflows/pr.yml | Updated pnpm version in action setup |
| .github/workflows/main.yml | Updated pnpm version in action setup |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Changes
packageManagerfield inpackage.json.github/workflows/pr.yml.github/workflows/main.yml.github/workflows/publish.yml.github/workflows/reusable-setup.yml.github/workflows/reusable-validate.yml.github/workflows/reusable-security.ymlTest plan
🤖 Generated with Claude Code