Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Downgrade Packages and Fix Dependency Issues #1666

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

Prasanjeet-Microsoft
Copy link
Contributor

Purpose

  • This PR downgrades specific packages and resolves compatibility issues to ensure the project functions correctly with the required package versions. It aims to fix broken dependencies and restore stability to the application.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid:

  • Verify that the downgraded packages are compatible with the rest of the dependencies and project setup.
  • Ensure dependencies in pyproject.toml match poetry.lock and those in package.json match package-lock.json.
  • Run poetry install and npm install to confirm all dependencies are correctly installed.
  • Test the application to confirm that the issues have been resolved and there are no new conflicts.
  • Check for any breaking changes or unexpected behavior after downgrading the packages.

@Roopan-Microsoft Roopan-Microsoft merged commit 7c0f039 into dependabotchanges Feb 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants