Skip to content

fix(pnpm): approve build scripts required by pnpm v11 install#16

Merged
thetutlage merged 1 commit into
adonisjs:mainfrom
FlorianV85:fix/pnpm-v11
May 29, 2026
Merged

fix(pnpm): approve build scripts required by pnpm v11 install#16
thetutlage merged 1 commit into
adonisjs:mainfrom
FlorianV85:fix/pnpm-v11

Conversation

@FlorianV85

@FlorianV85 FlorianV85 commented May 28, 2026

Copy link
Copy Markdown
Contributor

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

In Pnpm v11, build scripts must be approved and onlyBuiltDependencies has been replaced by allowBuilds. So, pnpm create fails with an exit code 1 during the dependencies install step.
https://pnpm.io/blog/releases/11.0

This PR allows the required builds in pnpm-workspace.yaml.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@thetutlage thetutlage merged commit ee391c6 into adonisjs:main May 29, 2026
1 of 3 checks passed
@thetutlage

Copy link
Copy Markdown
Member

👍🏽

@FlorianV85 FlorianV85 deleted the fix/pnpm-v11 branch May 29, 2026 05: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