ansopedia / user-service

The Ansopedia User Service is a backend service responsible for managing user accounts and authentication within the Ansopedia learning platform. It provides functionalities like authentication & authorization, profile management.
MIT License
5 stars 4 forks source link

BE - Update Dependencies #25

Closed sanjaysah101 closed 2 months ago

sanjaysah101 commented 2 months ago

Objective: Update all project dependencies to their latest compatible versions.

Reasoning:

Scope:

Process:

  1. Create a branch for dependency updates.
  2. Identify outdated packages using a dependency update tool (e.g., pnpm outdated, pnpm-check-updates).
  3. Update packages in package.json with the desired version constraints (major, minor, or patch).
  4. Run pnpm install to install new dependencies.
  5. Run tests to verify functionality.
  6. Address any breaking changes or conflicts.
  7. Commit changes with clear commit messages.
  8. Create a pull request for review.

By following these steps and considering the additional points, we can ensure that our project is up-to-date and secure.