From f0fcf4b4fc8ef47f56176b0a954dd6b05c8b4dab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Jun 2021 07:02:00 +0000 Subject: [PATCH 01/45] (maint) Update dependency Verify.Xunit to v11.18.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 d5d4b124..a27c07dc 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 524267b6fe78b067a5d720164fdf58f34c44a93c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Jun 2021 09:59:25 +0000 Subject: [PATCH 02/45] (maint) Update dependency Verify.Xunit to v11.18.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 a27c07dc..1cfb7f75 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 566bf7e572d87b9ca292911bc21b6eaa32bb5591 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Jun 2021 16:59:27 +0000 Subject: [PATCH 03/45] (maint) Update actions/upload-artifact action to v2.2.4 --- .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 a20ab9e1..b68a1acf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: cake-version: 0.38.5 cake-bootstrap: true - name: Upload Issues - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v2.2.4 with: if-no-files-found: warn name: ${{ matrix.os }} Issues @@ -69,7 +69,7 @@ jobs: BuildArtifacts/report.html BuildArtifacts/**/coverlet/*.xml - name: Upload Packages - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v2.2.4 if: runner.os == 'Windows' with: if-no-files-found: warn From 4e09d58636c39387abd70485031a7aa023a4850b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Jun 2021 22:22:46 +0000 Subject: [PATCH 04/45] (maint) Update dependency eslint to v7.29.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 e2aa51d3..cd72e94e 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.28.0" + "eslint": "7.29.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index e2aa51d3..cd72e94e 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.28.0" + "eslint": "7.29.0" } } From 831268a8598f1fffcd4b30d607f24a7f73c5621f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Jun 2021 06:18:23 +0000 Subject: [PATCH 05/45] (maint) Update dependency Verify.Xunit to v11.19.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 1cfb7f75..ee4e1865 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From b60c704dab1707f1e9cd48dd3c71bef1d6dc48d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Jun 2021 22:52:06 +0000 Subject: [PATCH 06/45] (maint) Update dependency Verify.Xunit to v11.19.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 ee4e1865..64f707c7 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 844610b4ae7918912f3f92f9b8bf5abe71c4b999 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Jun 2021 02:39:13 +0000 Subject: [PATCH 07/45] (maint) Update dependency Verify.Xunit to v11.19.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 64f707c7..9f3ab7e5 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 6464033a77fcaee836bfa6613bac86a22410323d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Jun 2021 21:39:25 +0000 Subject: [PATCH 08/45] (maint) Update dependency Verify.Xunit to v11.19.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 9f3ab7e5..01c0b153 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 155dd3eb309375e30ac001884a6d34d9146499c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Jul 2021 11:10:41 +0000 Subject: [PATCH 09/45] (maint) Update dependency Verify.Xunit to v11.20.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 01c0b153..226172d3 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 2aa24f0913a618ba66c4386e1f21490993be8b1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 02:28:32 +0000 Subject: [PATCH 10/45] (maint) Update dependency Verify.Xunit to v11.20.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 226172d3..396445cc 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From c54a811d7a0ff4f14f9e4c48393a0a467636013b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 22:38:07 +0000 Subject: [PATCH 11/45] (maint) Update dependency eslint to v7.30.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 cd72e94e..9e12970d 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.29.0" + "eslint": "7.30.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index cd72e94e..9e12970d 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.29.0" + "eslint": "7.30.0" } } From eeaad205612d4ac3510fcd068732eb420dec503e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jul 2021 10:36:47 +0000 Subject: [PATCH 12/45] (maint) Update dependency Verify.Xunit to v11.20.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 396445cc..b4f3907a 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 876dd4208c02faab636425e6dd44bd50d3d9080f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jul 2021 22:54:36 +0000 Subject: [PATCH 13/45] (maint) Update dependency Verify.Xunit to v11.20.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 b4f3907a..700f650c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 27270fb2362bf765a4ea6829c6f644c14bf9463e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Jul 2021 22:31:31 +0000 Subject: [PATCH 14/45] (maint) Update dependency eslint to v7.31.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 9e12970d..4a0edf98 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.30.0" + "eslint": "7.31.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 9e12970d..4a0edf98 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.30.0" + "eslint": "7.31.0" } } From 08d37d6443c6aa1b30d880512fd1643264e5b6c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 18:11:23 +0000 Subject: [PATCH 15/45] (maint) Update dependency coverlet.msbuild 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 700f650c..08081e7f 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From be77036b0047b8f7f9be6d599f86f9e98daa7c2a Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 29 Jul 2021 16:31:24 +0200 Subject: [PATCH 16/45] Fix typo in property comment --- src/Cake.ESLint/ESLintSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.ESLint/ESLintSettings.cs b/src/Cake.ESLint/ESLintSettings.cs index bb511473..c55c1e3d 100644 --- a/src/Cake.ESLint/ESLintSettings.cs +++ b/src/Cake.ESLint/ESLintSettings.cs @@ -196,7 +196,7 @@ public ESLintSettings() /// /// Gets or sets a value indicating whether - /// to check only hanged files. + /// to check only changed files. /// Option: --cache. /// public bool Cache { get; set; } From 839463fb04db9eae7409b66f047e8ee95db0b632 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Aug 2021 16:23:57 +0000 Subject: [PATCH 17/45] (maint) Update dependency eslint to v7.32.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 4a0edf98..cf528c9e 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.31.0" + "eslint": "7.32.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index 4a0edf98..cf528c9e 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.31.0" + "eslint": "7.32.0" } } From d8f4b00184e114e5004a7f6d964f26d04bc54990 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Aug 2021 11:53:25 +0000 Subject: [PATCH 18/45] (maint) Update dependency Verify.Xunit to v11.22.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 08081e7f..c613d9ed 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 3351397f780c55d3f6c59f5e1c9d0359341cda56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Aug 2021 04:07:03 +0000 Subject: [PATCH 19/45] (maint) Update dependency Verify.Xunit to v11.23.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 c613d9ed..02095f89 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 8ed47c8e6c1e3416acf2175e9c2e0b741893a731 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Aug 2021 04:14:06 +0000 Subject: [PATCH 20/45] (maint) Update dependency Verify.Xunit to v11.23.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 02095f89..26573c69 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 716307d9a6426b95803b4187d64028eeb90e1314 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Aug 2021 13:53:55 +0000 Subject: [PATCH 21/45] (maint) Update dependency Microsoft.NET.Test.Sdk to v16.11.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 26573c69..51ab7725 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 2455598b5bc7320ff7dc03d3037898a7ac5da3f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Aug 2021 02:16:59 +0000 Subject: [PATCH 22/45] (maint) Update dependency Verify.Xunit to v11.24.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 51ab7725..2d584dfa 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 87d2fc98da7cb7d36cf0d06cc7b0135022e39276 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Aug 2021 13:14:50 +0000 Subject: [PATCH 23/45] (maint) Update dependency Cake.Frosting to v1.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 a83d1e5e..da4ef0b8 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + From 9e3187a211925a9ae5093413e33ae5219d75ac92 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 04:26:16 +0000 Subject: [PATCH 24/45] (maint) Update dependency Cake.Testing to v1.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 2d584dfa..dd09455d 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 387f589c810acc08166a91c596a71b02cf536b97 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 30 Aug 2021 11:55:13 +0000 Subject: [PATCH 25/45] (maint) updated JetBrains.ReSharper.CommandLineTools to version 2021.2.0 to support building when VS2022-preview is installed --- recipe.cake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe.cake b/recipe.cake index 463a42db..b4163294 100644 --- a/recipe.cake +++ b/recipe.cake @@ -19,6 +19,11 @@ BuildParameters.SetParameters( BuildParameters.PrintParameters(Context); + +// workaround for https://github.com/cake-contrib/Cake.Recipe/issues/862 +ToolSettings.SetToolPreprocessorDirectives( + reSharperTools: "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2021.2.0"); + ToolSettings.SetToolSettings(context: Context); Build.RunDotNetCore(); From eb617146e7925ada50d5b6ca9ae50ea2796f21a6 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 30 Aug 2021 11:56:09 +0000 Subject: [PATCH 26/45] (maint) bump testing project to netcore 3.1 since 2.1 is deprecated. --- 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 dd09455d..3b156b39 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1;net5.0 + netcoreapp3.1;net5.0 net461;$(TargetFrameworks) $(NoWarn);CS1591;SA1600 From f598978897d5f9b2a99233c817205935bbacb6ed Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 30 Aug 2021 12:35:47 +0000 Subject: [PATCH 27/45] (maint) updated expectations for tests --- ...s.Runs_tool_with_given_action.verified.txt | 18 ++--------------- ...Runs_tool_with_given_settings.verified.txt | 20 +++---------------- ...ts.Runs_tool_with_no_settings.verified.txt | 20 +++---------------- 3 files changed, 8 insertions(+), 50 deletions(-) diff --git a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_action.verified.txt b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_action.verified.txt index cd57286f..e0644b01 100644 --- a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_action.verified.txt +++ b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_action.verified.txt @@ -1,24 +1,10 @@ { - Path: { - FullPath: /Working/tools/eslint, - Separator: "/", - Segments: [ - /Working, - tools, - eslint - ] - }, + Path: /Working/tools/eslint, Process: { Arguments: [ {} ], - WorkingDirectory: { - FullPath: /Working, - Separator: "/", - Segments: [ - /Working - ] - } + WorkingDirectory: /Working }, Args: "**/*" } \ No newline at end of file diff --git a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_settings.verified.txt b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_settings.verified.txt index 1479b7f3..41f485f6 100644 --- a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_settings.verified.txt +++ b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_settings.verified.txt @@ -1,21 +1,7 @@ -{ - Path: { - FullPath: /Working/tools/eslint, - Separator: "/", - Segments: [ - /Working, - tools, - eslint - ] - }, +{ + Path: /Working/tools/eslint, Process: { - WorkingDirectory: { - FullPath: /Working, - Separator: "/", - Segments: [ - /Working - ] - } + WorkingDirectory: /Working }, Args: } \ No newline at end of file diff --git a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_no_settings.verified.txt b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_no_settings.verified.txt index 1479b7f3..41f485f6 100644 --- a/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_no_settings.verified.txt +++ b/src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_no_settings.verified.txt @@ -1,21 +1,7 @@ -{ - Path: { - FullPath: /Working/tools/eslint, - Separator: "/", - Segments: [ - /Working, - tools, - eslint - ] - }, +{ + Path: /Working/tools/eslint, Process: { - WorkingDirectory: { - FullPath: /Working, - Separator: "/", - Segments: [ - /Working - ] - } + WorkingDirectory: /Working }, Args: } \ No newline at end of file From e3db000639f12d362829f68ca3967f155a69e60b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Sep 2021 01:30:57 +0000 Subject: [PATCH 28/45] (maint) Update dependency Verify.Xunit to v11.25.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 3b156b39..1cfcd67e 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From d66bcfd7c100e5ca8824c168893ffccfacc99d09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Sep 2021 01:09:54 +0000 Subject: [PATCH 29/45] (maint) Update dependency Verify.Xunit to v11.26.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 1cfcd67e..a02e4fec 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From e7cc21a5f29d433d043d49609d87a2218e18d20a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Sep 2021 10:34:46 +0000 Subject: [PATCH 30/45] (maint) Update dependency Verify.Xunit to v11.27.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 a02e4fec..7f748b44 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From aabb340208e3a74a132c0bf7cdd2a0efc689e4c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Sep 2021 19:13:54 +0000 Subject: [PATCH 31/45] (maint) Update dependency CakeContrib.Guidelines to v1.1.2 --- 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 6979875e..b3b34795 100644 --- a/src/Cake.ESLint/Cake.ESLint.csproj +++ b/src/Cake.ESLint/Cake.ESLint.csproj @@ -31,7 +31,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 41ea81655f2a19dfcb4b087a484e31a2488f5e1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Sep 2021 01:41:39 +0000 Subject: [PATCH 32/45] (maint) Update dependency Verify.Xunit to v12 --- 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 7f748b44..9a105636 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 49f042444614b35e0788d9fb647acc0e5510d7c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Sep 2021 20:40:30 +0000 Subject: [PATCH 33/45] (maint) Update dependency Verify.Xunit to v12.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 9a105636..a4fad8d1 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From e264917397aa4efadd52e34250121b1415f539bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Sep 2021 07:08:24 +0000 Subject: [PATCH 34/45] (maint) Update dependency Verify.Xunit to v12.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 a4fad8d1..c1103647 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 1ef79674f113896eec9cb792bd3028346df1ccfa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Oct 2021 16:43:55 +0000 Subject: [PATCH 35/45] (maint) Update dependency Verify.Xunit to v13 --- 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 c1103647..915bfe6c 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From e8f16cb49268f30d854a0eedebba01e5fc75f066 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Oct 2021 23:44:42 +0000 Subject: [PATCH 36/45] (maint) Update dependency Verify.Xunit to v13.0.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 915bfe6c..06d6def0 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 5cc3f2d6b37b25d6154a1fe90408d9a683d5c373 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 Oct 2021 08:36:44 +0000 Subject: [PATCH 37/45] (maint) Update dependency Verify.Xunit to v13.0.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 06d6def0..86acb225 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 21b85f4a5798ce73fd406cf517935679fb22440f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Oct 2021 04:10:56 +0000 Subject: [PATCH 38/45] (maint) Update dependency Verify.Xunit to v13.0.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 86acb225..b1030b40 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From 190f40bf5d4c792b184305a789fc9d065b4e53b2 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 7 Oct 2021 19:44:33 +0200 Subject: [PATCH 39/45] (#76) embedded readme in package Sadly, the creation of snupkg had to be disabled to work around a bug. --- src/Cake.ESLint/Cake.ESLint.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Cake.ESLint/Cake.ESLint.csproj b/src/Cake.ESLint/Cake.ESLint.csproj index b3b34795..dd63c847 100644 --- a/src/Cake.ESLint/Cake.ESLint.csproj +++ b/src/Cake.ESLint/Cake.ESLint.csproj @@ -3,12 +3,16 @@ netstandard2.0;net461;net5.0 true true + + @@ -27,6 +31,7 @@ cake;addin;eslint;build;cake-build;script;cake-addin https://github.com/cake-contrib/Cake.ESLint.git https://github.com/cake-contrib/Cake.ESLint/releases/tag/$(Version) + README.md From 8bbb45ffe8d5af6d183ef70c0026bc96c93af1ea Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 7 Oct 2021 20:00:10 +0200 Subject: [PATCH 40/45] (#77) added buttons to discussions and source in wyam documentation --- docs/input/_Bottom.cshtml | 8 +++++++ docs/input/assets/css/override.less | 37 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 docs/input/_Bottom.cshtml create mode 100644 docs/input/assets/css/override.less diff --git a/docs/input/_Bottom.cshtml b/docs/input/_Bottom.cshtml new file mode 100644 index 00000000..4afa020c --- /dev/null +++ b/docs/input/_Bottom.cshtml @@ -0,0 +1,8 @@ + + + GitHub + + + + Discussion + diff --git a/docs/input/assets/css/override.less b/docs/input/assets/css/override.less new file mode 100644 index 00000000..06df7caf --- /dev/null +++ b/docs/input/assets/css/override.less @@ -0,0 +1,37 @@ +/* For GitHub */ +.bottom-footer { + margin-bottom: 40px !important; // Make room for GitHub buttons +} + +.github-button, +.discussion-button { + z-index: 100; + position: fixed; + bottom: 0px; + padding: 1em 3em; + background-color: #367fa9; + border: 0; + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; + font-family: sans-serif; + font-size: 9pt; + text-transform: uppercase; + text-align: center; + text-decoration: none; + cursor: pointer; + cursor: hand; + -webkit-transition: all .3s ease; + transition: all .3s ease; + color: #fff; + a, a:active, a:hover, a:focus { + color: #fff; + } +} + +.github-button { + right: 255px; +} + +.discussion-button { + right: 80px; +} \ No newline at end of file From 2c4ded9ae4da747266805ec607bf8a8b7ec91703 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Oct 2021 08:54:19 +0000 Subject: [PATCH 41/45] (maint) Update dependency Verify.Xunit to v13.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 b1030b40..39be55ce 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -17,7 +17,7 @@ - + all From aa39bb265046e3c208fef4b2be9c87d94206c960 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Oct 2021 18:28:19 +0000 Subject: [PATCH 42/45] (maint) Update dependency Cake.Testing to v1.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 39be55ce..0276a64a 100644 --- a/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj +++ b/src/Cake.ESLint.Tests/Cake.ESLint.Tests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From d7b9bc2b05f14f296a19256929626ac0d02539d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Oct 2021 18:34:38 +0000 Subject: [PATCH 43/45] (maint) Update dependency Cake.Frosting to v1.3.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 da4ef0b8..b273d1bf 100644 --- a/demo/frosting/build/Build.csproj +++ b/demo/frosting/build/Build.csproj @@ -5,7 +5,7 @@ $(MSBuildProjectDirectory) - + From a45c8259e7dfdb96a024f1a82b3ccfc153fbcea3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 Oct 2021 21:46:45 +0000 Subject: [PATCH 44/45] (maint) Update dependency eslint to v8 --- 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 cf528c9e..b927e881 100644 --- a/demo/frosting/src2/package.json +++ b/demo/frosting/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.32.0" + "eslint": "8.0.0" } } diff --git a/demo/script/src2/package.json b/demo/script/src2/package.json index cf528c9e..b927e881 100644 --- a/demo/script/src2/package.json +++ b/demo/script/src2/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "eslint": "7.32.0" + "eslint": "8.0.0" } } From e24e6d4493a37461fbc8faa59c5e2b8380db1021 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 12 Oct 2021 21:05:00 +0200 Subject: [PATCH 45/45] (GH-80) re-enabled snupkg creation This, however, requires at least .NET 6 rc2 (`6.0.100-rc.2`) to build --- .github/workflows/build.yml | 13 +++++++++++++ .github/workflows/codeql-analysis.yml | 13 +++++++++++++ global.json | 7 +++++++ src/Cake.ESLint/Cake.ESLint.csproj | 3 --- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 global.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b68a1acf..31a89b49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,19 @@ jobs: uses: actions/checkout@v2.3.4 - name: Fetch all tags and branches run: git fetch --prune --unshallow + - uses: actions/setup-dotnet@v1.8.2 + with: + # unittests needs 3.1 + dotnet-version: '3.1.x' + - uses: actions/setup-dotnet@v1.8.2 + with: + # gitversion needs 5.0 + dotnet-version: '5.0.x' + - uses: actions/setup-dotnet@v1.8.2 + with: + # need .NET 6 rc2 to build + dotnet-version: '6.0.x' + include-prerelease: true - name: Cache Tools uses: actions/cache@v2.1.6 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 61d0e549..189f8e03 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,6 +33,19 @@ jobs: uses: actions/checkout@v2.3.4 - name: Fetch all tags and branches run: git fetch --prune --unshallow + - uses: actions/setup-dotnet@v1.8.2 + with: + # unittests needs 3.1 + dotnet-version: '3.1.x' + - uses: actions/setup-dotnet@v1.8.2 + with: + # gitversion needs 5.0 + dotnet-version: '5.0.x' + - uses: actions/setup-dotnet@v1.8.2 + with: + # need .NET 6 rc2 to build + dotnet-version: '6.0.x' + include-prerelease: true - name: Cache Tools uses: actions/cache@v2.1.6 with: diff --git a/global.json b/global.json new file mode 100644 index 00000000..e5b7df50 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "allowPrerelease": true, + "version": "6.0.100-rc.2", + "rollForward": "latestFeature" + } +} \ No newline at end of file diff --git a/src/Cake.ESLint/Cake.ESLint.csproj b/src/Cake.ESLint/Cake.ESLint.csproj index dd63c847..c0002699 100644 --- a/src/Cake.ESLint/Cake.ESLint.csproj +++ b/src/Cake.ESLint/Cake.ESLint.csproj @@ -3,10 +3,7 @@ netstandard2.0;net461;net5.0 true true -