From 87e4637e969e393f69f8abb5fd9a6c3db5310503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 9 Mar 2024 22:46:57 +0100 Subject: [PATCH 1/6] Lombiq.VueJs plugin support --- 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 743354f8d..e3006c77c 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 743354f8dbf0132c96c137751bf7a6266ab4a8eb +Subproject commit e3006c77cc97f2ed99b12244eaad0f1b5bca8adf From 710da25b51b165aab2d917ea13f9951a5c25b0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 9 Mar 2024 23:03:06 +0100 Subject: [PATCH 2/6] spelling --- .github/workflows/build-and-test.yml | 2 +- src/Modules/Lombiq.VueJs | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 90822e102..1aaf51476 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -48,7 +48,7 @@ jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OFFI-15 with: additional-dictionaries: | cspell:csharp/csharp.txt diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index e3006c77c..7ec952878 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit e3006c77cc97f2ed99b12244eaad0f1b5bca8adf +Subproject commit 7ec952878a16ba4f9a52252ffd41b1a67b826ff4 diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index 5ea37eb94..f7d3f5b39 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit 5ea37eb9487750a8b375333ddbc4f18259720f67 +Subproject commit f7d3f5b39f7a3cc25191ea555efc89182a78836d From ad59c8b9e0cee64d8ef3dea4669e2cb8d8c6cbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 9 Mar 2024 23:37:40 +0100 Subject: [PATCH 3/6] fix spacing --- 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 7ec952878..786020d75 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 7ec952878a16ba4f9a52252ffd41b1a67b826ff4 +Subproject commit 786020d75d2a28a6ee18f0ed8b739ae1767c6ea1 From 9995d4118b736e2d6fa2b31c87cc9bc337c08849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sun, 10 Mar 2024 00:22:22 +0100 Subject: [PATCH 4/6] Don't try to map plugins if the list is empty. --- 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 786020d75..18ea3de1e 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 786020d75d2a28a6ee18f0ed8b739ae1767c6ea1 +Subproject commit 18ea3de1efd1febbe2afe9060db217a11916694c From 07dd18c911e0be5671a7c2c3016fdb453322e817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Mon, 11 Mar 2024 16:08:21 +0100 Subject: [PATCH 5/6] Updating submodules to newest dev branch [skip ci] --- src/Modules/Lombiq.VueJs | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index 18ea3de1e..3383d8ac5 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 18ea3de1efd1febbe2afe9060db217a11916694c +Subproject commit 3383d8ac5bbb19d33acc02ae694bf4766af7d0b1 diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index f7d3f5b39..fab018211 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit f7d3f5b39f7a3cc25191ea555efc89182a78836d +Subproject commit fab018211f94ce49957166e6c1e9b12f19bdf58f From fefbbbbbb46291da8eebf602736f1c07287ae7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Mon, 11 Mar 2024 16:53:34 +0100 Subject: [PATCH 6/6] Setting back to dev [skip ci] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1aaf51476..90822e102 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -48,7 +48,7 @@ jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OFFI-15 + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev with: additional-dictionaries: | cspell:csharp/csharp.txt