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: Include components from pnpm-lock.yaml importers #1377

Merged
merged 11 commits into from
Sep 22, 2024
Merged

Commits on Sep 21, 2024

  1. add logic to find additional components and deps

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b1d9bb8 View commit details
    Browse the repository at this point in the history
  2. utilize just the last part of component name

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    adc99fc View commit details
    Browse the repository at this point in the history
  3. update according to purl spec

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f8171bc View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c49999c View commit details
    Browse the repository at this point in the history
  5. fix comment

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4830edf View commit details
    Browse the repository at this point in the history
  6. fix .

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7148386 View commit details
    Browse the repository at this point in the history
  7. add requested changes lint

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5ae3ddf View commit details
    Browse the repository at this point in the history
  8. use replaceAll instead of replace

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cbc1f59 View commit details
    Browse the repository at this point in the history
  9. fix type

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d4c3218 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. add suggested changes except testcase

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a4e9b17 View commit details
    Browse the repository at this point in the history
  2. add test file and test cases

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4af2c71 View commit details
    Browse the repository at this point in the history