Skip to content

chore: add the workspace root manifest and align CI on pnpm 11 - #52

Merged
johncarmack1984 merged 1 commit into
mainfrom
john/root-manifest
Jul 27, 2026
Merged

chore: add the workspace root manifest and align CI on pnpm 11#52
johncarmack1984 merged 1 commit into
mainfrom
john/root-manifest

Conversation

@johncarmack1984

@johncarmack1984 johncarmack1984 commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Dependabot's npm updater aborts with /package.json not found. Pointed at the workspace root it needs a manifest there to anchor the pnpm workspace, and the migration never created one: the root had only pnpm-workspace.yaml and the lockfile. So the npm ecosystem still could not update anything after the previous fix.

Adds a minimal private root manifest with two targeted build scripts.

pnpm version, one source of truth

CI pinned pnpm/action-setup to version: 9 in five places while local development ran pnpm 11. The lockfile happened to read fine under both, which is why nothing had broken yet, but the two were free to drift.

packageManager: "pnpm@11.17.0" now lives in the root manifest and the explicit version: 9 pins are removed from all five call sites (ci.yml, ci-www.yml, deploy-www.yml, release.yml, and the setup-rust composite action). pnpm/action-setup reads packageManager when no version is given, so CI and local move together from here.

CI on this PR is the verification: every job installs through action-setup with no version pin.

Dependabot's npm updater aborts with `/package.json not found`. Pointed
at the workspace root it needs a manifest there to anchor the pnpm
workspace, and the migration never created one: the root carried only
pnpm-workspace.yaml and the lockfile. So the npm ecosystem still could
not update anything after the previous fix.

Adds a minimal private root manifest with two targeted build scripts.

No packageManager field on purpose: CI pins pnpm/action-setup to
version 9, and that action errors when an explicit version and a
packageManager field disagree. Adding one would trade this bug for a
worse one.
@johncarmack1984
johncarmack1984 merged commit 2e2a965 into main Jul 27, 2026
4 checks passed
@johncarmack1984
johncarmack1984 deleted the john/root-manifest branch July 27, 2026 06:17
@johncarmack1984 johncarmack1984 changed the title chore: add the workspace root manifest Dependabot needs chore: add the workspace root manifest and align CI on pnpm 11 Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant