From 5dce1e296e61772ea7f8bfd93e950f1bcacaafd6 Mon Sep 17 00:00:00 2001 From: bashamega Date: Fri, 2 Aug 2024 14:22:50 +0300 Subject: [PATCH 1/6] Check if prettier is good --- .husky/pre-commit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af219..957664a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,5 @@ . "$(dirname "$0")/_/husky.sh" npx lint-staged + +npx prettier --ignore-path .gitignore --check --plugin prettier-plugin-svelte . \ No newline at end of file From 46a1d3833224225f8fd7a7f9a760285c29b27b1a Mon Sep 17 00:00:00 2001 From: bashamega Date: Fri, 2 Aug 2024 14:23:37 +0300 Subject: [PATCH 2/6] Format --- .github/workflows/deploy.yml | 4 ++-- CHANGELOG.md | 26 +++++--------------------- tests/docs/introduction.spec.ts | 3 +-- 3 files changed, 8 insertions(+), 25 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 458036c..dab23f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Deploy Image to CapRrover uses: caprover/deploy-from-github@v1.1.2 with: - server: "${{ secrets.CAPROVER_SERVER }}" + server: '${{ secrets.CAPROVER_SERVER }}' app: finder - token: "${{ secrets.CAPROVER_TOKEN }}" + token: '${{ secrets.CAPROVER_TOKEN }}' image: ghcr.io/eddiehubcommunity/finder:latest diff --git a/CHANGELOG.md b/CHANGELOG.md index ea58b7c..ab503e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,29 @@ ## [2.19.10](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.9...v2.19.10) (2024-06-29) - ### Bug Fixes -* k8s kubescape no longer required ([fdd1f6b](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/fdd1f6b24688e9ebe30a467c67304bbe26eda68a)) - - +- k8s kubescape no longer required ([fdd1f6b](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/fdd1f6b24688e9ebe30a467c67304bbe26eda68a)) ## [2.19.9](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.8...v2.19.9) (2024-06-29) - ### Bug Fixes -* k8s no longer required ([5a5bd4a](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/5a5bd4ab4f7c360ca2f4f1a132297689abbc115d)) - - +- k8s no longer required ([5a5bd4a](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/5a5bd4ab4f7c360ca2f4f1a132297689abbc115d)) ## [2.19.8](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.7...v2.19.8) (2024-06-29) - ### Bug Fixes -* caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) - - +- caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) ## [2.19.7](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.6...v2.19.7) (2024-06-29) - ### Bug Fixes -* deploy to caprover action ([c6043a3](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/c6043a3f89de829bcadb1b0cc2c26c177913071e)) - - +- deploy to caprover action ([c6043a3](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/c6043a3f89de829bcadb1b0cc2c26c177913071e)) ## [2.19.6](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.5...v2.19.6) (2024-06-29) - ### Bug Fixes -* rename deploy action to docker ([0376052](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/0376052740972a85351ee744c8c7c26dc016298a)) - - - +- rename deploy action to docker ([0376052](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/0376052740972a85351ee744c8c7c26dc016298a)) diff --git a/tests/docs/introduction.spec.ts b/tests/docs/introduction.spec.ts index c3ae3ae..075cc4b 100644 --- a/tests/docs/introduction.spec.ts +++ b/tests/docs/introduction.spec.ts @@ -38,8 +38,7 @@ test('Introduction element has the same name as the page headline', async ({ pag const introElement = await page.locator('.space-y-4 .active').innerHTML(); const introElementName = introElement.toString(); expect(introElementName).toEqual(pageHeadlineName); - }, -); +}); test('Introduction element is highlighted as yellow when hovered-over', async ({ page }) => { // navigate to the docs landing page /docs/testing From 5ce01785f6191112b4e6d9b7ab9b115a370f9068 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Wed, 7 Aug 2024 10:38:59 +0300 Subject: [PATCH 3/6] Reset --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad57bdf..36b6658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ ## [2.19.12](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.11...v2.19.12) (2024-08-03) + ### Bug Fixes * screenshots ([#417](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/417)) ([ea72632](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/ea72632655e69787052b9b357243909ddc9d8ed8)) + + ## [2.19.11](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.10...v2.19.11) (2024-08-03) -### Bug Fixes +### Bug Fixes * repo rater badge ([#416](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/416)) ([ad5b7e1](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/ad5b7e1c6fd652cc94b983dcad595081c97c47ab)) + ## [2.19.10](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.9...v2.19.10) (2024-06-29) @@ -32,11 +36,7 @@ ## [2.19.8](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.7...v2.19.8) (2024-06-29) -### Bug Fixes - -* caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) - - - +### Bug Fixes +* caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) \ No newline at end of file From bb40dae8df5d2de169a2d27b4280e8e6c9962123 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Wed, 7 Aug 2024 10:40:57 +0300 Subject: [PATCH 4/6] Spaces --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b6658..2a29666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,4 +39,6 @@ ### Bug Fixes -* caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) \ No newline at end of file +* caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) + + From 8e44503454f7d431689c263bc19b8fe2c0b0a673 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Wed, 7 Aug 2024 10:42:15 +0300 Subject: [PATCH 5/6] fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a29666..d6150d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,4 @@ * caprover config ([38521e0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/38521e035edc251675ad28f5914aac477c4c5fae)) + From 42c3f52f56222c79bb2cf9fba0a49050351a13c7 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Sun, 11 Aug 2024 07:47:53 +0100 Subject: [PATCH 6/6] Update .husky/pre-commit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 4ef8509..4b9545f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,4 +3,4 @@ npx lint-staged -npx prettier --ignore-path .prettierignore --check --plugin prettier-plugin-svelte . \ No newline at end of file +npx prettier --ignore-path .prettierignore --check --plugin prettier-plugin-svelte .