Skip to content

Upgrade to pnpm 11, migrate package manager config - #404

Merged
karlhorky merged 3 commits into
mainfrom
migrate-pnpm-version-pin-to-devengines
Sep 13, 2026
Merged

karlhorky merged 3 commits into
mainfrom
migrate-pnpm-version-pin-to-devengines

Conversation

@karlhorky

@karlhorky karlhorky commented Sep 9, 2026

Copy link
Copy Markdown
Member

notion-backup pins pnpm 10.33.2 through the top-level packageManager field (package.json). pnpm refers to this field as "legacy" and uses devEngines.packageManager for its pnpm version pin.

Upgrade to pnpm 11.26.0 and move the pin to devEngines.packageManager.

Also, pnpm 11 no longer reads pnpm.onlyBuiltDependencies from package.json:

$ pnpm install --no-frozen-lockfile

[WARN] The "pnpm" field in package.json is no longer read by pnpm.
The following keys were ignored: "pnpm.onlyBuiltDependencies".

Move the existing build approvals to allowBuilds in pnpm-workspace.yaml. Add our standard seven-day dependency release delay and remove .npmrc because strictDepBuilds: true is the pnpm 11 default.

  • Upgrade pnpm from 10.33.2 to 11.26.0
  • Migrate the pnpm pin to devEngines.packageManager
  • Move build approvals to pnpm-workspace.yaml
  • Add the seven-day dependency release delay
  • Remove the redundant strictDepBuilds setting

Copilot AI balanced review requested due to automatic review settings September 9, 2026 21:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@karlhorky karlhorky changed the title Upgrade to pnpm 11, migrate package manager configuration Upgrade to pnpm 11, migrate package manager config Sep 12, 2026
@karlhorky
karlhorky merged commit e164f22 into main Sep 13, 2026
1 check passed
@karlhorky
karlhorky deleted the migrate-pnpm-version-pin-to-devengines branch September 13, 2026 15:41
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