Skip to content

chore(config): drop resolutionMode: highest#607

Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom
chore/remove-pnpm-v11-time-hacks
Apr 21, 2026
Merged

chore(config): drop resolutionMode: highest#607
John-David Dalton (jdalton) merged 1 commit intomainfrom
chore/remove-pnpm-v11-time-hacks

Conversation

@jdalton
Copy link
Copy Markdown
Contributor

Summary

  • Remove `resolutionMode: highest` from `pnpm-workspace.yaml`.
  • Was added specifically to work around pnpm v11 `ERR_PNPM_MISSING_TIME` (upstream: v11.0.0-rc.0: pnpm dedupe failing with ERR_PNPM_MISSING_TIME pnpm/pnpm#11238).
  • Fixed upstream in pnpm 11.0.0-rc.2 by #11293, which introduced `minimumReleaseAgeIgnoreMissingTime` (default `true`) — pnpm now emits a warn-once instead of throwing when registry metadata lacks the `time` field.
  • We pin ≥ rc.2, so v11's default `time-based` resolution works again.

Test plan

  • CI green on this branch

Was added to dodge pnpm v11 ERR_PNPM_MISSING_TIME (pnpm/pnpm#11238).
Fixed upstream in 11.0.0-rc.2 via the new minimumReleaseAgeIgnoreMissingTime
setting (default true). This repo pins ≥ rc.2, so v11's default
time-based resolution works again.
@jdalton John-David Dalton (jdalton) force-pushed the chore/remove-pnpm-v11-time-hacks branch from 323f8df to 0788726 Compare April 21, 2026 13:18
@jdalton John-David Dalton (jdalton) merged commit 1ef2398 into main Apr 21, 2026
11 checks passed
@jdalton John-David Dalton (jdalton) deleted the chore/remove-pnpm-v11-time-hacks branch April 21, 2026 14:37
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.

2 participants