Skip to content

Commit

Permalink
chore(deps): update dependency snapshooter.xunit to v0.14.1 (#33)
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 |
|---|---|---|---|---|---|
| [Snapshooter.Xunit](https://github.com/SwissLife-OSS/Snapshooter) |
`0.13.0` -> `0.14.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Snapshooter.Xunit/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Snapshooter.Xunit/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Snapshooter.Xunit/0.13.0/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Snapshooter.Xunit/0.13.0/0.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SwissLife-OSS/Snapshooter (Snapshooter.Xunit)</summary>

###
[`v0.14.1`](https://github.com/SwissLife-OSS/snapshooter/releases/tag/0.14.1)

[Compare
Source](https://github.com/SwissLife-OSS/Snapshooter/compare/0.14.0...0.14.1)

##### What's Changed

- Add .NET 4.6.2 target by
[@&#8203;fgreinacher](https://github.com/fgreinacher) in
[SwissLife-OSS/snapshooter#195

##### New Contributors

- [@&#8203;fgreinacher](https://github.com/fgreinacher) made their
first contribution in
[SwissLife-OSS/snapshooter#195

**Full Changelog**:
SwissLife-OSS/snapshooter@0.14.0...0.14.1

###
[`v0.14.0`](https://github.com/SwissLife-OSS/snapshooter/releases/tag/0.14.0)

[Compare
Source](https://github.com/SwissLife-OSS/Snapshooter/compare/0.13.0...0.14.0)

##### What's Changed

- Added support for .NET 8, NUnit 4.0 by
[@&#8203;daghsentinel](https://github.com/daghsentinel) in
[SwissLife-OSS/snapshooter#188
-   drop support for EOL net3.1

##### New Contributors

- [@&#8203;daghsentinel](https://github.com/daghsentinel) made their
first contribution in
[SwissLife-OSS/snapshooter#188

**Full Changelog**:
SwissLife-OSS/snapshooter@0.13.0...0.14.0

</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/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent ac69c93 commit 5e95fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.Tests/Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="Snapshooter.Xunit" Version="0.13.0" />
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e95fe3

Please sign in to comment.