OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add getsentry/sentry-javascript --skill upgrade-dep
Upgrade a dependency in the Sentry JavaScript SDK. Use when upgrading packages, bumping versions, or fixing security vulnerabilities via dependency updates.
npx skills add getsentry/sentry-javascript --skill upgrade-dep
Only upgrade one package at a time.
If the dependency is not defined in any package.json, run the upgrade from the root workspace (the yarn.lock lives there).
Avoid upgrading top-level dependencies (especially test dependencies) without asking the user first.
Ensure updated package.json files end with a newline.
STOP if upgrading any opentelemetry package would introduce forbidden versions:
2.x.x (e.g., 2.0.0)0.2xx.x (e.g., 0.200.0, 0.201.0)Verify before upgrading:
Do not upgrade the major version of a dependency in dev-packages/e2e-tests/test-applications/* if the test directory name pins a version (e.g., nestjs-8 must stay on NestJS 8).