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

[lockfile-explorer] Support exemption of a project when executing the restrict-vers… #4837

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

Conversation

L-Qun
Copy link
Contributor

@L-Qun L-Qun commented Jul 17, 2024

Summary

  • Support exemption of a project when executing the restrict-versions check. When we are executing the restrict-versions check, sometimes we want to exempt some projects' checks. Therefore, I have added an extra field exemptProjectList to specify the projects that are exempted.
  • Fixed the issue of unchecked devDependencies. When traversing importers projects, devDependencies should also be checked.

How it was tested

If I haven't set the exemptProjectList field, it will throw an error.

image

After I add this error project to the exemptProjectList configuration, it will not throw any errors.

image

Impacted documentation

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant