Skip to content

Update all dependencies#58

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/all
Open

Update all dependencies#58
renovate[bot] wants to merge 1 commit into
devfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@mui/icons-material (source) 9.0.19.1.1 age confidence
@mui/material (source) 9.0.19.1.1 age confidence
@types/node (source) 25.9.125.9.3 age confidence
@types/react (source) 19.2.1619.2.17 age confidence
@vitest/coverage-v8 (source) 4.1.84.1.9 age confidence
AngleSharp (source) 1.4.01.5.1 age confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 10.0.810.0.9 age confidence
Microsoft.AspNetCore.Http.Abstractions (source) 2.3.102.3.11 age confidence
Microsoft.AspNetCore.Identity (source) 2.3.102.3.11 age confidence
Microsoft.AspNetCore.OpenApi (source) 10.0.810.0.9 age confidence
Microsoft.AspNetCore.SpaServices.Extensions (source) 10.0.810.0.9 age confidence
Microsoft.EntityFrameworkCore (source) 10.0.810.0.9 age confidence
Microsoft.EntityFrameworkCore.Design (source) 10.0.810.0.9 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Caching.Memory (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration.Binder (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration.EnvironmentVariables (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration.FileExtensions (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Configuration.Json (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.DependencyInjection (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Diagnostics.Testing (source) 10.6.010.7.0 age confidence
Microsoft.Extensions.Hosting (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Http (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 10.0.810.0.9 age confidence
Microsoft.Extensions.Options.ConfigurationExtensions (source) 10.0.810.0.9 age confidence
Microsoft.NET.Test.Sdk 18.5.118.6.0 age confidence
MimeKit (source) 4.16.04.17.0 age confidence
Swashbuckle.AspNetCore 10.1.710.2.1 age confidence
System.IdentityModel.Tokens.Jwt 8.18.08.19.1 age confidence
System.Security.Cryptography.Xml (source) 10.0.810.0.9 age confidence
react-resizable 4.0.14.0.2 age confidence
react-router-dom (source) 7.17.07.18.0 age confidence
vitest (source) 4.1.84.1.9 age confidence

Release Notes

mui/material-ui (@​mui/icons-material)

v9.1.1

Compare Source

Jun 11, 2026

A big thanks to the 9 contributors who made this release possible.

@mui/material@9.1.1
@mui/styled-engine@9.1.1
  • [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#​48603) @​Janpot
Docs
Core

All contributors of this release in alphabetical order: @​aemartos, @​brijeshb42, @​ifer47, @​Janpot, @​LukasTy, @​oliviertassinari, @​rluzists1, @​siriwatknp, @​vipin8797

v9.1.0

Compare Source

Jun 8, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0
@mui/utils@9.1.0
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​cherniavskii, @​JakeSaterlay, @​Janpot, @​joserodolfofreitas, @​LukasTy, @​mj12albert, @​nightt5879, @​noam3127, @​oliviertassinari, @​pavan-sh, @​silviuaavram, @​siriwatknp, @​tyalau, @​ZeeshanTamboli

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub
AngleSharp/AngleSharp (AngleSharp)

v1.5.1

Released on Saturday, June 13 2026

v1.5.0

Released on Saturday, June 6 2026

dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)

v10.0.9

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v10.7.0

v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware ResourceQuotaProvider that reads the pod's CPU and memory requests and limits and exposes them to Microsoft.Extensions.Diagnostics.ResourceMonitoring as baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companion ResourceQuota and ResourceQuotaProvider types in Microsoft.Extensions.Diagnostics.ResourceMonitoring graduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.

On the AI side, Microsoft.Extensions.AI.OpenAI moves to OpenAI 2.11.0 and fixes a deserialization bug in ToolJson.AdditionalProperties so that JSON Schema additionalProperties values shaped as sub-schema objects (for example {"type":"string"}) are preserved instead of throwing during deserialization. HostedFileContent.SizeInBytes and HostedFileContent.CreatedAt graduate to stable since both values are consistently available across hosted-file providers, while Purpose and Scope remain experimental as provider-shaped vocabulary. FunctionInvokingChatClient drops a backward-compat path that auto-marked ToolApprovalResponseContent entries with InformationalOnly: true; consumers that need to continue accepting sessions serialized before #​7468 can use the sample ApprovalHistoryNormalizingChatClient middleware added in the test project.

Experimental API Changes
Now Stable
  • Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package is now stable #​7253
  • Resource Monitoring ResourceQuota and ResourceQuotaProvider APIs are now stable (previously EXTEXP0008) #​7253
  • HostedFileContent.SizeInBytes and HostedFileContent.CreatedAt are now stable (previously MEAI001) #​7513
What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
  • [main] Update dependencies from dotnet/arcade #​7521
  • Bump dotnet-reportgenerator-globaltool from 5.5.9 to 5.5.10 #​7522
  • Bump dotnet-coverage from 18.6.2 to 18.7.0 #​7530
  • Bump PowerShell from 7.6.1 to 7.6.2 #​7531
  • Bump qs from 6.15.1 to 6.15.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7532
  • [main] Update dependencies from dotnet/arcade #​7534
  • Bump tmp from 0.2.5 to 0.2.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7537
Acknowledgements

Full Changelog: dotnet/extensions@v10.6.0...v10.7.0

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.6.0

What's Changed

Changes to tests and infra

Full Changelog: microsoft/vstest@v18.5.1...v18.6.0

jstedfast/MimeKit (MimeKit)

[v4.17.0](https://redirect

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update all dependencies to v19.2.17 Update all dependencies Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/all branch from 78dd80a to b3066a2 Compare June 6, 2026 01:16
@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.47%. Comparing base (e37b842) to head (7ae907b).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #58   +/-   ##
=======================================
  Coverage   65.47%   65.47%           
=======================================
  Files          98       98           
  Lines        4046     4046           
  Branches      573      573           
=======================================
  Hits         2649     2649           
+ Misses       1166     1165    -1     
- Partials      231      232    +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from f036964 to c97dd27 Compare June 12, 2026 23:14
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 3ddb00c to 75c05ea Compare June 16, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants