From cb47e3df62483e666d84d70b69c3b7f8bd9eb952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:15:34 +0000 Subject: [PATCH 1/2] build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39f4884..16b9599 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest run_install: true @@ -50,7 +50,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest run_install: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 27b10f0..78e6ec3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,7 +22,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: latest run_install: true From e38a2e22c0d540b56871bd0cef09b377886ee458 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 14 Apr 2026 08:16:59 +0200 Subject: [PATCH 2/2] ci: tweaks --- .github/workflows/main.yml | 6 ++++-- .github/workflows/pull_request.yml | 3 ++- package.json | 2 -- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16b9599..1ad3a1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,8 @@ jobs: uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --ignore-scripts - name: Contributors run: | git config --global user.email "${{ secrets.GIT_EMAIL }}" @@ -53,7 +54,8 @@ jobs: uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --ignore-scripts - name: Test run: pnpm test - name: Report diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 78e6ec3..6f886f2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,8 @@ jobs: uses: pnpm/action-setup@v6 with: version: latest - run_install: true + - name: Install + run: pnpm install --ignore-scripts - name: Test run: pnpm test - name: Report diff --git a/package.json b/package.json index 167c789..8a1d2a2 100644 --- a/package.json +++ b/package.json @@ -295,7 +295,6 @@ "@babel/register": "7.28.6", "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", - "@ksmithut/prettier-standard": "latest", "babel-loader": "10.1.1", "babel-plugin-istanbul": "8.0.0", "babel-plugin-react-html-attrs": "~3.0.5", @@ -381,7 +380,6 @@ }, "nano-staged": { "*.js": [ - "prettier-standard", "standard --fix" ], "package.json": [