From ffd379aa8e9a14f693aa1d33f59246f77017f228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Fri, 11 Apr 2025 19:30:11 +0200 Subject: [PATCH 01/11] Upgrading to Vue 3 in Content Editors --- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.VueJs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 55d95c527..ad547226c 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 55d95c52786d6009c65fd64fc125079b7de2264a +Subproject commit ad547226c48e8b19bb0a4a0cf42d55de65d2b573 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index e6dfc077c..1a182d48a 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit e6dfc077ceb5da3b2567aed51d9cd33100d2ae98 +Subproject commit 1a182d48a409d8311282b873ded8e15f68520556 From 6ebc91a1da37fad842c79d5c98e26cdae18c7b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 11:01:40 +0200 Subject: [PATCH 02/11] Remove partial --- src/Modules/Lombiq.ContentEditors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 230139fda..1c34ceda2 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 230139fda84bb7b78097805e5dd9a0037234a070 +Subproject commit 1c34ceda286cb07cd4056e397f9761d17b21d9ed From a24ad3a593a6fd621107f7e3a889768468518ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 14:00:10 +0200 Subject: [PATCH 03/11] Fixes --- .../Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj | 8 ++++---- .../Lombiq.OSOCE.NuGet.Tests.UI.csproj | 4 ++-- src/Modules/Lombiq.ContentEditors | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj index b6f9685b5..00f8688e2 100644 --- a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj +++ b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj @@ -25,8 +25,8 @@ - - + + @@ -56,8 +56,8 @@ - - + + diff --git a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj index 85771459a..3c07e8450 100644 --- a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj +++ b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj @@ -25,7 +25,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 1c34ceda2..a9981adb9 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 1c34ceda286cb07cd4056e397f9761d17b21d9ed +Subproject commit a9981adb9f5c8bc7b4462a6683be643a0ed6edfd From b75538df3dfcf14039856f64e42a8b162c3fff5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 15:20:04 +0200 Subject: [PATCH 04/11] Updating nuget packages --- .../src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj | 2 +- .../Lombiq.OSOCE.NuGet.TestModule.csproj | 2 +- .../Lombiq.OSOCE.NuGet.Tests.UI.csproj | 2 +- .../Lombiq.OSOCE.NuGet.Tests/Lombiq.OSOCE.NuGet.Tests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj index 00f8688e2..aa3fc4231 100644 --- a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj +++ b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj @@ -32,7 +32,7 @@ - + diff --git a/NuGetTest/src/Modules/Lombiq.OSOCE.NuGet.TestModule/Lombiq.OSOCE.NuGet.TestModule.csproj b/NuGetTest/src/Modules/Lombiq.OSOCE.NuGet.TestModule/Lombiq.OSOCE.NuGet.TestModule.csproj index c53aed764..3b17b4d32 100644 --- a/NuGetTest/src/Modules/Lombiq.OSOCE.NuGet.TestModule/Lombiq.OSOCE.NuGet.TestModule.csproj +++ b/NuGetTest/src/Modules/Lombiq.OSOCE.NuGet.TestModule/Lombiq.OSOCE.NuGet.TestModule.csproj @@ -16,7 +16,7 @@ - + diff --git a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj index 3c07e8450..c26846bdd 100644 --- a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj +++ b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj @@ -21,7 +21,7 @@ - + diff --git a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests/Lombiq.OSOCE.NuGet.Tests.csproj b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests/Lombiq.OSOCE.NuGet.Tests.csproj index f350cb876..92b04972a 100644 --- a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests/Lombiq.OSOCE.NuGet.Tests.csproj +++ b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests/Lombiq.OSOCE.NuGet.Tests.csproj @@ -6,7 +6,7 @@ - + From 6b124114fe13e1716fcb163a6df99ecc068eaa9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 17:05:52 +0200 Subject: [PATCH 05/11] Using only the prod version of vue-router --- src/Modules/Lombiq.VueJs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index 586769e2a..d7a0906f7 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 586769e2a01a742f93248e3ba6f3fa2686a6d1bf +Subproject commit d7a0906f71ff3e4892f7355db74b52e4b902e4d5 From bdd469726a3d7b21bfb739044245daab2db9f917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 18:02:26 +0200 Subject: [PATCH 06/11] Updating VueJs version --- .../src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj | 4 ++-- .../Lombiq.OSOCE.NuGet.Tests.UI.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj index aa3fc4231..335f28d45 100644 --- a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj +++ b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Lombiq.OSOCE.NuGet.Web.csproj @@ -56,8 +56,8 @@ - - + + diff --git a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj index c26846bdd..289258723 100644 --- a/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj +++ b/NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Lombiq.OSOCE.NuGet.Tests.UI.csproj @@ -45,7 +45,7 @@ - + From d4faafbcae0b9b93c8efac037c4b8e783624b70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Tue, 29 Apr 2025 20:18:23 +0200 Subject: [PATCH 07/11] Dummy commit From 5f8965cb15096c4677c93cceabb5db6fb0cb9620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Wed, 30 Apr 2025 11:47:22 +0200 Subject: [PATCH 08/11] Updating readme --- NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md index d6bb82e7a..c11026e04 100644 --- a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md +++ b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md @@ -1,3 +1,3 @@ # Lombiq's Open-Source Orchard Core Extensions - NuGet Tests -This project and its containing solution are used to test the NuGet packages of our Open-Source Orchard Core Extensions. To learn about each extension and library involved, check out the [root readme](../../../Readme.md). +This project and its containing solution are used to test the NuGet packages of our Open-Source Orchard Core Extensions. To learn about each extension and library involved, check out the [root readme](../../../Readme.md) From e5f73e05d989d550c0c23cec0a1299d03566f81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Bartha?= Date: Wed, 30 Apr 2025 11:47:38 +0200 Subject: [PATCH 09/11] Revert "Updating readme" This reverts commit 5f8965cb15096c4677c93cceabb5db6fb0cb9620. --- NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md index c11026e04..d6bb82e7a 100644 --- a/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md +++ b/NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md @@ -1,3 +1,3 @@ # Lombiq's Open-Source Orchard Core Extensions - NuGet Tests -This project and its containing solution are used to test the NuGet packages of our Open-Source Orchard Core Extensions. To learn about each extension and library involved, check out the [root readme](../../../Readme.md) +This project and its containing solution are used to test the NuGet packages of our Open-Source Orchard Core Extensions. To learn about each extension and library involved, check out the [root readme](../../../Readme.md). From e7f7dc3c92da1bc6ae9a01751b124e98666b1efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Wed, 30 Apr 2025 19:35:29 +0200 Subject: [PATCH 10/11] submodules --- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.VueJs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index a9981adb9..635a17162 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit a9981adb9f5c8bc7b4462a6683be643a0ed6edfd +Subproject commit 635a171623ab9dd95e79e89b8ea657946e2f464f diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index d7a0906f7..741a47e31 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit d7a0906f71ff3e4892f7355db74b52e4b902e4d5 +Subproject commit 741a47e316bc20d177b8e5767f218a45cfe2377f From 521b0cf838eb01c6935d2c17ea7565683972ee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Wed, 30 Apr 2025 19:49:23 +0200 Subject: [PATCH 11/11] Remove the temporary "All packages" group from renovate.json5 in Lombiq.ContentEditors. --- src/Modules/Lombiq.ContentEditors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 635a17162..01ab859ff 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 635a171623ab9dd95e79e89b8ea657946e2f464f +Subproject commit 01ab859fff6c7235d8428d28db5e84b3b835bc04