chore(ui): upgrade pnpm to 11 and harden supply-chain defaults (#11225)

Co-authored-by: Pablo F.G <pablo.fernandez@prowler.com>
This commit is contained in:
Pablo Fernandez Guerra (PFE)
2026-05-28 14:39:57 +02:00
committed by GitHub
parent 81226cd837
commit 8f745cdbe6
10 changed files with 246 additions and 235 deletions
+3 -3
View File
@@ -225,9 +225,9 @@ pnpm run test:e2e:ui
## QA CHECKLIST BEFORE COMMIT
- [ ] `npm run typecheck` passes
- [ ] `npm run lint:fix` passes
- [ ] `npm run format:write` passes
- [ ] `pnpm run typecheck` passes
- [ ] `pnpm run lint:fix` passes
- [ ] `pnpm run format:write` passes
- [ ] Relevant E2E tests pass
- [ ] All UI states handled (loading, error, empty)
- [ ] No secrets in code (use `.env.local`)