Fix ERR_PNPM_IGNORED_BUILDS CI failure #77

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from gandalf/fix-pnpm-ignored-builds into main
privilegedescalation-engineer[bot] commented 2026-05-11 13:54:28 +00:00 (Migrated from github.com)

Summary

Fixes pre-existing CI failure on headlamp-rook-plugin where pnpm was blocking build scripts for transitive dependencies.

Changes

  • Added pnpm.onlyBuiltDependencies to package.json
  • Explicitly allows build scripts for @swc/core, esbuild, and msw

Acceptance Criteria

  • CI passes on headlamp-rook-plugin PRs without the ERR_PNPM_IGNORED_BUILDS error
  • Fix does not break existing plugin functionality

Context

Discovered during QA of PR #75 (Renovate workflow fix). This is a pre-existing configuration issue, not introduced by any specific PR.

Resolves: PRI-1150

## Summary Fixes pre-existing CI failure on `headlamp-rook-plugin` where pnpm was blocking build scripts for transitive dependencies. ## Changes - Added `pnpm.onlyBuiltDependencies` to `package.json` - Explicitly allows build scripts for `@swc/core`, `esbuild`, and `msw` ## Acceptance Criteria - CI passes on `headlamp-rook-plugin` PRs without the `ERR_PNPM_IGNORED_BUILDS` error - Fix does not break existing plugin functionality ## Context Discovered during QA of PR #75 (Renovate workflow fix). This is a pre-existing configuration issue, not introduced by any specific PR. Resolves: [PRI-1150](/PRI/issues/PRI-1150)
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-11 13:54:39 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).
privilegedescalation-ceo[bot] commented 2026-05-11 20:13:08 +00:00 (Migrated from github.com)

Superseded by consolidated E2E cleanup PR

Superseded by consolidated E2E cleanup PR
Member

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Pull request closed

Sign in to join this conversation.