Skip to content

Commit 272b915

Browse files
Bump System.IO.Abstractions from 21.1.7 to 22.0.10 (#62)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 21.1.7 to 22.0.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TestableIO/System.IO.Abstractions/releases">System.IO.Abstractions's releases</a>.</em></p> <blockquote> <h2>v22.0.10</h2> <h2>What's Changed</h2> <ul> <li>refactor: consolidate project settings in <code>Directory.Build.props</code> by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1211">TestableIO/System.IO.Abstractions#1211</a></li> <li>feat: add API tests by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1212">TestableIO/System.IO.Abstractions#1212</a></li> <li>refactor: consolidate use of meta project packages by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1215">TestableIO/System.IO.Abstractions#1215</a></li> <li>refactor: add explicit API test step in the build pipeline by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1214">TestableIO/System.IO.Abstractions#1214</a></li> <li>refactor: consolidate test project settings in <code>Directory.Build.props</code> by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1213">TestableIO/System.IO.Abstractions#1213</a></li> <li>chore: update aweXpect to v1.0.1 by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1216">TestableIO/System.IO.Abstractions#1216</a></li> <li>refactor: avoid <code>InternalsVisibleTo</code> by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1217">TestableIO/System.IO.Abstractions#1217</a></li> <li>refactor: add separate project for parity tests by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1219">TestableIO/System.IO.Abstractions#1219</a></li> <li>refactor: use Nuke.build pipeline by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1218">TestableIO/System.IO.Abstractions#1218</a></li> <li>docs: update badges in README by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1220">TestableIO/System.IO.Abstractions#1220</a></li> <li>refactor: remove dependency on <code>Nerdbank.GitVersioning</code> by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1221">TestableIO/System.IO.Abstractions#1221</a></li> <li>refactor: enable code coverage by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1222">TestableIO/System.IO.Abstractions#1222</a></li> <li>docs: add coverage badge by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1223">TestableIO/System.IO.Abstractions#1223</a></li> <li>refactor: support pre-release versions by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1224">TestableIO/System.IO.Abstractions#1224</a></li> <li>fix: avoid duplicate commit ID in file version by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1225">TestableIO/System.IO.Abstractions#1225</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.9...v22.0.10">https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.9...v22.0.10</a></p> <h2>v22.0.9</h2> <h2>What's Changed</h2> <ul> <li>refactor: use central package management by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1198">TestableIO/System.IO.Abstractions#1198</a></li> <li>refactor: remove SauceControl.Inheritdoc by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1199">TestableIO/System.IO.Abstractions#1199</a></li> <li>refactor: update benchmarks to .NET9 by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1200">TestableIO/System.IO.Abstractions#1200</a></li> <li>refactor: include Rider files by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1201">TestableIO/System.IO.Abstractions#1201</a></li> <li>refactor!: remove support for .NET 7 by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1202">TestableIO/System.IO.Abstractions#1202</a></li> <li>refactor: fix build warnings in test projects by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1203">TestableIO/System.IO.Abstractions#1203</a></li> <li>chore(deps): update dependency snapshooter.nunit to 1.0.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1204">TestableIO/System.IO.Abstractions#1204</a></li> <li>chore(deps): update dependency nunit3testadapter to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1205">TestableIO/System.IO.Abstractions#1205</a></li> <li>chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1206">TestableIO/System.IO.Abstractions#1206</a></li> <li>chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1208">TestableIO/System.IO.Abstractions#1208</a></li> <li>chore(deps): update dependency dotnet-sdk to v9.0.200 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1209">TestableIO/System.IO.Abstractions#1209</a></li> <li>refactor!: use Testably.Abstractions.FileSystem.Interface by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1196">TestableIO/System.IO.Abstractions#1196</a></li> <li>feat!: increase minimal framework version from 4.6.2 to 4.7.2 by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1210">TestableIO/System.IO.Abstractions#1210</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TestableIO/System.IO.Abstractions/compare/v21.3.1...v22.0.9">https://github.com/TestableIO/System.IO.Abstractions/compare/v21.3.1...v22.0.9</a></p> <h2>v21.3.1</h2> <h2>What's Changed</h2> <ul> <li>docs: fix XML documentation warnings by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1194">TestableIO/System.IO.Abstractions#1194</a></li> <li>feat: update version to 21.3 due to .NET9 support by <a href="https://github.com/vbreuss"><code>@​vbreuss</code></a> in <a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/pull/1195">TestableIO/System.IO.Abstractions#1195</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TestableIO/System.IO.Abstractions/compare/v21.2.12...v21.3.1">https://github.com/TestableIO/System.IO.Abstractions/compare/v21.2.12...v21.3.1</a></p> <h2>v21.2.12</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/ddbbb8206d65b879750ec85b672bf501c6984435"><code>ddbbb82</code></a> fix: avoid duplicate commit ID in file version (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1225">#1225</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/19aeed314cfcaddd02c15d7fbc86f1bd0eaca79b"><code>19aeed3</code></a> refactor: support pre-release versions (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1224">#1224</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/fdc757e9ca650c98624a432d2425b5126f2976a6"><code>fdc757e</code></a> docs: add coverage badge (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1223">#1223</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/650d0d2388a016ea07316afdf9076bbb88118127"><code>650d0d2</code></a> refactor: enable code coverage (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1222">#1222</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/832a0f5884ccc0a8ffbe6222ecb8392ab8dcd737"><code>832a0f5</code></a> refactor: remove dependency on <code>Nerdbank.GitVersioning</code> (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1221">#1221</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/a6b4bd05282698cd96e3b88f914a6c4fbb2765c2"><code>a6b4bd0</code></a> docs: update badges in README (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1220">#1220</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/9cbb9d621333c3dc1193597dd90d1b3e7bb28fb4"><code>9cbb9d6</code></a> refactor: use Nuke.build pipeline (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1218">#1218</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/5e332ec252fba9f887795d278abce1ef37dfdbd4"><code>5e332ec</code></a> refactor: add separate project for parity tests (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1219">#1219</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/ecadf257f4853adc958d18cac68a8574f0f7fc03"><code>ecadf25</code></a> refactor: avoid <code>InternalsVisibleTo</code> (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1217">#1217</a>)</li> <li><a href="https://github.com/TestableIO/System.IO.Abstractions/commit/43ce42d82f526a82bac29d8cdad882b0a24dc40c"><code>43ce42d</code></a> chore: update aweXpect to v1.0.1 (<a href="https://redirect.github.com/TestableIO/System.IO.Abstractions/issues/1216">#1216</a>)</li> <li>Additional commits viewable in <a href="https://github.com/TestableIO/System.IO.Abstractions/compare/v21.1.7...v22.0.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IO.Abstractions&package-manager=nuget&previous-version=21.1.7&new-version=22.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5d9f9f commit 272b915

File tree

3 files changed

+37
-21
lines changed

3 files changed

+37
-21
lines changed

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@
218218
},
219219
"System.IO.Abstractions": {
220220
"type": "Transitive",
221-
"resolved": "21.1.7",
222-
"contentHash": "Zr81yQIKGi4D8DomTChuv0NlJwiZhyNGaPactEMYsqybQAoa1peV+ywyMUDT6RiRhRGNMhpTopz7W9E1HTmTow==",
221+
"resolved": "22.0.10",
222+
"contentHash": "iNx4Fku+58nHlTY85DQWwk9LqhVePcYgEcJSmmVCue2W9wKzuowQtTGwud32qEzFcMFPWS8wozgm02Maec5kHQ==",
223223
"dependencies": {
224-
"TestableIO.System.IO.Abstractions": "21.1.7",
225-
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.7"
224+
"TestableIO.System.IO.Abstractions": "22.0.10",
225+
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.10"
226226
}
227227
},
228228
"System.Reflection.Metadata": {
@@ -264,23 +264,31 @@
264264
},
265265
"TestableIO.System.IO.Abstractions": {
266266
"type": "Transitive",
267-
"resolved": "21.1.7",
268-
"contentHash": "qsaIAF06PJiFUp1jH2y5NP3IcJILUYtcdGgx25p3D9G4QrFz4Cs3frGp8njX+zQWeb/tHBS+CTMHZtU7Nqa1lg=="
267+
"resolved": "22.0.10",
268+
"contentHash": "AWLxFkvhHgovwzgUP7I0haKPv+m8wxwr8l9TntTjmkHlJXndWY9aWdU4Yz3D8vyWdBQ5gi5tVRlzA+Xh4Lz2Ag==",
269+
"dependencies": {
270+
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
271+
}
269272
},
270273
"TestableIO.System.IO.Abstractions.Wrappers": {
271274
"type": "Transitive",
272-
"resolved": "21.1.7",
273-
"contentHash": "UcQ+kdN0Ibqbhp6uAMAbc06ri7FeQskQFJX+xZD6siVI5Dg7GaeY4dQYqSfbDA5ZPITtXX9Si4E8XhE6Hhufhg==",
275+
"resolved": "22.0.10",
276+
"contentHash": "fWj4ZZ3e89vu8JT3ddpIjZHQVOGLbm8vT7O0QjmGEL/pDdlas+n+ArPCdkA+zChP6bugWanJAJ0vIUN3cGiMVw==",
274277
"dependencies": {
275-
"TestableIO.System.IO.Abstractions": "21.1.7"
278+
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
276279
}
277280
},
281+
"Testably.Abstractions.FileSystem.Interface": {
282+
"type": "Transitive",
283+
"resolved": "9.0.0",
284+
"contentHash": "uksk86YlnzAdyfVNu3wICU0X5iXVe9LF7Q3UkngNliHWEvM5gvAlOUr+jmd9JwmbJWISH5+i1vyXE02lEVz7WQ=="
285+
},
278286
"templaterefgenerator": {
279287
"type": "Project",
280288
"dependencies": {
281289
"Azure.Bicep.Types": "[0.5.110, )",
282290
"CommandLineParser": "[2.9.1, )",
283-
"System.IO.Abstractions": "[21.1.7, )"
291+
"System.IO.Abstractions": "[22.0.10, )"
284292
}
285293
},
286294
"testhelpers": {

src/TemplateRefGenerator/TemplateRefGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<ItemGroup>
1414
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1515
<PackageReference Include="Azure.Bicep.Types" Version="0.5.110" />
16-
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
16+
<PackageReference Include="System.IO.Abstractions" Version="22.0.10" />
1717
</ItemGroup>
1818
</Project>

src/TemplateRefGenerator/packages.lock.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"System.IO.Abstractions": {
4343
"type": "Direct",
44-
"requested": "[21.1.7, )",
45-
"resolved": "21.1.7",
46-
"contentHash": "Zr81yQIKGi4D8DomTChuv0NlJwiZhyNGaPactEMYsqybQAoa1peV+ywyMUDT6RiRhRGNMhpTopz7W9E1HTmTow==",
44+
"requested": "[22.0.10, )",
45+
"resolved": "22.0.10",
46+
"contentHash": "iNx4Fku+58nHlTY85DQWwk9LqhVePcYgEcJSmmVCue2W9wKzuowQtTGwud32qEzFcMFPWS8wozgm02Maec5kHQ==",
4747
"dependencies": {
48-
"TestableIO.System.IO.Abstractions": "21.1.7",
49-
"TestableIO.System.IO.Abstractions.Wrappers": "21.1.7"
48+
"TestableIO.System.IO.Abstractions": "22.0.10",
49+
"TestableIO.System.IO.Abstractions.Wrappers": "22.0.10"
5050
}
5151
},
5252
"Microsoft.Build.Tasks.Git": {
@@ -66,16 +66,24 @@
6666
},
6767
"TestableIO.System.IO.Abstractions": {
6868
"type": "Transitive",
69-
"resolved": "21.1.7",
70-
"contentHash": "qsaIAF06PJiFUp1jH2y5NP3IcJILUYtcdGgx25p3D9G4QrFz4Cs3frGp8njX+zQWeb/tHBS+CTMHZtU7Nqa1lg=="
69+
"resolved": "22.0.10",
70+
"contentHash": "AWLxFkvhHgovwzgUP7I0haKPv+m8wxwr8l9TntTjmkHlJXndWY9aWdU4Yz3D8vyWdBQ5gi5tVRlzA+Xh4Lz2Ag==",
71+
"dependencies": {
72+
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
73+
}
7174
},
7275
"TestableIO.System.IO.Abstractions.Wrappers": {
7376
"type": "Transitive",
74-
"resolved": "21.1.7",
75-
"contentHash": "UcQ+kdN0Ibqbhp6uAMAbc06ri7FeQskQFJX+xZD6siVI5Dg7GaeY4dQYqSfbDA5ZPITtXX9Si4E8XhE6Hhufhg==",
77+
"resolved": "22.0.10",
78+
"contentHash": "fWj4ZZ3e89vu8JT3ddpIjZHQVOGLbm8vT7O0QjmGEL/pDdlas+n+ArPCdkA+zChP6bugWanJAJ0vIUN3cGiMVw==",
7679
"dependencies": {
77-
"TestableIO.System.IO.Abstractions": "21.1.7"
80+
"Testably.Abstractions.FileSystem.Interface": "9.0.0"
7881
}
82+
},
83+
"Testably.Abstractions.FileSystem.Interface": {
84+
"type": "Transitive",
85+
"resolved": "9.0.0",
86+
"contentHash": "uksk86YlnzAdyfVNu3wICU0X5iXVe9LF7Q3UkngNliHWEvM5gvAlOUr+jmd9JwmbJWISH5+i1vyXE02lEVz7WQ=="
7987
}
8088
}
8189
}

0 commit comments

Comments
 (0)