Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#61)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Moq](https://togithub.com/moq/moq) | `4.20.69` -> `4.20.70` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Moq/4.20.70?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Moq/4.20.70?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Moq/4.20.69/4.20.70?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Moq/4.20.69/4.20.70?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [xunit](https://togithub.com/xunit/xunit) | `2.6.2` -> `2.6.3` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit/2.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit/2.6.2/2.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit/2.6.2/2.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[xunit.runner.visualstudio](https://togithub.com/xunit/visualstudio.xunit)
| `2.5.4` -> `2.5.5` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.runner.visualstudio/2.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.runner.visualstudio/2.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.runner.visualstudio/2.5.4/2.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.runner.visualstudio/2.5.4/2.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>moq/moq (Moq)</summary>

###
[`v4.20.70`](https://togithub.com/moq/moq/blob/HEAD/changelog.md#v42070-2023-11-28)

[Full
Changelog](https://togithub.com/devlooped/moq/compare/v4.20.69...v4.20.70)

:hammer: Other:

- a minor changes to improve the readability
[#&#8203;1419](https://togithub.com/devlooped/moq/issues/1419)
- Poll on SponsorLink
[#&#8203;1415](https://togithub.com/devlooped/moq/issues/1415)
- Change log is not updated since version 4.18.4
[#&#8203;1406](https://togithub.com/devlooped/moq/issues/1406)
- Stop using Moq as a guinea pig to get feedback on and develop
SponsorLink
[#&#8203;1396](https://togithub.com/devlooped/moq/issues/1396)
- Permanently delete all data from SponsorLink's database that has been
collected during builds that included Moq (notably any version 4.20.\*)
[#&#8203;1395](https://togithub.com/devlooped/moq/issues/1395)
- SponsorLink is now OSS too and no longer bundled
[#&#8203;1384](https://togithub.com/devlooped/moq/issues/1384)
- SponsorLink and supporting OSS more broadly
[#&#8203;1374](https://togithub.com/devlooped/moq/issues/1374)
- Performance issue with large interfaces
[#&#8203;1350](https://togithub.com/devlooped/moq/issues/1350)

:twisted_rightwards_arrows: Merged:

- A minor negation in GetDelay to make it more readable
[#&#8203;1419](https://togithub.com/moq/moq/issues/1419)
[#&#8203;1422](https://togithub.com/devlooped/moq/pull/1422)
([@&#8203;iPazooki](https://togithub.com/iPazooki))
- Manually update CHANGELOG.md for now
[#&#8203;1407](https://togithub.com/devlooped/moq/pull/1407)
([@&#8203;kzu](https://togithub.com/kzu))
- Restore GDPR compliance and privacy
[#&#8203;1402](https://togithub.com/devlooped/moq/pull/1402)
([@&#8203;DanWillman](https://togithub.com/DanWillman))
- Improve performance for mocking interfaces: Cache GetInterfaceMap
[#&#8203;1351](https://togithub.com/devlooped/moq/pull/1351)
([@&#8203;rauhs](https://togithub.com/rauhs))

</details>

<details>
<summary>xunit/xunit (xunit)</summary>

### [`v2.6.3`](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)

</details>

<details>
<summary>xunit/visualstudio.xunit (xunit.runner.visualstudio)</summary>

###
[`v2.5.5`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 08c5dbb commit 80a2b4b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Snapshooter.Xunit" Version="0.13.0" />
<PackageReference Include="ChilliCream.Testing.Utilities" Version="0.2.0" />
</ItemGroup>
Expand Down
50 changes: 25 additions & 25 deletions Federation.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"Moq": {
"type": "Direct",
"requested": "[4.20.69, )",
"resolved": "4.20.69",
"contentHash": "8P/oAUOL8ZVyXnzBBcgdhTsOD1kQbAWfOcMI7KDQO3HqQtzB/0WYLdnMa4Jefv8nu/MQYiiG0IuoJdvG0v0Nig==",
"requested": "[4.20.70, )",
"resolved": "4.20.70",
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
"dependencies": {
"Castle.Core": "5.1.1"
}
Expand All @@ -73,20 +73,20 @@
},
"xunit": {
"type": "Direct",
"requested": "[2.6.2, )",
"resolved": "2.6.2",
"contentHash": "sErOyzTZBfgeLcdu5y3CkhCirZikCe9GwEv56jbQRjSa4FyI2tIHjfBRvlWqg7M78bfAGajrreH0IHnxrUOpVA==",
"requested": "[2.6.3, )",
"resolved": "2.6.3",
"contentHash": "4CoGp3iKZORZ9aaHdPrFcdlDBRI/ZFRyDZWJuP7r2idULEtWf+k0yGT80cF/v6nE/MQDXLMIuSGDIrHuPLC/+Q==",
"dependencies": {
"xunit.analyzers": "1.6.0",
"xunit.assert": "2.6.2",
"xunit.core": "[2.6.2]"
"xunit.analyzers": "1.7.0",
"xunit.assert": "2.6.3",
"xunit.core": "[2.6.3]"
}
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.4, )",
"resolved": "2.5.4",
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
"requested": "[2.5.5, )",
"resolved": "2.5.5",
"contentHash": "AJsBBn8S00ZxdXPSIp8s+NcBQMO9tcll1UVCfGNoEi1DUH2z3f4Y1epV9nYbhgG6wFoTKJP6YuLT2MeTPV9gnA=="
},
"BananaCakePop.Middleware": {
"type": "Transitive",
Expand Down Expand Up @@ -1344,39 +1344,39 @@
},
"xunit.analyzers": {
"type": "Transitive",
"resolved": "1.6.0",
"contentHash": "b/Wbrqr/bFvcjqAbYdJyCCvjz+PjjKMnoK/K6sbcCBu94pqAkB2vBAHFo87wNq2awsLPAuq5MA7q0XexyQ3mJQ=="
"resolved": "1.7.0",
"contentHash": "lAcpaB0KnjWETbPDMsDPoQi6zS0uXUYopmyTQDWvILJWcL9jwMxXXGmDLptlMA6vGi5Z0LtudsYN+dEUTmuHaA=="
},
"xunit.assert": {
"type": "Transitive",
"resolved": "2.6.2",
"contentHash": "JOj2+zWS08M59bCk3MkZFcKj2Izb2zwkHSPIKJLvnZYLR2Nw6HifjvBCpa8XhMF3mxDuGwZ0+ncmlhE9WoEaZw=="
"resolved": "2.6.3",
"contentHash": "7JWrjxDIAwF1vBZyENu4BZaddNJijIQcIQcc+73sJPWaqzDmseysTYv2jR0IWBsWIGa6LSfMO/3+dH0fsHL5Wg=="
},
"xunit.core": {
"type": "Transitive",
"resolved": "2.6.2",
"contentHash": "LxJ06D9uTDyvHY52+Lym2TUlq3ObgAKSTuzM9gniau8qI1fd/CPag4PFaGs0RJfunUJtYHg9+XrS5EcW/5dxGA==",
"resolved": "2.6.3",
"contentHash": "rlrm//9cNAlCkh3p5mdggzfchZlcXowUVK3UPqKiaN7G0Wu7gOUNLLZej9twnwTCVe1h3FEi9PRwzXMMXpFwSQ==",
"dependencies": {
"xunit.extensibility.core": "[2.6.2]",
"xunit.extensibility.execution": "[2.6.2]"
"xunit.extensibility.core": "[2.6.3]",
"xunit.extensibility.execution": "[2.6.3]"
}
},
"xunit.extensibility.core": {
"type": "Transitive",
"resolved": "2.6.2",
"contentHash": "T8CmshbP1EeaDibLwgU/aEe53zrW0+x+mEz5aKxexS5vVyj1UwgDUjcTK/+prMF/9KgMHkgx1vIe7wv58wO6RQ==",
"resolved": "2.6.3",
"contentHash": "qWCpmK4nxFBsf68r35AgnrW6B+xjTCpjJYfJkaBaini4Myl/2P/Ro6WocVtJfpHilkatitVFgM3XVR0jthdJlQ==",
"dependencies": {
"NETStandard.Library": "1.6.1",
"xunit.abstractions": "2.0.3"
}
},
"xunit.extensibility.execution": {
"type": "Transitive",
"resolved": "2.6.2",
"contentHash": "kKo7XqyLF8blXGqQHlqKQ+AzST42kpB7oG81Km/kFEzWVfeDMgaEquOLAr/ZiR4tnkUbbWYrY6CJPTavFqGn6Q==",
"resolved": "2.6.3",
"contentHash": "I+9OA9a6WVia40bxJi3KaxVcjTE1ouHqD0QcrjHA/hLl7Ozb5eQmV7ecLu3gRZlPLdcVN+If8IZcEmqytmLtkA==",
"dependencies": {
"NETStandard.Library": "1.6.1",
"xunit.extensibility.core": "[2.6.2]"
"xunit.extensibility.core": "[2.6.3]"
}
},
"Yarp.ReverseProxy": {
Expand Down

0 comments on commit 80a2b4b

Please sign in to comment.