From bce555cf1a9bec4f005059f2c202397a6c7f9554 Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:57:28 +0545 Subject: [PATCH 1/5] ci: update checkout action to use main branch --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24de5de..07042bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,13 @@ on: pull_request #on: [pull_request, push] jobs: - name: Spelling - on: [pull_request] spelling: name: Spell Check with Typos runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 +# uses: actions/checkout@v4 + uses: actions/checkout@main - name: Spell Check Repo uses: crate-ci/typos@master # typos: From 567b84e0623d707f007cc4be51769d883200924f Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:03:58 +0545 Subject: [PATCH 2/5] chore: update dependencies in package.json --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9a18e7b..be8f989 100644 --- a/package.json +++ b/package.json @@ -44,18 +44,13 @@ "pr:ci": "act pull_request --container-architecture linux/amd64" }, "dependencies": { - "@changesets/cli": "^2.27.9", - "@eslint/eslintrc": "^3.1.0", + "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.9.0", "@icons-pack/react-simple-icons": "^10.0.0", "@tanstack/react-query": "^5.59.14", "@tanstack/react-query-devtools": "^5.59.14", - "@testing-library/jest-dom": "^6.5.0", - "chalk": "^5.3.0", "clsx": "^2.1.1", - "git-cliff": "^2.6.1", - "is-ci": "^3.0.1", "next": "14.2.15", "nextjs-google-analytics": "^2.3.7", "react": "^18.3.1", @@ -69,6 +64,12 @@ "zod": "^3.23.8" }, "devDependencies": { + "@eslint/eslintrc": "^3.1.0", + "@testing-library/jest-dom": "^6.5.0", + "chalk": "^5.3.0", + "git-cliff": "^2.6.1", + "is-ci": "^3.0.1", + "@changesets/cli": "^2.27.9", "@biomejs/biome": "1.9.3", "@chromatic-com/storybook": "2.0.2", "@commitlint/cli": "^19.5.0", From 9c43e1e606eea942c0ac95ff005eda3bc5e48935 Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:04:43 +0545 Subject: [PATCH 3/5] chore: clean up commented code and whitespace in files --- .github/workflows/ci.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07042bb..52444c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository -# uses: actions/checkout@v4 + # uses: actions/checkout@v4 uses: actions/checkout@main - name: Spell Check Repo uses: crate-ci/typos@master diff --git a/package.json b/package.json index be8f989..7f864de 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "pr:ci": "act pull_request --container-architecture linux/amd64" }, "dependencies": { - "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.9.0", "@icons-pack/react-simple-icons": "^10.0.0", From 5dcf4129b9371cceb0f35c42d3774a3cdf667890 Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:05:37 +0545 Subject: [PATCH 4/5] docs: fix markdown formatting in cliff.toml file --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 5a5ef25..7c30540 100644 --- a/cliff.toml +++ b/cliff.toml @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.\n # https://keats.github.io/tera/docs/#introduction body = """ {% if version %}\ - ## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}] (https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n + ## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}](https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n {% else %}\ ## [unreleased] {% endif %}\ From ffac0fe3be46fa2f951b3cc46139c7ac86360266 Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:06:25 +0545 Subject: [PATCH 5/5] docs: update changelog header for ax-sh webpage --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 7c30540..c5b3681 100644 --- a/cliff.toml +++ b/cliff.toml @@ -9,7 +9,7 @@ # template for the changelog header header = """ # Changelog\n -All notable changes to this project will be documented in this file.\n +All notable changes to ax-sh webpage will be documented in this file.\n """ # template for the changelog body # https://keats.github.io/tera/docs/#introduction