Skip to content

Check for deprecated deps versions in godspeed cli #105

@sakshiarora386

Description

@sakshiarora386

Current Behavior

  1. When I run godspeed create command , then deprecated package warnings come:

Image

  1. When we install godspeed-cli, then:

Image

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:

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions