component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Component Detection v5 Major Version [DO NOT MERGE]

Open cobya opened this issue 1 year ago • 2 comments

This will incorporate all breaking changes for the next major version of Component Detection, v5, which has changes being tracked at #1135.

PRs included in this change:

  • #1091 to address #201
  • #1150 to address #771

cobya avatar May 28 '24 16:05 cobya

Codecov Report

:x: Patch coverage is 87.86611% with 87 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 76.7%. Comparing base (967d63a) to head (d79c577). :warning: Report is 195 commits behind head on main.

Files with missing lines Patch % Lines
...osoft.ComponentDetection.Orchestrator/Minimatch.cs 87.6% 29 Missing and 21 partials :warning:
...ComponentDetection.Detectors/pip/PythonResolver.cs 0.0% 1 Missing and 5 partials :warning:
...entDetection.Detectors/rust/CargoDependencyData.cs 0.0% 4 Missing :warning:
...ft.ComponentDetection.Common/PathUtilityService.cs 25.0% 0 Missing and 3 partials :warning:
...Detection.Detectors/npm/NpmLockfileDetectorBase.cs 72.7% 3 Missing :warning:
...entDetection.Detectors/pip/SimplePythonResolver.cs 62.5% 0 Missing and 3 partials :warning:
...ection.Common/DependencyGraph/ComponentRecorder.cs 66.6% 2 Missing :warning:
...ion.Detectors/go/GoComponentWithReplaceDetector.cs 83.3% 0 Missing and 2 partials :warning:
...etection.Detectors/linux/LinuxContainerDetector.cs 60.0% 1 Missing and 1 partial :warning:
...tDetection.Detectors/nuget/NuGetNuspecUtilities.cs 33.3% 2 Missing :warning:
... and 10 more
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1141     +/-   ##
=======================================
+ Coverage   76.3%   76.7%   +0.4%     
=======================================
  Files        256     257      +1     
  Lines      11316   11672    +356     
  Branches    1135    1199     +64     
=======================================
+ Hits        8636    8961    +325     
- Misses      2348    2359     +11     
- Partials     332     352     +20     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar May 28 '24 17:05 codecov[bot]

👋 Hi! It looks like you modified some files in the Detectors folder. You may need to bump the detector versions if any of the following scenarios apply:

  • The detector detects more or fewer components than before
  • The detector generates different parent/child graph relationships than before
  • The detector generates different devDependencies values than before

If none of the above scenarios apply, feel free to ignore this comment 🙂

github-actions[bot] avatar Jun 06 '24 22:06 github-actions[bot]

Closing as v5 was released a while ago: https://github.com/microsoft/component-detection/releases/tag/v5.0.0

JamieMagee avatar Nov 14 '25 04:11 JamieMagee