-
Notifications
You must be signed in to change notification settings - Fork 347
Add TypeScript version rule and tests for project doctor. Closes #6716 #6754
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
base: main
Are you sure you want to change the base?
Conversation
Thanks, we'll try to have a look at it ASAP! |
@nirav-raval, seems like your tests are failing, could you have a look, please? If you need any help, don't hesitate to reach out to us. |
@milanholemans Thanks for raising. Checked the test errors in the workflow file, it says node version mismatch. I am using v22.16.0. The contribution guide says to use v20, and the workflow file says to use v22. Can you guide me on this? |
We are using v22 for development. The version in the docs is being updated, but that PR still has to be merged yet. Sorry for the inconsistency. |
In this case, would you like me to make any changes on my end? |
The tests are failing. Are you able to reproduce it locally? |
src/m365/spfx/commands/project/project-doctor/rules/FN002022_DEVDEP_typescript.spec.ts
Outdated
Show resolved
Hide resolved
@milanholemans Do I need to update anything here? |
Ni thanks @nirav-raval . If the tests are passing, it's fine. We'll try to review it ASAP. |
Pull Request Title
Adds rule to validate TypeScript dev dependency version. Closes #6716
Linked Issue
Closes #6716