Upgrade Packages

Upgrade all backend (.NET/NuGet), frontend (npm), and GitHub Actions dependencies to their latest versions, in that fixed order. Drives the developer CLI's update-packages command, parses its quiet dry-run output to separate trivial bumps from majors, ships trivial bumps as one bulk commit per side, and gives every major (and any code/config change) its own clean commit. Detects required toolchain installs (e.g. a new .NET SDK that needs sudo) and asks the user to run them up front so the backend upgrades first. Fixes the CLI itself when it produces a wrong outcome.

platformplatform f8f9ef9 10.7 KB Updated

File contents

platformplatform/platformplatform/tree/main/.claude/skills/upgrade-packages commit f8f9ef9d06

Frequently asked questions

npx skillmds@latest add platformplatform/upgrade-packages