-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[release/8.0.1xx] Update dependencies from dotnet/templating #36136
[release/8.0.1xx] Update dependencies from dotnet/templating #36136
Conversation
…0231015.3 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23515.3
Notification for subscribed users from https://github.com/dotnet/templating:@dotnet/templating-engine-maintainers Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.
|
…0231016.16 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23516.16
…0231017.16 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23517.16
…0231017.20 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23517.20
…0231017.24 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23517.24
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…0231018.9 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23518.9
…0231018.20 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23518.20
…0231018.27 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23518.27
…0231018.37 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23518.37
…0231019.1 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23519.1
@ViktorHofer @marcpopMSFT looks like the 8.0 branch can't get around implicit xunit/2.5.1. |
I would question the value of updating to xunit 2.5.1 in dotnet/templating in the corresponding release/8.0.1xx branch. I think it would be best to revert that xunit dependency update in their branch. |
…0231019.3 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23519.3
This change caused the dependency update and should probably be reverted: dotnet/templating#7145. I would recommend disabling dependabot in release branches. Otherwise, the repository plus everyone consuming its dependencies accepts the cost of updating dependencies. The cost of updating to xunit 2.5.1 was very high in main and I don't see the justification to backport the necessary changes into release/8.0.1xx. In addition to that, I see that Verify.xunit gets updated via dependabot but xunit via Arcade. That's a mismatch that will cause this exact failure again when Verify.xunit publishes a new version that depends on a newer xunit version. Verify.xunit should probably not be auto-updated alltogether. cc @dotnet/templating-engine-maintainers |
@ViktorHofer Reverting that PR here: dotnet/templating#7177 |
@MiYanni , I'm supportive of dependabot only being on in main given the issues we've had with it. |
Updating it to only happen on main here: dotnet/templating#7178 |
…0231019.13 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23519.13
@ViktorHofer @MiYanni It seems that PRs #7121 and #7149 need to be restored also include, can you help to confirm? |
See my comments here: dotnet/templating#7149 (comment) |
…0231019.26 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23512.5 -> To Version 8.0.100-rtm.23519.26
This pull request updates the following dependencies
From https://github.com/dotnet/templating