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

Draft PR: Update package managers (bundler, composer, and npm_and_yarn) to support generalized abstraction #10825

Commits on Oct 21, 2024

  1. update abstract package manager to include ecosystem, name, version, …

    …deprecation_versions and supported_versions
    kbukum1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1b12add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a682675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3546e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86dce5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e95a500 View commit details
    Browse the repository at this point in the history
  6. fix lint issue

    kbukum1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    99edd1e View commit details
    Browse the repository at this point in the history
  7. moved unsupported? check to base class since for most kind of packa…

    …ge manager we are going to use similar lowest version check for all approach
    kbukum1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eabb3ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96e2840 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf6223 View commit details
    Browse the repository at this point in the history
  10. update spec parameters

    kbukum1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7fb3ee1 View commit details
    Browse the repository at this point in the history