From 7f8c944e6d84bae8d78cb8b259ca4439820427eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 05:46:45 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- Samples/BlazorAppSample/BlazorAppSample.csproj | 4 ++-- ...iantou.AspNetCore.Components.LogViewer.csproj | 8 ++++---- ...ntou.AspNetCore.Components.WebAssembly.csproj | 8 ++++---- .../Meziantou.AspNetCore.Components.csproj | 8 ++++---- .../Meziantou.Extensions.Logging.InMemory.csproj | 2 +- .../Meziantou.Extensions.Logging.Xunit.csproj | 2 +- .../Meziantou.Framework.CodeOwners.csproj | 2 +- ....Framework.Diagnostics.ContextSnapshot.csproj | 2 +- .../Meziantou.Framework.FullPath.csproj | 2 +- ...ntou.Framework.HumanReadableSerializer.csproj | 8 ++++---- ...iantou.Framework.InlineSnapshotTesting.csproj | 4 ++-- .../Meziantou.Framework.Templating.Html.csproj | 2 +- ...Meziantou.Framework.TemporaryDirectory.csproj | 2 +- .../Meziantou.Framework.WPF.csproj | 2 +- ...ntou.Extensions.Logging.InMemory.Tests.csproj | 2 +- ...ramework.HumanReadableSerializer.Tests.csproj | 2 +- .../Meziantou.Framework.WPF.Tests.csproj | 2 +- tests/TestUtilities/TestUtilities.csproj | 4 ++-- 21 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c40e589e6..dc6dae390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: validate_readme: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - name: Validate Readme @@ -37,14 +37,14 @@ jobs: validate_test_projects: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Validate run: .\eng\validate-testprojects-configuration.ps1 create_nuget: runs-on: windows-2022 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - run: dotnet build eng/build.proj --configuration Release /p:IsOfficialBuild=true /bl:build.binlog @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-22.04 needs: [ create_nuget ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - uses: actions/download-artifact@v3 @@ -106,7 +106,7 @@ jobs: architecture: [ x64 ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: git config --global protocol.file.allow always - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 @@ -147,7 +147,7 @@ jobs: architecture: x86 fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: git config --global protocol.file.allow always - name: Build and Run Tests run: | @@ -199,7 +199,7 @@ jobs: runtime: [ "win-x64", "win-x86", "linux-x64", "osx-x64" ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - run: dotnet publish --configuration Release --runtime ${{ matrix.runtime }} --self-contained Samples/Trimmable/Trimmable.csproj @@ -212,7 +212,7 @@ jobs: runtime: [ "win-x64", "win-x86" ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core (global.json) uses: actions/setup-dotnet@v3 - run: dotnet publish --configuration Release --runtime ${{ matrix.runtime }} --self-contained Samples/Trimmable.Wpf/Trimmable.Wpf.csproj diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cb1eeca35..541d2c7e6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index da99d0c54..b9945082d 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'Dependency Review' uses: actions/dependency-review-action@v3 diff --git a/Samples/BlazorAppSample/BlazorAppSample.csproj b/Samples/BlazorAppSample/BlazorAppSample.csproj index 6e7908a0c..acb7a5b2c 100644 --- a/Samples/BlazorAppSample/BlazorAppSample.csproj +++ b/Samples/BlazorAppSample/BlazorAppSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Meziantou.AspNetCore.Components.LogViewer/Meziantou.AspNetCore.Components.LogViewer.csproj b/src/Meziantou.AspNetCore.Components.LogViewer/Meziantou.AspNetCore.Components.LogViewer.csproj index 6f8d38a5d..5f839f538 100644 --- a/src/Meziantou.AspNetCore.Components.LogViewer/Meziantou.AspNetCore.Components.LogViewer.csproj +++ b/src/Meziantou.AspNetCore.Components.LogViewer/Meziantou.AspNetCore.Components.LogViewer.csproj @@ -16,13 +16,13 @@ - - + + - - + + diff --git a/src/Meziantou.AspNetCore.Components.WebAssembly/Meziantou.AspNetCore.Components.WebAssembly.csproj b/src/Meziantou.AspNetCore.Components.WebAssembly/Meziantou.AspNetCore.Components.WebAssembly.csproj index ce98f64d4..1abd22916 100644 --- a/src/Meziantou.AspNetCore.Components.WebAssembly/Meziantou.AspNetCore.Components.WebAssembly.csproj +++ b/src/Meziantou.AspNetCore.Components.WebAssembly/Meziantou.AspNetCore.Components.WebAssembly.csproj @@ -18,13 +18,13 @@ - - + + - - + + diff --git a/src/Meziantou.AspNetCore.Components/Meziantou.AspNetCore.Components.csproj b/src/Meziantou.AspNetCore.Components/Meziantou.AspNetCore.Components.csproj index a466005d9..3d44f42c9 100644 --- a/src/Meziantou.AspNetCore.Components/Meziantou.AspNetCore.Components.csproj +++ b/src/Meziantou.AspNetCore.Components/Meziantou.AspNetCore.Components.csproj @@ -28,13 +28,13 @@ - - + + - - + + diff --git a/src/Meziantou.Extensions.Logging.InMemory/Meziantou.Extensions.Logging.InMemory.csproj b/src/Meziantou.Extensions.Logging.InMemory/Meziantou.Extensions.Logging.InMemory.csproj index 55e2ea44b..b929bdd8d 100644 --- a/src/Meziantou.Extensions.Logging.InMemory/Meziantou.Extensions.Logging.InMemory.csproj +++ b/src/Meziantou.Extensions.Logging.InMemory/Meziantou.Extensions.Logging.InMemory.csproj @@ -14,6 +14,6 @@ - + diff --git a/src/Meziantou.Extensions.Logging.Xunit/Meziantou.Extensions.Logging.Xunit.csproj b/src/Meziantou.Extensions.Logging.Xunit/Meziantou.Extensions.Logging.Xunit.csproj index 18c92bd80..bc763cb8b 100644 --- a/src/Meziantou.Extensions.Logging.Xunit/Meziantou.Extensions.Logging.Xunit.csproj +++ b/src/Meziantou.Extensions.Logging.Xunit/Meziantou.Extensions.Logging.Xunit.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Meziantou.Framework.CodeOwners/Meziantou.Framework.CodeOwners.csproj b/src/Meziantou.Framework.CodeOwners/Meziantou.Framework.CodeOwners.csproj index 490718dbd..ed20fbd3f 100644 --- a/src/Meziantou.Framework.CodeOwners/Meziantou.Framework.CodeOwners.csproj +++ b/src/Meziantou.Framework.CodeOwners/Meziantou.Framework.CodeOwners.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Meziantou.Framework.Diagnostics.ContextSnapshot/Meziantou.Framework.Diagnostics.ContextSnapshot.csproj b/src/Meziantou.Framework.Diagnostics.ContextSnapshot/Meziantou.Framework.Diagnostics.ContextSnapshot.csproj index 85140a65a..c72d5c105 100644 --- a/src/Meziantou.Framework.Diagnostics.ContextSnapshot/Meziantou.Framework.Diagnostics.ContextSnapshot.csproj +++ b/src/Meziantou.Framework.Diagnostics.ContextSnapshot/Meziantou.Framework.Diagnostics.ContextSnapshot.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Meziantou.Framework.FullPath/Meziantou.Framework.FullPath.csproj b/src/Meziantou.Framework.FullPath/Meziantou.Framework.FullPath.csproj index c1dcbb408..88d2b4272 100644 --- a/src/Meziantou.Framework.FullPath/Meziantou.Framework.FullPath.csproj +++ b/src/Meziantou.Framework.FullPath/Meziantou.Framework.FullPath.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Meziantou.Framework.HumanReadableSerializer/Meziantou.Framework.HumanReadableSerializer.csproj b/src/Meziantou.Framework.HumanReadableSerializer/Meziantou.Framework.HumanReadableSerializer.csproj index 8cc5478e0..26c06365c 100644 --- a/src/Meziantou.Framework.HumanReadableSerializer/Meziantou.Framework.HumanReadableSerializer.csproj +++ b/src/Meziantou.Framework.HumanReadableSerializer/Meziantou.Framework.HumanReadableSerializer.csproj @@ -11,14 +11,14 @@ - - + + - - + + diff --git a/src/Meziantou.Framework.InlineSnapshotTesting/Meziantou.Framework.InlineSnapshotTesting.csproj b/src/Meziantou.Framework.InlineSnapshotTesting/Meziantou.Framework.InlineSnapshotTesting.csproj index 3d6578377..a522e37b0 100644 --- a/src/Meziantou.Framework.InlineSnapshotTesting/Meziantou.Framework.InlineSnapshotTesting.csproj +++ b/src/Meziantou.Framework.InlineSnapshotTesting/Meziantou.Framework.InlineSnapshotTesting.csproj @@ -27,7 +27,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/src/Meziantou.Framework.Templating.Html/Meziantou.Framework.Templating.Html.csproj b/src/Meziantou.Framework.Templating.Html/Meziantou.Framework.Templating.Html.csproj index f001961e2..58c4f6e0d 100644 --- a/src/Meziantou.Framework.Templating.Html/Meziantou.Framework.Templating.Html.csproj +++ b/src/Meziantou.Framework.Templating.Html/Meziantou.Framework.Templating.Html.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Meziantou.Framework.TemporaryDirectory/Meziantou.Framework.TemporaryDirectory.csproj b/src/Meziantou.Framework.TemporaryDirectory/Meziantou.Framework.TemporaryDirectory.csproj index a83cdfdea..5b2ef8fb7 100644 --- a/src/Meziantou.Framework.TemporaryDirectory/Meziantou.Framework.TemporaryDirectory.csproj +++ b/src/Meziantou.Framework.TemporaryDirectory/Meziantou.Framework.TemporaryDirectory.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Meziantou.Framework.WPF/Meziantou.Framework.WPF.csproj b/src/Meziantou.Framework.WPF/Meziantou.Framework.WPF.csproj index be3e41259..3475eb542 100644 --- a/src/Meziantou.Framework.WPF/Meziantou.Framework.WPF.csproj +++ b/src/Meziantou.Framework.WPF/Meziantou.Framework.WPF.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Meziantou.Extensions.Logging.InMemory.Tests/Meziantou.Extensions.Logging.InMemory.Tests.csproj b/tests/Meziantou.Extensions.Logging.InMemory.Tests/Meziantou.Extensions.Logging.InMemory.Tests.csproj index 5bc6d2709..8f31ac01a 100644 --- a/tests/Meziantou.Extensions.Logging.InMemory.Tests/Meziantou.Extensions.Logging.InMemory.Tests.csproj +++ b/tests/Meziantou.Extensions.Logging.InMemory.Tests/Meziantou.Extensions.Logging.InMemory.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/tests/Meziantou.Framework.HumanReadableSerializer.Tests/Meziantou.Framework.HumanReadableSerializer.Tests.csproj b/tests/Meziantou.Framework.HumanReadableSerializer.Tests/Meziantou.Framework.HumanReadableSerializer.Tests.csproj index d15b2ba2d..359306a09 100644 --- a/tests/Meziantou.Framework.HumanReadableSerializer.Tests/Meziantou.Framework.HumanReadableSerializer.Tests.csproj +++ b/tests/Meziantou.Framework.HumanReadableSerializer.Tests/Meziantou.Framework.HumanReadableSerializer.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/Meziantou.Framework.WPF.Tests/Meziantou.Framework.WPF.Tests.csproj b/tests/Meziantou.Framework.WPF.Tests/Meziantou.Framework.WPF.Tests.csproj index 72c781b97..1f9632eb9 100644 --- a/tests/Meziantou.Framework.WPF.Tests/Meziantou.Framework.WPF.Tests.csproj +++ b/tests/Meziantou.Framework.WPF.Tests/Meziantou.Framework.WPF.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/TestUtilities/TestUtilities.csproj b/tests/TestUtilities/TestUtilities.csproj index 2252a2f2c..c815f77be 100644 --- a/tests/TestUtilities/TestUtilities.csproj +++ b/tests/TestUtilities/TestUtilities.csproj @@ -6,8 +6,8 @@ - - + +