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: check package version when fetching node key #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DOlufemi
Copy link
Contributor

@DOlufemi DOlufemi commented Feb 5, 2025

What this does

During the dependency discovery process, we look for the first occurrence of a specific package in the list of dependencies within the lock file, regardless of its version. This approach makes it difficult to identify projects that are out of sync, which negatively affects our accuracy.

Notes for the reviewer

🚨 Warning 🚨

This change will cause a spike in snapshot churn and an increase in OutOfSync errors

More information

Screenshots

Visuals that may help the reviewer

@DOlufemi DOlufemi requested a review from a team as a code owner February 5, 2025 11:08
@DOlufemi DOlufemi force-pushed the fix/out-of-sync-deps branch from 88d7e2d to 32075b9 Compare February 5, 2025 12:51
@DOlufemi DOlufemi force-pushed the fix/out-of-sync-deps branch from 32075b9 to 5536f80 Compare February 5, 2025 13:30
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