Skip to content

Commit 1bcd79f

Browse files
chore(deps): update dependency testableio.system.io.abstractions to v19.2.67 (#390)
[![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.64` -> `19.2.67` | --- ### Release Notes <details> <summary>TestableIO/System.IO.Abstractions (TestableIO.System.IO.Abstractions)</summary> ### [`v19.2.67`](https://togithub.com/TestableIO/System.IO.Abstractions/releases/tag/v19.2.67) #### What's Changed - fix: incorrectly thrown exception in `Directory.CreateSymbolicLink` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1026](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1026) **Full Changelog**: TestableIO/System.IO.Abstractions@v19.2.66...v19.2.67 ### [`v19.2.66`](https://togithub.com/TestableIO/System.IO.Abstractions/releases/tag/v19.2.66) #### What's Changed - chore(deps): update dependency githubactionstestlogger to v2.3.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1031](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1031) - fix: incorrect thrown exception when calling `Path.GetFullPath` with white-space by [@&#8203;vbreuss](https://togithub.com/vbreuss) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1030](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1030) **Full Changelog**: TestableIO/System.IO.Abstractions@v19.2.64...v19.2.66 </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/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5644f6 commit 1bcd79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
99
<PackageVersion Include="System.Threading.Channels" Version="7.0.0" />
10-
<PackageVersion Include="TestableIO.System.IO.Abstractions" Version="19.2.64" />
10+
<PackageVersion Include="TestableIO.System.IO.Abstractions" Version="19.2.67" />
1111
<PackageVersion Include="System.IO.Compression" Version="4.3.0" />
1212
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)