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

Update JS Dependencies #4270

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

YoussefShaban6
Copy link

@YoussefShaban6 YoussefShaban6 commented Sep 24, 2024

Description

This PR updates several outdated dependencies listed in the package.json and package-lock.json files. Keeping dependencies up to date is essential for security, performance, and compatibility with new features.

Changes Made

  • Updated the following packages:
    • Core Libraries: react, react-dom, typescript-eslint, and eslint.
    • Test and Build Tools: mocha, @cucumber/cucumber, selenium-webdriver, husky, and lint-staged.
    • Some of Frequently Used Utilities: lodash, dotenv, uuid, and minimist
    • Removed any deprecated packages.
    • Adjusted code where necessary to accommodate breaking changes in updated packages.

Testing

All existing tests have been run, and they pass successfully after the updates.

Related Issues

Feedback

Please review and provide any feedback or concerns regarding these changes.

@CLAassistant
Copy link

CLAassistant commented Sep 24, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

Status

  • ❌ No modified files found in the types directory.
    Please make sure to include types for any changes you have made. Thank you!.

package.json Outdated Show resolved Hide resolved
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.

Update JS dependencies
3 participants