-
Notifications
You must be signed in to change notification settings - Fork 2
Check for deprecated deps versions in godspeed cli #105
Copy link
Copy link
Open
Description
Current Behavior
- When I run godspeed create command , then deprecated package warnings come:
- When we install godspeed-cli, then:
Expected Behavior
No warnings should be there
Steps to Reproduce
For 1., Run godspeed create command
For 2., npm i -g @godspeedsystems/godspeed
Possible Solutions or Workarounds
We need to upgrade all packages to their latest stable versions and ensure that the project remains functional.
1. Use pnpm outdated to identify all outdated dependencies.
2. Run pnpm update to upgrade all dependencies to their latest compatible versions.
3. fix if any command is failes
4. Verify that all CLI commands continue to work as expected after the updates.
How will we solve
• Update all dependencies listed in package.json using pnpm update.
• Review and resolve any breaking changes or warnings during installation.
• Run all CLI scripts and commands to ensure nothing is broken:
• create, build, serve, prisma prepare, gen-crud-api and other cli commands
• Commit updated package.json and pnpm-lock.yaml.
Test Cases
Ensure all CLI commands work correctly after the updates:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels