Skip to content

[Automated] Update dependencies #8637

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

Merged
merged 2 commits into from
May 9, 2025
Merged

[Automated] Update dependencies #8637

merged 2 commits into from
May 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 8, 2025

Auto-generated update to the package dependencies. In order for this PR to be green, it will require all of the new dependencies to be mirrored to our AzDO NuGet feeds. Any updates made outside of the first itemgroup in Directory.Packages.props should be reverted as those are packages that get updated through arcade's dependency flow.

@danmoseley
Copy link
Member

tests\Aspire.Azure.Search.Documents.Tests\Aspire.Azure.Search.Documents.Tests.csproj(0,0): error NU1109: (NETCORE_ENGINEERING_TELEMETRY=Restore) Detected package downgrade: System.Text.Json from 9.0.3 to centrally defined 8.0.5. Update the centrally managed package version to a higher version. 
 Aspire.Azure.Search.Documents.Tests -> Microsoft.Extensions.Hosting 9.0.3 -> Microsoft.Extensions.Configuration.Json 9.0.3 -> System.Text.Json (>= 9.0.3) 
 Aspire.Azure.Search.Documents.Tests -> System.Text.Json (>= 8.0.5)

@danmoseley danmoseley force-pushed the update-dependencies branch from 802b8ae to 2ace476 Compare April 8, 2025 20:43
@danmoseley
Copy link
Member

reverted everything outside the first item group...

@danmoseley
Copy link
Member

OK I'm putting this aside for me or @joperezr to look at later as I just keep hitting one issue after another. Getting closer though.

@github-actions github-actions bot force-pushed the update-dependencies branch from d031975 to a608560 Compare April 14, 2025 16:08
@danmoseley danmoseley added the area-codeflow for labeling automated codeflow. intentionally a different color! label Apr 16, 2025
@github-actions github-actions bot force-pushed the update-dependencies branch from a608560 to 18665dc Compare April 21, 2025 16:08
@github-actions github-actions bot force-pushed the update-dependencies branch from 18665dc to be30c7c Compare April 28, 2025 16:08
@github-actions github-actions bot force-pushed the update-dependencies branch from be30c7c to 6f229f7 Compare May 5, 2025 16:08
@danmoseley danmoseley added this to the 9.3 milestone May 9, 2025
@sebastienros
Copy link
Member

I triggered a dotnet-migrate for the missing versions

@joperezr
Copy link
Member

joperezr commented May 9, 2025

The Dashboard.Components failure seems legit:

failed Aspire.Dashboard.Components.Tests.Pages.ConsoleLogsTests.ClearLogEntries_AllResources_LogsFilteredOut (60ms)
  Xunit.Runner.InProc.SystemConsole.TestingPlatform.XunitException: System.InvalidOperationException : Cannot provide a value for property 'GlobalState' on type 'Microsoft.FluentUI.AspNetCore.Components.FluentOverlay'. There is no registered service of type 'Microsoft.FluentUI.AspNetCore.Components.GlobalState'.
    at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.<CreatePropertyInjector>g__Initialize|1(IServiceProvider serviceProvider, IComponent component)
    at Microsoft.AspNetCore.Components.ComponentFactory.InstantiateComponent(IServiceProvider serviceProvider, Type componentType, IComponentRenderMode callerSpecifiedRenderMode, Nullable`1 parentComponentId)
    at Microsoft.AspNetCore.Components.RenderTree.Renderer.InstantiateChildComponentOnFrame(RenderTreeFrame[] frames, Int32 frameIndex, Int32 parentComponentId)
    at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewComponentFrame(DiffContext& diffContext, Int32 frameIndex)
    at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewSubtree(DiffContext& diffContext, Int32 frameIndex)
    at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex)
    at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& diffContext, Int32 oldStartIndex, Int32 oldEndIndexExcl, Int32 newStartIndex, Int32 newEndIndexExcl)

I'll undo that version bump but we'll need to investigate that later cc: @adamint @JamesNK

@joperezr joperezr enabled auto-merge (squash) May 9, 2025 19:21
@joperezr joperezr merged commit e9a755e into main May 9, 2025
169 of 170 checks passed
@joperezr joperezr deleted the update-dependencies branch May 9, 2025 19:27
@@ -67,6 +67,10 @@
},
"description": "The options to be used to configure logging within the 'System.ClientModel.Primitives.ClientPipeline'."
},
"EnableDistributedTracing": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this is interesting. I wonder if this means that tracing is no longer experimental in Azure.AI.OpenAI.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-redding - I see this property was added with Azure/azure-sdk-for-net@af5fa88. How does this property work with the OPENAI_EXPERIMENTAL_ENABLE_OPEN_TELEMETRY environment variable?

@JamesNK
Copy link
Member

JamesNK commented May 10, 2025

Please don't update FluentUI versions automatically. They must be carefully tested for regressions.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow. intentionally a different color! Re-opened Github-Action PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants