From 5cd696aaa10b8e2f4be6990b733c68132cb80b94 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Wed, 15 Nov 2023 16:26:48 +0100 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4ed7977..cdd48bb9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,14 +55,3 @@ jobs: - name: Typecheck run: turbo typecheck - - comment-if-failed: - if: ${{ always() }} - needs: [lint, format, typecheck] - runs-on: ubuntu-latest - steps: - - uses: juliusmarminge/gh-failed-action-commenter@0.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - FIXES: '{ "format": "format:fix", "lint": "lint:fix" }' From 0a1716ca9e013bac2a9ef633d35ed56914ef1c43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:27:04 +0100 Subject: [PATCH 2/2] chore(deps): update pnpm to v8.10.5 (#753) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ea4272ac..977e03115 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=18.18.2" }, - "packageManager": "pnpm@8.10.2", + "packageManager": "pnpm@8.10.5", "scripts": { "build": "turbo build", "clean": "git clean -xdf node_modules",