update pnpm version to latest-11 across CI workflows and package.json…#488
Open
pwei1018 wants to merge 6 commits into
Open
update pnpm version to latest-11 across CI workflows and package.json…#488pwei1018 wants to merge 6 commits into
pwei1018 wants to merge 6 commits into
Conversation
deetz99
reviewed
Jun 4, 2026
…w exotic sources in pnpm workspace
Collaborator
Author
Collaborator
|
|
Collaborator
|
/gcbrun |
Collaborator
|
Temporary Url for review: https://business-registry-home-dev--pr-488-nsleljjo.web.app |
Collaborator
|
Temporary Url for review: https://business-corps-dev--pr-488-urk2xx9x.web.app |
Collaborator
|
Temporary Url for review: https://business-people-dev--pr-488-ffaonj6x.web.app |
Collaborator
|
Did you also update the PR builds to use the same pnpm version? |
Collaborator
Author
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.

This pull request upgrades the project from pnpm v10 to pnpm v11 across all relevant CI workflows and package configurations. It also updates the
pnpm-workspace.yamlfile to align with pnpm v11's new settings, including changes to dependency build controls. These updates ensure compatibility with the latest pnpm features and maintain consistency across the monorepo.pnpm v11 Upgrade and Configuration Updates:
.github/workflows/corps-ci.yaml,person-roles-ci.yaml, andregistry-home-ci.yaml) to usepnpmversionlatest-11instead of v10, ensuring CI runs with the latest major version.Workspace and Dependency Management:
pnpm-workspace.yamlto use pnpm v11's newallowBuildsmap, replacing the deprecatedonlyBuiltDependencies,neverBuiltDependencies, andignoredBuiltDependenciesfields. This controls which dependencies have build scripts run during install.catalogsection for clarity and consistency, and restored theshamefullyHoistandautoInstallPeersflags for workspace compatibility.… filesIssue #: /bcgov/entity###
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-ui license (BSD 3-Clause).