From ed6564838081b4c987d5576fa452abc782b2ff30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:48:04 +0000 Subject: [PATCH 01/85] (maint) Update dependency Verify.Xunit to v19.8.2 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index bcbbdf52..a40e2134 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From c4d0c3dc7bb3c09636ad1ee6c3727bb43e6090b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 07:30:41 +0000 Subject: [PATCH 02/85] (maint) Update dependency Verify.Xunit to v19.8.3 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index a40e2134..4c566385 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From c7d1fb7937b75a144fe8e23c225e46e0ca849033 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:32:12 +0000 Subject: [PATCH 03/85] (maint) Update dependency Verify.Xunit to v19.9.2 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 4c566385..b8210379 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 61240661d86dd98138a8f134020c5358bcc8bf2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:08:20 +0000 Subject: [PATCH 04/85] (maint) Update actions/cache action to v3.2.5 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f62c85e0..eaad0054 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ab927127..2d2cc9c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 8cb771cb..3004944f 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -19,7 +19,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} From cc006e18c3374ffd154ba4aff97885b419cfec15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:17:50 +0000 Subject: [PATCH 05/85] (maint) Update dependency eslint to v8.34.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 7b89884c..1c2e9c0a 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.33.0" + "eslint": "8.34.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 7b89884c..1c2e9c0a 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.33.0" + "eslint": "8.34.0" } } From b6a0fad5027eb93a853149c1fb0ad7152041e52a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:51:41 +0000 Subject: [PATCH 06/85] (maint) Update dependency eslint to v8.35.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 1c2e9c0a..74750b30 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.34.0" + "eslint": "8.35.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 1c2e9c0a..74750b30 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.34.0" + "eslint": "8.35.0" } } From c66b28a468772a54e5829f4bc66ea40c3a250cb6 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Fri, 28 Apr 2023 00:15:22 +0200 Subject: [PATCH 07/85] (#321) Buped GitHub Runners --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaad0054..c611e46b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, ubuntu-18.04, macos-10.15 ] + os: [ windows-2022, ubuntu-22.04, macos-12 ] env: AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2d2cc9c8..b79b19b5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,7 +17,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 3004944f..3b211252 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -11,10 +11,10 @@ env: jobs: cake: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - name: Checkout the repository + - name: Checkout the repository uses: actions/checkout@v3.3.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow From fe70058bc34495798cdf108c56ce1964a4f14172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 04:51:04 +0000 Subject: [PATCH 08/85] (maint) Update dependency Verify.Xunit to v19.14.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index b8210379..7182eb3e 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 3e5ec7ade0a3a7d705e82bbb7665924403d0afb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:41:24 +0000 Subject: [PATCH 09/85] (maint) Update actions/checkout action to v3.5.2 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c611e46b..66b1e234 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.0.3 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b79b19b5..c5b3b8bd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.0.3 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 3b211252..a0e02134 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 063dfeb4b233eb4cccaca99963fababbba3b4188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:47:43 +0000 Subject: [PATCH 10/85] (maint) Update dependency eslint to v8.39.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 74750b30..0a7f0c82 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.35.0" + "eslint": "8.39.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 74750b30..0a7f0c82 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.35.0" + "eslint": "8.39.0" } } From e0576c304936b74360158dea072a405cb0d93133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:19:34 +0000 Subject: [PATCH 11/85] (maint) Update actions/cache action to v3.3.1 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66b1e234..330a8f63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.1 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c5b3b8bd..a1a9762d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.1 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index a0e02134..f4af840c 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -19,7 +19,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.1 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} From a8cff26a4de43aa163b3812b13aaa6c6ec4e5e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:30:43 +0000 Subject: [PATCH 12/85] (maint) Update dependency Shouldly to v4.2.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 7182eb3e..f72eecde 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -22,7 +22,7 @@ - + From 16529d4b9e04138c0eaed07a13bdd04b0b0f40e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:31:07 +0000 Subject: [PATCH 13/85] (maint) Update dependency dotnet-sdk to v7.0.203 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d6201a6e..17bcb9e9 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.102", + "version": "7.0.203", "rollForward": "latestFeature" } } From c0db38f1d2e81f952f2641c9fab2a4ef4459a69c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:40:40 +0000 Subject: [PATCH 14/85] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.5.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index f72eecde..0e52f431 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 62b2eda8777939d6d0a64e1f6ab69e281cb500ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:16:27 +0000 Subject: [PATCH 15/85] (maint) Update dependency Verify.Xunit to v19.14.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 0e52f431..ab195790 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 7842dffbdd7f3de2b800ea0d46787fe11c1080b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:48:13 +0000 Subject: [PATCH 16/85] (maint) Update actions/checkout action to v3.5.3 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 330a8f63..56bacdb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.0.3 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a1a9762d..65fa7210 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.0.3 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index f4af840c..b47b5b27 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 475ebee753116d9044a69b78588dc624d7a1b344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:09:09 +0000 Subject: [PATCH 17/85] (maint) Update dependency coverlet.msbuild to v6 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index ab195790..d812b248 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -16,7 +16,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 4da6b06b7a9c47da0662dbadccf391608bc37c4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:22:40 +0000 Subject: [PATCH 18/85] (maint) Update actions/setup-dotnet action to v3.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56bacdb6..caf23ff7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - - uses: actions/setup-dotnet@v3.0.3 + - uses: actions/setup-dotnet@v3.2.0 with: # codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 dotnet-version: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 65fa7210..fc96bb77 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - - uses: actions/setup-dotnet@v3.0.3 + - uses: actions/setup-dotnet@v3.2.0 with: # codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 dotnet-version: | From 866d21e7e1d3de7624b138cb330e2e40cdf68030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:43:48 +0000 Subject: [PATCH 19/85] (maint) Update dependency Verify.Xunit to v20 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index d812b248..989c244c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 5844185bc391467a9823d2a992d75519919476e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:52:05 +0000 Subject: [PATCH 20/85] (maint) Update dependency eslint to v8.44.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 0a7f0c82..57caae3e 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.39.0" + "eslint": "8.44.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 0a7f0c82..57caae3e 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.39.0" + "eslint": "8.44.0" } } From 637041711706883658fbf496cbb30798f5f2ce6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:58:34 +0000 Subject: [PATCH 21/85] (maint) Update dependency Cake.Npm to v3 --- demo/frosting/build/Build.csproj | 2 +- demo/script/build.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj index 43e55875..9c32c448 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -6,7 +6,7 @@ - + diff --git a/demo/script/build.cake b/demo/script/build.cake index 16162b90..f8d726a2 100644 --- a/demo/script/build.cake +++ b/demo/script/build.cake @@ -1,4 +1,4 @@ -#addin nuget:?package=Cake.Npm&version=2.0.0 +#addin nuget:?package=Cake.Npm&version=3.0.0 #r "..\..\src\Cake.ESLint\bin\Debug\net6.0\Cake.ESLint.dll" /////////////////////////////////////////////////////////////////////////////// From 8db0131f997f9453f4f6525f87e5fe718dfb0c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:54:43 +0000 Subject: [PATCH 22/85] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.6.3 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 989c244c..67413716 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 5057761639bfd8cb186cc3a6efaf7fdc09be0cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:31:47 +0000 Subject: [PATCH 23/85] (maint) Update dependency xunit to v2.5.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 67413716..f7c0a613 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 717107761225ce33e5aa3347e7b4da50eab139dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:17:04 +0000 Subject: [PATCH 24/85] (maint) Update dependency dotnet-sdk to v7.0.305 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 17bcb9e9..d1d6acaa 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.203", + "version": "7.0.305", "rollForward": "latestFeature" } } From 19cd96d1271d58701a5bc24d2aa216efe2bfd9cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:23:08 +0000 Subject: [PATCH 25/85] (maint) Update dependency xunit.runner.visualstudio to v2.5.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index f7c0a613..ba268f0b 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 66d47dfd77ef3863785565d014298629455575e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:18:54 +0000 Subject: [PATCH 26/85] (maint) Update dependency Verify.Xunit to v20.5.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index ba268f0b..eb617d79 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 4f65908da38d0924efb088d27bae1814da0ff54d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:55:57 +0000 Subject: [PATCH 27/85] (maint) Update dependency eslint to v8.45.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 57caae3e..1f0580bc 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.44.0" + "eslint": "8.45.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 57caae3e..1f0580bc 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.44.0" + "eslint": "8.45.0" } } From 5f22527a713b63b3eff931484049b8e5cef0d797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:10:31 +0000 Subject: [PATCH 28/85] (maint) Update dependency Cake.Testing to v3.1.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index eb617d79..356fe337 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -15,7 +15,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From aefeb2a722ba9b2acdad3d44df04d6ce385b42ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:50:30 +0000 Subject: [PATCH 29/85] (maint) Update dependency Cake.Frosting to v3.1.0 --- demo/frosting/build/Build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj index 9c32c448..81937efa 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + From f68630e930b34ccd4fa6ec20aaaf853e65571903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 21:36:50 +0000 Subject: [PATCH 30/85] (maint) Update dependency dotnet-sdk to v7.0.306 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d1d6acaa..798fcf6f 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.305", + "version": "7.0.306", "rollForward": "latestFeature" } } From 87bb20be45232f7d87e8b7f3c9a719435c14d3d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:42:23 +0000 Subject: [PATCH 31/85] (maint) Update dependency Verify.Xunit to v20.8.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 356fe337..461788fc 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 8365034c90177a6b7545840f919383ba9ae17c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:25:22 +0000 Subject: [PATCH 32/85] (maint) Update dependency Moq to v4.20.69 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 461788fc..18809dee 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -21,7 +21,7 @@ all - + From e45998698ee1afdbecd5a5fef7f2a5d72dd2073c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:45:31 +0000 Subject: [PATCH 33/85] (maint) Update dependency Cake.Recipe to v3.1.1 --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index ff51fb96..8cea3956 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Cake.Recipe&version=3.0.1 +#load nuget:?package=Cake.Recipe&version=3.1.1 Environment.SetVariableNames(); From 228698b426dfa537e98d98e9682d71070d0557a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:06:54 +0000 Subject: [PATCH 34/85] (maint) Update dependency eslint to v8.48.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 1f0580bc..21888a04 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.45.0" + "eslint": "8.48.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 1f0580bc..21888a04 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.45.0" + "eslint": "8.48.0" } } From 00f5228fffb459620df9d3411b5ee99c77c6ab4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 13:16:18 +0000 Subject: [PATCH 35/85] (maint) Update actions/checkout action to v3.6.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caf23ff7..6b9fa193 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fc96bb77..2ef93be7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index b47b5b27..4dd3fa80 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 69ce76a6ce7584d78a37a6a5d13fc65513d28d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:28:46 +0000 Subject: [PATCH 36/85] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.7.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 18809dee..be180f5c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From a40891e93ac1ce2c2351d0c4bc57eee5d327dd27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:37:17 +0000 Subject: [PATCH 37/85] (maint) Update dependency dotnet-sdk to v7.0.400 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 798fcf6f..d06a172b 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.306", + "version": "7.0.400", "rollForward": "latestFeature" } } From 109e23c7e96a7525573d6f6f904eae21d12c1ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:43:18 +0000 Subject: [PATCH 38/85] (maint) Update dependency Verify.Xunit to v20.8.2 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index be180f5c..2738415d 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 553f0f5850a620a0e4cab25b67a494563ea1b54e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:06:39 +0000 Subject: [PATCH 39/85] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.7.2 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 2738415d..2320c19d 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 6d3907cca69bec423c252cbab2d4f1990d3c80b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:19:15 +0000 Subject: [PATCH 40/85] (maint) Update dependency Verify.Xunit to v21 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 2320c19d..8a962b6f 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From bdab7b27471293763ca2f5a0e42a1c1b03f5fe49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:19:49 +0000 Subject: [PATCH 41/85] (maint) Update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b9fa193..d13aa9db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2ef93be7..317d5fd3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 4dd3fa80..d75b069d 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 8c741835e8353232ff9685856da58964ea44718f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:34:44 +0000 Subject: [PATCH 42/85] (maint) Update actions/upload-artifact action to v3.1.3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d13aa9db..5e9c878a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: verbosity: Diagnostic cake-version: 1.3.0 - name: Upload Issues - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: if-no-files-found: warn name: ${{ matrix.os }} Issues @@ -77,7 +77,7 @@ jobs: BuildArtifacts/report.html BuildArtifacts/**/coverlet/*.xml - name: Upload Packages - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: runner.os == 'Windows' with: if-no-files-found: warn From df85a3fb8038578d84ada5948b37dfae38cc76b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:04:03 +0000 Subject: [PATCH 43/85] (maint) Update actions/cache action to v3.3.2 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e9c878a..9474bb3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 317d5fd3..8abfbd16 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: 6.0.x 7.0.x - name: Cache Tools - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index d75b069d..9affa518 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -19,7 +19,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} From cc7baf010bd0afc0e34d0f4aa527338660f9533e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 21:12:46 +0000 Subject: [PATCH 44/85] (maint) Update dependency eslint to v8.49.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 21888a04..dd95c723 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.48.0" + "eslint": "8.49.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 21888a04..dd95c723 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.48.0" + "eslint": "8.49.0" } } From e4f6a84fe9249b7dcfd35d016265cc610809ca1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:15:01 +0000 Subject: [PATCH 45/85] (maint) Update dependency Verify.Xunit to v21.1.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 8a962b6f..d3d2177c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From cae067c8ca73e009b998a4b028da2661727f937d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:18:21 +0000 Subject: [PATCH 46/85] (maint) Update dependency Verify.Xunit to v21.1.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index d3d2177c..dfcfef11 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 7fd8642b8a7f5b451876f76a51906172273785f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:00:21 +0000 Subject: [PATCH 47/85] (maint) Update dependency Verify.Xunit to v21.1.3 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index dfcfef11..d83be7ad 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 24c83f80a85e1a25fedb2d350b2d084a3aa19fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:54:49 +0000 Subject: [PATCH 48/85] (maint) Update dependency dotnet-sdk to v7.0.401 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d06a172b..025527c8 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.400", + "version": "7.0.401", "rollForward": "latestFeature" } } From 73fdee64032904c1969f6d5772241f08f3d2f633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:41:21 +0000 Subject: [PATCH 49/85] (maint) Update xunit-dotnet monorepo to v2.5.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index d83be7ad..91df403f 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,8 +24,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive From d6b8514260f9f68ec625fa26dfaae0afa9838e58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 05:23:58 +0000 Subject: [PATCH 50/85] (maint) Update dependency Verify.Xunit to v21.1.4 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 91df403f..4a496645 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From fd4fa742cc8a68c969dc3704ef54dc9d97c04298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:51:47 +0000 Subject: [PATCH 51/85] (maint) Update dependency Verify.Xunit to v21.1.5 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 4a496645..b591b187 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 7cd044d43e544a2c49d088338e8a5291d11885bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:14:28 +0000 Subject: [PATCH 52/85] (maint) Update dependency eslint to v8.50.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index dd95c723..9346aa39 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.49.0" + "eslint": "8.50.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index dd95c723..9346aa39 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.49.0" + "eslint": "8.50.0" } } From 4dac64bd2ab336fae82b429c542991aa17e43fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 10:01:12 +0000 Subject: [PATCH 53/85] (maint) Update dependency Verify.Xunit to v21.1.6 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index b591b187..7d9f3dec 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From c9bf3c4f3d33d4819a45d9f026fa1266798e44f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 13:49:29 +0000 Subject: [PATCH 54/85] (maint) Update actions/checkout action to v4.1.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9474bb3d..557747bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8abfbd16..970691e7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 9affa518..298c2a31 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 58df72f930ad6ac3fc824a51d9cd20055bb905bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:18:22 +0000 Subject: [PATCH 55/85] (maint) Update dependency Verify.Xunit to v21.2.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 7d9f3dec..c9623d30 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 0757c4354dc843cc7eb0f7061f98946f1df8070f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 03:42:47 +0000 Subject: [PATCH 56/85] (maint) Update dependency Verify.Xunit to v21.3.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index c9623d30..3614eeac 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From a18ef5a6be79429dac6a9906a9a8e880d440ecf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 06:12:42 +0000 Subject: [PATCH 57/85] (maint) Update dependency Verify.Xunit to v22 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 3614eeac..aad19ff9 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From f48f6030a1b92c63434f89c8136430ef147590fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:47:01 +0000 Subject: [PATCH 58/85] (maint) Update dependency Verify.Xunit to v22.1.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index aad19ff9..1ad1a3de 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From d0277b6ed65740f7fc6f7416670f00d209fd4eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:51:49 +0000 Subject: [PATCH 59/85] (maint) Update dependency eslint to v8.51.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 9346aa39..c7ef6aed 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.50.0" + "eslint": "8.51.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 9346aa39..c7ef6aed 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.50.0" + "eslint": "8.51.0" } } From 848ca36406d850897a9a88a60eaa184726227b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:51:24 +0000 Subject: [PATCH 60/85] (maint) Update dependency Verify.Xunit to v22.1.2 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 1ad1a3de..cb169aec 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 6da81279dc916cb572c86cf1401042ea449a6b18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:24:23 +0000 Subject: [PATCH 61/85] (maint) Update dependency Verify.Xunit to v22.1.3 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index cb169aec..bdb67385 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From eb763e60482d993c40af2d24b0d3fc6b3b3a56e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:46:51 +0000 Subject: [PATCH 62/85] (maint) Update dependency dotnet-sdk to v7.0.402 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 025527c8..643ac59e 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.401", + "version": "7.0.402", "rollForward": "latestFeature" } } From 2c9ffd2f72b7687dba3c8d115c664fdbd9184165 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:00:46 +0000 Subject: [PATCH 63/85] (maint) Update xunit-dotnet monorepo --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index bdb67385..bf2fa46c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,8 +24,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive From 4235b69f486a5563bbd6e695bb5c4c9a73f88edc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:48:25 +0000 Subject: [PATCH 64/85] (maint) Update dependency xunit to v2.5.3 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index bf2fa46c..514accd9 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e8a2a441babf4560eaf9e0e4711d58005248dbca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:14:20 +0000 Subject: [PATCH 65/85] (maint) Update dependency Verify.Xunit to v22.1.4 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 514accd9..560bad36 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 3015b33f5cc21fd27d3ca84fe96368b69b061147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:40:12 +0000 Subject: [PATCH 66/85] (maint) Update actions/checkout action to v4.1.1 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 557747bb..08dc2f5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 970691e7..e2b01c94 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 298c2a31..cdc07ac1 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools From 09cdd782d401d50049800e544c6b740d569b8733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:04:47 +0000 Subject: [PATCH 67/85] (maint) Update dependency eslint to v8.52.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index c7ef6aed..3ef377d3 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.51.0" + "eslint": "8.52.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index c7ef6aed..3ef377d3 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.51.0" + "eslint": "8.52.0" } } From e712b03427eedc25a9b9c40f9c110cf73feb83ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:36:28 +0000 Subject: [PATCH 68/85] (maint) Update dependency dotnet-sdk to v7.0.403 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 643ac59e..512e5cac 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.402", + "version": "7.0.403", "rollForward": "latestFeature" } } From 9803c61d133baa124a770dfe3302ae78f4261881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:17:37 +0000 Subject: [PATCH 69/85] (maint) Update dependency xunit to v2.6.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 560bad36..961635e2 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e2dc1f00c33c98c96e547089a7449993ace0dd0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:45:38 +0000 Subject: [PATCH 70/85] (maint) Update dependency xunit to v2.6.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 961635e2..cddc3c78 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e94282fbdc62b758430aeb27f8cf744ddebdb4b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:08:40 +0000 Subject: [PATCH 71/85] (maint) Update dependency eslint to v8.53.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index 3ef377d3..f826a0d6 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.52.0" + "eslint": "8.53.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 3ef377d3..f826a0d6 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.52.0" + "eslint": "8.53.0" } } From 4527dac108cd229ad3c8da13021dd5ead72bfbca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:54:00 +0000 Subject: [PATCH 72/85] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.8.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index cddc3c78..f72397d1 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 4048e80e87c5e9beaed39a5ce3934cfee4247926 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:10:23 +0000 Subject: [PATCH 73/85] (maint) Update dependency Verify.Xunit to v22.2.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index f72397d1..39e93c61 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 2b63095f6203cfac9106562408bbde1a346a1d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:38:07 +0000 Subject: [PATCH 74/85] (maint) Update dependency Cake.Testing to v3.2.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 39e93c61..7f45bb3c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -15,7 +15,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 2f240db5ecd44ea1a42fbc426f5a8454534b6432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:26:48 +0000 Subject: [PATCH 75/85] (maint) Update dependency Cake.Frosting to v3.2.0 --- demo/frosting/build/Build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj index 81937efa..ed335055 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + From fcde70508d19b5f9bb15b5ec7f6bd5ab66e3ec11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:41:31 +0000 Subject: [PATCH 76/85] (maint) Update dependency Verify.Xunit to v22.3.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 7f45bb3c..96d4eb05 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 58b4638109713d4b929f3d3ed1fd5ab1fe928b9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:52:16 +0000 Subject: [PATCH 77/85] (maint) Update dependency Verify.Xunit to v22.4.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 96d4eb05..daded902 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 72a185524a34bedd1a36c668ad9a47d343aff085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:53:33 +0000 Subject: [PATCH 78/85] (maint) Update dependency Verify.Xunit to v22.4.1 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index daded902..3378484d 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From ae8258f37fb95c8dbcbf13addca724d3ec502d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:37:33 +0000 Subject: [PATCH 79/85] (maint) Update dependency Verify.Xunit to v22.5.0 --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 3378484d..1690feca 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -23,7 +23,7 @@ - + all From 31bb5f62e078d51819b56b4e405e513b7b8b3717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:28:01 +0000 Subject: [PATCH 80/85] (maint) Update dependency Microsoft.SourceLink.GitHub to v8 --- src/Cake.ESLint/Cake.ESLint.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint/Cake.ESLint.csproj b/src/Cake.ESLint/Cake.ESLint.csproj index 0779e171..1b2d9240 100644 --- a/src/Cake.ESLint/Cake.ESLint.csproj +++ b/src/Cake.ESLint/Cake.ESLint.csproj @@ -37,7 +37,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 654e1afe929a3aa6f26d895fb161a0a735c9f01a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:28:03 +0000 Subject: [PATCH 81/85] (maint) Update dependency dotnet-sdk to v8 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 512e5cac..dd9e1c00 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.403", + "version": "8.0.100", "rollForward": "latestFeature" } } From 301731043e690ec0a6cd644a8adafde735897f48 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 16 Nov 2023 20:16:09 +0100 Subject: [PATCH 82/85] add .net 8.0 to GitHub Actions --- .github/workflows/build.yml | 11 ++++++----- .github/workflows/codeql-analysis.yml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08dc2f5a..b6295b73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,11 +51,12 @@ jobs: with: # codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 dotnet-version: | - 2.1.818 - 3.1.x - 5.0.x - 6.0.x - 7.0.x + 2.1 + 3.1 + 5.0 + 6.0 + 7.0 + 8.0 - name: Cache Tools uses: actions/cache@v3.3.2 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e2b01c94..a83d57f0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,11 +37,12 @@ jobs: with: # codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 dotnet-version: | - 2.1.818 - 3.1.x - 5.0.x - 6.0.x - 7.0.x + 2.1 + 3.1 + 5.0 + 6.0 + 7.0 + 8.0 - name: Cache Tools uses: actions/cache@v3.3.2 with: From 149fa0794e26858f32c9601ec6802002bfdae41a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:21:01 +0000 Subject: [PATCH 83/85] (maint) Update dependency eslint to v8.54.0 --- demo/frosting/src2/package.json | 2 +- demo/script/src2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/frosting/src2/package.json b/demo/frosting/src2/package.json index f826a0d6..69a4fc00 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.53.0" + "eslint": "8.54.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index f826a0d6..69a4fc00 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "8.53.0" + "eslint": "8.54.0" } } From efbdb49da3287e6fffd8fce85b74ee2bf7a51cb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:12:28 +0000 Subject: [PATCH 84/85] (maint) Update xunit-dotnet monorepo --- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 1690feca..8bdc8c7f 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -24,8 +24,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive From cbbcb081fb6feb7ca709b895edf77dabcf94b50f Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 23 Nov 2023 23:05:13 +0100 Subject: [PATCH 85/85] (#396) Update Cake.Core to 4.0.0 and CakeContrib.Guidelines to 1.5.1 --- demo/frosting/build/Build.csproj | 8 ++++---- demo/script/.config/dotnet-tools.json | 2 +- demo/script/build.cake | 6 +++--- src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj | 4 ++-- src/Cake.ESLint/Cake.ESLint.csproj | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj index ed335055..639af7a7 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -1,16 +1,16 @@ Exe - net6.0 + net8.0 $(MSBuildProjectDirectory) - + - - ..\..\..\src\Cake.ESLint\bin\Debug\netstandard2.0\Cake.ESLint.dll + + $(ProjectDir)../../../src/Cake.ESLint/bin/Debug/net8.0/Cake.ESLint.dll diff --git a/demo/script/.config/dotnet-tools.json b/demo/script/.config/dotnet-tools.json index 31e896e9..da200cda 100644 --- a/demo/script/.config/dotnet-tools.json +++ b/demo/script/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "2.0.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] diff --git a/demo/script/build.cake b/demo/script/build.cake index f8d726a2..75952662 100644 --- a/demo/script/build.cake +++ b/demo/script/build.cake @@ -1,5 +1,5 @@ #addin nuget:?package=Cake.Npm&version=3.0.0 -#r "..\..\src\Cake.ESLint\bin\Debug\net6.0\Cake.ESLint.dll" +#r "..\..\src\Cake.ESLint\bin\Debug\net8.0\Cake.ESLint.dll" /////////////////////////////////////////////////////////////////////////////// // ARGUMENTS @@ -12,11 +12,11 @@ var target = Argument("target", "Default"); /////////////////////////////////////////////////////////////////////////////// Task("ensure-eslint-tool") -.Does(() => +.Does(() => { var tools = Context.Configuration.GetToolPath(Context.Environment.WorkingDirectory, Context.Environment); CreateDirectory(tools); - var settings = new NpmInstallSettings + var settings = new NpmInstallSettings { WorkingDirectory = tools }; diff --git a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj index 8bdc8c7f..41fa6983 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -8,14 +8,14 @@ Remove this hack if Cake.Recipe bumps the usage of Cake.Incubator to version 7.0.0 --> netcoreapp3.1 - net6.0;net7.0 + net6.0;net7.0;net8.0 $(NoWarn);CS1591;SA1600 false - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Cake.ESLint/Cake.ESLint.csproj b/src/Cake.ESLint/Cake.ESLint.csproj index 1b2d9240..7af6d58f 100644 --- a/src/Cake.ESLint/Cake.ESLint.csproj +++ b/src/Cake.ESLint/Cake.ESLint.csproj @@ -1,6 +1,6 @@ - net6.0;net7.0; + net6.0;net7.0;net8.0 true true snupkg @@ -32,8 +32,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive