Jamie Magee
Jamie Magee
Issues created to track follow-up items: - https://github.com/renovatebot/renovate/issues/14386 - https://github.com/renovatebot/renovate/issues/18919
@ReDrUm It doesn't look like I have permissions to push to your branch. Could you apply this patch, or [allow maitainer edits to this PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork#enabling-repository-maintainer-permissions-on-existing-pull-requests), and we can get this...
@rarkins I rebased @xingxing's branch, resolved the conflicts, and pushed it to [`feat/i18n`][1]. I had to squash all the commits to have any hope of completing it at all. [1]:...
I think it is a good idea, but I don't want to take on ownership right now. I'll leave my branch around if @xingxing wants to pick it back up....
> Any updates here? @JamieMagee Apologies. I can find time to sit down and review both PRs in depth this weekend.
> Does merging this PR mean that you can now get replacements for old deprecated dependencies for all package managers? Of course the replacements still need to be programmed into...
Resolved in #20226
Python: add support for pyproject.toml (pep621) and perhaps setup.cfg specifications of dependencies
Multiple users are now requesting this. It should bump the priority.
Closing this as completed. @ByAgenT please reopen if you are still seeing the above issue.
The issue is here: https://github.com/microsoft/component-detection/blob/0f3fa8a84488f6f8878532d1e5812580998a045e/src/Microsoft.ComponentDetection.Orchestrator/Services/DetectorProcessingService.cs#L188-L191 If we pass `**/samples/**` it throws `IndexOutOfRangeException` `Glob.Parse("**/samples/**").IsMatch("d:\\df\\samples")` is a minimal example.