From 10cf8b42a3f7d6cf269113b5847192ea497aa31a Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 30 May 2026 13:37:15 +0000 Subject: [PATCH] fix(ci): sync lockfile to pinned prettier 3.8.1 package.json already pins prettier to 3.8.1, but pnpm-lock.yaml still recorded the specifier as ^3.2.0. CI's fresh install could resolve a different 3.x than local, which reformatted apps/installer/package.json and broke `format:check`. Align the lockfile specifier so CI and local use the same prettier. Co-Authored-By: Claude Opus 4.8 (1M context) --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef8377e..926093d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: specifier: ^5.1.0 version: 5.2.0(eslint@9.39.2(jiti@2.6.1)) prettier: - specifier: ^3.2.0 + specifier: 3.8.1 version: 3.8.1 prettier-plugin-tailwindcss: specifier: ^0.7.2