Dependency Upgrade Assistant

Developer Toolsgithub-copilot-vs-cursorpackage_namecurrent_versiontarget_version

Both tools can search for package usage across a codebase. Copilot has direct access to package changelogs via GitHub. Cursor's multi-file editing handles the actual code changes. The confidence rating prevents silent regressions.

Prompt
Help me upgrade {{package_name}} from v{{current_version}} to v{{target_version}}.

Steps:
1. **Changelog analysis**: Summarize breaking changes between {{current_version}} and {{target_version}}. Focus on changes that affect the APIs we actually use
2. **Impact scan**: Search the codebase for all imports from {{package_name}} and list how each is affected
3. **Migration plan**: For each breaking change, show:
   - Before (our current code)
   - After (updated code)
   - Confidence: High (documented migration) / Medium (inferred) / Low (needs manual verification)
4. **Apply changes**: Update the code, starting with the lowest-risk changes
5. **Verify**: Run {{test_command}} and {{build_command}} after changes

Additional checks:
- Are there peer dependency conflicts with our other packages?
- Do any of our other dependencies also need updating for compatibility?
- Are there new features in {{target_version}} we should adopt? (list but don't implement without asking)

If the upgrade path requires an intermediate version (e.g., v2 → v3 → v4), note that and provide the stepped plan.

Variables to customize

{{package_name}}{{current_version}}{{target_version}}{{test_command}}{{build_command}}

Why this prompt works

Both tools can search for package usage across a codebase. Copilot has direct access to package changelogs via GitHub. Cursor's multi-file editing handles the actual code changes. The confidence rating prevents silent regressions.

What you get when you save this prompt

Your workspace unlocks powerful tools to iterate and improve.

AI OPTIMIZE

AI Optimization

One-click improvement with structure analysis and pattern suggestions.

VERSION DIFF

Version History

Track every edit. Compare versions side-by-side with word-level diffs.

ORGANIZE
Development
Code Review
Testing
Marketing

Folders & Tags

Organize your library with nested folders, tags, and drag-and-drop.

MCP
$ npm i -g @promptingbox/mcp
Claude · Cursor · ChatGPT

Use Everywhere

Access prompts from Claude, Cursor, ChatGPT & more via MCP integration.

Your prompts, organized

Save, version, and access your best prompts across ChatGPT, Claude, Cursor, and more.