Skip to content

Commit 69e7547

Browse files
chore(deps): update dependency testableio.system.io.abstractions to v19.2.22 (#303)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [TestableIO.System.IO.Abstractions](https://togithub.com/TestableIO/System.IO.Abstractions) | nuget | patch | `19.2.18` -> `19.2.22` | --- ### Release Notes <details> <summary>TestableIO/System.IO.Abstractions</summary> ### [`v19.2.22`](https://togithub.com/TestableIO/System.IO.Abstractions/releases/tag/v19.2.22) #### What's Changed - chore(deps): update dependency githubactionstestlogger to v2.0.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/978](https://togithub.com/TestableIO/System.IO.Abstractions/pull/978) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.20 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/979](https://togithub.com/TestableIO/System.IO.Abstractions/pull/979) - chore(deps): update dependency nerdbank.gitversioning to v3.6.128 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/980](https://togithub.com/TestableIO/System.IO.Abstractions/pull/980) - fix: Propagate null values in Wrap\* methods by [@&#8203;zivarah](https://togithub.com/zivarah) in [https://github.com/TestableIO/System.IO.Abstractions/pull/982](https://togithub.com/TestableIO/System.IO.Abstractions/pull/982) #### New Contributors - [@&#8203;zivarah](https://togithub.com/zivarah) made their first contribution in [https://github.com/TestableIO/System.IO.Abstractions/pull/982](https://togithub.com/TestableIO/System.IO.Abstractions/pull/982) **Full Changelog**: TestableIO/System.IO.Abstractions@v19.2.18...v19.2.22 </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://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3ea0a6 commit 69e7547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.18" />
39+
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.22" />
4040
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" />
4141
<PackageReference Include="FluentAssertions" Version="6.11.0" />
4242
<PackageReference Include="Moq" Version="4.18.4" />

Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.18" />
21+
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.22" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)