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

Feat:Added latest versions automated. #4351

Closed
wants to merge 1 commit into from

Conversation

Sakshi2727
Copy link

Added a ncu package that tracks the changes in all dependencies versions and this will help to automatically install newer versions for all by using npm install.
I used command:
npm install -g npm-check-updates
ncu -u
npm install

@CLAassistant
Copy link

CLAassistant commented Jan 7, 2025

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!.

@garg3133
Copy link
Member

@Sakshi2727 Thanks but we can't just upgrade all the dependencies because some of these dependencies might have breaking changes (as you can see from the failing tests) and would break Nightwatch for all the users. We always have to be careful while upgrading packages by looking at the changelog and making sure none of the breaking changes introduced in the package affect Nightwatch. Hence, closing this PR. Thanks, though!

@garg3133 garg3133 closed this Jan 15, 2025
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.

3 participants