Skip to content

Commit

Permalink
chore(deps): update dependency testably.abstractions to v2.3.2 (#327)
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 | Type | Update | Change |
|---|---|---|---|
|
[Testably.Abstractions](https://togithub.com/Testably/Testably.Abstractions)
| nuget | patch | `2.3.1` -> `2.3.2` |

---

### Release Notes

<details>
<summary>Testably/Testably.Abstractions
(Testably.Abstractions)</summary>

###
[`v2.3.2`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.3.2)

#### What's Changed

- chore(deps): update dependency microsoft.net.test.sdk to v17.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#310
- chore(deps): update dependency microsoft.codeanalysis.csharp to v4.6.0
by [@&#8203;renovate](https://togithub.com/renovate) in
[#311
- chore(deps): update dependency testableio.system.io.abstractions to
v19.2.29 by [@&#8203;renovate](https://togithub.com/renovate) in
[#312
- coverage: Add tests for correct update of the exists cache for
IFileInfo and IDirectoryInfo by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[#313
- chore(deps): update dependency coverlet.collector to v6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#314
- chore(deps): update danielpalme/reportgenerator-github-action action
to v5.1.21 by [@&#8203;renovate](https://togithub.com/renovate) in
[#315
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#317
- fix: failing tests on .NET framework by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[#320
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#318
- chore(deps): update danielpalme/reportgenerator-github-action action
to v5.1.22 by [@&#8203;renovate](https://togithub.com/renovate) in
[#319
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#321
- chore(deps): update danielpalme/reportgenerator-github-action action
to v5.1.23 by [@&#8203;renovate](https://togithub.com/renovate) in
[#322
- chore(deps): update dependency xunit to v2.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#323
- chore(deps): update dependency xunit.runner.visualstudio to v2.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#324
- docs: include information for local testing against the
`RealFileSystem` by [@&#8203;vbreuss](https://togithub.com/vbreuss) in
[#325
- refactor: Use central package management by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[#316
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[#326
- feat: Add a sample Directory.Build.props by
[@&#8203;ElStefan](https://togithub.com/ElStefan) in
[#328
- fix: Remove single quotes from test by
[@&#8203;ElStefan](https://togithub.com/ElStefan) in
[#329
- chore(deps): update dependencies by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[#333
- fix: Support relative paths with multiple subfolders in
Directory.GetFiles by [@&#8203;ElStefan](https://togithub.com/ElStefan)
in
[#332

#### New Contributors

- [@&#8203;ElStefan](https://togithub.com/ElStefan) made their first
contribution in
[#328

**Full Changelog**:
v2.3.1...v2.3.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent bdecd1b commit 26e6cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageVersion Include="Testably.Abstractions" Version="2.3.1" />
<PackageVersion Include="Testably.Abstractions" Version="2.3.2" />
<PackageVersion Include="Testably.Abstractions.Testing" Version="2.3.1" />
</ItemGroup>

Expand Down

0 comments on commit 26e6cae

Please sign in to comment.