From 3e6cade8d2be3fb8b860697e26b66c68d8711a7c Mon Sep 17 00:00:00 2001 From: TkDodo Date: Fri, 22 May 2026 19:48:33 +0200 Subject: [PATCH 1/2] fix: trust vite v6.4.1 --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 94aa07db65a..e838a676033 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,8 @@ linkWorkspacePackages: true preferWorkspacePackages: true blockExoticSubdeps: true trustPolicy: 'no-downgrade' +trustPolicyExclude: + - 'vite@6.4.1' packages: - 'packages/*' From 05f469948bba11e3a2aaf03285b66a6d668ddcf5 Mon Sep 17 00:00:00 2001 From: TkDodo Date: Fri, 22 May 2026 19:53:06 +0200 Subject: [PATCH 2/2] fix: update detect-agent because it has pinned setup actions --- .github/workflows/detect-agent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/detect-agent.yml b/.github/workflows/detect-agent.yml index 42d564a6ace..f4cdfa6cd4f 100644 --- a/.github/workflows/detect-agent.yml +++ b/.github/workflows/detect-agent.yml @@ -13,11 +13,11 @@ jobs: permissions: issues: write pull-requests: write - uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72 + uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c backfill: if: github.event_name == 'workflow_dispatch' permissions: issues: write pull-requests: write - uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72 + uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c