From 0ca89cc14babb3244574f6109aaf4e0ea1f97317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:13:38 +0000 Subject: [PATCH 1/2] Bump the system-io group with 2 updates Bumps the system-io group with 2 updates: [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) and [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions). Updates `System.IO.Abstractions` from 19.2.29 to 19.2.51 - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.29...v19.2.51) Updates `System.IO.Abstractions.TestingHelpers` from 19.2.29 to 19.2.51 - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.29...v19.2.51) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: system-io - dependency-name: System.IO.Abstractions.TestingHelpers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: system-io ... Signed-off-by: dependabot[bot] --- src/rimraf.csproj | 2 +- test/Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rimraf.csproj b/src/rimraf.csproj index e820baa..d29dc26 100644 --- a/src/rimraf.csproj +++ b/src/rimraf.csproj @@ -63,7 +63,7 @@ - + diff --git a/test/Tests.csproj b/test/Tests.csproj index 8a41164..e783907 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -38,7 +38,7 @@ - + From 4d0e29f9e11ad02205b37eccc12dfce5dded3bf7 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Fri, 4 Aug 2023 09:00:20 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e1fc1..2cd6805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - Bumped `Emet.FileSystems` from 0.0.4 to 0.0.5 - Bumped `System.CommandLine` from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1 - Bumped `System.CommandLine.Rendering` from 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1 -- Bumped `System.IO.Abstractions` from 16.1.25 to 19.2.29 +- Bumped `System.IO.Abstractions` from 16.1.25 to 19.2.51 - Switched from [actions/setup-dotnet](https://github.com/actions/setup-dotnet) to [xt0rted/setup-dotnet](https://github.com/xt0rted/setup-dotnet) - No longer built and tested on macOS 10.15 due to GitHub Actions [no longer supporting](https://github.com/actions/virtual-environments/issues/5583) that version