chore: Move to PNPM v11#82
Merged
Merged
Conversation
…clusions - Removed the `onlyBuiltDependencies` section which listed specific packages. - Introduced `minimumReleaseAgeExclude` to exclude packages matching the specified patterns: '@workleap/*' and '@typescript/native-preview*'. - Added `allowBuilds` section to explicitly allow builds for the following packages: agent-browser, core-js, edgedriver, esbuild, geckodriver, and protobufjs. These changes aim to streamline the build process by allowing specified packages to be built while excluding others based on their release age, enhancing the overall package management strategy.
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
May 12, 2026 18:38
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s package manager configuration and lockfile to support pnpm v11 in this Turborepo monorepo.
Changes:
- Bump the declared pnpm engine requirement and pin
packageManagerto pnpm11.0.8. - Update
pnpm-workspace.yamlsettings (build-approval allowlist + minimum release age exclusions). - Regenerate
pnpm-lock.yamlunder pnpm v11, resulting in a substantially different resolved dependency graph (including a TypeScript major bump).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Replaces prior build allowlisting config with allowBuilds and adds minimumReleaseAgeExclude. |
| pnpm-lock.yaml | Lockfile regeneration under pnpm v11; many resolved versions/peer resolutions change. |
| package.json | Updates pnpm engine constraint and pins the workspace to pnpm 11.0.8 via packageManager. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ic packages This commit updates the `pnpm-workspace.yaml` file by removing the build allowances for the following packages: `core-js`, `edgedriver`, `geckodriver`, and `protobufjs`. The `allowBuilds` section is now streamlined to only include `agent-browser` and `esbuild`, which helps in reducing potential build overhead and focuses on the essential packages needed for the workspace. This change aims to improve build efficiency and maintainability.
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.