Commit 8fe3808
authored
deps(test): update dotnet monorepo (#1197)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` →
`10.0.10` |

|

|
| [Microsoft.Extensions.Diagnostics.HealthChecks](https://asp.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` →
`10.0.10` |

|

|
| [Microsoft.Extensions.Hosting](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` →
`10.0.10` |

|

|
| [Microsoft.Extensions.Hosting.Abstractions](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` →
`10.0.10` |

|

|
| [Microsoft.Extensions.Http.Resilience](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` →
`10.8.0` |

|

|
| [Microsoft.Extensions.ServiceDiscovery](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` →
`10.8.0` |

|

|
| [Microsoft.Extensions.TimeProvider.Testing](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` →
`10.8.0` |

|

|
|
[Microsoft.SourceLink.GitHub](https://redirect.github.com/dotnet/dotnet)
| `10.0.300` → `10.0.301` |

|

|
|
[System.CommandLine](https://redirect.github.com/dotnet/command-line-api)
([source](https://redirect.github.com/dotnet/dotnet)) | `2.0.9` →
`2.0.10` |

|

|
| [System.Reflection.MetadataLoadContext](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` →
`10.0.10` |

|

|
---
### Release Notes
<details>
<summary>dotnet/dotnet (Microsoft.AspNetCore.Mvc.Testing)</summary>
###
[`v10.0.10`](https://redirect.github.com/dotnet/dotnet/compare/v10.0.9...v10.0.10)
</details>
<details>
<summary>dotnet/extensions
(Microsoft.Extensions.Http.Resilience)</summary>
###
[`v10.8.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v10.8.0)
This release adds new experimental APIs to
Microsoft.Extensions.AI.Abstractions and updates the OpenAI dependency
to 2.12.0, alongside documentation, test, and repository maintenance.
#### Experimental API Changes
##### New Experimental APIs
- New experimental API: `AIFunctionNameAttribute` and
`AIParameterNameAttribute`
[#​7610](https://redirect.github.com/dotnet/extensions/issues/7610)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​jeffhandley](https://redirect.github.com/jeffhandley)
[@​Copilot](https://redirect.github.com/Copilot))
- New experimental API:
`ToolApprovalRequestContent.RequiresConfirmation` (`MEAI001`)
[#​7549](https://redirect.github.com/dotnet/extensions/issues/7549)
by [@​javiercn](https://redirect.github.com/javiercn) (co-authored
by [@​Copilot](https://redirect.github.com/Copilot))
#### What's Changed
##### AI
- Upgrade OpenAI dependency to 2.12.0
[#​7608](https://redirect.github.com/dotnet/extensions/issues/7608)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Auto-detect audio format in OpenAISpeechToTextClient
[#​7575](https://redirect.github.com/dotnet/extensions/issues/7575)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Fix ToolJson.AdditionalProperties to accept sub-schema objects
[#​7546](https://redirect.github.com/dotnet/extensions/issues/7546)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Fix ImageGeneratingChatClient duplicating preceding content and
dropping following content
[#​7624](https://redirect.github.com/dotnet/extensions/issues/7624)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
##### Vector Data
- Make all test methods virtual in VectorData.ConformanceTests
[#​7606](https://redirect.github.com/dotnet/extensions/issues/7606)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
#### Documentation Updates
- Remove links to ai-samples repo
[#​7574](https://redirect.github.com/dotnet/extensions/issues/7574)
by [@​gewarren](https://redirect.github.com/gewarren)
- Fix up docs with Copilot (MEVD)
[#​7597](https://redirect.github.com/dotnet/extensions/issues/7597)
by [@​gewarren](https://redirect.github.com/gewarren)
- Fix up docs with Copilot (M.E.ServiceDiscovery)
[#​7598](https://redirect.github.com/dotnet/extensions/issues/7598)
by [@​gewarren](https://redirect.github.com/gewarren) (co-authored
by [@​Copilot](https://redirect.github.com/Copilot))
- Fix up docs with Copilot (MEAI)
[#​7600](https://redirect.github.com/dotnet/extensions/issues/7600)
by [@​gewarren](https://redirect.github.com/gewarren)
- Fix up docs with Copilot
[#​7601](https://redirect.github.com/dotnet/extensions/issues/7601)
by [@​gewarren](https://redirect.github.com/gewarren)
#### Test Improvements
- Fix flaky StampedeTests and harden related test waits
[#​7572](https://redirect.github.com/dotnet/extensions/issues/7572)
by [@​jeffhandley](https://redirect.github.com/jeffhandley)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Fix SQLitePCLRaw\.lib.e\_sqlite3 vulnerability by replacing
SemanticKernel connectors with CommunityToolkit
[#​7579](https://redirect.github.com/dotnet/extensions/issues/7579)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Removing SemanticKernel Connectors dependency and replacing it
[#​7584](https://redirect.github.com/dotnet/extensions/issues/7584)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Migrate to xUnit v3
[#​7607](https://redirect.github.com/dotnet/extensions/issues/7607)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by
[@​shyamnamboodiripad](https://redirect.github.com/shyamnamboodiripad)
[@​Copilot](https://redirect.github.com/Copilot))
#### Repository Infrastructure Updates
- Update OTel GenAI conventions skill for standalone semconv-genai repo
[#​7519](https://redirect.github.com/dotnet/extensions/issues/7519)
by [@​jeffhandley](https://redirect.github.com/jeffhandley)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Bump dotnet-coverage from 18.7.0 to 18.8.0
[#​7552](https://redirect.github.com/dotnet/extensions/issues/7552)
- \[main] Update dependencies from dotnet/arcade
[#​7559](https://redirect.github.com/dotnet/extensions/issues/7559)
- Fix transitive MessagePack vulnerability in AI template AppHost
projects
[#​7561](https://redirect.github.com/dotnet/extensions/issues/7561)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Bump esbuild,
[@​vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react)
and vite in
/src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript
[#​7564](https://redirect.github.com/dotnet/extensions/issues/7564)
- Bump tmp from 0.2.6 to 0.2.7 in
/src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript
[#​7569](https://redirect.github.com/dotnet/extensions/issues/7569)
- Bump js-yaml from 4.1.1 to 4.2.0 in
/src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript
[#​7570](https://redirect.github.com/dotnet/extensions/issues/7570)
- Bump PowerShell from 7.6.2 to 7.6.3
[#​7576](https://redirect.github.com/dotnet/extensions/issues/7576)
- Remove duplicate 'WebAPI' classification from template
[#​7577](https://redirect.github.com/dotnet/extensions/issues/7577)
by [@​danroth27](https://redirect.github.com/danroth27)
- \[main] Update dependencies from dotnet/arcade
[#​7590](https://redirect.github.com/dotnet/extensions/issues/7590)
- Eliminate redundant Correctness CI stage by merging into Build
[#​7594](https://redirect.github.com/dotnet/extensions/issues/7594)
by [@​adamsitnik](https://redirect.github.com/adamsitnik)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Update Agent Framework to 1.13.0
[#​7613](https://redirect.github.com/dotnet/extensions/issues/7613)
by [@​jeffhandley](https://redirect.github.com/jeffhandley)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
- Bump dotnet-coverage from 18.8.0 to 18.9.0
[#​7615](https://redirect.github.com/dotnet/extensions/issues/7615)
#### Acknowledgements
- [@​wtgodbe](https://redirect.github.com/wtgodbe)
[@​tarekgh](https://redirect.github.com/tarekgh)
[@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis)
[@​peterwald](https://redirect.github.com/peterwald)
[@​PranavSenthilnathan](https://redirect.github.com/PranavSenthilnathan)
[@​stephentoub](https://redirect.github.com/stephentoub)
[@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2)
[@​roji](https://redirect.github.com/roji)
[@​DeagleGross](https://redirect.github.com/DeagleGross) reviewed
pull requests
**Full Changelog**:
<dotnet/extensions@v10.7.0...v10.8.0>
</details>
---
### Configuration
📅 **Schedule**: (in timezone Europe/Zurich)
- Branch creation
- "after 9pm,before 6am"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 9f44d7c commit 8fe3808
9 files changed
Lines changed: 13 additions & 13 deletions
File tree
- src
- KubeOps.Abstractions
- KubeOps.Aspire
- KubeOps.Cli
- KubeOps.Operator
- KubeOps.Transpiler
- test
- KubeOps.Aspire.Test
- KubeOps.Operator.Test
- KubeOps.Operator.Web.Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments