Skip to content

[release/8.0] Update npm dependencies#67144

Merged
wtgodbe merged 3 commits into
dotnet:release/8.0from
wtgodbe:infrastructure/update-npm-packages-release-8.0-2026-06-10
Jun 11, 2026
Merged

[release/8.0] Update npm dependencies#67144
wtgodbe merged 3 commits into
dotnet:release/8.0from
wtgodbe:infrastructure/update-npm-packages-release-8.0-2026-06-10

Drop unforceable semver-regex/http-cache-semantics resolutions (8.0 F…

7dc0b69
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jun 11, 2026 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser [Console] [Details] [Artifacts] [22.03% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

## Build Rerun :heavy_check_mark: Build passed after 1 retries. ### (Attempt #1) [[link to build]](https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1458721) ## Non-Deterministic Test Failures Detected
BlazorTemplates.Tests.BlazorWasmTemplateTest.BlazorWasmStandaloneTemplate_Works(browserKind: Chromium) [Details] [87.66% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configuration

Exception Message
System.AggregateException : One or more errors occurred. (\n╔══════════════════════════════════════════════════════════╗\n║ Host system is missing dependencies to run browsers.     ║\n║ Please install them with the following command:          ║\n║                                                          ║\n║     sudo pwsh bin/Debug/netX/playwright.ps1 install-deps ║\n║                                                          ║\n║ Alternatively, use apt:                                  ║\n║     sudo apt-get install libgbm1                         ║\n║                                                          ║\n║ <3 Playwright Team                                       ║\n╚══════════════════════════════════════════════════════════╝) (Object reference not set to an instance of an object.) (Object reference not set to an instance of an object.)\n---- Microsoft.Playwright.PlaywrightException : \n╔══════════════════════════════════════════════════════════╗\n║ Host system is missing dependencies to run browsers.     ║\n║ Please install them with the following command:          ║\n║                                                          ║\n║     sudo pwsh bin/Debug/netX/playwright.ps1 install-deps ║\n║                                                          ║\n║ Alternatively, use apt:                                  ║\n║     sudo apt-get install libgbm1                         ║\n║                                                          ║\n║ <3 Playwright Team                                       ║\n╚══════════════════════════════════════════════════════════╝\n---- System.NullReferenceException : Object reference not set to an instance of an object.\n---- System.NullReferenceException : Object reference not set to an instance of an object.
CallStack
----- Inner Stack Trace #1 (Microsoft.Playwright.PlaywrightException) -----
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](String guid, String method, Object args) in /_/src/Playwright/Transport/Connection.cs:line 163
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 482
   at Microsoft.Playwright.Core.BrowserType.LaunchAsync(BrowserTypeLaunchOptions options) in /_/src/Playwright/Core/BrowserType.cs:line 61
   at Microsoft.AspNetCore.BrowserTesting.BrowserManager.<InitializeAsync>g__InitializeCore|18_0() in /_/src/Shared/BrowserTesting/src/BrowserManager.cs:line 69
   at Microsoft.AspNetCore.BrowserTesting.BrowserManager.InitializeAsync() in /_/src/Shared/BrowserTesting/src/BrowserManager.cs:line 53
   at Microsoft.AspNetCore.BrowserTesting.BrowserManager.CreateAsync(BrowserManagerConfiguration configuration, ILoggerFactory loggerFactory) in /_/src/Shared/BrowserTesting/src/BrowserManager.cs:line 46
   at Microsoft.AspNetCore.BrowserTesting.BrowserTestBase.InitializeCoreAsync(TestContext context) in /_/src/Shared/BrowserTesting/src/BrowserTestBase.cs:line 30
   at Microsoft.AspNetCore.Testing.AspNetTestInvoker.<>c__DisplayClass2_0.<<InvokeTestMethodAsync>b__0>d.MoveNext() in /_/src/Testing/src/xunit/AspNetTestInvoker.cs:line 44
--- End of stack trace from previous location ---
----- Inner Stack Trace #2 (System.NullReferenceException) -----
   at BlazorTemplates.Tests.BlazorWasmTemplateTest.BuildAndRunTest(String appName, Project project, BrowserKind browserKind, Boolean usesAuth) in /_/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWasmTemplateTest.cs:line 298
   at BlazorTemplates.Tests.BlazorWasmTemplateTest.BlazorWasmStandaloneTemplate_Works(BrowserKind browserKind) in /_/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWasmTemplateTest.cs:line 36
--- End of stack trace from previous location ---
----- Inner Stack Trace #3 (System.NullReferenceException) -----
Interop.FunctionalTests.Http2.Http2RequestTests.GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes [Console] [Details] [Artifacts] [1.14% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configurations (3)

Data Driven SubResults
    Interop.FunctionalTests.Http2.Http2RequestTests.GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes(hasTrailers: False)
    Exception Message
    System.IO.IOException : The request was aborted.
    ---- System.IO.IOException : Unable to write data to the transport connection: Broken pipe.
    -------- System.Net.Sockets.SocketException : Broken pipe
    Stack Trace
       at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException)
       at System.Net.Http.Http2Connection.Http2Stream.CheckResponseBodyState()
       at System.Net.Http.Http2Connection.Http2Stream.TryReadFromBuffer(Span`1 buffer, Boolean partOfSyncRead)
       at System.Net.Http.Http2Connection.Http2Stream.ReadDataAsync(Memory`1 buffer, HttpResponseMessage responseMessage, CancellationToken cancellationToken)
       at Interop.FunctionalTests.Http2.Http2RequestTests.StartLongRunningRequestAsync(ILogger logger, IHost host, HttpMessageInvoker client) in /_/src/Servers/Kestrel/test/Interop.FunctionalTests/Http2/Http2RequestTests.cs:line 204
       at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 88
       at Interop.FunctionalTests.Http2.Http2RequestTests.GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes(Boolean hasTrailers) in /_/src/Servers/Kestrel/test/Interop.FunctionalTests/Http2/Http2RequestTests.cs:line 174
    --- End of stack trace from previous location ---
    ----- Inner Stack Trace -----
       at System.Net.Http.Http2Connection.FlushOutgoingBytesAsync()
    ----- Inner Stack Trace -----
       at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow)
       at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendAsyncForNetworkStream(Socket socket, CancellationToken cancellationToken)
       at System.Net.Sockets.Socket.SendAsyncForNetworkStream(ReadOnlyMemory`1 buffer, SocketFlags socketFlags, CancellationToken cancellationToken)
       at System.Net.Sockets.NetworkStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken)
       at System.Net.Http.Http2Connection.FlushOutgoingBytesAsync()
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
       at System.Net.Http.Http2Connection.FlushOutgoingBytesAsync()
       at System.Net.Http.Http2Connection.ProcessOutgoingFramesAsync()
       at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
       at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
       at System.Threading.Thread.StartCallback()
    --- End of stack trace from previous location ---
    
Microsoft.AspNetCore.Analyzers.RouteEmbeddedLanguage.FrameworkParametersCompletionProviderTests.Insertion_Space_Generic_EndpointMapGet_HasDelegate_ReturnRouteParameterItem [Console] [Details] [Artifacts] [1.10% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configurations (6)

Exception Message
Assert.Collection() Failure
Collection: []
Expected item count: 1
Actual item count:   0
CallStack
   at Microsoft.AspNetCore.Analyzers.RouteEmbeddedLanguage.FrameworkParametersCompletionProviderTests.Insertion_Space_Generic_EndpointMapGet_HasDelegate_ReturnRouteParameterItem() in /_/src/Framework/AspNetCoreAnalyzers/test/RouteEmbeddedLanguage/FrameworkParametersCompletionProviderTests.cs:line 176
--- End of stack trace from previous location ---
## Build Rerun :heavy_check_mark: Build passed after 2 retries. ### (Attempt #2) [[link to build]](https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1458720)

aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Run E2E tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit [Details] [9.07% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configuration

Exception Message
OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element <button id="dispose-throw">...</button> is not clickable at point (476, 432). Other element would receive the click: <div id="blazor-error-ui" style="display: block;">...</div>
  (Session info: chrome=148.0.7778.178)
CallStack
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebElement.Click()
   at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/CircuitTests.cs:line 73
   at InvokeStub_CircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(id: "afterrender-async-throw") [Details] [3.85% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configuration

Exception Message
OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element <button id="afterrender-async-throw">...</button> is not clickable at point (189, 432). Other element would receive the click: <div id="blazor-error-ui" style="display: block;">...</div>
  (Session info: chrome=148.0.7778.178)
CallStack
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebElement.Click()
   at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(String id) in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/CircuitTests.cs:line 51
   at InvokeStub_CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(id: "afterrender-sync-throw") [Details] [3.89% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configuration

Exception Message
OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element <button id="afterrender-sync-throw">...</button> is not clickable at point (405, 414). Other element would receive the click: <div id="blazor-error-ui" style="display: block;">...</div>
  (Session info: chrome=148.0.7778.178)
CallStack
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebElement.Click()
   at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(String id) in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/CircuitTests.cs:line 51
   at InvokeStub_CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No